Subject: Re: pkgsrc NetBSD 2.0/x86_64 bulk build results 2005-03-28
To: Thomas Klausner <wiz@NetBSD.org>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: pkgsrc-bulk
Date: 03/30/2005 03:05:09
On Tuesday 29 March 2005 23:28, Thomas Klausner wrote:

> > misc/celestia-kde                  cesar_catrian@yahoo.com
>
>  There is an installation error in jpeg support. You seem to have only one
>  of either the headers _or_ the libraries installed. You may need to either
>  provide correct --with-extra-... options, or the development package of
>  libjpeg6b. You can get a source package of libjpeg from
> http://www.ijg.org/ Disabling JPEG support.

This may indicate another error with the package but its only a warning here.

>  checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) not
> found. Please check your For more details about this problem, look at the
> end of config.log. Make sure that you have compiled Qt with thread support!

This is fixed by the following patch to celestia/Makefile.common:

--- Makefile.common     20 Mar 2005 12:36:25 -0000      1.14
+++ Makefile.common     29 Mar 2005 14:37:27 -0000
@@ -22,7 +22,7 @@

 GCC_REQD=              3.0

-CXXFLAGS+=     -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
+CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""

 .include "../../mk/bsd.prefs.mk"


BUT that is precisely the reverse of the patch that fredb made to that file 10 
days ago so I'm not sure what breakage Fred was seeing to make that change.

cheers
mark