From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j3ELiHGp031935 for ; Thu, 14 Apr 2005 21:44:18 GMT Received: from host-216-153-235-25.ind.choiceone.net ([216.153.235.25] helo=aei-tech.com) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DMC80-0003HN-00 for gentoo-dev@lists.gentoo.org; Thu, 14 Apr 2005 21:44:00 +0000 Received: (qmail 7080 invoked from network); 14 Apr 2005 16:44:12 -0500 Received: from unknown (HELO ?192.168.2.153?) (192.168.2.153) by 192.168.1.1 with SMTP; 14 Apr 2005 16:44:12 -0500 From: Caleb Tennis Organization: Gentoo To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Nested die error Date: Thu, 14 Apr 2005 16:42:22 -0500 User-Agent: KMail/1.8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504141642.22339.caleb@gentoo.org> X-Archives-Salt: 75a3027f-7113-4e2d-8396-074400363a2f X-Archives-Hash: f57cae8de78ede20462950f7df77a087 So it seems repoman doesn't like nested die calls like this: use blah && ( emake foo || die ) But, without the parenthesis use blah && emake foo || die always dies (the emake functions just fine, but it returns an error once emake is completed). What's the trick? Wrap the emake in a if/then call? Ignore repoman at the risk of potential finger breakage by mr_bones'? -- gentoo-dev@gentoo.org mailing list