Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
Thanks everyone.  I moved the installation from /opt to /opt/local and it completed successfully. root@pluto:/# pkg install racket@7.7    Packages to install:  1    Create boot environment: No Create backup boot environment: No DOWNLOAD    PKGS

Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
I created a new local repo. Then set it to search first: root@dsg11:/# pkg set-publisher --sticky --search-before openindiana.org -g file:///my-localrepo mylocalpublisher root@dsg11:/# pkg publisher PUBLISHER   TYPE STATUS P LOCATION mylocalpublisher  origin  

Re: [oi-dev] IPS package

2020-05-11 Thread Toomas Soome via oi-dev
> On 11. May 2020, at 16:30, G B via oi-dev 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:/#

Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
I started over and got farther, but now it has a conflict: 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:/#

Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
My guess is the manifest.  Do I need more than just this? set name=pkg.fmri value=racket@7.7,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

Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
root@pluto:/# pkg install -v racket@7.7,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:     racket@7.7,5.11-0 On Monday, May 11, 2020, 7:43:49 AM CDT, Volker A. Brandt

Re: [oi-dev] IPS package

2020-05-11 Thread Volker A. Brandt
G B via oi-dev writes: > 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

Re: [oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
Yes, I tried that and I still get: 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 On Monday, May 11, 2020, 7:02:49 AM CDT, Toomas

Re: [oi-dev] IPS package

2020-05-11 Thread Till Wegmüller
My usual workflow diverges from your at the "pkg set-publisher" stage. I do. 'pkg set-publisher --sticky --search-before openindiana.org -g file://$ABSPATHTOREPO userland' Where userland is the publisher and ABSPATHTOREPO is the absolute path to the repository including the starting /. Hope

Re: [oi-dev] IPS package

2020-05-11 Thread Toomas Soome via oi-dev
did you pkgrepo refresh? rgds, toomas > On 11. May 2020, at 15:00, G B via oi-dev wrote: > > I attempted to create an IPS package of Racket, the programming language, and > everything seemed to have worked correctly. But when I tried to install it > from my local repository it fails. > >

[oi-dev] IPS package

2020-05-11 Thread G B via oi-dev
I attempted to create an IPS package of Racket, the programming language, and everything seemed to have worked correctly.  But when I tried to install it from my local repository it fails. root@pluto:/# pkg install racket pkg install: The following pattern(s) only matched packages that are not