Your message dated Wed, 11 Oct 2006 14:34:21 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392300: fixed in libapt-front 0.3.12
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: libapt-front
Version: 0.3.11
Severity: serious
Tags: patch

When building 'libapt-front' on amd64/unstable,
I get the following error:

/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..    
-I../tests/ -I.. -DTEST_DIR=\"`pwd`/../tests/data/\" 
-I/usr/include/tagcoll-1.6.3   -Wall -W -g -Wall -O2 -gstabs+ -c -o 
cache/component/libapt_front_la-state.lo `test -f 'cache/component/state.cpp' 
|| echo './'`cache/component/state.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../tests/ -I.. 
-DTEST_DIR=\"/libapt-front-0.3.11/apt-front/../tests/data/\" 
-I/usr/include/tagcoll-1.6.3 -Wall -W -g -Wall -O2 -gstabs+ -c 
cache/component/state.cpp  -fPIC -DPIC -o 
cache/component/libapt_front_la-state.o
../apt-front/cache/entity/relation.h:64: warning: unused parameter 'd'
cache/component/state.cpp: In static member function 'static std::string 
aptFront::cache::component::State::sizeString(double)':
cache/component/state.cpp:179: internal compiler error: output_operand: invalid 
expression as operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
Preprocessed source stored into /tmp/ccI2QkIc.out file, please attach this to 
your bugreport.
make[4]: *** [cache/component/libapt_front_la-state.lo] Error 1
make[4]: Leaving directory `/libapt-front-0.3.11/apt-front'

The build log for ia64 shows the following error:

make[4]: Entering directory `/build/buildd/libapt-front-0.3.11/apt-front'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..    
-I../tests/ -I.. -DTEST_DIR=\"`pwd`/../tests/data/\" 
-I/usr/include/tagcoll-1.6.3   -Wall -W -g -Wall -O2 -gstabs+ -c -o 
libapt_front_la-sources.lo `test -f 'sources.cpp' || echo './'`sources.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../tests/ -I.. 
-DTEST_DIR=\"/build/buildd/libapt-front-0.3.11/apt-front/../tests/data/\" 
-I/usr/include/tagcoll-1.6.3 -Wall -W -g -Wall -O2 -gstabs+ -c sources.cpp  
-fPIC -DPIC -o libapt_front_la-sources.o
sources.cpp:1: error: target system does not support the "stabs" debug format

With the attached patch 'libapt-front' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libapt-front-0.3.11/configure ./configure
--- ../tmp-orig/libapt-front-0.3.11/configure   2006-10-04 20:31:42.000000000 
+0000
+++ ./configure 2006-10-10 20:55:21.000000000 +0000
@@ -23519,7 +23519,7 @@
 debtagsdatadir="$datadir/debtags"
 
 
-CXXFLAGS="-Wall -W $CXXFLAGS -gstabs+"
+CXXFLAGS="-Wall -W $CXXFLAGS"
 
 ac_config_files="$ac_config_files po/Makefile.in Makefile apt-front/Makefile 
tests/Makefile utils/Makefile doc/Makefile doc/libapt-front.dox libapt-front.pc"
 
diff -urN ../tmp-orig/libapt-front-0.3.11/configure.ac ./configure.ac
--- ../tmp-orig/libapt-front-0.3.11/configure.ac        2006-10-04 
20:30:58.000000000 +0000
+++ ./configure.ac      2006-10-10 20:46:17.000000000 +0000
@@ -50,7 +50,7 @@
 debtagsdatadir="$datadir/debtags"
 AC_SUBST(debtagsdatadir)
 
-CXXFLAGS="-Wall -W $CXXFLAGS -gstabs+"
+CXXFLAGS="-Wall -W $CXXFLAGS"
 
 AC_CONFIG_FILES([ po/Makefile.in
 Makefile


--- End Message ---
--- Begin Message ---
Source: libapt-front
Source-Version: 0.3.12

We believe that the bug you reported is fixed in the latest version of
libapt-front, which is due to be installed in the Debian FTP archive:

libapt-front-dev_0.3.12_i386.deb
  to pool/main/liba/libapt-front/libapt-front-dev_0.3.12_i386.deb
libapt-front_0.3.12.dsc
  to pool/main/liba/libapt-front/libapt-front_0.3.12.dsc
libapt-front_0.3.12.tar.gz
  to pool/main/liba/libapt-front/libapt-front_0.3.12.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Enrico Zini <[EMAIL PROTECTED]> (supplier of updated libapt-front 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  5 Oct 2006 02:09:45 +0200
Source: libapt-front
Binary: libapt-front-dev
Architecture: source i386
Version: 0.3.12
Distribution: unstable
Urgency: low
Maintainer: libapt-front developers <[EMAIL PROTECTED]>
Changed-By: Enrico Zini <[EMAIL PROTECTED]>
Description: 
 libapt-front-dev - High-level library for managing Debian packages
Closes: 392300
Changes: 
 libapt-front (0.3.12) unstable; urgency=low
 .
   * Don't build with -gstabs+ (unsupported in some arches).
     Closes: bug#392300.
Files: 
 6af5b4b311c6c2ea0a5892177e3d3795 780 libdevel optional libapt-front_0.3.12.dsc
 272da5216381d4da80cf3c0bce2fdca9 1223547 libdevel optional 
libapt-front_0.3.12.tar.gz
 667b655554c671339e470df47c1424d8 762658 libdevel optional 
libapt-front-dev_0.3.12_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFLVh49LSwzHl+v6sRAjPWAJ9KM9LpI3DiT2LpHxlIf9eaGhubCACfUwxo
FVGXFQfBKz3L0JkeeKKFnvM=
=ukDF
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to