Your message dated Sun, 06 Sep 2009 23:47:26 +0000
with message-id <e1mkrsa-0007ea...@ries.debian.org>
and subject line Bug#538285: fixed in anjuta 2:2.26.2.2-2
has caused the Debian Bug report #538285,
regarding anjuta: FTBFS on mips(el): LANGUAGE_C is a built-in define
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
538285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: anjuta
Version: 2:2.26.2.2-1
Severity: serious
Justification: fails to build from source
anjuta fails to build on mips(el), due to the fact LANGUAGE_C is a
built-in for a lot of time on this architecture:
|
| libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-sign-compare -D_REENTRANT
-I/usr/include/libgladeui-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pthread -D_REENTRANT
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/unique-1.0
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12
-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr
/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/libgdl-1.0
-I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -D_REENTRANT
-I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libbonobo-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml
2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2
-I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12
-D_REENTRANT -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../..
-DPACKAGE_PIXMAPS_DIR=\"/usr/share/pixmaps/anjuta\"
-DPACKAGE_LIB_DIR=\"/usr/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/share/anjuta\"
-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
-g -O2 -g -Wall -O2 -c plugin.c -fPIC -DPIC -o .libs/plugin.o
| plugin.c:47:1: warning: "LANGUAGE_C" redefined
| <built-in>: warning: this is the location of the previous definition
| plugin.c:1419: error: expected identifier before ',' token
| plugin.c: In function 'language_name_to_id':
| plugin.c:1911: error: expected expression before ';' token
| plugin.c:1913: error: 'LANGUAGE_PYTHON' undeclared (first use in this
function)
| plugin.c:1913: error: (Each undeclared identifier is reported only once
| plugin.c:1913: error: for each function it appears in.)
| plugin.c:1915: error: 'LANGUAGE_VALA' undeclared (first use in this function)
| plugin.c: In function 'insert_handler_stub_auto':
| plugin.c:1978: error: expected expression before ':' token
| plugin.c:1981: error: 'LANGUAGE_PYTHON' undeclared (first use in this
function)
| plugin.c:1984: error: 'LANGUAGE_VALA' undeclared (first use in this function)
| plugin.c:1968: warning: case value '0' not in enumerated type 'LanguageId'
| plugin.c:2001: error: expected expression before ':' token
| plugin.c:1998: warning: case value '0' not in enumerated type 'LanguageId'
| plugin.c: In function 'insert_handler_stub_manual':
| plugin.c:2089: error: expected expression before ':' token
| plugin.c:2097: error: 'LANGUAGE_PYTHON' undeclared (first use in this
function)
| plugin.c:2105: error: 'LANGUAGE_VALA' undeclared (first use in this function)
| plugin.c:2088: warning: case value '0' not in enumerated type 'LanguageId'
| make[4]: *** [plugin.lo] Error 1
| make[4]: Leaving directory
`/home/aurel32/anjuta/anjuta-2.26.2.2/plugins/glade'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/home/aurel32/anjuta/anjuta-2.26.2.2/plugins'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/aurel32/anjuta/anjuta-2.26.2.2'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/aurel32/anjuta/anjuta-2.26.2.2'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: anjuta
Source-Version: 2:2.26.2.2-2
We believe that the bug you reported is fixed in the latest version of
anjuta, which is due to be installed in the Debian FTP archive:
anjuta-common_2.26.2.2-2_all.deb
to pool/main/a/anjuta/anjuta-common_2.26.2.2-2_all.deb
anjuta-dbg_2.26.2.2-2_i386.deb
to pool/main/a/anjuta/anjuta-dbg_2.26.2.2-2_i386.deb
anjuta-dev_2.26.2.2-2_i386.deb
to pool/main/a/anjuta/anjuta-dev_2.26.2.2-2_i386.deb
anjuta_2.26.2.2-2.diff.gz
to pool/main/a/anjuta/anjuta_2.26.2.2-2.diff.gz
anjuta_2.26.2.2-2.dsc
to pool/main/a/anjuta/anjuta_2.26.2.2-2.dsc
anjuta_2.26.2.2-2_i386.deb
to pool/main/a/anjuta/anjuta_2.26.2.2-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 538...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort <po...@debian.org> (supplier of updated anjuta package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 06 Sep 2009 22:30:22 +0200
Source: anjuta
Binary: anjuta anjuta-common anjuta-dev anjuta-dbg
Architecture: source all i386
Version: 2:2.26.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Rob Bradford <robs...@debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
anjuta - A GNOME development IDE, for C/C++
anjuta-common - A GNOME development IDE, for C/C++ - data files
anjuta-dbg - A GNOME development IDE, for C/C++ - debug files
anjuta-dev - A GNOME development IDE, for C/C++ - development files
Closes: 535240 538285
Changes:
anjuta (2:2.26.2.2-2) unstable; urgency=low
.
* debian/patches/02_mips_language_c_defined.patch: New patch, rename
LANGUAGE_* to ANJUTA_LANGUAGE_* because LANGUAGE_C is a built-in in
mips(el) and alpha, causing a FTBFS. Closes: #538285.
* debian/patches/01_gda_optional.patch,
debian/patches/90_relibtoolize.patch:
+ Removed, libgda4 is now in the archive.
* Build depend on libgda-4.0-dev to build the symbol browser plugin.
Closes: #535240.
* debian/patches/99_ltmain_as-needed.patch,
debian/rules:
+ Build with -Wl,--as-needed to avoid uselessly linking against libssl.
* Standards-Version is 3.8.3, no changes needed.
* Temporarily build depend on libsasl2-dev, libneon27-gnutls-dev and
libserf-0-0-dev to workaround #544877.
Checksums-Sha1:
7d62f5c1a518b2494a2959768ae4b2d30ffd9309 2044 anjuta_2.26.2.2-2.dsc
22c4d5856005549edb414d4e669efe556ad2e5f9 12686 anjuta_2.26.2.2-2.diff.gz
2e60e1eeeed4ba96d82db538cd5b62f77f5b223e 6148318
anjuta-common_2.26.2.2-2_all.deb
93cb3172bd792adaaaef27fe3c80c728058b7b45 2465868 anjuta_2.26.2.2-2_i386.deb
c7ebf63015efeff5b113c2e23c122691e19cdcb6 424110 anjuta-dev_2.26.2.2-2_i386.deb
f7cbd9e2290100a852d2af5fe8b35fb4b8119586 4580682 anjuta-dbg_2.26.2.2-2_i386.deb
Checksums-Sha256:
d87f95d0d6aa33159ab87ce477d7e0693b86df082d2cdedb3cf12f87aa71c01c 2044
anjuta_2.26.2.2-2.dsc
3a898b822ed31af39a7b09df4de4f5b40a818371c675ef0b24a811c859184eca 12686
anjuta_2.26.2.2-2.diff.gz
cea2c06a39c76e74c89bcdad116aa134fa919a9a44a33cd1924b83b875c5e77e 6148318
anjuta-common_2.26.2.2-2_all.deb
6f94abd78b8fec57d7e6bfc7955063e7e5ec1d3c646eb6bf592daa04d7806dd2 2465868
anjuta_2.26.2.2-2_i386.deb
3d30093f2b87458520eff7e681edeb793c540690f4d793e082ad27faf59dfb9b 424110
anjuta-dev_2.26.2.2-2_i386.deb
b02a6f5604f715d3d221276036e7a9a7bdd17e2ad5dc3beb6c94b939fa838ffe 4580682
anjuta-dbg_2.26.2.2-2_i386.deb
Files:
2f379de932222f914ad21baa7b2a98cb 2044 gnome optional anjuta_2.26.2.2-2.dsc
e0c6fa28710be783d7caf7f6456e6aa9 12686 gnome optional anjuta_2.26.2.2-2.diff.gz
d71a6438f707717fb294acc9507d54d8 6148318 devel optional
anjuta-common_2.26.2.2-2_all.deb
6e19f3978dcc9f8e424dd9cf9bd33f09 2465868 gnome optional
anjuta_2.26.2.2-2_i386.deb
c966f48f939d7550905d1428e256ebd8 424110 devel optional
anjuta-dev_2.26.2.2-2_i386.deb
2e98f851163031e98d9859f2d5fd593e 4580682 debug extra
anjuta-dbg_2.26.2.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqkRgUACgkQhTV17EoIsv4BRQCgosLzr4Kauxd9/Twjf34yJs6z
MHgAn2+BjE/wD4TeW7V4100G81Hs0VIL
=5T2C
-----END PGP SIGNATURE-----
--- End Message ---