From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DMARC_QUAR,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from viefep16-int.chello.at (viefep16-int.chello.at [213.46.255.17]) by chiba.3jane.net (Postfix) with ESMTP id E0A8CAC479 for ; Thu, 25 Jul 2002 09:27:06 -0500 (CDT) Received: from chello.at ([62.178.237.117]) by viefep16-int.chello.at (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020725142705.QPDI2227.viefep16-int.chello.at@chello.at> for ; Thu, 25 Jul 2002 16:27:05 +0200 Message-ID: <3D400ABD.8050600@chello.at> Date: Thu, 25 Jul 2002 16:27:09 +0200 From: Markus Krainer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] what does manual "make" do, portage doesn't ? References: <200207231642.05165.a9101556@unet.univie.ac.at> <200207241140.43520.heim@heim.cjb.net> <3D3EFC21.6060200@gentoo.org> <200207251054.02552.a9101556@unet.univie.ac.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 98442eff-be09-4327-b3ab-051a813982aa X-Archives-Hash: f061874b85b13d058105a62dc61e77b4 Tibor Rudas wrote: > I think the problem is not in the configure process since I can do a manual > "make" in the build-dir. It is only when make is started by portage that it > aborts. Maybe your MAKEOPTS (in /etc/make.globals) let make break. > Another unusual thing is that when I do the manual make in the build-dir > and it completes sucessfully, I can't even build a binary package by > ebuild /usr/portage..../mpich-1.2.4.ebuild package because it starts > the whole configure/make process again (but this could be due to the > older portage version. I'll have to try this at home where I'm - almost - > up to date :). Set FEATURES="noauto" in /etc/make.conf. hth, Markus