On Wed, Apr 01, 2009 at 06:14:10AM -0700, Danek Duvall wrote:
> > Is there a workaround and/or ETA?
>
> Put "/dev/null" after "add file" in the SUNWckr file that's being imported.
I needed a little more, if other people are still trying to build the
gate:
diff --git a/src/util/distro-import/100a/i386/SUNWpsdcr
b/src/util/distro-import/100a/i386/SUNWpsdcr
--- a/src/util/distro-import/100a/i386/SUNWpsdcr
+++ b/src/util/distro-import/100a/i386/SUNWpsdcr
@@ -6,8 +6,7 @@
# because update_drv can't handle commas in minor_perm specs, we can't.
add driver name=asy perms="* 0666 root sys" alias=pci11c1,480
# Preserve the sysinit modules to facilitate a smooth hostid transition.
-add file path=kernel/misc/amd64/sysinit mode=0755 owner=root group=sys \
+add file /dev/null path=kernel/misc/amd64/sysinit mode=0755 owner=root
group=sys \
preserve=true
-add file path=kernel/misc/sysinit mode=0755 owner=root group=sys preserve=true
+add file /dev/null path=kernel/misc/sysinit mode=0755 owner=root group=sys
preserve=true
end package
-
diff --git a/src/util/distro-import/111/common/SUNWckr
b/src/util/distro-import/111/common/SUNWckr
--- a/src/util/distro-import/111/common/SUNWckr
+++ b/src/util/distro-import/111/common/SUNWckr
@@ -59,6 +59,6 @@
# filelist.ramdisk in order to drop the ZFS cache file out of the boot
# archive upon update.
#
-$(i386_ONLY)add file path=etc/boot/solaris/filelist.ramdisk mode=0644 \
+$(i386_ONLY)add file /dev/null path=etc/boot/solaris/filelist.ramdisk
mode=0644 \
$(i386_ONLY) owner=root group=sys
end package
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss