Am 10.04.22 um 11:23 schrieb Stephan Althaus:
On 4/10/22 11:12, Stephan Althaus wrote:
On 4/10/22 10:52, Andreas Wacknitz wrote:
Am 10.04.22 um 10:47 schrieb Stephan Althaus:
On 4/10/22 09:56, Andreas Wacknitz wrote:
Am 09.04.22 um 18:38 schrieb Maurilio Longo via openindiana-discuss:
No problem Andreas,
it is at 15370
$ pkg info userland-incorporation
Name: consolidation/userland/userland-incorporation
Summary: userland consolidation incorporation
(consolidation/userland/userland-incorporation)
Description: This incorporation constrains packages from the
userland
consolidation
Category: Meta Packages/Incorporations
State: Installed
Publisher: openindiana.org
Version: 0.5.11
Branch: 2022.0.0.15370
Packaging Date: Sat Apr 9 09:53:00 2022
Last Install Time: Sun Oct 31 19:39:21 2021
Last Update Time: Sat Apr 9 12:01:18 2022
Size: 0.00 B
FMRI:
pkg://openindiana.org/consolidation/userland/[email protected]:20220409T095300Z
Regards.
Maurilio
I have investigated further and found out that we have some actual
problems with old packages that have been replaced in the past.
The problems became imminent after illumos-gate has merged #14583
developer/opensolaris/osnet requirements cleanup and after
shrinking the
repository.
So far I have identified three:
file/slocate
runtime/java
service/network/ftp
and replaced the fmri's with their replacements mlocate, openjdk8 and
proftpd.
There might be more outdated fmri's left that need to be fixed,
though.
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
Hi!
There are some packages mentioned that are not in "2022":
This should not be a problem. They just haven't been build this year
yet. But you need to make sure that they are still in the repository,
though.
Eg. pkg info -r compress/[email protected]
and are in the userland-incorporation meta package.
# zoneadm -z bz-template install 2>&1 |grep 202|grep -v 2022
Reject:
pkg://openindiana.org/compress/[email protected]:20200330T113433Z
Reject:
pkg://openindiana.org/compress/[email protected]:20210903T182240Z
Reject:
pkg://openindiana.org/compress/[email protected]:20200330T113517Z
Reject:
pkg://openindiana.org/compress/[email protected]:20200615T163122Z
Reject:
pkg://openindiana.org/database/[email protected]:20200330T113744Z
Reject:
pkg://openindiana.org/database/[email protected]:20200330T113744Z
Reject:
pkg://openindiana.org/[email protected]:20200330T151713Z
Reject:
pkg://openindiana.org/library/[email protected]:20200330T122131Z
Reject:
pkg://openindiana.org/library/[email protected]:20210117T220316Z
Reject:
pkg://openindiana.org/library/[email protected]:20211119T235734Z
Reject:
pkg://openindiana.org/network/[email protected]:20200512T190142Z
Reject:
pkg://openindiana.org/runtime/[email protected]:20211229T151048Z
Reject:
pkg://openindiana.org/runtime/[email protected]:20201014T142618Z
Reject:
pkg://openindiana.org/service/management/[email protected]:20200521T214606Z
Reject:
pkg://openindiana.org/service/network/[email protected]:20200512T190154Z
Reject:
pkg://openindiana.org/system/[email protected]:20200330T152439Z
Reject:
pkg://openindiana.org/system/library/[email protected]:20210819T195607Z
Thank you for having a look at it!
Stephan
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
Hmm...
gnu-tar is a pkg from 2020
$ pkg search -l -H -o pkg.fmri 'depend:require:compress/gzip'
pkg:/install/[email protected]:20220325T145842Z
pkg:/metapackages/[email protected]:20220117T192224Z
pkg:/archiver/[email protected]:20210305T213236Z
pkg:/system/[email protected]:20220325T150012Z
From the manifest of gnu.tar: (source: pkg.openindiana.org/....)
dependfmri=pkg:/compress/[email protected] type=require
Maybe this type of dependency is the reason why the zone install
fails, as that required old gzip package is no more available...
???
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
Ah!
The dependency in gnu-tar is not correct, because the version of gzip
is mentioned:
$ pkg search -l -H -o pkg.fmri,action.raw 'depend:require:compress/gzip'
pkg:/install/[email protected]:20220325T145842Z
depend fmri=compress/gzip type=require
pkg:/metapackages/[email protected]:20220117T192224Z
depend fmri=compress/gzip type=require
pkg:/archiver/[email protected]:20210305T213236Z depend
fmri=pkg:/compress/[email protected] type=require
pkg:/system/[email protected]:20220325T150012Z depend
fmri=compress/gzip type=require
Only meta-packages like userland-incorporation (or maybe entire)
should include the version,
in gnu-tar it is too restrictive.
Or am i wrong with my conclusion?
Yes, there is no distinction between meta packages and ordinary
packages. There are only different depend types. If a version is
supplied for a type=required that means @version or later.
So it is sufficient if any fmri is available not older than @version.
What you have in mind is type=incorporation.
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss