pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45444



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

From: "Filip Hajny" <filip%joyent.com@localhost>
To: <gnats-bugs%NetBSD.org@localhost>
Cc: =?iso-8859-1?Q?Mads_Wors=F8e_Duun?= <mads%worsoe.dk@localhost>,
        "David Holland" <dholland-pkgtech%netbsd.org@localhost>,
        "Packages Technical List NetBSD Discussion" 
<tech-pkg%NetBSD.org@localhost>,
        "Emile Heitor" <imil%home.imil.net@localhost>,
        <david%l8s.co.uk@localhost>
Subject: Re: pkg/45444
Date: Fri, 17 Feb 2012 20:45:37 +0100

 I have figured out the culprit here, though I'm not sure
 about the cause yet. Turns out that with the following
 patch, pkgsrc bootstraps just fine on SmartOS (I take it
 it will work the same way on Illumos/OpenIndiana).
 I haven't figured out yet which part of xpg4 is biting
 us here, but I'll keep looking.
 
 -F
 
 --- a/bootstrap/bootstrap
 +++ b/bootstrap/bootstrap
 @@ -661,9 +661,6 @@ QNX)
         machine_arch=`uname -p | sed -e 's/x86/i386/'`
         ;;
  SunOS)
 -       if [ -d "/usr/xpg4/bin" ]; then
 -               overpath="/usr/xpg4/bin:$overpath"
 -       fi
         root_group=root
         need_bsd_install=yes
         if [ -x "/usr/gnu/bin/awk" ]; then
 


Home | Main Index | Thread Index | Old Index