Summary: | app-arch/p7zip segfaults when linked using -static flag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ak <4nykey> |
Component: | Current packages | Assignee: | Radoslaw Stachowiak (RETIRED) <radek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | flash3001 |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
ak
2004-10-27 16:03:23 UTC
additional info, just in case: Portage 2.0.51-r2 (gcc34-x86-2004.2, gcc-3.4.2, glibc-2.3.4.20041006-r0, 2.6.9-rc4-xx3 i686) ================================================================= System uname: 2.6.9-rc4-xx3 i686 AMD Duron(tm) processor Gentoo Base System version 1.5.3 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.92.0.2-r1,sys-devel/binutils-2.15.92.0.2-r2 Headers: sys-kernel/linux26-headers-2.6.8.1-r1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon -mtune=athlon -fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -ftracer -pipe" CHOST="i686-pc-linux-gnu" CXXFLAGS="-O3 -march=athlon -mtune=athlon -fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -ftracer -pipe -fvisibility-inlines-hidden" FEATURES="autoaddcvs candy ccache confcache distlocks prelink sandbox" MAKEOPTS="-j2" It segfaults here building 4.10, no matter if I limit my cflags to O2, and using gcc 3.3.4-r1 all of the times (doesn't build in 3.4). I don't use static. If I rebuild the old one, 0.91, it works perfectly. I don't use static either. It's just that Makefile sets it explicitly. Could You please try to build application from sources? Because it looks like its not gentoo packaging problem but the app itself, and should be reported back to developer on sf.net I have tried building it from sources, same effect (ie segfault). i can confirm that it doesn't segfault if you remove -static commited -r1 ebuild into portage. added IUSE into it, so default now is to dynamic linkage, but with "static" USE you got old behaviour. closing bug now, but please report in case of problems. |