Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 08:10:30 GMT
From:      "Volker Stolz" <vs@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/73917: [PATCH] Update audio/cheesetracker to 0.9.9
Message-ID:  <200411240810.iAO8AURt058604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/73917; it has been noted by GNATS.

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, freebsd@bilogic.org
Cc:  
Subject: Re: ports/73917: [PATCH] Update audio/cheesetracker to 0.9.9
Date: Wed, 24 Nov 2004 09:09:54 +0100

 This still does not the work. I tracked down the problem: The libraries  
 won't get detected since the scons-script will neither use LDFLAGS for  
 looking for libqt in /usr/X11R6/lib nor pass -pthread. Some patching of  
 detect.py seems to be required. Correct passing of CC is missing, too.
 
 cheesetracker-0.9.9@menelaos [09:06:44]> head config_errors.log
 /usr/libexec/elf/ld: cannot find -lqt
 /usr/libexec/elf/ld: cannot find -lqt-mt
 /usr/libexec/elf/ld: cannot find -lqt
 /usr/libexec/elf/ld: cannot find -lqt-mt
 /usr/libexec/elf/ld: cannot find -lqt
 /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop'
 /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_destroy'
 /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_create'
 /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_init'
 
 Cheers,
    Volker



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