From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MFEDP-000818-LC for garchives@archives.gentoo.org; Fri, 12 Jun 2009 21:23:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002A0E02BC; Fri, 12 Jun 2009 21:23:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B10C1E02BC for ; Fri, 12 Jun 2009 21:23:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 594CC665EE for ; Fri, 12 Jun 2009 21:23:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.903 X-Spam-Level: X-Spam-Status: No, score=-3.903 required=5.5 tests=[AWL=-0.304, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DSebAWOHB2KU for ; Fri, 12 Jun 2009 21:23:03 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 363DD6659E for ; Fri, 12 Jun 2009 21:23:00 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MFEDA-0002oJ-HE for gentoo-user@gentoo.org; Fri, 12 Jun 2009 21:22:56 +0000 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 21:22:56 +0000 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 21:22:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: Introduce Manual manipulation during an emerge Date: Fri, 12 Jun 2009 16:22:52 -0500 Organization: Still searching... Message-ID: References: <20090613024331.665f13b2@coercion> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:jiAb5iyoyCSJFZCvLNcR0dinktA= Sender: news X-Archives-Salt: e9c92e9e-70d7-41a7-a298-cdcc4702dc3c X-Archives-Hash: 2222f9aaced274aa0f20c4b65278b257 Mike Kazantsev writes: > man 1 ebuild > ebuild /usr/portage/mail-filter/procmail configure > (do-some-sed-in-/var/tmp) > ebuild /usr/portage/mail-filter/procmail merge Many thanks for the tips... and hugely usefull. But: Yikes I may have jumped the gun thinking I was good to go but at least I now have the commands to get a little further... unfortunately the build breaks for a different reason now. ebuild \ /usr/portage/mail-filter/procmail/procmail-3.22-r10.ebuild configure cd to source: /var/tmp/portage/mail-filter/procmail-3.22-r10/work/procmail-3.22 sed -i -e 's/getline/get_line/g' src/*.c src/*.h (all good so far) ebuild \ /usr/portage/mail-filter/procmail/procmail-3.22-r10.ebuild merge [...] tail of error below: Whoeaaa! There's something fishy going on here. You have a look and see if you detect anything uncanny: ******************************************************* i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -fno-inline-functions2 -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst -Wl,-O1 cc1: error: unrecognized command line option "-fno-inline-functions2" :::: cc -O2 -march=i486 -pipe -fno-inline-functions2 -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst -Wl,-O1 cc1: error: unrecognized command line option "-fno-inline-functions2" :::: gcc -O2 -march=i486 -pipe -fno-inline-functions2 -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst -Wl,-O1 cc1: error: unrecognized command line option "-fno-inline-functions2" :::: ******************************************************* I suggest you take a look at the definition of CFLAGS* and CC in the Makefile before you try make again. make[1]: *** [init] Error 1 make[1]: Leaving directory `/var/tmp/portage/mail-filter/procmail-3.22-r10/work/procmail-3.22' make: *** [src/Makefile] Error 2 * * ERROR: mail-filter/procmail-3.22-r10 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2531: Called die * The specific snippet of code: * emake CC="$(tc-getCC)" || die * The die message: * (no error message)