Subject: Re: pkgsrc SunOS 5.10/i386 bulk build results 2005-12-21
To: None <mark@mcs.vuw.ac.nz>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bulk
Date: 12/22/2005 12:01:18
Hi Mark,

I think something goes wrong in my bulk environement.
Look at gzip-info bulk build, it does not work with a bulk build
but if i do it step by step, it works.

I think the problem is on my side or maybe with the mk/bulk/build.
I work on this.

Gilles

> From: Mark Davies <mark@mcs.vuw.ac.nz>
> 
> On Wednesday 21 December 2005 21:11, Gilles Dauphin wrote:
> > Top Ten Offenders
> 
> > Package                    Breaks  Maintainer
> > --------------------------------------------------------------
> > x11/qt3-libs               219     adam@NetBSD.org
> 
> ===> Configuring for qt3-libs-3.3.5
> /usr/pkg/bin/nbsed  -e ....
> for dir in /usr/pkgsrc/x11/qt3-libs/work/qt-x11-free-3.3.5/mkspecs/*; 
> do  /bin/cp /usr/pkgsrc/x11/qt3-libs/work/qt-x11-free-3.3.5/qmake.conf 
> ${dir};  /usr/bin/rm -f ${dir}/*.orig;  done
> /bin/ksh: /bin/ksh: cannot execute
> *** Error code 1
> 
> Which is presumably from the:
> 
> .if ${OPSYS} == "SunOS"
> CONFIGURE_SCRIPT=       ${SH} ./configure
> 
> in Makefile.common which was added a few years ago because the Solaris 9 
> (maybe 8) /bin/sh couldn't handle the script and it definitely still works on 
> 9 so whats up with the Solaris 10 /bin/ksh?
> 
> cheers
> mark