Date: Mon, 8 Jul 2002 17:55:44 -0500 (CDT) From: Kevin Day <toasty@shell.dragondata.com> To: current@freebsd.org Subject: qt30 build under -CURRENT fails in rtld Message-ID: <200207082255.g68Mti330716@shell.dragondata.com>
next in thread | raw e-mail | index | archive | help
I"m not sure if this is a known problem, but I sent this to the maintainer of the qt30 port, who suggested I post this here. I couldn't find anything related in the archives about this problem. I'm attempting to build qt30 (for kde3) under -CURRENT (ports and kernel/userland from yesterday). It's dying in: gmake[3]: Entering directory /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/tools/designer/designer' /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/bin/uic dbconnections.ui -o dbconnections.h gmake[3]: *** [dbconnections.h] Bus error (core dumped) gmake[3]: Leaving directory /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/tools/designer/designer' gmake[2]: *** [sub-designer] Error 2 gmake[2]: Leaving directory /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/tools/designer' gmake[1]: *** [sub-designer] Error 2 gmake[1]: Leaving directory /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/tools' gmake: *** [sub-tools] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/qt30. # gdb GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd". (gdb) exec-file ../../../bin/uic (gdb) core-file uic.core Core was generated by ic'. Program terminated with signal 10, Bus error. Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libz.so.2 Reading symbols from /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/lib/libqt-mt.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.3/lib/libqt-mt.so.3 Reading symbols from /usr/X11R6/lib/libICE.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libICE.so.6 Reading symbols from /usr/X11R6/lib/libSM.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libSM.so.6 Reading symbols from /usr/X11R6/lib/libXext.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libXext.so.6 Reading symbols from /usr/X11R6/lib/libX11.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libX11.so.6 Reading symbols from /usr/X11R6/lib/libXrender.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libXrender.so.1 Reading symbols from /usr/X11R6/lib/libXft.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libXft.so.1 Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/lib/libstdc++.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.4 Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libm.so.2 Reading symbols from /usr/lib/libc_r.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libc_r.so.5 Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libc.so.5 Reading symbols from /usr/local/lib/libmng.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libmng.so.1 Reading symbols from /usr/local/lib/libjpeg.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libjpeg.so.9 Reading symbols from /usr/local/lib/libpng.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpng.so.5 Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/libXThrStub.so.6 Reading symbols from /usr/local/lib/liblcms.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/liblcms.so.1 Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/libexec/ld-elf.so.1 #0 0x28099094 in reloc_non_plt () from /usr/libexec/ld-elf.so.1 (gdb) bt #0 0x28099094 in reloc_non_plt () from /usr/libexec/ld-elf.so.1 #1 0x28096a4e in find_symdef () from /usr/libexec/ld-elf.so.1 #2 0x28095602 in _rtld () from /usr/libexec/ld-elf.so.1 I'm building this on an extremely slow system, which took a better part of today to get this far, so I haven't rebuilt everything with -g yet. Is this a known problem? If not, I can attempt to rebuild with -g to get a full backtrace and symbols if needed. -- Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207082255.g68Mti330716>