tech-pkg archive

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

Re: pkg/45444



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