Date: Sun, 30 Sep 2007 20:40:10 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/113750: update science/kst to 1.4.0 Message-ID: <200709302040.l8UKeAr5008672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/113750; it has been noted by GNATS. From: Max Brazhnikov <makc@issp.ac.ru> To: Kay Lehmann <kay_lehmann@web.de> Cc: Stefan Walter <stefan@freebsd.org>, GNATS <FreeBSD-gnats-submit@freebsd.org> Subject: Re: ports/113750: update science/kst to 1.4.0 Date: Mon, 1 Oct 2007 00:37:12 +0400 On Sunday 30 September 2007, Kay Lehmann wrote: > So after testing the different options, I think we should commit it, but > we need to mark it broken with cdf-support enabled. I did not get it to > work right now and it needs some more work to do. But updating the port > would be nice, since the new version is not that new any more. Attached > is a patch against the official Makefile, which includes the > Broken-statement. > > Greetings, > Kay Both of kst 1.4.0 and 1.3.1 have an issue with cdf. During configure stage (with CDF defined): checking cdf.h usability... yes checking cdf.h presence... yes checking for cdf.h... yes checking for CDFlib in -lcdf... no from config.log: configure:34846: cc -o conftest -O2 -fno-strict-aliasing -pipe -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -L/usr/local/lib -D_THREAD_SAFE -pthread -L/usr/local/lib conftest.c -lcdf -Wl,-export-dynamic -L/usr/local/lib -L/usr/local/lib -ljpeg -L/usr/local/lib >&5 /usr/local/lib/libcdf.so: undefined reference to `fmod' /usr/local/lib/libcdf.so: undefined reference to `pow' After adding -lm to LDFLAGS test passed successfully, but I haven't tried to compile kst.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709302040.l8UKeAr5008672>