Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117441 - netpbm compiles, but installation fails (versions 10.28 - 10.31-r1)
Summary: netpbm compiles, but installation fails (versions 10.28 - 10.31-r1)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 05:35 UTC by Chuck
Modified: 2006-01-02 10:51 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 Chuck 2006-01-02 05:35:49 UTC
Package built with these features:
[ebuild     U ] media-libs/netpbm-10.30-r1 [9.12-r4] +jpeg +png +svga +tiff* +zlib 0 kB

This problem exists for versions 10.28, 10.29, 10.29-r1, 10.30-r1, 10.31, 10.31-r1.

There is no problem compiling the source, but when we start installing the individual utilities in this package, it fails here:

/var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/buildtools/install.sh -c -m 755        \
  /var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/converter/other/jpeg2000/anytopnm /var/tmp/portage/netpbm-10.29-r1/image//usr/bin
install:  /var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/converter/other/jpeg2000/anytopnm does not exist
make[3]: *** [anytopnm_installscript] Error 1
make[3]: Leaving directory `/var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/converter/other/jpeg2000'
make[2]: *** [jpeg2000/install.bin] Error 2
make[2]: Leaving directory `/var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/converter/other'make[1]: *** [other/install.bin] Error 2
make[1]: Leaving directory `/var/tmp/portage/netpbm-10.29-r1/work/netpbm-10.29/converter'
make: *** [converter/install.bin] Error 2

The problem is that the install script is looking for anytopnm in "jpeg2000" but it exists in the parent directory "other".
Comment 1 SpanKY gentoo-dev 2006-01-02 10:51:18 UTC
you neglected to post `emerge info`

also, what does `emerge netpbm -pv` show