Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301976 - media-gfx/jpegoptim-1.2.2 fails to install with parallel MAKEOPTS=-j3, version bump fix
Summary: media-gfx/jpegoptim-1.2.2 fails to install with parallel MAKEOPTS=-j3, versio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 21:15 UTC by Henry Gebhardt
Modified: 2010-01-24 08:02 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 Henry Gebhardt 2010-01-23 21:15:00 UTC
Setting MAKEOPTS=-j3 and emergeing =jpegoptim-1.2.2 fails with the following error message:

>>> Install jpegoptim-1.2.2 into /var/tmp/portage/media-gfx/jpegoptim-1.2.2/image/ category media-gfx
make -j3 INSTALL_ROOT=/var/tmp/portage/media-gfx/jpegoptim-1.2.2/image/ install 
/usr/bin/install -c -d -m 755 /var/tmp/portage/media-gfx/jpegoptim-1.2.2/image///usr/share/man/man1
/usr/bin/install -c -m 644 jpegoptim.1 /var/tmp/portage/media-gfx/jpegoptim-1.2.2/image///usr/share/man/man1/jpegoptim.1
/usr/bin/install: cannot create regular file `/var/tmp/portage/media-gfx/jpegoptim-1.2.2/image///usr/share/man/man1/jpegoptim.1': No such file or directory
make: *** [install.man] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/install -c -d -m 755 /var/tmp/portage/media-gfx/jpegoptim-1.2.2/image///usr/bin


Reproducible: Always

Steps to Reproduce:




There is a new version 1.2.3 available. Copying the ebuild works. I don't see how the problem is fixed in the new sources, but they certainly install fine.
Thanks, Henry
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-01-24 08:02:45 UTC
+*jpegoptim-1.2.3 (24 Jan 2010)
+
+  24 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  jpegoptim-1.2.2.ebuild, +jpegoptim-1.2.3.ebuild:
+  Force -j1 on 1.2.2 and bump to 1.2.3 wrt #301976, thanks to Henry Gebhardt
+  for reporting.