/var/tmp/portage/sys-apps/attr-2.4.38/image/lib/libattr.so.1.1.0 [ 1] .hash HASH 000000f4 0000f4 000158 04 A 3 0 4
OK, that was about enough. 1/ Use common sense when filing bugs (like, what about mailing gentoo-dev mailing list first and asking about the best course of action here? 2/ If you have a patch, submit it *upstream* unless this is a *Gentoo-specific* issue.
I have patch to this bug. Should I reopen it? --- sys-apps/attr/attr-2.4.38.ebuild +++ sys-apps/attr/attr-2.4.38.ebuild @@ -29,11 +29,14 @@ include/builddefs.in \ || die "failed to update builddefs" eautoconf + + sed -i -e "s/LTLDFLAGS =/LTLDFLAGS +=/" libattr/Makefile } src_compile() { - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG + export DEBUG="-DNDEBUG" + export OPTIMIZER="${CFLAGS}" + export LTLDFLAGS="${LDFLAGS}" econf \ $(use_enable nls gettext) \
(In reply to comment #1) > 2/ If you have a patch, submit it *upstream* unless this is a > *Gentoo-specific* issue. Not exporting LTLDFLAGS in ebuild is Gentoo-specific, so I'm reopening this bug report. I somebody wants, I can attach the patch, which is already written in comment 2. (Typo in libattr/Makefile is already reported to upstream.)
it is an upstream issue and i already filed it there *** This bug has been marked as a duplicate of bug 126825 ***