Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2004 13:37:05 +0100
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-ports@freebsd.org
Cc:        Eric Wenger <eric_wenger@yahoo.com>
Subject:   Re: qt33 build failing due to uic sigsegv
Message-ID:  <200403141337.08962.michaelnottebrock@gmx.net>
In-Reply-To: <20040314120451.65457.qmail@web41504.mail.yahoo.com>
References:  <20040314120451.65457.qmail@web41504.mail.yahoo.com>

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

--Boundary-02=_0HFVABlNkRm7HJm
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Sunday 14 March 2004 13:04, Eric Wenger wrote:
> I cvsupped ports last week and then again yesterday;
> still seeing the same problem.  Any ideas?  I can't
> gett to the kde-freebsd mailing list from the link on
> the freebsd home page.

I didn't even know there was a link on the freebsd.org homepage ... and it=
=20
seems I can't find, can you give me a link to the page so I can correct it?

> =3D=3D=3D>  Building for qt-3.3.1_1
> cd src/moc && make
> cd src && make
> cd plugins/src && make
> cd accessible && make -f Makefile
> cd codecs && make -f Makefile
> cd imageformats && make -f Makefile
> cd sqldrivers && make -f Makefile
> cd styles && make -f Makefile
> cd tools && make
> cd assistant/lib && make -f Makefile
> cd designer && make -f Makefile
> cd uic && make -f Makefile
> test -d ../../../bin/ || mkdir -p ../../../bin/
> c++ -fno-exceptions  -Wl,-rpath,/usr/local/lib
> -Wl,-rpath,/usr/X11R6/lib -lpthread -o
> ../../../bin/uic .obj/release-shared-mt/mai
> n.o  .obj/release-shared-mt/uic.o
> .obj/release-shared-mt/form.o
> .obj/release-shared-mt/object.o
> .obj/release-shared-mt/subclass
> ing.o  .obj/release-shared-mt/embed.o
> .obj/release-shared-mt/widgetdatabase.o
> .obj/release-shared-mt/domtool.o  .obj/release-sha
> red-mt/parser.o   -L/usr/local/lib -L/usr/local/lib
> -L/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/lib
> -L/usr/X11R6/lib -L/
> usr/X11R6/lib -lqt-mt -lmng -ljpeg -lpng -lz -lGLU
> -lGL -lXmu -lXi -lXrender -lXrandr -lXcursor
> -lXinerama -lXft -lfreetype -lfont
> config -lXext -lX11 -lm -lSM -lICE
> cd uilib && make -f Makefile
> cd designer && make -f Makefile
> /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/bin/uic
> -L
> /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/plugins
> listbox
> editor.ui -o listboxeditor.h
> *** Signal 11

Threads library trouble again. Uic links to libGL, your libGL comes from th=
e=20
nvidia-driver and the nvidia-driver doesn't like libpthread.=20

Workarounds:

1.)

libpthread.so.1		libc_r.so.5
libpthread.so		libc_r.so

in libmap.conf.

2.)

Deinstall the nvidia-driver.

3.)

Compile qt33 with 'make -DWITHOUT_OPENGL' (you need to make clean first if =
you=20
want to do that).

=2D-=20
   ,_,   | Michael Nottebrock               | lofi@freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

--Boundary-02=_0HFVABlNkRm7HJm
Content-Type: application/pgp-signature
Content-Description: signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQBAVFH0Xhc68WspdLARAlQJAJ94JCLD7uS3gt/LB0l2Ib+fq/ia4QCgk5ND
K1SIuKM191rsmp8d4S2NAdw=
=aIa5
-----END PGP SIGNATURE-----

--Boundary-02=_0HFVABlNkRm7HJm--



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