Mailinglist Archive: yast-devel (85 mails)
| < Previous | Next > |
Re: [yast-devel] yast2-devtools: make %{?jobs:-j%jobs} ins slide-show
- From: Martin Vidner <mvidner@xxxxxxx>
- Date: Fri, 27 Jul 2007 18:47:04 +0200
- Message-id: <20070727164704.GG1694@xxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
> 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |