Your message dated Sun, 26 May 2013 19:19:06 +0000
with message-id <[email protected]>
and subject line Bug#701413: fixed in proxychains 3.1-6
has caused the Debian Bug report #701413,
regarding proxychains: ftbfs with eglibc-2.17
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.)


-- 
701413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701413
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:proxychains
Version: 3.1-5
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-glibc-2.17

The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.

The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.

  libproxychains.c:337:5: error: conflicting types for 'getnameinfo'

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/proxychains_3.1-5_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To install eglibc from experimental,

  apt-get -t experimental install libc6-dev

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev


[...]
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 ./config.status
config.status: creating Makefile
config.status: creating proxychains/Makefile
config.status: creating proxychains/docs/Makefile
config.status: creating proxychains/docs/en/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
make  all-recursive
make[2]: Entering directory `/«PKGBUILDDIR»'
Making all in proxychains
make[3]: Entering directory `/«PKGBUILDDIR»/proxychains'
Making all in docs
make[4]: Entering directory `/«PKGBUILDDIR»/proxychains/docs'
Making all in en
make[5]: Entering directory `/«PKGBUILDDIR»/proxychains/docs/en'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/«PKGBUILDDIR»/proxychains/docs/en'
make[5]: Entering directory `/«PKGBUILDDIR»/proxychains/docs'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/«PKGBUILDDIR»/proxychains/docs'
make[4]: Leaving directory `/«PKGBUILDDIR»/proxychains/docs'
make[4]: Entering directory `/«PKGBUILDDIR»/proxychains'
/bin/bash ../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT 
libproxychains.lo -MD -MP -MF .deps/libproxychains.Tpo -c -o libproxychains.lo 
libproxychains.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -MT libproxychains.lo -MD -MP -MF 
.deps/libproxychains.Tpo -c libproxychains.c  -fPIC -DPIC -o 
.libs/libproxychains.o
libproxychains.c:337:5: error: conflicting types for 'getnameinfo'
 int getnameinfo (const struct sockaddr * sa,
     ^
In file included from libproxychains.c:26:0:
/usr/include/netdb.h:677:12: note: previous declaration of 'getnameinfo' was 
here
 extern int getnameinfo (const struct sockaddr *__restrict __sa,
            ^
make[4]: *** [libproxychains.lo] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/proxychains'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/proxychains'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: proxychains
Source-Version: 3.1-6

We believe that the bug you reported is fixed in the latest version of
proxychains, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Echeverry <[email protected]> (supplier of updated proxychains 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.8
Date: Sat, 25 May 2013 14:33:20 -0500
Source: proxychains
Binary: proxychains libproxychains-dev libproxychains3
Architecture: source all amd64
Version: 3.1-6
Distribution: unstable
Urgency: low
Maintainer: Daniel Echeverry <[email protected]>
Changed-By: Daniel Echeverry <[email protected]>
Description: 
 libproxychains-dev - proxy chains -- shared library (development)
 libproxychains3 - proxy chains -- shared library (runtime)
 proxychains - proxy chains - redirect connections through proxy servers
Closes: 701413
Changes: 
 proxychains (3.1-6) unstable; urgency=low
 .
   * Fix FTBFS with eglibc-2.17. Closes: #701413
     + Add 600-ftbfs-getnameinfo.patch patch
   * Bump standard versions 3.9.4 (no changes)
Checksums-Sha1: 
 70e2fcddd1bf5ccf282064b157a8fb598cf992a3 1559 proxychains_3.1-6.dsc
 b7dedaace1b5732e040b912bc204bb737d3621e1 8534 proxychains_3.1-6.debian.tar.gz
 dc1ff34dd9c99caf3fad79bfb2ed19b3535c2710 9446 proxychains_3.1-6_all.deb
 6405df3f4d2a0322ee677dd406a0d90a1cea2364 5566 
libproxychains-dev_3.1-6_amd64.deb
 365a6d8777616b3583265c75f370cc5ba0401b7e 16082 libproxychains3_3.1-6_amd64.deb
Checksums-Sha256: 
 ff70da143c14ca64b0b70713cffaf859eea7c6e0b543b9b6298c99b61ae43bf7 1559 
proxychains_3.1-6.dsc
 f3c5ebbb209870d1f5ef5987e53520a5b9a80517808a2d9c280b6453111ea4db 8534 
proxychains_3.1-6.debian.tar.gz
 87ae5143870966946a4be409a90e5cbbc5c31c993f87f4d783ef612133c2e17d 9446 
proxychains_3.1-6_all.deb
 f945be883064a06aea18578f9bdf486db1957795da4d8bc5cdd0eeb4485d9e62 5566 
libproxychains-dev_3.1-6_amd64.deb
 762cd94314720725ffd5581f813b1291eb1d538b90ad7882c9f7e6026efbe987 16082 
libproxychains3_3.1-6_amd64.deb
Files: 
 0a05e80215dc8304cdbfed4a8a50fcf1 1559 net optional proxychains_3.1-6.dsc
 f5ad61b8f9f829b3bc05cb960f66e5a3 8534 net optional 
proxychains_3.1-6.debian.tar.gz
 9e082b7c332b207b9db46671473ef68d 9446 net optional proxychains_3.1-6_all.deb
 cc92ad0c82e63a3081385a38a4103dc5 5566 libdevel optional 
libproxychains-dev_3.1-6_amd64.deb
 03a674589db8a7c0b8fd4f4ab4cf6a90 16082 net optional 
libproxychains3_3.1-6_amd64.deb

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

iQEcBAEBAgAGBQJRol5UAAoJEIAhAkTu07wN1n8H/1G76Q1qQRiz1lthf02YIUo0
vO4vURLgVMGT/vT3xbuBLbRZWGjK/+0bWWKF9NfNVtiopADz8/Jn2981XVIudzk2
MfzrG7+acihsSQAlqg2+JrTMPwVPR3SaF4KCOczOJ8sAMA2W/ADqfY8J5q8hpMPl
eCnBNwn3/CrWQ+aJ3iG8EjsRV94fzVCaH/2ShM6Pj/OmrSYyjc/Pg27/5+bqBzPC
zBenFV41n8J/X7He0MfpLgTkkmmADMecUZMBTVG0aovXMTes5KfRHPnoYPXN138D
cCXvHIqyYqpFuyDbdPbvb2N7UFmlY3Klw8SoRFqYj27ODD1zHR2s4lrSwOWMa4E=
=JLxH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to