public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina (zerochaos)" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-17.0.9.ebuild ChangeLog
Date: Fri, 20 Sep 2013 04:31:56 +0000 (UTC)	[thread overview]
Message-ID: <20130920043156.540A52004C@flycatcher.gentoo.org> (raw)

zerochaos    13/09/20 04:31:56

  Modified:             thunderbird-17.0.9.ebuild ChangeLog
  Log:
  note bug 465728 when emake fails
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.2                  mail-client/thunderbird/thunderbird-17.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild?r1=1.1&r2=1.2

Index: thunderbird-17.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunderbird-17.0.9.ebuild	18 Sep 2013 14:11:09 -0000	1.1
+++ thunderbird-17.0.9.ebuild	20 Sep 2013 04:31:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild,v 1.1 2013/09/18 14:11:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.9.ebuild,v 1.2 2013/09/20 04:31:56 zerochaos Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1"
@@ -241,7 +241,12 @@
 src_compile() {
 	CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
 	MOZ_MAKE_FLAGS="${MAKEOPTS}" \
-	emake -f client.mk || die
+	emake -f client.mk
+	if [ $? -ne 0 ]; then
+		ewarn "Build has failed, please see https://bugs.gentoo.org/show_bug.cgi?id=465728 for"
+		ewarn "possible solutions such as MAKEOPTS=-j1"
+		die
+	fi
 
 	# Only build enigmail extension if crypt enabled.
 	if use crypt ; then



1.237                mail-client/thunderbird/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.237&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.237&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.236&r2=1.237

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog	18 Sep 2013 14:11:09 -0000	1.236
+++ ChangeLog	20 Sep 2013 04:31:56 -0000	1.237
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.236 2013/09/18 14:11:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.237 2013/09/20 04:31:56 zerochaos Exp $
+
+  20 Sep 2013; Rick Farina <zerochaos@gentoo.org> thunderbird-17.0.9.ebuild:
+  note bug 465728 when emake fails
 
 *thunderbird-17.0.9 (18 Sep 2013)
 





             reply	other threads:[~2013-09-20  4:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20  4:31 Richard Farina (zerochaos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-21 10:55 [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-17.0.9.ebuild ChangeLog Agostino Sarubbo (ago)
2013-09-21 10:56 Agostino Sarubbo (ago)
2013-09-22  6:57 Agostino Sarubbo (ago)
2013-09-22  6:58 Agostino Sarubbo (ago)
2013-09-22  6:58 Agostino Sarubbo (ago)

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=20130920043156.540A52004C@flycatcher.gentoo.org \
    --to=zerochaos@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