Summary: | net-www/mod_ftpd-0.13.0 fails to compile if apr and apr-util is compiled with --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | smrspam88 |
Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | flameeyes |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: | the whole emerge mod_ftpd output |
Description
smrspam88
2006-11-22 03:39:03 UTC
Created attachment 102527 [details]
the whole emerge mod_ftpd output
Is this still a problem? And which version of apr and apr-util do you have installed? Yes, the problem still exists: [ebuild R ] dev-libs/apr-0.9.12 USE="-ipv6 -urandom" 1,024 kB [ebuild R ] dev-libs/apr-util-0.9.12 USE="-berkdb -gdbm -ldap" 578 kB (In reply to comment #3) > Yes, the problem still exists: > > [ebuild R ] dev-libs/apr-0.9.12 USE="-ipv6 -urandom" 1,024 kB > [ebuild R ] dev-libs/apr-util-0.9.12 USE="-berkdb -gdbm -ldap" 578 kB I'm unable to reproduce this ... emerge -qpv apr apr-util apache gcc binutils [ebuild R ] dev-libs/apr-0.9.12 USE="ipv6 -urandom" [ebuild R ] dev-libs/apr-util-0.9.12 USE="berkdb gdbm -ldap" [ebuild R ] net-www/apache-2.0.59-r2 USE="ssl -debug -doc -ldap -mpm-event -mpm-peruser -mpm-prefork -mpm-worker -no-suexec (-selinux) -static-modules -threads" [ebuild R ] sys-devel/gcc-4.1.1-r3 USE="fortran (-altivec) -bootstrap -build -doc -gcj -gtk (-hardened) -ip28 -ip32r10k -mudflap (-multilib) -multislot (-n32) (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla" [ebuild R ] sys-devel/binutils-2.16.1-r3 USE="-multislot -multitarget -nls -test -vanilla" Okay, I now tracked the problem down to another --as-needed bug... If I compile apr and apr-util with LDFLAGS="", mod_ftpd compiles clean and shiny. I therefore change the subject of this bug and added flameeyes as CC, as I think he is capable of fixing --as-needed stuff (although I admit that this really is a minor bug now). Thanks for the help... and btw mod_ftpd has been updated to 0.13.1, but I'll file another bug for that as that is not related to this one. You're running a binutils version that does not properly support --as-needed: sys-devel/binutils: 2.16.1-r3 Please try again with 2.17, and report back if it's still an issue. This bug has already been resolved, even for binutils-2.16 (wrt to #163499). thanks anyway. |