Comment 11 for bug 1085955

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: [Bug 1085955] Re: segmentation fault on FreeBSD 8.3-RELEASE-p5 amd64

You can see it fail the check for libsndfile here because of missing QtCore:

gcc -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -L/usr/lib
-L/usr/local/lib -L/usr/X11R6/lib -lpthread -logg -lvorbis -lQtCore -lQtGui
-lQtOpenGL -lQtXml -lQtNetwork -lQtScript -lsndfile
/usr/bin/ld: cannot find -lQtCore
scons: Configure: no
scons: Configure: Checking for C library libsndfile-1...

On Mon, Feb 25, 2013 at 10:54 AM, RJ Ryan <email address hidden> wrote:

> Yes, there's a bug in our build system that if Mixxx cannot find Qt then
> it thinks almost every dependency is missing. Your main issue is that scons
> cannot find your Qt installation so you need to point to it with scons
> qtdir=/path/to/qt4
>
>
>
> On Mon, Feb 25, 2013 at 2:58 AM, Marko Cupać <email address hidden> wrote:
>
>> Hi,
>>
>> I attached scons output. I see it complains about missing libraries,
>> even though I have them installed:
>>
>> pacija@kaa:/usr/local/lib/portaudio2 % ls
>> libportaudio.a
>> libportaudio.la
>> libportaudio.so
>> libportaudio.so.2
>>
>> pacija@kaa:/usr/local/lib % ls | grep libsnd
>> libsndfile.a
>> libsndfile.la
>> libsndfile.so
>> libsndfile.so.1
>>
>> etc.
>>
>> ** Attachment added: "scon output"
>>
>> https://bugs.launchpad.net/mixxx/+bug/1085955/+attachment/3545803/+files/scons-output
>>
>> --
>> You received this bug notification because you are a member of Mixxx
>> Development Team, which is subscribed to Mixxx.
>> https://bugs.launchpad.net/bugs/1085955
>>
>> Title:
>> segmentation fault on FreeBSD 8.3-RELEASE-p5 amd64
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/mixxx/+bug/1085955/+subscriptions
>>
>
>