Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108661 - problem after emerging app-text/htmldoc
Summary: problem after emerging app-text/htmldoc
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 14:14 UTC by Dirk Schoenberger
Modified: 2006-04-12 10:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schoenberger 2005-10-09 14:14:17 UTC
while trying to emerge app-text/htmldoc 1.8.24 I ran into the following problems

- emerged with USE="X ssl"
- the package emerged, but installed no executables
- somewhere in between the following lines appeared

ps-pdf.cxx: In function 'void ps_ascii85(FILE*, uchar*, int, int)':
ps-pdf.cxx:9642: warning: 'b' may be used uninitialized in this function
Compiling rc4.c...
Compiling snprintf.c...
Compiling string.c...
Compiling toc.cxx...
Compiling util.cxx...
Linking htmldoc...
/usr/bin/ld: warning -L: directory name (/usr/lib/fltk-1.1) does not exist
/usr/bin/ld: can't locate file for: -lfltk_images
collect2: ld returned 1 exit status
make[1]: *** [htmldoc] Error 1
>>> Test phase [not enabled]: app-text/htmldoc-1.8.24

>>> Install htmldoc-1.8.24 into /var/tmp/portage/htmldoc-1.8.24/image/ category app-text
Making all in htmldoc...
Linking htmldoc...
/usr/bin/ld: warning -L: directory name (/usr/lib/fltk-1.1) does not exist
/usr/bin/ld: can't locate file for: -lfltk_images
collect2: ld returned 1 exit status
make[2]: *** [htmldoc] Error 1
Installing in fonts...
Installing font files in /var/tmp/portage/htmldoc-1.8.24/image//usr/share/htmldoc/fonts...
Installing in data...
Installing in doc...
Rebuilding documentation...
Formatting htmldoc.html...
make[1]: ../htmldoc/htmldoc: Command not found
make[1]: *** [htmldoc.html] Error 127
mv: rename /var/tmp/portage/htmldoc-1.8.24/image//usr/share/doc/htmldoc to /var/tmp/portage/
htmldoc-1.8.24/image//usr/share/doc/htmldoc-1.8.24: No such file or directory
mv: rename /var/tmp/portage/htmldoc-1.8.24/image//usr/share/doc/htmldoc-1.8.24/*.html to /var/
tmp/portage/htmldoc-1.8.24/image//usr/share/doc/htmldoc-1.8.24/html/*.html: No such file or 
directory
man:
prepallstrip:
strip: strip --strip-unneeded
>>> Completed installing htmldoc-1.8.24 into /var/tmp/portage/htmldoc-1.8.24/image/

* checking 50 files for package collisions
* spent 0.0057590007782 seconds checking for file collisions

Is fltk_images part of x11-libs/fltk, or is this an unmentioned dependency?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.22-r3 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.2.0 Power 
Macintosh)
===============================================================
==
System uname: 8.2.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
dev-lang/python:     [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   [Not Present]
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CBUILD="powerpc-apple-darwin8"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin8"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/
qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/
gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc aalib emboss gdbm gif imagemagick libwww nls ogg opengl png ppc-macos qt sdl slang tiff 
vorbis userland_Darwin kernel_Darwin elibc_Darwin"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-17 11:17:20 UTC
Please test 1.8.25. The use flag changed fom X to fltk.
Comment 2 Dirk Schoenberger 2005-12-17 14:20:06 UTC
> Please test 1.8.25. The use flag changed fom X to fltk.

1.8.25 builds fine on Tiger (USE="ssl")
I haven't checked with USE="fltk", because fltk doesn't work on ppc-macos, yet 
(http://bugs.gentoo.org/show_bug.cgi?id=108655)