> On 11. May 2020, at 16:30, G B via oi-dev <[email protected]> wrote: > > I started over and got farther, but now it has a conflict:
You can not change attributes of shared directories (groups are different). rgds, toomas > > root@pluto:/# pkgsend generate racket | pkgfmt > racket.p5m.1 > root@pluto:/# pkgmogrify racket.p5m.1 racket_manifest | pkgfmt > racket.p5m.2 > root@pluto:/# pkgdepend generate -md racket racket.p5m.2 |pkgfmt > > racket.p5m.3 > root@pluto:/# pkgdepend resolve -m racket.p5m.3 > root@pluto:/# pkglint racket.p5m.3.res > Lint engine setup... > Starting lint run... > WARNING pkglint.action005.1 obsolete dependency check skipped: unable > to find dependency pkg:/[email protected] for pkg:/[email protected],5.11 > WARNING pkglint.action005.1 obsolete dependency check skipped: unable > to find dependency pkg:/system/library/[email protected] for > pkg:/[email protected],5.11 > WARNING pkglint.action005.1 obsolete dependency check skipped: unable > to find dependency pkg:/system/[email protected] for > pkg:/[email protected],5.11 > root@pluto:/# pkgrepo create myrepo > root@pluto:/# pkgrepo -s myrepo set publisher/prefix=site > root@pluto:/# pkgsend -s myrepo publish -d racket racket.p5m.3.res > pkg://site/[email protected],5.11:20200511T131012Z > PUBLISHED > root@pluto:/# pkgrepo info -s myrepo > PUBLISHER PACKAGES STATUS UPDATED > site 1 online 2020-05-11T13:13:21.398732Z > root@pluto:/# > root@pluto:/# pkg set-publisher -p myrepo > pkg set-publisher: > Updated publisher(s): site > root@pluto:/# pkg publisher > PUBLISHER TYPE STATUS P LOCATION > openindiana.org origin online F > http://pkg.openindiana.org/hipster/ > hipster-encumbered origin online F > http://pkg.openindiana.org/hipster-encumbered/ > site origin online F file:///myrepo/ > root@pluto:/# pkg install [email protected] > Creating Plan (Checking for conflicting actions): - > pkg install: The requested change to the system attempts to install multiple > actions > for dir 'opt' with conflicting attributes: > > 1 package delivers 'dir group=bin mode=0755 owner=root path=opt': > pkg://site/[email protected],5.11:20200511T131012Z > 1 package delivers 'dir group=sys mode=0755 owner=root path=opt': > > pkg://openindiana.org/[email protected],5.11-2020.0.1.19662:20200503T194230Z > > > These packages cannot be installed together. Any non-conflicting subset > of the above packages can be installed. > > > > Changed the manifest: > > root@pluto:/# cat racket_manifest > set name=pkg.fmri [email protected] > set name=pkg.description value="Racket programming language" > set name=pkg.summary value="Racket is a general-purpose programming language > as well as the world’s first ecosystem for language-oriented programming." > set name=variant.opensolaris.zone value=global value=nonglobal > set name=variant.arch value=i386 > root@pluto:/# > > > On Monday, May 11, 2020, 7:53:38 AM CDT, G B <[email protected]> wrote: > > > My guess is the manifest. Do I need more than just this? > > set name=pkg.fmri [email protected],5.11-0 > set name=pkg.description value="Racket programming language" > set name=pkg.summary value="Racket is a general-purpose programming language > as well as the world’s first ecosystem for language-oriented programming." > set name=variant.arch value=$(ARCH) > > > > On Monday, May 11, 2020, 7:50:26 AM CDT, G B <[email protected]> wrote: > > > root@pluto:/# pkg install -v [email protected],5.11-0 > > pkg install: The following pattern(s) only matched packages that are not > available > for the current image's architecture, zone type, and/or other variant: > [email protected],5.11-0 > > > > On Monday, May 11, 2020, 7:43:49 AM CDT, Volker A. Brandt <[email protected]> > wrote: > > > G B via oi-dev writes: > > root@pluto <mailto:root@pluto>:/# pkg install racket > > > > pkg install: The following pattern(s) only matched packages that are not > > available > > for the current image's architecture, zone type, and/or other variant: > > racket > > It's always a good idea to do a verbose run, and give the specific > version of the package you want to install. In your case: > > # pkg install -v [email protected] <mailto:[email protected]>,5.11-0 > > This should give you more detailed error messages. Maybe we can then > figure out what the problem is. > > > Regards -- Volker > -- > ------------------------------------------------------------------------ > Volker A. Brandt Consulting and Support for Solaris-based Systems > Brandt & Brandt Computer GmbH WWW: http://www.bb-c.de/ > <http://www.bb-c.de/> > Am Wiesenpfad 6, 53340 Meckenheim, GERMANY Email: [email protected] > <mailto:[email protected]> > Handelsregister: Amtsgericht Bonn, HRB 10513 Schuhgröße: 46 > Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt > > "When logic and proportion have fallen sloppy dead" > _______________________________________________ > oi-dev mailing list > [email protected] > https://openindiana.org/mailman/listinfo/oi-dev
_______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
