Your message dated Fri, 07 Jun 2024 06:34:06 +0000 with message-id <E1sFTAs-000DSj-Kz@fasolo.debian.org> and subject line Bug#437398: fixed in libranlip 1.0-6 has caused the Debian Bug report #437398, regarding libranlip: not handling nostrip build option (policy 10.1) 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 owner@bugs.debian.org immediately.) -- 437398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437398 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: libranlip: not handling nostrip build option (policy 10.1)
- From: Julien Danjou <acid@debian.org>
- Date: Sun, 12 Aug 2007 12:52:30 +0200
- Message-id: <20070812105230.GA10561@abydos.adm.naquadah.org>
- In-reply-to: <E1IKAvw-0007Z3-0C@octave.tf-data.net>
- References: <E1IKAvw-0007Z3-0C@octave.tf-data.net>
Package: libranlip Version: 1.0-4 Severity: wishlist User: buildd@naquadah.org Usertags: nostrip Hello, There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. If you call dh_strip correctly in debian/rules, this may mean that upstream is stripping anyway. You should look for call to strip, ld -s or install -s which may strip binaries. > Automatic build of libranlip_1.0-4 on octave for sid/i386 by rebuildd 0.2.2-r136 > Build started at 2007-08-12 10:38:11.366265 > ****************************************************************************** > Reading package lists... > Building dependency tree... > Reading state information... > Need to get 481kB of source archives. > Get:1 http://ftp.fr.debian.org sid/main libranlip 1.0-4 (dsc) [557B] > Get:2 http://ftp.fr.debian.org sid/main libranlip 1.0-4 (tar) [477kB] > Get:3 http://ftp.fr.debian.org sid/main libranlip 1.0-4 (diff) [3296B] > Fetched 481kB in 0s (1130kB/s) > Download complete and in download only mode > W: /home/staff/jd/.pbuilderrc does not exist > I: using fakeroot in build. > Current time: Sun Aug 12 10:38:14 UTC 2007 > pbuilder-time-stamp: 1186915094 > Building the build Environment > -> extracting base tarball [/var/cache/pbuilder/sid.tgz] > -> creating local configuration > -> copying local configuration > -> mounting /proc filesystem > -> mounting /dev/pts filesystem > -> policy-rc.d already exists > Obtaining the cached apt archive contents > Installing the build-deps > -> Attempting to parse the build-deps > -> Installing > Reading package lists... > Building dependency tree... > Reading state information... > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > -> Finished parsing the build-deps > Reading package lists... > Building dependency tree... > Reading state information... > fakeroot is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > Copying back the cached apt archive contents > Copying source file > -> copying [libranlip_1.0-4.dsc] > -> copying [./libranlip_1.0.orig.tar.gz] > -> copying [./libranlip_1.0-4.diff.gz] > Extracting source > gpg: can't open `/gnupg/options.skel': No such file or directory > gpg: Signature made Tue Jun 20 06:00:35 2006 UTC using DSA key ID 1880283C > gpg: Can't check signature: public key not found > dpkg-source: extracting libranlip in libranlip-1.0 > dpkg-source: unpacking libranlip_1.0.orig.tar.gz > dpkg-source: applying ./libranlip_1.0-4.diff.gz > -> Building the package > Setting DEB_BUILD_OPTIONS=nostrip > dpkg-buildpackage: source package is libranlip > dpkg-buildpackage: source version is 1.0-4 > dpkg-buildpackage: source changed by Juan Esteban Monsalve Tobon <esteban@v7w.com> > dpkg-buildpackage: host architecture i386 > dpkg-buildpackage: source version without epoch 1.0-4 > fakeroot debian/rules clean > test -f debian/rules > rm -f build > /usr/bin/make distclean > make[1]: Entering directory `/tmp/buildd/libranlip-1.0' > make[1]: *** No rule to make target `distclean'. Stop. > make[1]: Leaving directory `/tmp/buildd/libranlip-1.0' > make: [clean] Error 2 (ignored) > rm -f config.log config.cache > rm -f `find . -name "*~"` > rm -rf shared static > rm -rf debian/tmp debian/files* core debian/substvars > rm -rf debian/libranlip1c2 debian/libranlip-dev > dpkg-source -b libranlip-1.0 > dpkg-source: building libranlip using existing libranlip_1.0.orig.tar.gz > dpkg-source: building libranlip in libranlip_1.0-4.diff.gz > dpkg-source: building libranlip in libranlip_1.0-4.dsc > debian/rules build > test -f debian/rules > ./configure --prefix=/usr --enable-shared > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for style of include used by make... GNU > checking for gcc... gcc > 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 gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking dependency style of gcc... gcc3 > checking for a sed that does not truncate output... /bin/sed > checking for egrep... grep -E > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for gfortran... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc static flag works... yes > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking for g++ option to produce PIC... -fPIC > checking if g++ PIC flag -fPIC works... yes > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether g++ accepts -g... (cached) yes > checking dependency style of g++... (cached) gcc3 > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ANSI C... (cached) none needed > checking dependency style of gcc... (cached) gcc3 > checking how to run the C preprocessor... gcc -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 cos in -lm... yes > checking for ANSI C header files... (cached) yes > checking for stdlib.h... (cached) yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for size_t... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating config.h > config.status: executing depfiles commands > /usr/bin/make install prefix=/tmp/buildd/libranlip-1.0/shared > make[1]: Entering directory `/tmp/buildd/libranlip-1.0' > Making install in src > make[2]: Entering directory `/tmp/buildd/libranlip-1.0/src' > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF ".deps/discrete.Tpo" \ > -c -o discrete.lo `test -f 'discrete.c' || echo './'`discrete.c; \ > then mv -f ".deps/discrete.Tpo" ".deps/discrete.Plo"; \ > else rm -f ".deps/discrete.Tpo"; exit 1; \ > fi > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF .deps/discrete.Tpo -c discrete.c -fPIC -DPIC -o .libs/discrete.o > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF .deps/discrete.Tpo -c discrete.c -o discrete.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF ".deps/libranlip_la-ranlip.Tpo" \ > -c -o libranlip_la-ranlip.lo `test -f 'ranlip.cpp' || echo './'`ranlip.cpp; \ > then mv -f ".deps/libranlip_la-ranlip.Tpo" ".deps/libranlip_la-ranlip.Plo"; \ > else rm -f ".deps/libranlip_la-ranlip.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF .deps/libranlip_la-ranlip.Tpo -c ranlip.cpp -fPIC -DPIC -o .libs/libranlip_la-ranlip.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF .deps/libranlip_la-ranlip.Tpo -c ranlip.cpp -o libranlip_la-ranlip.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF ".deps/libranlip_la-ranlipproc.Tpo" \ > -c -o libranlip_la-ranlipproc.lo `test -f 'ranlipproc.cpp' || echo './'`ranlipproc.cpp; \ > then mv -f ".deps/libranlip_la-ranlipproc.Tpo" ".deps/libranlip_la-ranlipproc.Plo"; \ > else rm -f ".deps/libranlip_la-ranlipproc.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF .deps/libranlip_la-ranlipproc.Tpo -c ranlipproc.cpp -fPIC -DPIC -o .libs/libranlip_la-ranlipproc.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF .deps/libranlip_la-ranlipproc.Tpo -c ranlipproc.cpp -o libranlip_la-ranlipproc.o >/dev/null 2>&1 > /bin/sh ../libtool --mode=link g++ -g -O2 -o libranlip.la -rpath /tmp/buildd/libranlip-1.0/shared/lib -version-info 1:0:0 discrete.lo libranlip_la-ranlip.lo libranlip_la-ranlipproc.lo -lm -lm > g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o .libs/discrete.o .libs/libranlip_la-ranlip.o .libs/libranlip_la-ranlipproc.o -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o -Wl,-soname -Wl,libranlip.so.1 -o .libs/libranlip.so.1.0.0 > (cd .libs && rm -f libranlip.so.1 && ln -s libranlip.so.1.0.0 libranlip.so.1) > (cd .libs && rm -f libranlip.so && ln -s libranlip.so.1.0.0 libranlip.so) > ar cru .libs/libranlip.a discrete.o libranlip_la-ranlip.o libranlip_la-ranlipproc.o > ranlib .libs/libranlip.a > creating libranlip.la > (cd .libs && rm -f libranlip.la && ln -s ../libranlip.la libranlip.la) > make[3]: Entering directory `/tmp/buildd/libranlip-1.0/src' > /bin/sh ../mkinstalldirs /tmp/buildd/libranlip-1.0/shared/lib > mkdir -p -- /tmp/buildd/libranlip-1.0/shared/lib > /bin/sh ../libtool --mode=install /usr/bin/install -c libranlip.la /tmp/buildd/libranlip-1.0/shared/lib/libranlip.la > /usr/bin/install -c .libs/libranlip.so.1.0.0 /tmp/buildd/libranlip-1.0/shared/lib/libranlip.so.1.0.0 > (cd /tmp/buildd/libranlip-1.0/shared/lib && rm -f libranlip.so.1 && ln -s libranlip.so.1.0.0 libranlip.so.1) > (cd /tmp/buildd/libranlip-1.0/shared/lib && rm -f libranlip.so && ln -s libranlip.so.1.0.0 libranlip.so) > /usr/bin/install -c .libs/libranlip.lai /tmp/buildd/libranlip-1.0/shared/lib/libranlip.la > /usr/bin/install -c .libs/libranlip.a /tmp/buildd/libranlip-1.0/shared/lib/libranlip.a > ranlib /tmp/buildd/libranlip-1.0/shared/lib/libranlip.a > chmod 644 /tmp/buildd/libranlip-1.0/shared/lib/libranlip.a > PATH="$PATH:/sbin" ldconfig -n /tmp/buildd/libranlip-1.0/shared/lib > ---------------------------------------------------------------------- > Libraries have been installed in: > /tmp/buildd/libranlip-1.0/shared/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > /bin/sh ../mkinstalldirs /tmp/buildd/libranlip-1.0/shared/include > mkdir -p -- /tmp/buildd/libranlip-1.0/shared/include > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlip.h /tmp/buildd/libranlip-1.0/shared/include/ranlip.h > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlipdist.h /tmp/buildd/libranlip-1.0/shared/include/ranlipdist.h > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlipproc.h /tmp/buildd/libranlip-1.0/shared/include/ranlipproc.h > make[3]: Leaving directory `/tmp/buildd/libranlip-1.0/src' > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0/src' > make[2]: Entering directory `/tmp/buildd/libranlip-1.0' > make[3]: Entering directory `/tmp/buildd/libranlip-1.0' > make[3]: Nothing to be done for `install-exec-am'. > /bin/sh ./mkinstalldirs /tmp/buildd/libranlip-1.0/shared/info > mkdir -p -- /tmp/buildd/libranlip-1.0/shared/info > /usr/bin/install -c -m 644 ./ranlip.info /tmp/buildd/libranlip-1.0/shared/info/ranlip.info > make[3]: Leaving directory `/tmp/buildd/libranlip-1.0' > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0' > make[1]: Leaving directory `/tmp/buildd/libranlip-1.0' > /usr/bin/make distclean > make[1]: Entering directory `/tmp/buildd/libranlip-1.0' > Making distclean in src > make[2]: Entering directory `/tmp/buildd/libranlip-1.0/src' > test -z "libranlip.la" || rm -f libranlip.la > rm -f "./so_locations" > rm -rf .libs _libs > rm -f *.o core *.core > rm -f *.lo > rm -f *.tab.c > rm -f > rm -f libtool > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -rf ./.deps > rm -f Makefile > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0/src' > Making distclean in . > make[2]: Entering directory `/tmp/buildd/libranlip-1.0' > rm -rf .libs _libs > rm -f ranlip.aux ranlip.cp ranlip.cps ranlip.fn ranlip.fns ranlip.ky \ > ranlip.kys ranlip.log ranlip.pg ranlip.pgs ranlip.tmp \ > ranlip.toc ranlip.tp ranlip.tps ranlip.vr ranlip.vrs \ > ranlip.dvi ranlip.pdf ranlip.ps > rm -f *.lo > rm -f > rm -f config.h stamp-h1 > rm -f libtool > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0' > rm -f config.status config.cache config.log configure.lineno > rm -f Makefile > make[1]: Leaving directory `/tmp/buildd/libranlip-1.0' > rm -f config.log config.cache > ./configure --prefix=/usr --enable-static > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for style of include used by make... GNU > checking for gcc... gcc > 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 gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking dependency style of gcc... gcc3 > checking for a sed that does not truncate output... /bin/sed > checking for egrep... grep -E > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for gfortran... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc static flag works... yes > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking for g++ option to produce PIC... -fPIC > checking if g++ PIC flag -fPIC works... yes > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether g++ accepts -g... (cached) yes > checking dependency style of g++... (cached) gcc3 > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ANSI C... (cached) none needed > checking dependency style of gcc... (cached) gcc3 > checking how to run the C preprocessor... gcc -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 cos in -lm... yes > checking for ANSI C header files... (cached) yes > checking for stdlib.h... (cached) yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for size_t... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating config.h > config.status: executing depfiles commands > /usr/bin/make install prefix=/tmp/buildd/libranlip-1.0/static > make[1]: Entering directory `/tmp/buildd/libranlip-1.0' > Making install in src > make[2]: Entering directory `/tmp/buildd/libranlip-1.0/src' > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF ".deps/discrete.Tpo" \ > -c -o discrete.lo `test -f 'discrete.c' || echo './'`discrete.c; \ > then mv -f ".deps/discrete.Tpo" ".deps/discrete.Plo"; \ > else rm -f ".deps/discrete.Tpo"; exit 1; \ > fi > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF .deps/discrete.Tpo -c discrete.c -fPIC -DPIC -o .libs/discrete.o > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT discrete.lo -MD -MP -MF .deps/discrete.Tpo -c discrete.c -o discrete.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF ".deps/libranlip_la-ranlip.Tpo" \ > -c -o libranlip_la-ranlip.lo `test -f 'ranlip.cpp' || echo './'`ranlip.cpp; \ > then mv -f ".deps/libranlip_la-ranlip.Tpo" ".deps/libranlip_la-ranlip.Plo"; \ > else rm -f ".deps/libranlip_la-ranlip.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF .deps/libranlip_la-ranlip.Tpo -c ranlip.cpp -fPIC -DPIC -o .libs/libranlip_la-ranlip.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlip.lo -MD -MP -MF .deps/libranlip_la-ranlip.Tpo -c ranlip.cpp -o libranlip_la-ranlip.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF ".deps/libranlip_la-ranlipproc.Tpo" \ > -c -o libranlip_la-ranlipproc.lo `test -f 'ranlipproc.cpp' || echo './'`ranlipproc.cpp; \ > then mv -f ".deps/libranlip_la-ranlipproc.Tpo" ".deps/libranlip_la-ranlipproc.Plo"; \ > else rm -f ".deps/libranlip_la-ranlipproc.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF .deps/libranlip_la-ranlipproc.Tpo -c ranlipproc.cpp -fPIC -DPIC -o .libs/libranlip_la-ranlipproc.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wno-deprecated -g -O2 -MT libranlip_la-ranlipproc.lo -MD -MP -MF .deps/libranlip_la-ranlipproc.Tpo -c ranlipproc.cpp -o libranlip_la-ranlipproc.o >/dev/null 2>&1 > /bin/sh ../libtool --mode=link g++ -g -O2 -o libranlip.la -rpath /tmp/buildd/libranlip-1.0/static/lib -version-info 1:0:0 discrete.lo libranlip_la-ranlip.lo libranlip_la-ranlipproc.lo -lm -lm > g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o .libs/discrete.o .libs/libranlip_la-ranlip.o .libs/libranlip_la-ranlipproc.o -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o -Wl,-soname -Wl,libranlip.so.1 -o .libs/libranlip.so.1.0.0 > (cd .libs && rm -f libranlip.so.1 && ln -s libranlip.so.1.0.0 libranlip.so.1) > (cd .libs && rm -f libranlip.so && ln -s libranlip.so.1.0.0 libranlip.so) > ar cru .libs/libranlip.a discrete.o libranlip_la-ranlip.o libranlip_la-ranlipproc.o > ranlib .libs/libranlip.a > creating libranlip.la > (cd .libs && rm -f libranlip.la && ln -s ../libranlip.la libranlip.la) > make[3]: Entering directory `/tmp/buildd/libranlip-1.0/src' > /bin/sh ../mkinstalldirs /tmp/buildd/libranlip-1.0/static/lib > mkdir -p -- /tmp/buildd/libranlip-1.0/static/lib > /bin/sh ../libtool --mode=install /usr/bin/install -c libranlip.la /tmp/buildd/libranlip-1.0/static/lib/libranlip.la > /usr/bin/install -c .libs/libranlip.so.1.0.0 /tmp/buildd/libranlip-1.0/static/lib/libranlip.so.1.0.0 > (cd /tmp/buildd/libranlip-1.0/static/lib && rm -f libranlip.so.1 && ln -s libranlip.so.1.0.0 libranlip.so.1) > (cd /tmp/buildd/libranlip-1.0/static/lib && rm -f libranlip.so && ln -s libranlip.so.1.0.0 libranlip.so) > /usr/bin/install -c .libs/libranlip.lai /tmp/buildd/libranlip-1.0/static/lib/libranlip.la > /usr/bin/install -c .libs/libranlip.a /tmp/buildd/libranlip-1.0/static/lib/libranlip.a > ranlib /tmp/buildd/libranlip-1.0/static/lib/libranlip.a > chmod 644 /tmp/buildd/libranlip-1.0/static/lib/libranlip.a > PATH="$PATH:/sbin" ldconfig -n /tmp/buildd/libranlip-1.0/static/lib > ---------------------------------------------------------------------- > Libraries have been installed in: > /tmp/buildd/libranlip-1.0/static/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > /bin/sh ../mkinstalldirs /tmp/buildd/libranlip-1.0/static/include > mkdir -p -- /tmp/buildd/libranlip-1.0/static/include > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlip.h /tmp/buildd/libranlip-1.0/static/include/ranlip.h > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlipdist.h /tmp/buildd/libranlip-1.0/static/include/ranlipdist.h > /tmp/buildd/libranlip-1.0/install-sh -c -m 644 ranlipproc.h /tmp/buildd/libranlip-1.0/static/include/ranlipproc.h > make[3]: Leaving directory `/tmp/buildd/libranlip-1.0/src' > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0/src' > make[2]: Entering directory `/tmp/buildd/libranlip-1.0' > make[3]: Entering directory `/tmp/buildd/libranlip-1.0' > make[3]: Nothing to be done for `install-exec-am'. > /bin/sh ./mkinstalldirs /tmp/buildd/libranlip-1.0/static/info > mkdir -p -- /tmp/buildd/libranlip-1.0/static/info > /usr/bin/install -c -m 644 ./ranlip.info /tmp/buildd/libranlip-1.0/static/info/ranlip.info > make[3]: Leaving directory `/tmp/buildd/libranlip-1.0' > make[2]: Leaving directory `/tmp/buildd/libranlip-1.0' > make[1]: Leaving directory `/tmp/buildd/libranlip-1.0' > touch build > fakeroot debian/rules binary > test -f debian/rules > test root = "`whoami`" > test -f debian/rules > rm -rf debian/tmp > test -f debian/rules > rm -rf debian/tmp > rm -rf debian/libranlip1c2 debian/libranlip-dev > install -d debian/tmp/DEBIAN debian/libranlip1c2/usr/share/doc/libranlip1c2/examples > cd debian && install -d libranlip1c2 libranlip-dev > cd debian/libranlip1c2 && install -d DEBIAN usr/share/doc usr/lib/ranlip > cd debian/libranlip-dev && install -d DEBIAN usr/share/doc usr/lib/ranlip usr/include/ranlip > cd debian && install -m 644 shlibs libranlip1c2/DEBIAN > cd shared/lib && strip --remove-section=.comment --remove-section=.note --strip-unneeded libranlip.so.1.0.0 > cd static/lib && strip --strip-debug libranlip.a > mv shared/lib/libranlip.so.* debian/libranlip1c2/usr/lib/ranlip > mv shared/lib/libranlip.so debian/libranlip-dev/usr/lib/ranlip > sed "s/^libdir=.*/libdir=\'\/usr\/lib\/ranlip\'/" shared/lib/libranlip.la > debian/libranlip-dev/usr/lib/ranlip/libranlip.la > mv static/lib/libranlip.a debian/libranlip-dev/usr/lib/ranlip > sed "s/^#include \"ranlipdist.h\"/#include <ranlip\/ranlipdist.h>/" static/include/ranlip.h > debian/libranlip-dev/usr/include/ranlip/ranlip.h > mv static/include/{ranlipdist,ranlipproc}.h debian/libranlip-dev/usr/include/ranlip > chmod +r debian/libranlip-dev/usr/include/ranlip/* > cp -p debian/copyright debian/libranlip1c2/usr/share/doc/libranlip1c2 > cp -p debian/changelog debian/libranlip1c2/usr/share/doc/libranlip1c2/changelog.Debian > cp -p docs/ranlip.ps debian/libranlip1c2/usr/share/doc/libranlip1c2/ > cp -p examples/{ranliptest*,makefile} debian/libranlip1c2/usr/share/doc/libranlip1c2/examples > cd debian/libranlip1c2/usr/share/doc/libranlip1c2 && gzip -9 changelog.Debian ranlip.ps examples/* > ln -s libranlip1c2 debian/libranlip-dev/usr/share/doc/libranlip-dev > dpkg-shlibdeps debian/libranlip1c2/usr/lib/ranlip/* > dpkg-gencontrol -isp -plibranlip1c2 -Pdebian/libranlip1c2 > dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} > cd debian/libranlip1c2 && md5sum `find * -type f ! -regex "DEBIAN/.*"` > DEBIAN/md5sums > chown -R root.root debian/libranlip1c2 > chmod -x debian/libranlip1c2/usr/lib/ranlip/* > chmod -R go=rX debian/libranlip1c2 > dpkg --build debian/libranlip1c2 .. > dpkg-deb: building package `libranlip1c2' in `../libranlip1c2_1.0-4_i386.deb'. > dpkg-gencontrol -isp -plibranlip-dev -Pdebian/libranlip-dev > dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} > cd debian/libranlip-dev && md5sum `find * -type f ! -regex "DEBIAN/.*"` > DEBIAN/md5sums > chown -R root.root debian/libranlip-dev > chmod -x debian/libranlip-dev/usr/lib/ranlip/libranlip.{a,la} > chmod -R go=rX debian/libranlip-dev > dpkg --build debian/libranlip-dev .. > dpkg-deb: building package `libranlip-dev' in `../libranlip-dev_1.0-4_i386.deb'. > dpkg-genchanges > dpkg-genchanges: not including original source code in upload > dpkg-buildpackage: binary and diff upload (original source NOT included) > Copying back the cached apt archive contents > -> unmounting dev/pts filesystem > -> unmounting proc filesystem > -> cleaning the build env > -> removing directory /var/cache/pbuilder/build//9557 and its subdirectories > Current time: Sun Aug 12 10:44:25 UTC 2007 > pbuilder-time-stamp: 1186915465 > Checking libranlip1c2_1.0-4_i386.deb for stripped binaries... > --------------------------------------- > /tmp/libranlip1c2_1.0-4_i386.deb/usr/lib/ranlip/libranlip.so.1.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped > Checking libranlip-dev_1.0-4_i386.deb for stripped binaries... > --------------------------------------- > > ...done > Removing result files... > ...done > ****************************************************************************** > Finished with status POST_BUILD_FAILED at 2007-08-12 10:44:31.445902 > Build needed 0:06:20.079637 -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CDAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 437398-close@bugs.debian.org
- Subject: Bug#437398: fixed in libranlip 1.0-6
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 07 Jun 2024 06:34:06 +0000
- Message-id: <E1sFTAs-000DSj-Kz@fasolo.debian.org>
- Reply-to: Petter Reinholdtsen <pere@debian.org>
Source: libranlip Source-Version: 1.0-6 Done: Petter Reinholdtsen <pere@debian.org> We believe that the bug you reported is fixed in the latest version of libranlip, which is due to be installed in the Debian FTP archive. 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 437398@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <pere@debian.org> (supplier of updated libranlip 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 07 Jun 2024 08:10:53 +0200 Source: libranlip Architecture: source Version: 1.0-6 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Petter Reinholdtsen <pere@debian.org> Closes: 437398 Changes: libranlip (1.0-6) unstable; urgency=medium . * QA upload. . * Added d/gbp.conf to describe branch layout. * Updated vcs in d/control to Salsa. * Updated d/gbp.conf to enforce the use of pristine-tar. * Updated Standards-Version from 3.7.2 to 4.7.0. * Use wrap-and-sort -at for debian control files. * Trim trailing whitespace. * Bump debhelper dependency to >= 7, since that's what is used in debian/compat. * Bump debhelper from deprecated 7 to 10. * Set field Upstream-Name in debian/copyright. * Remove field Priority on binary packages libranlip-dev, libranlip1c2 that duplicates source. * Adjusted d/rules to not strip binaries when DEB_BUILD_OPTIONS=nostrip is used (Closes: #437398). Checksums-Sha1: ee7ca0302b30cebfa692b903343217478c541cd0 1910 libranlip_1.0-6.dsc 0790848ffaa28b9adf00be656d8dd180d7d26a0d 4996 libranlip_1.0-6.debian.tar.xz c1d63c1718a20e888988b8a2c0c1679f54c6c417 6357 libranlip_1.0-6_source.buildinfo Checksums-Sha256: cec6f6420d702b6dc46ae105b57119efc6a5ab2536953317a1accd4e3eb6569c 1910 libranlip_1.0-6.dsc 03d5e6c9d2c7b475aaa0b19da371029059f3e49c207ecbaacd4c694af3e1b0eb 4996 libranlip_1.0-6.debian.tar.xz a778eca9d16c1ca466341c12e12707679463d5d55c695dea204998091dc4c787 6357 libranlip_1.0-6_source.buildinfo Files: 2f1f0e17cd9601e901482fcbb34c0862 1910 math optional libranlip_1.0-6.dsc b3e3041ca92eabfc26797fa5794c84e4 4996 math optional libranlip_1.0-6.debian.tar.xz efbe0df277c045e59f689bca3e67d8da 6357 math optional libranlip_1.0-6_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmZipfsACgkQgSgKoIe6 +w7tvhAAs0AAF2o2/sQZx/ca78uRH/5tPFmTifsPRQ38E7xdRL+qgqsmwZcsk5z9 /krXRyRf4/H8PZOZR52EKYfoV+gKZegPJpLulFjY932ajxWsODPIvBLIfZE264s6 P9lML44yfiH96Jrz3Dsp6NRbmgSki+LiPklfvmXSdVTiDzgo7N4u0uR6zjKb4UBS PHelIJmA1BJXD750+f1t0SMAeeFLt9egxzbK/+c8VY/kcD05pX9xZWMGzkyWDNXZ KcbfqlH2X69CiQfojQ2pfJjE3buQ2V9+Nuy0v8JepmM7a8X7/IEeoQVAlPVy2QPF FE9gDcdXUvevVWHk5aSH1PqQZMJKDcZeezSiIUQMwk49okiMN0rGMykLvzueC4SQ f8iog+1MAGxP7WnVre2Ke/JwGRJ+cFeIPwgtK6mXiyUID+iJVR+SD1bjBXctXrYI laQZh2y+wjyKQ7gxZUIqhLEorw1lZJwMGrpB2twc/I0ZH4H+lNXU17Dc75EMus1z ZVHF3EAQrQnG3qeOuaZKavbWM4VUqF2ZTwNSz7daMIPl1EKMZFjOO7DZBvIlORtb zXOBDGiF5w8Op339VLaT1aljBvlhETTZWvpgOe+9lnBWyPbci+Y4dMOXjTDYAoxR 9Hc8eWamGdhCyqCHrdxlYemM+9gKVo4g2EmJpnhWn/oB3aaJzOM= =KwlI -----END PGP SIGNATURE-----Attachment: pgpYlyGT6Xmug.pgp
Description: PGP signature
--- End Message ---