Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318115 - sys-libs/zlib-1.2.5-r2 fails to build
Summary: sys-libs/zlib-1.2.5-r2 fails to build
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 10:09 UTC by Simeon Maryasin
Modified: 2010-05-05 21:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =sys-libs/zlib-1.2.5-r2 (emerge.info,4.65 KB, text/plain)
2010-05-02 10:09 UTC, Simeon Maryasin
Details
complete build.log (build.log,5.93 KB, text/plain)
2010-05-02 10:10 UTC, Simeon Maryasin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simeon Maryasin 2010-05-02 10:09:08 UTC
sys-libs/zlib-1.2.5 and sys-libs/zlib-1.2.5-r2 fails to build, while sys-libs/zlib-1.2.4 builds fine.
I tried to run lafilefixer --justfixit, but it didn't help.

i686-pc-linux-gnu-gcc -O2 -march=native -pipe -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o minigzip.c
i686-pc-linux-gnu-gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -O2 -march=native -pipe -fPIC -D_LARGEFILE64_SOURCE=1 -o libz.so.1.2.5 adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo  -lc -Wl,-O1 -L. libz.a
i686-pc-linux-gnu-gcc: libz.a: No such file or directory
make: *** [libz.so.1.2.5] Error 1
make: INTERNAL: Exiting with 4 jobserver tokens available; should be 3!
 * ERROR: sys-libs/zlib-1.2.5-r2 failed:
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 2275:  Called die
 * The specific snippet of code:
 *               emake || die
 * 
 * If you need support, post the output of 'emerge --info =sys-libs/zlib-1.2.5-r2',
 * the complete build log and the output of 'emerge -pqv =sys-libs/zlib-1.2.5-r2'.
 * The complete build log is located at '/var/tmp/portage/sys-libs/zlib-1.2.5-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/zlib-1.2.5-r2/temp/environment'.
 * S: '/var/tmp/portage/sys-libs/zlib-1.2.5-r2/work/zlib-1.2.5'


Reproducible: Always

Steps to Reproduce:
Comment 1 Simeon Maryasin 2010-05-02 10:09:30 UTC
Created attachment 229989 [details]
emerge --info =sys-libs/zlib-1.2.5-r2
Comment 2 Simeon Maryasin 2010-05-02 10:10:02 UTC
Created attachment 229991 [details]
complete build.log
Comment 3 Simeon Maryasin 2010-05-02 10:12:01 UTC
$ emerge -pqv =sys-libs/zlib-1.2.5-r2
[ebuild     U ] sys-libs/zlib-1.2.5-r2 [1.2.4]
Comment 4 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-05-05 13:52:02 UTC
Are you sure that -l2 in MAKEOPTS="-j3 -l2" doesn't cause th problem? Please give it a try to remove it and reemerge. I resolve the bug as TEST-REQUEST. Please reopen if the problem persists. Thank you for your report.
Comment 5 Simeon Maryasin 2010-05-05 21:21:22 UTC
Yes, it was '-l2' flag that caused a failure.
Marking as Closed.
Comment 6 Simeon Maryasin 2010-05-05 21:21:44 UTC
oops..