Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 301976

Summary: media-gfx/jpegoptim-1.2.2 fails to install with parallel MAKEOPTS=-j3, version bump fix
Product: Gentoo Linux Reporter: Henry Gebhardt <hsggebhardt>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.