Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 17:50:02 +0200
From:      Ewout Boks <ewout@boks.com>
To:        Raphael Kubo da Costa <kubito@gmail.com>, kde-freebsd@kde.org,  gecko@FreeBSD.org
Subject:   Re: [kde-freebsd]  build error report for qt4-sql
Message-ID:  <4DA474AA.5050107@boks.com>
In-Reply-To: <83fwpnegef.fsf@gmail.com>
References:  <4DA04D7B.9020507@boks.com> <87k4f3iaxg.fsf@gmail.com>	<64346.80.113.1.11.1302592657.squirrel@www2.boks.com> <83fwpnegef.fsf@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]


On 04/12/11 15:41, Raphael Kubo da Costa wrote:
> Please keep the list CC'ed.
>
> "Ewout Boks"<ewout@boks.com>  writes:
>> Op Za, 9 april, 2011 7:36 pm, schreef Raphael Kubo da Costa:
>>> Ewout Boks<ewout@boks.com>  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




[-- Attachment #2 --]
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);}

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DA474AA.5050107>