Richard Lowe <[email protected]> writes:
>> The pkg bits currently installed are from an SVR4 build of the pkg
>> gate as of the in141 tag.
>>
>> Suggestions?
>
> You need Danek's pkgmogrify changes, too. They're more recent than pkg
> b141.
Thanks, that worked with a minor fix:
--- src/pkg/Makefile.dist 2010-06-28 18:05:39.000000000 +0200
+++ src/pkg/Makefile 2010-06-28 18:22:27.474143106 +0200
@@ -143,7 +143,7 @@
# to extract it in a way that makes direct sense to make. So we create a small
# forest of links from the SVr4 names to the manifest names and use that as the
# mapping for use in other rules.
-Makefile.link:
+Makefile.link: $(MOGRIFESTS)
$(PKGMOGRIFY) -O /dev/null $(MOGRIFESTS) transforms/svr4-link > $@
include Makefile.link
Otherwise, creating Makefile.link fails.
Unfortunately, there's the question how to properly upgrade from the
currently installed pkg5 from SVR4 packages to the IPS version: if I
uninstall the SVR4 packages, I cannot install the IPS ones. It seems
I'll have to boot a different BE (snv_134) and upgrade from there,
hoping that the older pkg.depotd and pkg can deal with the freshly
constructed repo.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss