Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 246956

Summary: zziplib Ebuild Fails due to broken manpages.ar
Product: Gentoo/Alt Reporter: Dan Levin <dlevin>
Component: Prefix SupportAssignee: Gentoo non-Linux Team <alt>
Status: VERIFIED WORKSFORME    
Severity: normal CC: eXt
Priority: High    
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: zziplib build log

Description Dan Levin 2008-11-15 17:48:38 UTC
>>> Failed to emerge dev-libs/zziplib-0.13.49-r1, Log file:

>>>  '/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.49-r1/temp/build.log'

 * Messages for package dev-libs/zziplib-0.13.49-r1:

 * ERROR: dev-libs/zziplib-0.13.49-r1 failed:
 * make install failed
 * 
 * Call stack:
 * ebuild.sh:  49: <call src_install>
 * environment:2470:     emake DESTDIR="${D}" install install-man3 || die "make install failed";
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * build log: '/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.49-r1/temp/build.log'
 * ebuild environment: '/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.49-r1/temp/environment'
 * S: '/gentoo/var/tmp/portage/dev-libs/zziplib-0.13.49-r1/work/zziplib-0.13.49'
Comment 1 Fabian Groffen gentoo-dev 2008-11-15 21:51:57 UTC
where's the error?
Comment 2 Dan Levin 2008-11-16 15:25:31 UTC
Created attachment 171986 [details]
zziplib build log

In line 585 we see successful compilation of the source.
In line 695 ar tries to extract the manpage files and fails.
Comment 3 Dan Levin 2008-11-16 15:46:39 UTC
It appears that the build fails around line 695 in the build.log - where the manpages.ar archive is extracted. I'm not exactly sure how the installation of the man pages is intended to work, but its failure seems to trace back to that point.
Comment 4 Fabian Groffen gentoo-dev 2009-05-24 17:44:11 UTC
works for me, reopen if the problem is still there
Comment 5 Dan Levin 2009-05-24 17:50:02 UTC
zziplib 0.13.52 builds for me. The problem appears to have been fixed since my ticket was filed.