ports/73917: [PATCH] Update audio/cheesetracker to 0.9.9

Volker Stolz vs at freebsd.org
Wed Nov 24 08:10:30 UTC 2004


The following reply was made to PR ports/73917; it has been noted by GNATS.

From: "Volker Stolz" <vs at freebsd.org>
To: freebsd-gnats-submit at freebsd.org, freebsd at 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 at 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



More information about the freebsd-ports-bugs mailing list