Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445960 - media-sound/mumble-1.2.3-r2 parallel build fails
Summary: media-sound/mumble-1.2.3-r2 parallel build fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Timo Gurr (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 18:29 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2015-12-16 16:32 UTC (History)
3 users (show)

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


Attachments
mumble-1.2.3-r2-build.log (mumble-1.2.3-r2-build.log,19.71 KB, text/plain)
2012-12-04 18:29 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
emerge--info.txt (emerge--info.txt,5.24 KB, text/plain)
2012-12-04 18:29 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-12-04 18:29:17 UTC
Created attachment 331422 [details]
mumble-1.2.3-r2-build.log

“
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_de.qm'
Updating 'mumble_de.qm'...
    Generated 1481 translation(s) (1481 finished and 0 unfinished)
    Generated 1481 translation(s) (1481 finished and 0 unfinished)
make[1]: *** [qrc_mumble.cpp] Error 1
make[1]: *** Waiting for unfinished jobs....
    Generated 1481 translation(s) (1481 finished and 0 unfinished)
make[1]: Leaving directory `/var/tmp/portage/media-sound/mumble-1.2.3-r2/work/mumble-1.2.3/src/mumble'
make: *** [sub-src-mumble-make_default-ordered] Error 2
 * ERROR: media-sound/mumble-1.2.3-r2 failed (compile phase):
 *   emake failed
”

It is apparent from the above that mumble_de.qm was not created until after it was needed.

Also, I do not have LINGUAS=de, so I’m surprised to see mumble building such a file in the first place. But that’s a different bug (which I’m not going to file).
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-12-04 18:29:38 UTC
Created attachment 331424 [details]
emerge--info.txt
Comment 2 Timo Gurr (RETIRED) gentoo-dev 2013-06-04 22:09:03 UTC
Thanks fixed in CVS for mumble-1.2.4 by introducing a workaround forcing -j1.
Comment 3 Sebastian Parborg 2015-12-16 16:32:02 UTC
Is building with more than one thread still an issue? I wondered why mumble took so long to compile so I looked at the ebuild and found this bug ticket.

I managed to successfully build mumble 1.2.11 after removing the forced -j1 (I normally build with -j8).

I'm quessing that this issue probably was fixed upstream a while ago...