Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240566 - dev-libs/zziplib-0.13.49-r1 - docs fail when xmlto is not fully available
Summary: dev-libs/zziplib-0.13.49-r1 - docs fail when xmlto is not fully available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 240610
  Show dependency tree
 
Reported: 2008-10-08 19:18 UTC by Elias Pipping
Modified: 2011-10-11 15:03 UTC (History)
3 users (show)

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


Attachments
build log for when i have neither installed (no-nothing-build.log,72.95 KB, text/plain)
2008-10-09 12:17 UTC, Elias Pipping
Details
build log for when i have only xmlto installed (no-xmlto-build.log,68.43 KB, text/plain)
2008-10-09 12:21 UTC, Elias Pipping
Details
build log for when i have neither installed (MAKEOPTS=-j1) (no-nothing-build.log,68.38 KB, text/plain)
2008-10-09 12:24 UTC, Elias Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Pipping 2008-10-08 19:18:57 UTC
here's what i had to emerge to make installation succeed:

  app-text/docbook-xml-dtd:4.1.2
  app-text/xmlto
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2008-10-09 06:44:01 UTC
Installs fine without either package for me.  Reopen with more information.
Comment 2 Elias Pipping 2008-10-09 12:17:08 UTC
Created attachment 167728 [details]
build log for when i have neither installed
Comment 3 Elias Pipping 2008-10-09 12:21:35 UTC
Created attachment 167730 [details]
build log for when i have only xmlto installed
Comment 4 Elias Pipping 2008-10-09 12:24:00 UTC
Created attachment 167736 [details]
build log for when i have neither installed (MAKEOPTS=-j1)
Comment 5 Elias Pipping 2008-10-09 12:25:30 UTC
Reopening with new info.



forgot to set MAKEOPTS for the first run, set it for both of the others
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2008-10-09 16:17:42 UTC
let's have emerge --info please.
Comment 7 SpanKY gentoo-dev 2008-10-09 19:38:38 UTC
zziplib's doc system is designed to work when xmlto is not available/broken

we may need to tweak docs/Makefile.am:install-man3 accordingly to ignore errors from chmod ...
Comment 8 Elias Pipping 2008-10-09 19:39:56 UTC
(In reply to comment #6)
> let's have emerge --info please.
> 

pipping@quicksand $ emerge --info
Portage 2.2.00.11635-prefix (default-prefix/darwin/macos/10.5/x86, gcc-4.2.1, unavailable, 9.5.0 i386)
=================================================================
System uname: Darwin-9.5.0-i386-32bit
Timestamp of tree: Unknown
distcc 2.18.5-Apple.1 i386-apple-darwin9.0 (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.2-r8
dev-util/ccache:     2.4-r8
sys-devel/autoconf:  2.63
sys-devel/automake:  1.9.6-r2, 1.10.1-r1
sys-devel/gcc-config: 1.4.0-r04.5
sys-devel/libtool:   2.2.6a
ACCEPT_KEYWORDS="~x86-macos"
CBUILD="i686-apple-darwin9"
CFLAGS="-O3 -fomit-frame-pointer -pipe -march=core2"
CHOST="i686-apple-darwin9"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O3 -fomit-frame-pointer -pipe -march=core2"
DISTDIR="/Users/pipping/gentoo/usr/portage/distfiles"
EPREFIX="/Users/pipping/gentoo"
FEATURES="assume-digests ccache collision-protect digest distlocks nodoc noinfo nostrip parallel-fetch preserve-libs protect-owned sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS=""
MAKEOPTS="-j3"
PKGDIR="/Users/pipping/gentoo/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude=.git"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Users/pipping/gentoo/var/tmp"
PORTDIR="/Users/pipping/gentoo/usr/portage"
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="aqua coreaudio cracklib latex midi mmx mmxext ncurses objc objc++ prefix readline sse ssl vim-syntax x86-macos zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="Darwin" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY

pipping@quicksand $ 
Comment 9 Fabian Groffen gentoo-dev 2008-10-19 14:07:40 UTC
INFO: Problem appears only in Prefix for me.
Comment 10 Elias Pipping 2008-10-25 13:37:28 UTC
I should point out that i end up with these files:

pipping@quicksand / $ l /[0-9]*
-rw-r--r-- 1 pipping admin  839 2008-10-18 17:33 /0
-rw-r--r-- 1 pipping admin  922 2008-10-18 17:33 /1016
-rw-r--r-- 1 pipping admin   24 2008-10-18 17:33 /1037
-rw-r--r-- 1 pipping admin   21 2008-10-18 17:33 /1060
-rw-r--r-- 1 pipping admin   21 2008-10-18 17:33 /1080
-rw-r--r-- 1 pipping admin 1000 2008-10-18 17:33 /1103
-rw-r--r-- 1 pipping admin 1469 2008-10-18 17:33 /1134
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /1152
-rw-r--r-- 1 pipping admin  938 2008-10-18 17:33 /1172
-rw-r--r-- 1 pipping admin  839 2008-10-18 17:33 /1191
-rw-r--r-- 1 pipping admin   33 2008-10-18 17:33 /1209
-rw-r--r-- 1 pipping admin 1290 2008-10-18 17:33 /1227
-rw-r--r-- 1 pipping admin 1355 2008-10-18 17:33 /124
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /1252
-rw-r--r-- 1 pipping admin 1521 2008-10-18 17:33 /1270
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /1289
-rw-r--r-- 1 pipping admin 1355 2008-10-18 17:33 /1315
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /1333
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /1357
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /1376
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /1401
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /142
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /1435
-rw-r--r-- 1 pipping admin 2443 2008-10-18 17:33 /1466
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /1493
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /1527
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /1547
-rw-r--r-- 1 pipping admin 4314 2008-10-18 17:33 /1565
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /1587
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /1610
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /1633
-rw-r--r-- 1 pipping admin 2735 2008-10-18 17:33 /1655
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /166
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /1674
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /1693
-rw-r--r-- 1 pipping admin 2516 2008-10-18 17:33 /1711
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /1729
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /1749
-rw-r--r-- 1 pipping admin 2246 2008-10-18 17:33 /1767
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /1793
-rw-r--r-- 1 pipping admin   33 2008-10-18 17:33 /18
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /1814
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /1833
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /185
-rw-r--r-- 1 pipping admin 5069 2008-10-18 17:33 /1853
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /1876
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /1900
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /1924
-rw-r--r-- 1 pipping admin 2792 2008-10-18 17:33 /1947
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /1967
-rw-r--r-- 1 pipping admin   34 2008-10-18 17:33 /1987
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /2019
-rw-r--r-- 1 pipping admin   34 2008-10-18 17:33 /2038
-rw-r--r-- 1 pipping admin  994 2008-10-18 17:33 /2064
-rw-r--r-- 1 pipping admin  878 2008-10-18 17:33 /2093
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /210
-rw-r--r-- 1 pipping admin  917 2008-10-18 17:33 /2112
-rw-r--r-- 1 pipping admin 1496 2008-10-18 17:33 /2130
-rw-r--r-- 1 pipping admin 1526 2008-10-18 17:33 /2148
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /2166
-rw-r--r-- 1 pipping admin   24 2008-10-18 17:33 /2184
-rw-r--r-- 1 pipping admin  922 2008-10-18 17:33 /2207
-rw-r--r-- 1 pipping admin   24 2008-10-18 17:33 /2228
-rw-r--r-- 1 pipping admin   21 2008-10-18 17:33 /2251
-rw-r--r-- 1 pipping admin   21 2008-10-18 17:33 /2271
-rw-r--r-- 1 pipping admin 1000 2008-10-18 17:33 /2294
-rw-r--r-- 1 pipping admin 1469 2008-10-18 17:33 /2325
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /2343
-rw-r--r-- 1 pipping admin  938 2008-10-18 17:33 /2363
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /244
-rw-r--r-- 1 pipping admin 2443 2008-10-18 17:33 /275
-rw-r--r-- 1 pipping admin   35 2008-10-18 17:33 /302
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /336
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /356
-rw-r--r-- 1 pipping admin 1290 2008-10-18 17:33 /36
-rw-r--r-- 1 pipping admin 4314 2008-10-18 17:33 /374
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /396
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /419
-rw-r--r-- 1 pipping admin   30 2008-10-18 17:33 /442
-rw-r--r-- 1 pipping admin 2735 2008-10-18 17:33 /464
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /483
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /502
-rw-r--r-- 1 pipping admin 2516 2008-10-18 17:33 /520
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /538
-rw-r--r-- 1 pipping admin   26 2008-10-18 17:33 /558
-rw-r--r-- 1 pipping admin 2246 2008-10-18 17:33 /576
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /602
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /61
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /623
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /642
-rw-r--r-- 1 pipping admin 5069 2008-10-18 17:33 /662
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /685
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /709
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /733
-rw-r--r-- 1 pipping admin 2792 2008-10-18 17:33 /756
-rw-r--r-- 1 pipping admin   28 2008-10-18 17:33 /776
-rw-r--r-- 1 pipping admin 1521 2008-10-18 17:33 /79
-rw-r--r-- 1 pipping admin   34 2008-10-18 17:33 /796
-rw-r--r-- 1 pipping admin   31 2008-10-18 17:33 /828
-rw-r--r-- 1 pipping admin   34 2008-10-18 17:33 /847
-rw-r--r-- 1 pipping admin  994 2008-10-18 17:33 /873
-rw-r--r-- 1 pipping admin  878 2008-10-18 17:33 /902
-rw-r--r-- 1 pipping admin  917 2008-10-18 17:33 /921
-rw-r--r-- 1 pipping admin 1496 2008-10-18 17:33 /939
-rw-r--r-- 1 pipping admin 1526 2008-10-18 17:33 /957
-rw-r--r-- 1 pipping admin   25 2008-10-18 17:33 /975
-rw-r--r-- 1 pipping admin   27 2008-10-18 17:33 /98
-rw-r--r-- 1 pipping admin   24 2008-10-18 17:33 /993
pipping@quicksand / $ 

pipping@quicksand / $ cat /0
.\"     Title: zzip_compr_str
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
.\"      Date: 0.13.49
.\"    Manual: zziplib Function List
.\"    Source: zziplib
.\"
.TH "ZZIP_COMPR_STR" "3" "0.13.49" "zziplib" "zziplib Function List"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
zzip_compr_str \- ...
.SH "SYNOPSIS"
.sp
.ft B
.nf
#include <zzip/lib.h>
.fi
.ft
.HP 28
.BI "zzip_char_t* zzip_compr_str((int\ compr));"
.SH "DESCRIPTION"
.PP
(missing description)
.SH "AUTHOR"
.TP 4
\(bu
Guido Draheim <guidod@gmx.de>
.SH "COPYRIGHT"
.PP
Copyright (c) 2000,2001,2002,2003 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License or alternatively the restrictions of the Mozilla Public License 1.1
pipping@quicksand / $ 


i do *not* want those files there.
Comment 11 SpanKY gentoo-dev 2008-10-25 21:15:11 UTC
yeah i cant reproduce on linux after removing the packages in question.  someone in prefix who can actually reproduce will have to check it.  i stopped using OS X a long time ago.
Comment 12 Elias Pipping 2008-12-31 17:04:42 UTC
the problem persists. with zziplib-0.13.50, it's a bit more subtle, though, because there's no longer an error. installation succeeds but you end up with the above-mentioned garbage in your / dir.
Comment 13 Fabian Groffen gentoo-dev 2008-12-31 17:39:58 UTC
% qlist -Iv xmlto
% qlist -Iv docbook
app-text/build-docbook-catalog-1.4-r00.1
app-text/docbook-xsl-stylesheets-1.74.0

>>> Installing dev-libs/zziplib-0.13.50
* checking 95 files for package collisions
--- /Volumes/Scratch/Gentoo/usr/
--- /Volumes/Scratch/Gentoo/usr/bin/
>>> /Volumes/Scratch/Gentoo/usr/bin/unzip-mem
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzip
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzipcat
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzipcat-mem
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzipcat-seeko
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzipdir
>>> /Volumes/Scratch/Gentoo/usr/bin/unzzipdir-mem
>>> /Volumes/Scratch/Gentoo/usr/bin/zzcat
>>> /Volumes/Scratch/Gentoo/usr/bin/zzdir
>>> /Volumes/Scratch/Gentoo/usr/bin/zzxorcat
>>> /Volumes/Scratch/Gentoo/usr/bin/zzxorcopy
>>> /Volumes/Scratch/Gentoo/usr/bin/zzxordir
--- /Volumes/Scratch/Gentoo/usr/include/
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/_config.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/_msvc.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/autoconf.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/conf.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/fetch.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/file.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/format.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/fseeko.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/info.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/lib.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/memdisk.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/mmapped.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/plugin.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/stdint.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/types.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/wrap.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/write.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip/zzip.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip-io.h
>>> /Volumes/Scratch/Gentoo/usr/include/zzip.h
>>> /Volumes/Scratch/Gentoo/usr/include/zziplib.h
--- /Volumes/Scratch/Gentoo/usr/lib/
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzip-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzip-0.13.dylib -> libzzip-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzip.a
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzip.dylib -> libzzip-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzip.la
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipfseeko-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipfseeko-0.13.dylib -> libzzipfseeko-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipfseeko.a
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipfseeko.dylib -> libzzipfseeko-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipfseeko.la
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipmmapped-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipmmapped-0.13.dylib -> libzzipmmapped-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipmmapped.a
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipmmapped.dylib -> libzzipmmapped-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipmmapped.la
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipwrap-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipwrap-0.13.dylib -> libzzipwrap-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipwrap.a
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipwrap.dylib -> libzzipwrap-0.13.0.50.dylib
>>> /Volumes/Scratch/Gentoo/usr/lib/libzzipwrap.la
--- /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/
>>> /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/zzip-zlib-config.pc
>>> /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/zzipfseeko.pc
>>> /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/zziplib.pc
>>> /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/zzipmmapped.pc
>>> /Volumes/Scratch/Gentoo/usr/lib/pkgconfig/zzipwrap.pc
--- /Volumes/Scratch/Gentoo/usr/share/
--- /Volumes/Scratch/Gentoo/usr/share/aclocal/
>>> /Volumes/Scratch/Gentoo/usr/share/aclocal/zziplib.m4
--- /Volumes/Scratch/Gentoo/usr/share/doc/
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/ChangeLog.bz2
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/README.bz2
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/TODO.bz2
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/64on32.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/body.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/configs.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/copying.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/developer.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/download.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/faq.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/fseeko.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/functions.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/future.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/history.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/memdisk.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/mmapped.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/notes.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/referentials.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/sdocbook.css
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/sfx-make.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zip-php.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-api.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-basics.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-crypt.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-cryptoid.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-extio.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-extras.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-file.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-index.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-parse.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-sdl-rwops.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-xor.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzip-zip.htm
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzipfseeko.html
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zziplib.html
>>> /Volumes/Scratch/Gentoo/usr/share/doc/zziplib-0.13.50/html/zzipmmapped.html
--- /Volumes/Scratch/Gentoo/usr/share/man/
--- /Volumes/Scratch/Gentoo/usr/share/man/man3/

>>> Recording dev-libs/zziplib in "world" favorites file...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.


looks pretty good to me?
Comment 14 Elias Pipping 2008-12-31 17:43:32 UTC
the files aren't put there by portage (portage cannot write to / after all). hence they're not tracked by it either. hence the above proves nothing.
Comment 15 Fabian Groffen gentoo-dev 2008-12-31 17:45:12 UTC
bah. no sandbox :(
Comment 16 Fabian Groffen gentoo-dev 2008-12-31 18:07:30 UTC
% sudo chmod 755 /
% touch /bla
touch: cannot touch `/bla': Permission denied

emerge ...

[...]

/bin/sh ../../uses/mkinstalldirs /Volumes/Scratch/Gentoo/var/tmp/portage/dev-libs/zziplib-0.13.50/image//Volumes/Scratch/Gentoo/usr/share/man/man3
P=`pwd` ; cd /Volumes/Scratch/Gentoo/var/tmp/portage/dev-libs/zziplib-0.13.50/image//Volumes/Scratch/Gentoo/usr/share/man/man3 \
        && ar x $P/manpages.ar
ar: //: Is a directory
ar: zzip_close.3/: No such file or directory
ar: zzip_closedir.3/: No such file or directory
ar: /0: Permission denied
ar: /18: Permission denied
ar: /36: Permission denied
...

something needs some killing there, I think Darwin ar just isn't doing what GNU ar does...
Comment 17 Fabian Groffen gentoo-dev 2008-12-31 19:22:58 UTC
ok, I see now, as I recall from when I implemented this myself in pax-utils.  The /<num> entries are "extended filename" entries in GNU format.  Of course Darwin's ar doesn't get this, as it uses the BSD format for extended filenames...

docs/zziplib-manpages.ar is shipped with the package and stupidly just a GNU ar archive.

So on hosts with non-GNU-ar, we have no other option than making sure we have the tools available to build the documentation from source.
Comment 18 Fabian Groffen gentoo-dev 2008-12-31 19:52:19 UTC
bah, with those dependencies:

/Volumes/Scratch/Gentoo/var/tmp/portage/dev-libs/zziplib-0.13.50/image//Volumes/Scratch/Gentoo/usr/lib: ln -s libzzip*.so.13 libzzip*.so.10


.so files on darwin are no fun :(
Comment 19 Fabian Groffen gentoo-dev 2008-12-31 20:39:59 UTC
I decided to simply remove

usr/lib/libzzip*.so.10 
usr/lib/libzzip*.so.11 
usr/lib/libzzip*.so.12

they look like backwards compatability symlinks to me, but if that would be an issue for us, Portage's preserve-libs would deal with that the proper way.

Fed up with this package, hopefully I fixed it completely now.
Comment 20 SpanKY gentoo-dev 2008-12-31 22:46:47 UTC
i dont like having changes in external trees.  can you post what you've done to the ebuild ?
Comment 21 Fabian Groffen gentoo-dev 2008-12-31 23:31:28 UTC
http://overlays.gentoo.org/proj/alt/changeset/36235

layman's approach, nothing clever, sorry.
Comment 22 Elias Pipping 2009-01-01 04:04:32 UTC
(In reply to comment #21)
> http://overlays.gentoo.org/proj/alt/changeset/36235
> 
> layman's approach, nothing clever, sorry.

and http://overlays.gentoo.org/proj/alt/changeset/36237
Comment 23 SpanKY gentoo-dev 2011-10-11 15:03:27 UTC
your ebuilds are probably obsoleted by zziplib-0.13.60-r1 which is in the main tree now