Your message dated Tue, 3 Jul 2007 16:18:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: drip
Version: 0.8.3.2+0.9.0-rc3-7.1

Your package fails to build with recent versions of the gcc-snapshot
package, i.e. a pre-release of GCC 4.2.  The problem is that external
variables are defined both in a C and C++ context, as you can see in
this simple example:

42059:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/g++ -c t.cc
t.cc:1: error: previous declaration of 'int i' with 'C++' linkage
t.cc:4: error: conflicts with new declaration with 'C' linkage
42060:[EMAIL PROTECTED]: ~] cat t.cc
extern int i;

extern "C" {
        extern int i;
}

According to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27227#c8 this is
not valid, so please investgate.

> Automatic build of drip_0.8.3.2+0.9.0-rc3-7.1 on usurper by sbuild/amd64 0.46
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -DARCH_X86 -funroll-all-loops -ffast-math 
> -fexpensive-optimizations -fschedule-insns2 -Wno-deprecated -D_REENTRANT -g 
> -ggdb -Wno-deprecated -I/usr/include/avifile-0.7 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
> -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -I/usr/include/gdk-pixbuf-1.0 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I../libspu/ -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -DARCH_X86 -funroll-all-loops -ffast-math 
> -fexpensive-optimizations -fschedule-insns2 -Wno-deprecated -D_REENTRANT -g 
> -ggdb -Wno-deprecated -I/usr/include/avifile-0.7 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
> -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -I/usr/include/gdk-pixbuf-1.0 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I../libspu/ -g -Wall -O2 -c external.cpp  -fPIC -DPIC -o 
> .libs/libencoder_la-external.o
> In file included from external.cpp:46:
> /usr/include/avifile-0.7/creators.h:4:2: warning: #warning Use #include 
> "avm_creators.h" instead
> ../src/drip.h:198: error: previous declaration of 'drip_config Config' with 
> 'C++' linkage
> external.cpp:52: error: conflicts with new declaration with 'C' linkage

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing this bug report.  The package has been removed because it
was orphaned.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to