Subject: Re: pkgsrc SunOS 5.10/i386 bulk build results 2005-12-21
To: Gilles Dauphin <Gilles.Dauphin@enst.fr>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: pkgsrc-bulk
Date: 12/22/2005 22:56:18
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