Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245454 - www-client/arora doesnt die at make install (and fail)
Summary: www-client/arora doesnt die at make install (and fail)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 23:57 UTC by Alexis Ballier
Modified: 2008-11-06 00:58 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 Alexis Ballier gentoo-dev 2008-11-03 23:57:46 UTC
install -m 644 -p /var/tmp/portage/www-client/arora-0.4/work/arora-0.4/src/data/16x16/arora.png /var/tmp/portage/www-client/arora-0.4/image//usr/share/icons/hicolor/16x16/apps/
install -m 644 -p /var/tmp/portage/www-client/arora-0.4/work/arora-0.4/src/data/128x128/arora.png /var/tmp/portage/www-client/arora-0.4/image//usr/share/icons/hicolor/128x128/apps/
gzip -9 -f //var/tmp/portage/www-client/arora-0.4/image//usr/share/man/man1/arora.1
gzip: //var/tmp/portage/www-client/arora-0.4/image//usr/share/man/man1/arora.1: No such file or directory
make[1]: *** [install_man-compress] Error 1
make[1]: *** Waiting for unfinished jobs....
install -m 644 -p /var/tmp/portage/www-client/arora-0.4/work/arora-0.4/src/data/arora.1 /var/tmp/portage/www-client/arora-0.4/image//usr/share/man/man1/
make[1]: Leaving directory `/var/tmp/portage/www-client/arora-0.4/work/arora-0.4/src'
make: *** [sub-src-install_subtargets] Error 2
>>> Completed installing arora-0.4 into /var/tmp/portage/www-client/arora-0.4/image/
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-11-06 00:58:40 UTC
Looks like it wants to gzip the manpage before it is installed into the correct location. I added -j1 to solve that problem. And die of course when it fails.