From mboxrd@z Thu Jan 1 00:00:00 1970 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=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mta5.snfc21.pbi.net ([206.13.28.241]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 1599FU-0002v2-00 for gentoo-dev@cvs.gentoo.org; Sun, 10 Jun 2001 11:43:41 -0600 Received: from pacbell.net ([64.171.2.92]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GEQ009T26JVV1@mta5.snfc21.pbi.net> for gentoo-dev@cvs.gentoo.org; Sun, 10 Jun 2001 10:43:07 -0700 (PDT) From: Jake Bishop Subject: Re: [gentoo-dev] Problem with build-20010524 To: gentoo-dev@cvs.gentoo.org Message-id: <3B23B251.E2737845@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5-ac9 i686) Content-type: multipart/mixed; boundary="------------A4C41A8A23491C4E1D5E792B" X-Accept-Language: en References: <20010610001820.A21744@paradox.oddbox.org> <3B2331C9.6D51FE2C@pacbell.net> <3B233635.982253EB@gentoo.org> <20010610091343.B9739@cvs.gentoo.org> Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Jun 10 11:44:02 2001 X-Original-Date: Sun, 10 Jun 2001 10:45:53 -0700 X-Archives-Salt: 4bd81c7b-f7b9-4281-a746-88e69dd027ff X-Archives-Hash: 11d215526af4e46adbedfa94b123bc3b This is a multi-part message in MIME format. --------------A4C41A8A23491C4E1D5E792B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Daniel Robbins wrote: > > Jake, just to clarify... the file that would be helpful for us to look at is: > /tmp/portage/groff-1.16.1-r1/work/groff-1.16.1/config.log. It logs all > configuration failures (normally, an explanation isn't logged to stdout > during the ./configure process). > > Best Regards, > > -- > Daniel Robbins > President/CEO http://www.gentoo.org > Gentoo Technologies, Inc. > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@cvs.gentoo.org > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev Thanks, I see from the config log that there is no c++ compiler installed, I'll try again --------------A4C41A8A23491C4E1D5E792B Content-Type: text/plain; charset=us-ascii; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:532: checking for gcc configure:645: checking whether the C compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) works configure:661: gcc -o conftest -mpentiumpro -march=pentiumpro -O2 conftest.c 1>&5 configure:687: checking whether the C compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) is a cross-compiler configure:692: checking whether we are using GNU C configure:701: gcc -E conftest.c configure:720: checking whether gcc accepts -g configure:756: checking for c++ configure:756: checking for g++ configure:756: checking for gcc configure:788: checking whether the C++ compiler (gcc -mpentiumpro -march=pentiumpro -O2 ) works configure:804: gcc -o conftest -mpentiumpro -march=pentiumpro -O2 conftest.C 1>&5 gcc: conftest.C: C++ compiler not installed on this system gcc: installation problem, cannot exec `#C++collect2': No such file or directory configure: failed program was: #line 799 "configure" #include "confdefs.h" int main(){return(0);} --------------A4C41A8A23491C4E1D5E792B--