qt33 build failing due to uic sigsegv

Michael Nottebrock michaelnottebrock at gmx.net
Sun Mar 14 04:37:12 PST 2004


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 
seems I can't find, can you give me a link to the page so I can correct it?

> ===>  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 the 
nvidia-driver and the nvidia-driver doesn't like libpthread. 

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 
want to do that).

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040314/d3286223/attachment.bin


More information about the freebsd-ports mailing list