Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-06 Thread Philip Kime
This worked and fixed the issue, many thank - this was a great help.
--
Dr Philip Kime

> On 5 Jul 2022, at 16:56, Marcel Telka  wrote:
>
> On Tue, Jul 05, 2022 at 02:28:52PM +, Philip Kime wrote:
>> pkg update: The requested change to the system attempts to install multiple 
>> actions
>> for link 'usr/share/man/man1/python3.1' with conflicting attributes:
>>
>> 1 package delivers 'link mediator=python mediator-version=3.5 
>> path=usr/share/man/man1/python3.1 target=python3.5.1':
>> pkg://openindiana.org/runtime/python-35@3.5.10,5.11-2020.0.1.0:20201014T142618Z
>> 1 package delivers 'link mediator=python mediator-version=3.7 
>> path=usr/share/man/man1/python3.1 target=python3.7.1':
>> pkg://openindiana.org/runtime/python-37@3.7.13,5.11-2022.0.0.0:20220317T204725Z
>> 1 package delivers 'link mediator=python3 mediator-priority=vendor 
>> mediator-version=3.9 path=usr/share/man/man1/python3.1 target=python3.9.1':
>> pkg://openindiana.org/runtime/python-39@3.9.13,5.11-2022.0.0.1:20220626T102514Z
>
> The primary problem seems to be that update tries to install (broken)
> runtime/python-39@3.9.13-2022.0.0.1 instead of correct
> runtime/python-39@3.9.13-2022.0.0.2.  Not sure why.  To find the cause
> it would require several commands to run and it is inconvenient to do
> over mail.
>
> As a workaround you could try following:
>
> 1) disable man pages:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=False
>
> 2) Now try again your pkg update command (please note that
> 'image-update' was obsoleted long time ago; you could simply use
> 'update' instead).
>
> 3) reboot
>
> 4) do the update again (it should update python-39 and some other
> packages too)
>
> 5) reboot
>
> 6) enable man pages back:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=None
>
>
> HTH.
>
> --
> +---+
> | Marcel Telka   e-mail:   mar...@telka.sk  |
> |homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-06 Thread Philip Kime
Just tried it again - all fine now, many thanks for all the help.

PK
--
Dr Philip Kime

> On 6 Jul 2022, at 08:28, Marcel Telka  wrote:
>
> On Wed, Jul 06, 2022 at 06:39:00AM +0200, Andreas Wacknitz wrote:
>> Am 06.07.22 um 00:23 schrieb Philip Kime:
>>> pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
>>> Creating Plan (Solver setup): -pkg update: No matching version of 
>>> consolidation/userland/userland-incorporation can be installed:
>>> Reject: 
>>> pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11-2022.0.0.15875
>>> Reason: No version matching 'incorporate' dependency 
>>> mate_install@0.1-2022.0.0.49 can be installed
>>> 
>>> Reject: pkg://openindiana.org/mate_install@0.1-2022.0.0.49
>>> Reason: All acceptable versions of 'require' dependency on 
>>> runtime/perl-522/module/sun-solaris are obsolete
>>> 
>>>
>> mate_install can safely be uninstalled. It is just a meta-package that
>> forces the installation of all Mate related packages.
>> After installation it's not needed anymore.
>
> Oops, I missed mate_install while switching perl from 5.22 to 5.34.
> It should be fixed soon:
> https://github.com/OpenIndiana/oi-userland/pull/8573
>
> Thanks Philip for helping to debug this.
>
> --
> +---+
> | Marcel Telka   e-mail:   mar...@telka.sk  |
> |homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-06 Thread Marcel Telka
On Wed, Jul 06, 2022 at 06:39:00AM +0200, Andreas Wacknitz wrote:
> Am 06.07.22 um 00:23 schrieb Philip Kime:
> > pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
> > Creating Plan (Solver setup): -pkg update: No matching version of 
> > consolidation/userland/userland-incorporation can be installed:
> > Reject: 
> > pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11-2022.0.0.15875
> > Reason: No version matching 'incorporate' dependency 
> > mate_install@0.1-2022.0.0.49 can be installed
> > 
> > Reject: pkg://openindiana.org/mate_install@0.1-2022.0.0.49
> > Reason: All acceptable versions of 'require' dependency on 
> > runtime/perl-522/module/sun-solaris are obsolete
> > 
> > 
> mate_install can safely be uninstalled. It is just a meta-package that
> forces the installation of all Mate related packages.
> After installation it's not needed anymore.

Oops, I missed mate_install while switching perl from 5.22 to 5.34.
It should be fixed soon:
https://github.com/OpenIndiana/oi-userland/pull/8573

Thanks Philip for helping to debug this.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Andreas Wacknitz

Am 06.07.22 um 00:23 schrieb Philip Kime:

pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
Creating Plan (Solver setup): -pkg update: No matching version of 
consolidation/userland/userland-incorporation can be installed:
Reject: 
pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11-2022.0.0.15875
Reason: No version matching 'incorporate' dependency 
mate_install@0.1-2022.0.0.49 can be installed

Reject: pkg://openindiana.org/mate_install@0.1-2022.0.0.49
Reason: All acceptable versions of 'require' dependency on 
runtime/perl-522/module/sun-solaris are obsolete


PK
—
Dr Philip Kime

On Tue, Jul 5, 2022 at 22:05, Marcel Telka  wrote:

mate_install can safely be uninstalled. It is just a meta-package that
forces the installation of all Mate related packages.
After installation it's not needed anymore.




On Tue, Jul 05, 2022 at 07:35:40PM +, Philip Kime wrote:

Getting further now - after first reboot after pkg update, reboot, tried to run 
pkg update again and:

--
pkg update -v
Creating Plan (Running solver): |
pkg update: No solution was found to satisfy constraints
No solution found to update to latest available versions.
This may indicate an overly constrained set of packages are installed.

latest incorporations:

pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11,5.11-2022.0.0.15904:20220704T165022Z

Dependency analysis is unable to determine the cause.
Try specifying expected versions to obtain more detailed error messages.

Try this:

pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875

--
+---+
| Marcel Telka e-mail: mar...@telka.sk |
| homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
Creating Plan (Solver setup): -pkg update: No matching version of 
consolidation/userland/userland-incorporation can be installed:
Reject: 
pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11-2022.0.0.15875
Reason: No version matching 'incorporate' dependency 
mate_install@0.1-2022.0.0.49 can be installed

Reject: pkg://openindiana.org/mate_install@0.1-2022.0.0.49
Reason: All acceptable versions of 'require' dependency on 
runtime/perl-522/module/sun-solaris are obsolete


PK
—
Dr Philip Kime

On Tue, Jul 5, 2022 at 22:05, Marcel Telka  wrote:

> On Tue, Jul 05, 2022 at 07:35:40PM +, Philip Kime wrote:
>> Getting further now - after first reboot after pkg update, reboot, tried to 
>> run pkg update again and:
>>
>> --
>> pkg update -v
>> Creating Plan (Running solver): |
>> pkg update: No solution was found to satisfy constraints
>> No solution found to update to latest available versions.
>> This may indicate an overly constrained set of packages are installed.
>>
>> latest incorporations:
>>
>> pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11,5.11-2022.0.0.15904:20220704T165022Z
>>
>> Dependency analysis is unable to determine the cause.
>> Try specifying expected versions to obtain more detailed error messages.
>
> Try this:
>
> pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
>
> --
> +---+
> | Marcel Telka e-mail: mar...@telka.sk |
> | homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Marcel Telka
On Tue, Jul 05, 2022 at 07:35:40PM +, Philip Kime wrote:
> Getting further now - after first reboot after pkg update, reboot, tried to 
> run pkg update again and:
> 
> --
> pkg update -v
> Creating Plan (Running solver): |
> pkg update: No solution was found to satisfy constraints
> No solution found to update to latest available versions.
> This may indicate an overly constrained set of packages are installed.
> 
> latest incorporations:
> 
> pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11,5.11-2022.0.0.15904:20220704T165022Z
> 
> Dependency analysis is unable to determine the cause.
> Try specifying expected versions to obtain more detailed error messages.

Try this:

pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
Getting further now - after first reboot after pkg update, reboot, tried to run 
pkg update again and:

--
pkg update -v
Creating Plan (Running solver): |
pkg update: No solution was found to satisfy constraints
No solution found to update to latest available versions.
This may indicate an overly constrained set of packages are installed.

latest incorporations:

pkg://openindiana.org/consolidation/userland/userland-incorporation@0.5.11,5.11-2022.0.0.15904:20220704T165022Z

Dependency analysis is unable to determine the cause.
Try specifying expected versions to obtain more detailed error messages.

--

--
Dr Philip Kime

> On 5 Jul 2022, at 16:56, Marcel Telka  wrote:
>
> On Tue, Jul 05, 2022 at 02:28:52PM +, Philip Kime wrote:
>
>> pkg update: The requested change to the system attempts to install multiple 
>> actions
>> for link 'usr/share/man/man1/python3.1' with conflicting attributes:
>>
>> 1 package delivers 'link mediator=python mediator-version=3.5 
>> path=usr/share/man/man1/python3.1 target=python3.5.1':
>> pkg://openindiana.org/runtime/python-35@3.5.10,5.11-2020.0.1.0:20201014T142618Z
>> 1 package delivers 'link mediator=python mediator-version=3.7 
>> path=usr/share/man/man1/python3.1 target=python3.7.1':
>> pkg://openindiana.org/runtime/python-37@3.7.13,5.11-2022.0.0.0:20220317T204725Z
>> 1 package delivers 'link mediator=python3 mediator-priority=vendor 
>> mediator-version=3.9 path=usr/share/man/man1/python3.1 target=python3.9.1':
>> pkg://openindiana.org/runtime/python-39@3.9.13,5.11-2022.0.0.1:20220626T102514Z
>
> The primary problem seems to be that update tries to install (broken)
> runtime/python-39@3.9.13-2022.0.0.1 instead of correct
> runtime/python-39@3.9.13-2022.0.0.2. Not sure why. To find the cause
> it would require several commands to run and it is inconvenient to do
> over mail.
>
> As a workaround you could try following:
>
> 1) disable man pages:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=False
>
> 2) Now try again your pkg update command (please note that
> 'image-update' was obsoleted long time ago; you could simply use
> 'update' instead).
>
> 3) reboot
>
> 4) do the update again (it should update python-39 and some other
> packages too)
>
> 5) reboot
>
> 6) enable man pages back:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=None
>
> HTH.
>
> --
> +---+
> | Marcel Telka [e-mail: mar...@telka.sk](mailto:mar...@telka.sk) |
> | homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Gary Mills
On Tue, Jul 05, 2022 at 01:10:09PM -0500, Gary Mills wrote:
> 
> What's the exact command?  I recall I had this problem after an
> update.  The boot stopped in single-user mode.  I logged in and
> deleted the bad service.  Then I shut down the system and rebooted
> it.  I got a normal boot.

Ah, I found it in my console log:

# /usr/sbin/svccfg delete svc:/system/metainit:default
# /usr/sbin/init 0

The service was present but disabled.

> This is a well-known problem with OI.


-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
Ah, metainit had to be deleted, not just disabled - now it boots normally - 
thanks for the pointer.
--
Dr Philip Kime

> On 5 Jul 2022, at 21:20, John D Groenveld  wrote:
>
> In message , Philip Kime 
> writ
> es:
>> Hmm I believe I had that issue before with metainit and that's disabled so I 
>> d
>> on't think it's that.
>
> # svcs -xv filesystem/local
>
> I haven't yet encounter this issue but release notes state you must
> disable and delete the Disksuite service.
>
> John
> groenv...@acm.org
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
I deleted rather than disabled metainit and now filesystem/usr starts but the 
machine boots only to:

Configuring devices
Requesting System Maintenance Mode

and very few multi-user mode services are running.


PK
--
Dr Philip Kime

> On 5 Jul 2022, at 20:20, Toomas Soome via openindiana-discuss 
>  wrote:
>
>
>
>> On 5. Jul 2022, at 21:10, Gary Mills  wrote:
>>
>> On Tue, Jul 05, 2022 at 07:25:01PM +0300, Toomas Soome via 
>> openindiana-discuss wrote:
>>
>>> Different issue. You have svm (solaris volume manager) service to
>>> be removed….
>>
>> What's the exact command?  I recall I had this problem after an
>> update.  The boot stopped in single-user mode.  I logged in and
>> deleted the bad service.  Then I shut down the system and rebooted
>> it.  I got a normal boot.
>>
>> This is a well-known problem with OI.
>>
>> The command probably came from a web page, but I can no longer
>> find it.
>>
>
>
> last time it was about metainit.
>
> rgds,
> toomas
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread John D Groenveld
In message , Philip Kime writ
es:
>Hmm I believe I had that issue before with metainit and that's disabled so I d
>on't think it's that.

# svcs -xv filesystem/local

I haven't yet encounter this issue but release notes state you must
disable and delete the Disksuite service.

John
groenv...@acm.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
Hmm I believe I had that issue before with metainit and that's disabled so I 
don't think it's that.

PK
--
Dr Philip Kime

> On 5 Jul 2022, at 20:20, Toomas Soome via openindiana-discuss 
>  wrote:
>
>
>
>> On 5. Jul 2022, at 21:10, Gary Mills  wrote:
>>
>> On Tue, Jul 05, 2022 at 07:25:01PM +0300, Toomas Soome via 
>> openindiana-discuss wrote:
>>
>>> Different issue. You have svm (solaris volume manager) service to
>>> be removed….
>>
>> What's the exact command?  I recall I had this problem after an
>> update.  The boot stopped in single-user mode.  I logged in and
>> deleted the bad service.  Then I shut down the system and rebooted
>> it.  I got a normal boot.
>>
>> This is a well-known problem with OI.
>>
>> The command probably came from a web page, but I can no longer
>> find it.
>>
>
>
> last time it was about metainit.
>
> rgds,
> toomas
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Toomas Soome via openindiana-discuss


> On 5. Jul 2022, at 21:10, Gary Mills  wrote:
> 
> On Tue, Jul 05, 2022 at 07:25:01PM +0300, Toomas Soome via 
> openindiana-discuss wrote:
> 
>> Different issue. You have svm (solaris volume manager) service to
>> be removed….
> 
> What's the exact command?  I recall I had this problem after an
> update.  The boot stopped in single-user mode.  I logged in and
> deleted the bad service.  Then I shut down the system and rebooted
> it.  I got a normal boot.
> 
> This is a well-known problem with OI.
> 
> The command probably came from a web page, but I can no longer
> find it.
> 


last time it was about metainit.

rgds,
toomas
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread John D Groenveld
In message , Gary Mills writes:
>What's the exact command?  I recall I had this problem after an
>update.  The boot stopped in single-user mode.  I logged in and
>deleted the bad service.  Then I shut down the system and rebooted
>it.  I got a normal boot.
>
>This is a well-known problem with OI.
>
>The command probably came from a web page, but I can no longer
>find it.

IIRC one needs to remove the metainit SMF:
https://openindiana.org/pipermail/openindiana-discuss/2022-June/025605.html>

John
groenv...@acm.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Gary Mills
On Tue, Jul 05, 2022 at 07:25:01PM +0300, Toomas Soome via openindiana-discuss 
wrote:

> Different issue. You have svm (solaris volume manager) service to
> be removed….

What's the exact command?  I recall I had this problem after an
update.  The boot stopped in single-user mode.  I logged in and
deleted the bad service.  Then I shut down the system and rebooted
it.  I got a normal boot.

This is a well-known problem with OI.

The command probably came from a web page, but I can no longer
find it.


-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
What is the service name for that - not seeing anything obvious in svcs -a 
output ... or is it a legacy service?

PK
--
Dr Philip Kime

> On 5 Jul 2022, at 18:25, Toomas Soome via openindiana-discuss 
>  wrote:
>
>
>
>> On 5. Jul 2022, at 19:23, Marcel Telka  wrote:
>>
>> On Tue, Jul 05, 2022 at 04:11:15PM +, Philip Kime wrote:
>>> Thanks for the help. This got the pkg update to run through but 
>>> unfortunately, the system doesn't boot to multi-user any more now:
>>>
>>> system/filesystem/usr service fails as it "Completes a dependency cycle" ...
>>
>> That's ... strange.
>>
>> Reboot back to the working BE and try to manually update to
>> userland-incorporation@0.5.11-2022.0.0.15875 using something like:
>>
>> pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
>>
>> and share the full output.
>>
>> The difference between userland-incorporation@0.5.11-2022.0.0.15873 (you
>> are able to install, but it does not boot) and
>> userland-incorporation@0.5.11-2022.0.0.15875 (I'm suggesting) is switch
>> of default perl from 5.22 to 5.34 and fix of python-39 packaging so I'm
>> curious why it is not possible to do the update.
>>
>
> Different issue. You have svm (solaris volume manager) service to be removed….
>
> rgds,
> toomas
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Toomas Soome via openindiana-discuss


> On 5. Jul 2022, at 19:23, Marcel Telka  wrote:
> 
> On Tue, Jul 05, 2022 at 04:11:15PM +, Philip Kime wrote:
>> Thanks for the help. This got the pkg update to run through but 
>> unfortunately, the system doesn't boot to multi-user any more now:
>> 
>> system/filesystem/usr service fails as it "Completes a dependency cycle" ...
> 
> That's ... strange.
> 
> Reboot back to the working BE and try to manually update to
> userland-incorporation@0.5.11-2022.0.0.15875 using something like:
> 
> pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875
> 
> and share the full output.
> 
> The difference between userland-incorporation@0.5.11-2022.0.0.15873 (you
> are able to install, but it does not boot) and
> userland-incorporation@0.5.11-2022.0.0.15875 (I'm suggesting) is switch
> of default perl from 5.22 to 5.34 and fix of python-39 packaging so I'm
> curious why it is not possible to do the update.
> 

Different issue. You have svm (solaris volume manager) service to be removed…. 

rgds,
toomas
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Marcel Telka
On Tue, Jul 05, 2022 at 04:11:15PM +, Philip Kime wrote:
> Thanks for the help. This got the pkg update to run through but 
> unfortunately, the system doesn't boot to multi-user any more now:
> 
> system/filesystem/usr service fails as it "Completes a dependency cycle" ...

That's ... strange.

Reboot back to the working BE and try to manually update to
userland-incorporation@0.5.11-2022.0.0.15875 using something like:

pkg update -n -v userland-incorporation@0.5.11-2022.0.0.15875

and share the full output.

The difference between userland-incorporation@0.5.11-2022.0.0.15873 (you
are able to install, but it does not boot) and
userland-incorporation@0.5.11-2022.0.0.15875 (I'm suggesting) is switch
of default perl from 5.22 to 5.34 and fix of python-39 packaging so I'm
curious why it is not possible to do the update.


Thanks.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
Thanks for the help. This got the pkg update to run through but unfortunately, 
the system doesn't boot to multi-user any more now:

system/filesystem/usr service fails as it "Completes a dependency cycle" ...

PK


>
> As a workaround you could try following:
>
> 1) disable man pages:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=False
>
> 2) Now try again your pkg update command (please note that
> 'image-update' was obsoleted long time ago; you could simply use
> 'update' instead).
>
> 3) reboot
>
> 4) do the update again (it should update python-39 and some other
> packages too)
>
> 5) reboot
>
> 6) enable man pages back:
>
> # to actually do the change remove -n
> pkg change-facet -n -v doc.man=None
>
>
> HTH.
>
> --
> +---+
> | Marcel Telka   e-mail:   mar...@telka.sk  |
> |homepage: http://telka.sk/ |
> +---+
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Marcel Telka
On Tue, Jul 05, 2022 at 02:28:52PM +, Philip Kime wrote:
> pkg update: The requested change to the system attempts to install multiple 
> actions
> for link 'usr/share/man/man1/python3.1' with conflicting attributes:
> 
> 1 package delivers 'link mediator=python mediator-version=3.5 
> path=usr/share/man/man1/python3.1 target=python3.5.1':
> pkg://openindiana.org/runtime/python-35@3.5.10,5.11-2020.0.1.0:20201014T142618Z
> 1 package delivers 'link mediator=python mediator-version=3.7 
> path=usr/share/man/man1/python3.1 target=python3.7.1':
> pkg://openindiana.org/runtime/python-37@3.7.13,5.11-2022.0.0.0:20220317T204725Z
> 1 package delivers 'link mediator=python3 mediator-priority=vendor 
> mediator-version=3.9 path=usr/share/man/man1/python3.1 target=python3.9.1':
> pkg://openindiana.org/runtime/python-39@3.9.13,5.11-2022.0.0.1:20220626T102514Z

The primary problem seems to be that update tries to install (broken)
runtime/python-39@3.9.13-2022.0.0.1 instead of correct
runtime/python-39@3.9.13-2022.0.0.2.  Not sure why.  To find the cause
it would require several commands to run and it is inconvenient to do
over mail.

As a workaround you could try following:

1) disable man pages:

# to actually do the change remove -n
pkg change-facet -n -v doc.man=False

2) Now try again your pkg update command (please note that
'image-update' was obsoleted long time ago; you could simply use
'update' instead).

3) reboot

4) do the update again (it should update python-39 and some other
packages too)

5) reboot

6) enable man pages back:

# to actually do the change remove -n
pkg change-facet -n -v doc.man=None


HTH.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
A bit long but it all looks fine until those errors at the end:


root@park:~# pkg image-update -v --be-name=2022-07
Creating Plan (Checking for conflicting actions): - Packages to remove: 70
Packages to install: 166
Packages to update: 863
Create boot environment: Yes
Activate boot environment: Yes
Create backup boot environment: No
Rebuild boot archive: No

Changed packages:
openindiana.org
database/postgres-95/library
9.5.24-2020.0.1.0 -> None
developer/gcc-6
6.5.0-2020.0.1.2 -> None
developer/java/jdk
0.5.11-2017.0.0.0 -> None
developer/parser/bison
3.5.4-2020.0.1.0 -> None
developer/versioning/mercurial-27
5.3.2-2020.0.1.0 -> None
developer/versioning/mercurial-35
5.3.2-2020.0.1.0 -> None
diagnostic/nmap-cli
7.80-2020.0.1.0 -> None
diagnostic/nmap-gui
7.80-2020.0.1.0 -> None
file/slocate
0.5.11-2015.0.2.0 -> None
library/desktop/libpeas/libpeas-pythonloader
1.20.0-2020.0.1.3 -> None
library/python/automat-27
0.8.0-2020.0.1.3 -> None
library/python/cheroot-27
6.5.2-2020.0.1.4 -> None
library/python/cherrypy-27
17.3.0-2020.0.1.4 -> None
library/python/hyperlink-27
19.0.0-2020.0.1.2 -> None
library/python/jsonschema-27
2.4.0-2020.0.1.5 -> None
library/python/libxml2-35
2.9.9-2020.0.1.4 -> None
library/python/pyasn1-27
0.4.4-2020.0.1.1 -> None
library/python/pyopenssl-27
16.2.0-2020.0.1.4 -> None
library/python/python-hamcrest-27
1.10.1-2020.0.1.2 -> None
library/python/python-twisted-27
19.10.0-2020.0.1.0 -> None
mail/thunderbird/plugin/thunderbird-lightning
52.9.1-2020.0.1.1 -> None
runtime/java
0.5.11-2017.0.0.0 -> None
service/network/ftp
1.3.5-2014.1.2.0 -> None
system/library/g++-6-runtime
6.5.0-2020.0.1.2 -> None
system/library/gcc-6-runtime
6.5.0-2020.0.1.2 -> None
system/library/gfortran-6-runtime
6.5.0-2020.0.1.2 -> None
system/library/gobjc-6-runtime
6.5.0-2020.0.1.2 -> None
web/php-70
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-bcmath
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-bz2
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-calendar
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-ctype
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-curl
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-dom
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-exif
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-ftp
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-gd
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-gettext
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-iconv
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-imap
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-intl
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-json
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-ldap
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-mbstring
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-mcrypt
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-mysqli
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-opcache
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-openssl
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-pdo
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-pdo_mysql
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-pdo_sqlite
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-pgsql
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-pspell
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-soap
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-sockets
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-tidy
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-tokenizer
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-wddx
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-xmlreader
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-xmlrpc
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-xmlwriter
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-xsl
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-zip
7.0.33-2020.0.1.5 -> None
web/php-70/extension/php-zlib
7.0.33-2020.0.1.5 -> None
web/php-70/php-cgi
7.0.33-2020.0.1.5 -> None
web/php-70/php-cli
7.0.33-2020.0.1.5 -> None
web/php-70/php-common
7.0.33-2020.0.1.5 -> None
web/php-70/php-fpm
7.0.33-2020.0.1.5 -> None
web/php-70/php-pear
7.0.33-2020.0.1.5 -> None
web/server/apache-24/module/apache-php70
7.0.33-2020.0.1.5 -> None
compress/lzip
None -> 1.23-2022.0.0.0
database/postgres-12/library
None -> 12.11-2022.0.0.0
desktop/paprefs
None -> 1.1-2020.0.1.0
developer/build/automake
None -> 1.16.5-2020.0.1.0
developer/build/meson
None -> 0.62.2-2022.0.0.0
developer/build/ninja
None -> 1.11.0-2022.0.0.0
developer/gcc-10
None -> 10.3.0-2020.0.1.3
developer/parser/bison-37
None -> 3.7.6-2020.0.1.0
developer/versioning/mercurial-37
None -> 5.9.3-2020.0.1.0
developer/versioning/mercurial-39
None -> 5.9.3-2020.0.1.0
driver/graphics/nvidia-390
None -> 0.390.151-2022.0.0.0
library/desktop/gtksourceview4
None -> 4.8.2-2020.0.1.0
library/double-conversion
None -> 3.1.7-2021.0.0.0
library/graphics/libmng
None -> 2.0.3-2020.0.1.0
library/graphics/libvdpau
None -> 1.5-2022.0.0.0

Re: [OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Marcel Telka
On Tue, Jul 05, 2022 at 11:08:29AM +, Philip Kime wrote:
> Trying to update 2020.10 to 2021.10 as usual with pkg image-update and it is 
> failing with:

Please share the full command you tried and the full output you have got.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] image-update fails with python mediator errors

2022-07-05 Thread Philip Kime
Trying to update 2020.10 to 2021.10 as usual with pkg image-update and it is 
failing with:

-
pkg update: The requested change to the system attempts to install multiple 
actions
for link 'usr/share/man/man1/python3.1' with conflicting attributes:

1 package delivers 'link mediator=python mediator-version=3.5 
path=usr/share/man/man1/python3.1 target=python3.5.1':
pkg://openindiana.org/runtime/python-35@3.5.10,5.11-2020.0.1.0:20201014T142618Z
1 package delivers 'link mediator=python mediator-version=3.7 
path=usr/share/man/man1/python3.1 target=python3.7.1':
pkg://openindiana.org/runtime/python-37@3.7.13,5.11-2022.0.0.0:20220317T204725Z
1 package delivers 'link mediator=python3 mediator-priority=vendor 
mediator-version=3.9 path=usr/share/man/man1/python3.1 target=python3.9.1':
pkg://openindiana.org/runtime/python-39@3.9.13,5.11-2022.0.0.1:20220626T102514Z


I realise there is bug for this: https://www.illumos.org/issues/14772

I am trying to work out what I need to do to either get around this - somewhat 
urgent as I have to update to be able to install something else and currently 
all pkg updates return this error.

PK
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss