Nick Stenning schrieb: > As per instructions from the error, I'm reporting an arts build error. > > On: > > FreeBSD phoenix.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Sun > Apr 2 20:36:23 BST 2006 > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX i386 > > Using: ! audio/arts (arts-1.5.1_1,1) (configure error) > > Configure error as follows: > > [...] > > checking size of pthread_mutex_t... configure: error: cannot run test > program while cross compiling
The configure script thinks you're using a cross-compiling gcc: > configure:2811: checking whether we are cross compiling > configure:2813: result: yes This is most likely the result of the mismatch between the detected host type and build/target type: > configure:1615: checking build system type > configure:1633: result: i386-portbld-freebsd6.1 > configure:1641: checking host system type > configure:1655: result: i386-portbld-freebsd6 > configure:1663: checking target system type > configure:1677: result: i386-portbld-freebsd6 ... which again is probably caused by how your arts configure script is run: > $ ./configure --build=i386-portbld-freebsd6.1 --x-libraries=/usr/X11R6/lib > --x-includes=/usr/X11R6/include --disable-debug --with-xinerama > --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/lib > --with-extra-libs=/usr/local/lib --with-extra-includes=/usr/local/include > --prefix=/usr/local i386-portbld-freebsd6 The very last part of that line (i386-portbld-freebsd6) shouldn't be there at all. Are you by chance setting CONFIGURE_TARGET in /etc/make.conf or /usr/local/etc/pkgtools.conf or have you modified the Makefile of the arts port? Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
