Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378419 - app-cdr/mybashburn is not parallel-install safe
Summary: app-cdr/mybashburn is not parallel-install safe
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 23:03 UTC by Jeroen Roovers (RETIRED)
Modified: 2016-10-01 07:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
parallel make patch (mybashburn-1.0.2-parallelmake.patch,1.17 KB, patch)
2011-08-08 23:03 UTC, Jeroen Roovers (RETIRED)
Details | Diff
ebuild patch (apply above patch, other improvements) (mybashburn-1.0.2.ebuild.patch,1.28 KB, patch)
2011-08-08 23:05 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2011-08-08 23:03:50 UTC
Created attachment 282635 [details, diff]
parallel make patch

* Package:    app-cdr/mybashburn-1.0.2
 * Repository: gentoo
 * Maintainer: media-optical@gentoo.org media-optical
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   sandbox splitdebug userpriv
 * Package:    app-cdr/mybashburn-1.0.2
 * Repository: gentoo
 * Maintainer: media-optical@gentoo.org media-optical
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   sandbox splitdebug userpriv
>>> Unpacking source...
>>> Unpacking mybashburn-1.0.2.tar.bz2 to /var/tmp/portage/app-cdr/mybashburn-1.0.2/work
>>> Source unpacked in /var/tmp/portage/app-cdr/mybashburn-1.0.2/work
>>> Preparing source in /var/tmp/portage/app-cdr/mybashburn-1.0.2/work/mybashburn-1.0.2 ...
`Makefile' -> `Makefile.org'
 * Applying mybashburn-1.0.2-parallelmake.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-cdr/mybashburn-1.0.2/work/mybashburn-1.0.2 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-cdr/mybashburn-1.0.2/work/mybashburn-1.0.2 ...
>>> Source compiled.
>>> Test phase [not enabled]: app-cdr/mybashburn-1.0.2

>>> Install mybashburn-1.0.2 into /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/ category app-cdr
make -j10 DESTDIR=/var/tmp/portage/app-cdr/mybashburn-1.0.2/image/ install 
mkdir -p -m 755 /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/bin /var/tmp/portage/app-cdr/mybashburn-1.0.2/image//etc /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/man/man1 /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/doc/mybashburn-1.0.2 /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn
install -m 755 MyBashBurn.sh /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn/MyBashBurn.sh
ln  -sf /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn/MyBashBurn.sh /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/bin/mybashburn
install: cannot create regular file `/var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn/MyBashBurn.sh': No such file or directory
make: *** [install_prog] Error 1
make: *** Waiting for unfinished jobs....
ln  -sf /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/doc/mybashburn-1.0.2/HOWTO /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn/ 
ln  -sf /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/doc/mybashburn-1.0.2/CREDITS /var/tmp/portage/app-cdr/mybashburn-1.0.2/image/usr/share/mybashburn/ 
 * ERROR: app-cdr/mybashburn-1.0.2 failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of 'emerge --info =app-cdr/mybashburn-1.0.2',
 * the complete build log and the output of 'emerge -pqv =app-cdr/mybashburn-1.0.2'.
 * The complete build log is located at '/keeps/gentoo/emergelogs/wieneke/app-cdr:mybashburn-1.0.2:20110808-223301.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-cdr/mybashburn-1.0.2/temp/environment'.
 * S: '/var/tmp/portage/app-cdr/mybashburn-1.0.2/work/mybashburn-1.0.2'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-08 23:05:08 UTC
Created attachment 282637 [details, diff]
ebuild patch (apply above patch, other improvements)
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-06-18 09:09:34 UTC
I can confirm this from a tinderbox run, but I'm not sure about the parallelmake patch, as it relies on directory rules that are known to be unreliable:

http://blog.flameeyes.eu/2009/08/for-a-parallel-world-theory-lesson-n-3-directory-dependencies
Comment 3 Pacho Ramos gentoo-dev 2016-10-01 07:06:59 UTC
removed