From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 12 16:37:45 2011 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 810EA1065670 for ; Tue, 12 Apr 2011 16:37:45 +0000 (UTC) (envelope-from ewout@boks.com) Received: from mail.boks.com (cirrus.boks.com [145.99.167.242]) by mx1.freebsd.org (Postfix) with ESMTP id 08BBB8FC1E for ; Tue, 12 Apr 2011 16:37:43 +0000 (UTC) Received: from kariba.hanese.nl (esehan.nl [80.113.1.11]) (using SSLv3 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ewout@boks.com) by mail.boks.com (Postfix) with ESMTPSA id B8A304668; Tue, 12 Apr 2011 17:50:02 +0200 (CEST) Message-ID: <4DA474AA.5050107@boks.com> Date: Tue, 12 Apr 2011 17:50:02 +0200 From: Ewout Boks User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100521 Thunderbird/3.0.4 MIME-Version: 1.0 To: Raphael Kubo da Costa , kde-freebsd@kde.org, gecko@FreeBSD.org References: <4DA04D7B.9020507@boks.com> <87k4f3iaxg.fsf@gmail.com> <64346.80.113.1.11.1302592657.squirrel@www2.boks.com> <83fwpnegef.fsf@gmail.com> In-Reply-To: <83fwpnegef.fsf@gmail.com> Content-Type: multipart/mixed; boundary="------------050802010803050002080701" Cc: Subject: Re: [kde-freebsd] build error report for qt4-sql X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 16:37:45 -0000 This is a multi-part message in MIME format. --------------050802010803050002080701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/12/11 15:41, Raphael Kubo da Costa wrote: > Please keep the list CC'ed. > > "Ewout Boks" writes: >> Op Za, 9 april, 2011 7:36 pm, schreef Raphael Kubo da Costa: >>> Ewout Boks writes: >>> >>>> Hi, >>>> >>>> I tried building subcommander2 (with qt4-sql as dependency) on my >>>> system: >>> [snip] >>>> The target system byte order could not be detected! >>>> Turn on verbose messaging (-v) to see the final report. >>>> You can use the -little-endian or -big-endian switch to >>>> ./configure to continue. >>>> ===> Script "configure" failed unexpectedly. >>>> Please report the problem to kde@FreeBSD.org [maintainer] and attach the >>>> "/usr/ports/databases/qt4-sql/work/qt-everywhere-opensource-src-4.7.2/config.log" >>>> including the output of the failure of your make command. Also, it might >>>> be >>>> a good idea to provide an overview of all packages installed on your >>>> system >>>> (e.g. an `ls /var/db/pkg`). >>> >>> Can you provide us the output of config.log, or try to build it in >>> verbose mode so that we can see what's actually causing the error? >>> >> >> There is no config.log . Also, I have no idea how to turn on verbose >> logging for this QT port, it is rather complicated. Using portupgrade -v >> produces the same verbosity as before. > > Let me try a wild guess: do you have qt3 installed as well? no, just qt4. I am getting weird errors compiling other things as well, I noticed today. compiling firefox4.0 produces: configure:2646: checking for c++ configure:2678: checking whether the C++ compiler (c++ -O2 -pipe -march=nocona -O2 -fno-strict-aliasing ) works configure:2694: c++ -o conftest -O2 -pipe -march=nocona -O2 -fno-strict-aliasing conftest.C -pthread -L/usr/local/lib -liconv 1>&5 /var/tmp//ccCzKvGR.o(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' configure: failed program was: #line 2689 "configure" #include "confdefs.h" int main(){return(0);} It appears my system c++ compiler doesn't work properly anymore! On another FreeBSd machine I can compile both packages without problems. Does anyone know what causes this? I attached firefox's log. Thanks, Ewout --------------050802010803050002080701 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1033: checking host system type configure:1054: checking target system type configure:1072: checking build system type configure:1153: checking for mawk configure:1153: checking for gawk configure:1283: checking for /usr/local/bin/perl5.12.3 configure:2422: checking for gcc configure:2535: checking whether the C compiler (cc -O2 -pipe -march=nocona -O2 -fno-strict-aliasing ) works configure:2551: cc -o conftest -O2 -pipe -march=nocona -O2 -fno-strict-aliasing conftest.c -pthread -L/usr/local/lib -liconv 1>&5 configure:2577: checking whether the C compiler (cc -O2 -pipe -march=nocona -O2 -fno-strict-aliasing ) is a cross-compiler configure:2582: checking whether we are using GNU C configure:2591: cc -E conftest.c configure:2610: checking whether cc accepts -g configure:2646: checking for c++ configure:2678: checking whether the C++ compiler (c++ -O2 -pipe -march=nocona -O2 -fno-strict-aliasing ) works configure:2694: c++ -o conftest -O2 -pipe -march=nocona -O2 -fno-strict-aliasing conftest.C -pthread -L/usr/local/lib -liconv 1>&5 /var/tmp//ccCzKvGR.o(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' configure: failed program was: #line 2689 "configure" #include "confdefs.h" int main(){return(0);} --------------050802010803050002080701--