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

Bug 127863

Summary: media-video/lives-0.9.5 fails parallel make
Product: Gentoo Linux Reporter: Brian Wood <beww>
Component: Current packagesAssignee: Luca Barbato <lu_zero>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: aballier
Priority: High    
Version: 2006.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Wood 2006-03-28 08:30:37 UTC
make[3]: Entering directory `/var/tmp/portage/lives-0.9.5/work/lives-0.9.5/lives-plugins/icons'
/bin/rm -rf /var/tmp/portage/lives-0.9.5/image//usr/share/lives/*
test -z "/usr/share/lives/icons" || mkdir -p -- . "/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons"
 /bin/install -c -m 644 'loop.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/loop.png'
 /bin/install -c -m 644 'play.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/play.png'
 /bin/install -c -m 644 'playsel.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/playsel.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/playsel.png': No such file or directory
 /bin/install -c -m 644 'rewind.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/rewind.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/rewind.png': No such file or directory
 /bin/install -c -m 644 'sepwin.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/sepwin.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/sepwin.png': No such file or directory
 /bin/install -c -m 644 'stop.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/stop.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/stop.png': No such file or directory
 /bin/install -c -m 644 'volume.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/volume.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/volume.png': No such file or directory
 /bin/install -c -m 644 'volume_mute.png' '/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/volume_mute.png'
/bin/install: cannot create regular file `/var/tmp/portage/lives-0.9.5/image//usr/share/lives/icons/volume_mute.png': No such file or directory
make[3]: *** [install-iconsDATA] Error 1
make[3]: Leaving directory `/var/tmp/portage/lives-0.9.5/work/lives-0.9.5/lives-plugins/icons'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/lives-0.9.5/work/lives-0.9.5/lives-plugins/icons'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/lives-0.9.5/work/lives-0.9.5/lives-plugins'
make: *** [install-recursive] Error 1

!!! ERROR: media-video/lives-0.9.5 failed.
!!! Function src_install, Line 64, Exitcode 2
Comment 1 Alexis Ballier gentoo-dev 2006-05-20 15:58:24 UTC
It's a compatibility problem with sys-apps/sandbox-1.2.18.1

Three days ago, I had no problem installing lives, but today when I tried it did not want to install, failing with this error. Downgrading to sys-apps/sandbox-1.2.17 fixed the issue for me.
Comment 2 Alexis Ballier gentoo-dev 2006-05-21 13:50:35 UTC
This is weird, today I tried to emerge again lives and everything was fine with the latest sandbox. Could you please try to re-emerge lives ? 
Comment 3 Alexis Ballier gentoo-dev 2006-05-21 15:10:04 UTC
Hmmm I think I was completely wrong in mmy preious posts...
It seems to be a problem with MAKEOPTS, could you please try with MAKEOPTS="-j1" ? 

After several emerge lives with my default MAKEOPTS this bug appeared radomly, with -j1 it did not appear for three "emerge lives".
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-04-08 19:56:32 UTC
Still an issue w/ 0.9.7?
Comment 5 Jesper Brodersen 2007-05-05 04:55:51 UTC
I merged 0.9.7 without any problems on a -j4. The 0.9.7 application also seems to run great.

The "stable" 0.9.4 hangs (for 4 hours, when I was sleeping ;) at a po-file build at the end. I guess it was parallel make (since 0.9.7 worked, I didn't test MAKEOPTS).
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2011-09-30 19:19:57 UTC
Try 1.4.6, closing as TEST-REQUEST