[yast-devel] yast2-devtools: make %{?jobs:-j%jobs} ins slide-show
The tools used to merge the slide-show translations do not seem to be thread-safe. xml2po, part of the gnome-doc-utils package, seems to be guilty. Thus make %{?jobs:-j%jobs} fails. As long as xml2po is not fixed, we must use -j 1 . We either need to enhance yast2-devtools or I must use a hard-coded "@BUILD@ resp. %build section in yast2-slide-show.spec.in -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Fri, Jul 27, 2007 at 05:12:58PM +0200, Karl Eichwalder wrote:
The tools used to merge the slide-show translations do not seem to be thread-safe. xml2po, part of the gnome-doc-utils package, seems to be guilty.
(just nitpicking: thread-safety is within one process, here we have problems with multiple processes)
Thus
make %{?jobs:-j%jobs}
fails. As long as xml2po is not fixed, we must use -j 1 . We either need to enhance yast2-devtools or I must use a hard-coded "@BUILD@ resp. %build section in yast2-slide-show.spec.in
Coolo advises "# icecream 0" in the spec file. I think that "%define jobs 1" before "@BUILD@" should work as well. -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Martin Vidner <mvidner@suse.cz> writes:
(just nitpicking: thread-safety is within one process, here we have problems with multiple processes)
Thanks for enlightening--I should have known that ;-)
Coolo advises "# icecream 0" in the spec file. I think that "%define jobs 1" before "@BUILD@" should work as well.
Wonderful--I'll use something along these line for the release-notes package, too. Feeling much better now :) -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (2)
-
Karl Eichwalder
-
Martin Vidner