Re: [oi-dev] GCC 10.1 build zone: first pass

2020-05-11 Thread Aurélien Larcher
On Mon, May 11, 2020 at 10:46 PM Tim Mooney wrote: > In regard to: [oi-dev] GCC 10.1 build zone: first pass, Aur?lien > Larcher...: > > > Hi, > > nearly 1500 republished but ~170 failures with gcc-10, including the > > dependency issue for libssp: > A few things appear in the list twice, looks

Re: [oi-dev] GCC 10.1 build zone: first pass

2020-05-11 Thread Tim Mooney
In regard to: [oi-dev] GCC 10.1 build zone: first pass, Aur?lien Larcher...: Hi, nearly 1500 republished but ~170 failures with gcc-10, including the dependency issue for libssp: A few things appear in the list twice, looks like there might be something preventing 'uniq' from doing its job?

[oi-dev] GCC 10.1 build zone: first pass

2020-05-11 Thread Aurélien Larcher
Hi, nearly 1500 republished but ~170 failures with gcc-10, including the dependency issue for libssp: archiver/arj archiver/pixz archiver/p7zip closed/sunstudio12.1 cluster/cluster-glue cluster/resource-agents cluster/pacemaker database/couchdb-21 database/libpqxx database/mariadb-101

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

Re: [oi-dev] libssp misplaced in g++-X-runtime

2020-05-11 Thread Thomas Wagner
Hi, what if as a temorary fix, the g++-X-runtime is getting a new dependency on corresponding gcc-X-runtime? Then every older user package requiring g++-X-runtime would get libssp in package gcc-X-runtime through that dependency. Over the time, old user packages all move to gcc-X-runtime

[oi-dev] libssp misplaced in g++-X-runtime

2020-05-11 Thread Aurélien Larcher
Hi, while packaging gcc-9 I noticed that libssp had been misplaced in g++-X-runtime since gcc-49. I checked solaris-userland and moved libssp to gcc-X-runtime for consistency. Unfortunately this means that we have a bogus dependency on GXX_RUNTIME_PKG in ~80 components, which should be

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Igor Kozhukhov
you can rebuild gcc44 by gcc44 - i do it on dilos without problems. -Igor > On 11 May 2020, at 11:17, Toomas Soome via oi-dev > wrote: > > > >> On 11. May 2020, at 11:04, Aurélien Larcher > > wrote: >> >> Sorry for the delay, yes it is because it does not

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
> On 11. May 2020, at 11:04, Aurélien Larcher > wrote: > > Sorry for the delay, yes it is because it does not build with recent gcc. > I did not have time to fix it and since it worked as it was I left it with > gcc-49. > Ye, and gcc49 is building with itself:D but it seems we can build

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Aurélien Larcher
Sorry for the delay, yes it is because it does not build with recent gcc. I did not have time to fix it and since it worked as it was I left it with gcc-49. On Monday, May 11, 2020, Toomas Soome via oi-dev wrote: > > >> On 11. May 2020, at 10:36, Toomas Soome via oi-dev < oi-dev@openindiana.org>

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
> On 11. May 2020, at 10:36, Toomas Soome via oi-dev > wrote: > > Hi! > > The current illumos-gcc build is depending on gcc-49, is there some hard > requirement for it, or is it just leftover? > ok, this is because 4.4.4 does not build with gcc7. rgds, toomas

[oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
Hi! The current illumos-gcc build is depending on gcc-49, is there some hard requirement for it, or is it just leftover? rgds, toomas ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev