| Summary: | net-analyzer/dsniff-2.3-r10 does not compile after dev-libs/openssl-0.9.8c upgrade | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kevin Korb <gentoobugs> |
| Component: | New packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | aurelien.francillon, endrazine, narancs, sven567 |
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://www.sanitarium.net/dsniff.txt | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Kevin Korb
2006-09-06 09:05:22 UTC
Note that this happens on my systems that are running gcc-4.1.1 AND gcc-3.4.6. Try with 2.4_beta1-r3, please. When used with sys-libs/db-4.3.29-r2 (which is also masked) dsniff-2.4_beta1-r3 does compile. Same exact error after openssl upgrade on a gentoo hardened with gcc-3.4.6. I did not test the 2.4_beta1-r3 as I avoid to play with masked packages on this production box. # emerge --info Portage 2.1-r2 (hardened/x86/2.6, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-hardened-r11 i686) ================================================================= System uname: 2.6.16-hardened-r11 i686 VIA Esther processor 2000MHz Gentoo Base System version 1.12.4 ccache version 2.3 [disabled] app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r5 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe -mmmx -msse -msse2 -msse3 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe -mmmx -msse -msse2 -msse3 -fomit-frame-pointer -fpermissive" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks fixpackages metadata-transfer nodoc noinfo noman parallel-fetch sandbox sfperms strict userfetch userpriv usersandbox" GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage//packages/x86/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage/" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="acl apache2 bcmath calendar caps cddb crypt dlloader exif fastcgi flash ftp gd hardened hardenedphp hash imap maildir mcal memlimit mmx nls openssh pam pcntl pdf pic readline sasl simplexml sockets spamassassin sse sse2 ssl static tcpd threads tidy tiff tokenizer unicode userlocales vhosts x86 xmlreader xmlrpc xmlwriter zip zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux userland_GNU" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY Hi, Same pb here whith dev-libs/openssl-0.9.8c-r2 and sys-devel/gcc-4.1.1. I was able to build net-analyzer/dsniff-2.4_beta1-r3 here by keywording sys-libs/db-4.2.52_p4 so if resolution of this bug is bumping to dsniff-2.4_beta1-r3 it should depends on #143054 Hi, got the same issue, which is solved by using: localhost work # diff dsniff-2.3.old/sshcrypto.c dsniff-2.3/sshcrypto.c 16a17,18 > #include <openssl/blowfish.h> > #include <openssl/des.h> localhost work # This was apparently cosed by an update in openssl headers. Regards, endrazine- (In reply to comment #5) > Hi, > Same pb here whith dev-libs/openssl-0.9.8c-r2 and sys-devel/gcc-4.1.1. > I was able to build net-analyzer/dsniff-2.4_beta1-r3 here by keywording > sys-libs/db-4.2.52_p4 so if resolution of this bug is bumping to > dsniff-2.4_beta1-r3 it should depends on #143054 > *** Bug 150571 has been marked as a duplicate of this bug. *** I can confirm this bug on my x86 machine. Emerging the beta version on portage solve it. *** Bug 152236 has been marked as a duplicate of this bug. *** please take note, in the bugreport #152236 is a small workaround (In reply to comment #10) > please take note, in the bugreport #152236 is a small workaround > why, my patch doesn't fix it ? :p Cheers, endrazine- Fix in cvs Hi, seems to work here after cleaning up my /etc/portage/package.keywords thanks Aur Hi, seems to work here after cleaning up my /etc/portage/package.keywords thanks Aurélien |