public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-util/datutil: datutil-2.31.ebuild ChangeLog
Date: Wed, 29 Oct 2008 11:51:12 +0000	[thread overview]
Message-ID: <E1Kv9Zw-0007ty-67@stork.gentoo.org> (raw)

flameeyes    08/10/29 11:51:12

  Modified:             datutil-2.31.ebuild ChangeLog
  Log:
  Force -j1 during install, see bug #244879. Fail on emake failure.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)

Revision  Changes    Path
1.3                  games-util/datutil/datutil-2.31.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/datutil-2.31.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/datutil-2.31.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/datutil-2.31.ebuild?r1=1.2&r2=1.3

Index: datutil-2.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- datutil-2.31.ebuild	12 May 2007 17:57:28 -0000	1.2
+++ datutil-2.31.ebuild	29 Oct 2008 11:51:12 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.31.ebuild,v 1.2 2007/05/12 17:57:28 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.31.ebuild,v 1.3 2008/10/29 11:51:12 flameeyes Exp $
 
 inherit toolchain-funcs
 
@@ -27,8 +27,9 @@
 }
 
 src_compile() {
-	emake CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
-	CFLAGS="${CFLAGS} -Idev" LOGIQX=. EXT= UPX=@#
+	# Parallel make issue, see bug #244879
+	emake -j1 CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
+	CFLAGS="${CFLAGS} -Idev" LOGIQX=. EXT= UPX=@# || die "emake failed"
 }
 
 src_install() {



1.3                  games-util/datutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/datutil/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/datutil/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 May 2007 17:57:28 -0000	1.2
+++ ChangeLog	29 Oct 2008 11:51:12 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/datutil
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/ChangeLog,v 1.2 2007/05/12 17:57:28 drizzt Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/ChangeLog,v 1.3 2008/10/29 11:51:12 flameeyes Exp $
+
+  29 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> datutil-2.31.ebuild:
+  Force -j1 during install, see bug #244879. Fail on emake failure.
 
   12 May 2007; Timothy Redaelli <drizzt@gentoo.org> datutil-2.31.ebuild:
   Add ~amd64 keyword.






             reply	other threads:[~2008-10-29 11:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 11:51 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-30  8:21 [gentoo-commits] gentoo-x86 commit in games-util/datutil: datutil-2.31.ebuild ChangeLog Michael Sterrett (mr_bones_)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Kv9Zw-0007ty-67@stork.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox