From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-29963-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Jbfjm-0005VQ-8E
	for garchives@archives.gentoo.org; Tue, 18 Mar 2008 17:36:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 808D7E006F;
	Tue, 18 Mar 2008 17:36:32 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5C0D5E006F
	for <gentoo-dev@lists.gentoo.org>; Tue, 18 Mar 2008 17:36:32 +0000 (UTC)
Received: from gentoo.org (xray.science.oregonstate.edu [128.193.220.51])
	(using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTP id 9D0CD65198;
	Tue, 18 Mar 2008 17:36:31 +0000 (UTC)
Date: Tue, 18 Mar 2008 10:36:30 -0700
From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org, wschlich@gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-im/jabberd2:
	ChangeLog jabberd2-2.1.23.ebuild
Message-ID: <20080318173630.GA12160@comet.science.oregonstate.edu>
References: <E1JbaQw-0003KR-9f@stork.gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <E1JbaQw-0003KR-9f@stork.gentoo.org>
User-Agent: Mutt/1.5.17 (2007-11-01)
X-Archives-Salt: 2aa43dfc-af9b-44a2-ac28-6e5c40cd1fc8
X-Archives-Hash: 513b9f33d4fe1fc5603cecd9374fecc1

On 11:56 Tue 18 Mar     , Wolfram Schlich (wschlich) wrote:
> 1.1                  net-im/jabberd2/jabberd2-2.1.23.ebuild
> 
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd2/jabberd2-2.1.23.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd2/jabberd2-2.1.23.ebuild?rev=1.1&content-type=text/plain

> src_compile() {
> 
> 	# https://bugs.gentoo.org/show_bug.cgi?id=207655#c3
> 	replace-flags -O* -O2

This also wrongly replaces -O1 and -O2. Try:

replace-flags -O3 -O2
(or -O[3s] -O2)

> src_install() {
> 
> 	make DESTDIR="${D}" install || die "make install failed"

If emake doesn't work, please add a comment to that effect.

Thanks,
Donnie
-- 
gentoo-dev@lists.gentoo.org mailing list