Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246956 - zziplib Ebuild Fails due to broken manpages.ar
Summary: zziplib Ebuild Fails due to broken manpages.ar
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 17:48 UTC by Dan Levin
Modified: 2009-05-24 17:50 UTC (History)
1 user (show)

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


Attachments
zziplib build log (build.log,67.62 KB, text/plain)
2008-11-16 15:25 UTC, Dan Levin
Details

Note You need to log in before you can comment on or make changes to this bug.
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.