Your message dated Mon, 02 Jan 2012 19:02:56 +0000
with message-id <[email protected]>
and subject line Bug#652201: fixed in diagnostics 0.3.3-1.2
has caused the Debian Bug report #652201,
regarding diagnostics: FTBFS: configure: error: invalid ltdl library directory: 
`/usr/lib'
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 [email protected]
immediately.)


-- 
652201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: diagnostics
Version: 0.3.3-1.1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20111210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> dh_testdir
> cp -f /usr/share/misc/config.sub config.sub
> cp -f /usr/share/misc/config.guess config.guess
> # Add here commands to configure the package.
> ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu \
>               --prefix=/usr --mandir=\${prefix}/share/man \
>               --infodir=\${prefix}/share/info \
>               --disable-update-makefiles \
>               --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib \
>               CXXFLAGS="-Wall -Werror -pedantic -g -O2" # 
> LDFLAGS="-Wl,-z,defs"
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether x86_64-linux-gnu-g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of x86_64-linux-gnu-g++... gcc3
> checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
> checking whether we are using the GNU C compiler... yes
> checking whether x86_64-linux-gnu-gcc accepts -g... yes
> checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
> checking dependency style of x86_64-linux-gnu-gcc... gcc3
> checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
> checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for gawk... (cached) mawk
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for fgrep... /bin/grep -F
> checking for x86_64-linux-gnu-objdump... no
> checking for objdump... objdump
> checking for a sed that does not truncate output... /bin/sed
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> ./configure: line 5698:  
> /usr/lib/gcc/x86_64-linux-gnu/4.6/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/4.6/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/4.6/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/:/lib/x86_64-linux-gnu/4.6/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/4.6/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../:/lib/:/usr/lib/:
>  No such file or directory
> ./configure: line 5732: : command not found
> ./configure: line 5739: : command not found
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking which extension is used for runtime loadable modules... .so
> checking which variable specifies run-time module search path... 
> LD_LIBRARY_PATH
> checking for the default library search path... /lib /usr/lib /usr/local/lib 
> /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu 
> checking for library containing dlopen... -ldl
> checking for dlerror... yes
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dld_link in -ldld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking how to print strings... printf
> checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc 
> object... failed
> cat: conftest.c: No such file or directory
> checking for _ prefix in compiled symbols... no
> checking for dlfcn.h... yes
> checking whether deplibs are loaded by dlopen... yes
> checking for argz.h... yes
> checking for error_t... yes
> checking for argz_add... yes
> checking for argz_append... yes
> checking for argz_count... yes
> checking for argz_create_sep... yes
> checking for argz_insert... yes
> checking for argz_next... yes
> checking for argz_stringify... yes
> checking if argz actually works... yes
> checking for objdir... .libs
> checking whether libtool supports -dlopen/-dlpreopen... no
> checking for ltdl.h... yes
> checking whether lt_dlinterface_register is declared... yes
> checking for lt_dladvise_preload in -lltdl... yes
> configure: error: invalid ltdl library directory: `/usr/lib'
> make: *** [config.status] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/12/10/diagnostics_0.3.3-1.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: diagnostics
Source-Version: 0.3.3-1.2

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

diagnostics_0.3.3-1.2.debian.tar.gz
  to main/d/diagnostics/diagnostics_0.3.3-1.2.debian.tar.gz
diagnostics_0.3.3-1.2.dsc
  to main/d/diagnostics/diagnostics_0.3.3-1.2.dsc
libdiagnostics-dev_0.3.3-1.2_amd64.deb
  to main/d/diagnostics/libdiagnostics-dev_0.3.3-1.2_amd64.deb
libdiagnostics0_0.3.3-1.2_amd64.deb
  to main/d/diagnostics/libdiagnostics0_0.3.3-1.2_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ansgar Burchardt <[email protected]> (supplier of updated diagnostics 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: SHA512

Format: 1.8
Date: Wed, 28 Dec 2011 18:59:42 +0100
Source: diagnostics
Binary: libdiagnostics-dev libdiagnostics0
Architecture: amd64 source
Version: 0.3.3-1.2
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig <[email protected]>
Changed-By: Ansgar Burchardt <[email protected]>
Closes: 638470 652201
Description: 
 libdiagnostics-dev - Logging, unittesting, and runtime diagnostics for C++ - 
developme
 libdiagnostics0 - Logging, unittesting, and runtime diagnostics for C++ - 
library
Changes: 
 diagnostics (0.3.3-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix build failure with multiarch libltdl-dev. (Closes: #652201)
   * debian/control: Fix Vcs-Browser URL. (Closes: #638470)
Checksums-Sha1: 
 26c7aa629e5f8d3cf2c33eb56b6ea377774197fc 1972 diagnostics_0.3.3-1.2.dsc
 b1ad7414fbd6b6ef794e6b530aeaff175714e1a4 11044 
diagnostics_0.3.3-1.2.debian.tar.gz
 a2c9da12db95c199d38b386e4ee1b7e682fe33d5 282358 
libdiagnostics-dev_0.3.3-1.2_amd64.deb
 d172db3052e58f3f7b4400458b63f65d9f5d4bc4 119720 
libdiagnostics0_0.3.3-1.2_amd64.deb
Checksums-Sha256: 
 7109a25e9034d7aa9c0fa9a462ebbf8d621dd6e3396eef22a65b739cddc47525 1972 
diagnostics_0.3.3-1.2.dsc
 4c82b72a87713f244186865df958640c6fd2d4b1fa8a00bcd5923b22d2ff9d2d 11044 
diagnostics_0.3.3-1.2.debian.tar.gz
 2ba49362a3074bd60e4e65a01417397dc28828ed60beaa51a30edcd01e11ae20 282358 
libdiagnostics-dev_0.3.3-1.2_amd64.deb
 90b696ac687832cb193c1f1ed9d97ae729af414c557f92bd35d9364c81655cb2 119720 
libdiagnostics0_0.3.3-1.2_amd64.deb
Files: 
 79c3210beea86ae52653054e935237af 1972 libs extra diagnostics_0.3.3-1.2.dsc
 9e0321a61980534a58537a118bb0a3f5 11044 libs extra 
diagnostics_0.3.3-1.2.debian.tar.gz
 15d66a6df7869a483180374c54582056 282358 libdevel extra 
libdiagnostics-dev_0.3.3-1.2_amd64.deb
 3c4b22bdc96591984db933f29724a259 119720 libs extra 
libdiagnostics0_0.3.3-1.2_amd64.deb

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

iQIcBAEBCgAGBQJO+1y4AAoJEIATJTTdNH3IL30P/RUzCTgTJ4wGg2RUq19vZikK
y5PHFDck0FKATct3K7uA8/9kHW9N5fHGfeWwf6aMNbl89C8gVTohaSuxYgw7YHWd
LycJ5Twj9vQ3+y28lpdMob5E2r919p6NgNheva/QOQLStHuzujxhvfIdeG/2i8jQ
xeeiClZxOOHRA7XQ11RY5L+M6uhHLxnyxm4Q/s6OcyH6pomep46woNC+Uk0m8Yd4
Iyef1khIUfXESNobD7fn5oIJzyasLOXZIWHy5vt0PZhwA9ckibH1krVKDuMXuLje
AhFUBEvYm3e0rPTgSCq5uIo2nYPFMPIFmsT8ApoLgCH+8u37M3CVP9Q3NCbVSe2q
00e2rTZRJfiwwHz5ETRy5qxVHMGj9Q7ZCvbTRXHu4JOxWHp/1sVFMT82TL7igrkp
nITtZORB0RU/aO2j7zX4eObDX2dBZyfjXFPBjVlsDeSEL5+tiUXziy8pyNB9Jr2/
D5RpFHNWx7v4vC4nZAMz9Ccm++TDhAod/B67iSi7zW33gt1WPWU+8G4l6hqPWi7E
GffB+99uugFizfoPJFpXJEbpHDzq8G6ECuxTIFJxawOdT0bXK/BGCuWP1UpR8E+r
tEbg3NU2N4kQbSVJy2eMs6FvFiwrWX4Z6rwew2J67JmMJg/Qdp/EC8cWOWiEqQJh
Lr/Ow1m2rF5GDIj+Cndi
=RQCO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to