Discussion:
[solarisx86] Versioning
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-16 14:41:50 UTC
Permalink
Hi, ALL,
I hope this ML is still alive... ;-)

I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
Example 2.

When I issued the third command I got the following results:

[code]
***@sparcbox:~# pkg list sunpro-incorporation
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]

This is different since the page referencing version as "0.5.11-0.175.3.9.0.2.0"

Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?

All this is on VirtualBox VM.

Thank you.

P.S.: I'm not a Administrator, just a developer.
Stuart Biggar biggar@optics.arizona.edu [solarisx86]
2018-08-16 17:39:42 UTC
Permalink
I’m just a user but I’m able to log in as root - this is what I show on a recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have a contract for both the OS and the compilers:

pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r

I have no idea if the machine has the most recent version but I’ve just run "pkg update" as root and it doesn’t update anything:

pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 0.5.11-0.175.3.34.0.4.0 i--

Stuart
Post by Igor Korot ***@gmail.com [solarisx86]
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc>
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as "0.5.11-0.175.3.9..0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
[Non-text portions of this message have been removed]
Jerry Kemp sun.mail.list47@oryx.us [solarisx86]
2018-08-16 18:06:01 UTC
Permalink
I appreciate where you are both headed with the whole "pkg" thing.

That stated, I always thought is was just

# cc -v

OR

# cc -V

to get the version number. One of those two commands should provide the version.

On a side note, glad to see some traffic on this list. Thanks for posting.

Jerry
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r
pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 0.5.11-0.175.3.34.0.4.0 i--
Stuart
Post by Igor Korot ***@gmail.com [solarisx86]
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc>
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as "0.5.11-0.175.3.9..0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
[Non-text portions of this message have been removed]
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-16 19:22:09 UTC
Permalink
Hi,
Post by Jerry Kemp ***@oryx.us [solarisx86]
I appreciate where you are both headed with the whole "pkg" thing.
That stated, I always thought is was just
# cc -v
OR
# cc -V
to get the version number. One of those two commands should provide the
version.
Yes, but I'm just trying to install the compiler.
The step I'm looking at is "Check that the dependencies are installed".

Thank you.
Post by Jerry Kemp ***@oryx.us [solarisx86]
On a side note, glad to see some traffic on this list. Thanks for posting..
Jerry
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show on
a recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r
I have no idea if the machine has the most recent version but I’ve just
pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 0.5.11-0.175.3.34.0.4.0 i--
Stuart
Post by Igor Korot ***@gmail.com [solarisx86]
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc>
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Post by Igor Korot ***@gmail.com [solarisx86]
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9..0.2.0"
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Post by Igor Korot ***@gmail.com [solarisx86]
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
[Non-text portions of this message have been removed]
Stuart Biggar biggar@optics.arizona.edu [solarisx86]
2018-08-16 19:42:39 UTC
Permalink
Checking the Studio site, it looks like 12.6 is the latest version of Studio. I had 12.5 - 12.6 are new packages so if I want 12.6, I apparently have to install that separately rather than just updating 


After installing and setting the path:

# cc -V
cc: Studio 12.6 Sun C 5.15 SunOS_i386 2017/05/30
# CC -V
CC: Studio 12.6 Sun C++ 5.15 SunOS_i386 2017/05/30
# pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r

pkg list | grep 12.6
developer/developerstudio-126 (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/backend (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/c++ (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/cc (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/code-analyzer (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/dbx (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/dbxtool (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/dmake (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/fortran (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/c++-libs (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/c-libs (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/f90-libs (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/math-libs (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/oic-libs (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/perflib (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/studio-gccrt (solarisstudio) 12.6-1.0..0.1 i--
developer/developerstudio-126/oic (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/performance-analyzer (solarisstudio) 12.6-1.0..0.1 i--
developer/developerstudio-126/studio-common (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-ide (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-ja (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-legal (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-zhCN (solarisstudio) 12.6-1.0.0.1 i--

Stuart
Post by Jerry Kemp ***@oryx.us [solarisx86]
I appreciate where you are both headed with the whole "pkg" thing.
That stated, I always thought is was just
# cc -v
OR
# cc -V
to get the version number. One of those two commands should provide the version.
On a side note, glad to see some traffic on this list. Thanks for posting..
Jerry
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r
pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 0.5.11-0.175.3.34.0.4.0 i--
Stuart
Post by Igor Korot ***@gmail.com [solarisx86]
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc><https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc>>
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as "0.5.11-0.175.3.9..0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-16 19:57:07 UTC
Permalink
Hi,
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Checking the Studio site, it looks like 12.6 is the latest version of
Studio. I had 12.5 - 12.6 are new packages so if I want 12.6, I apparently
have to install that separately rather than just updating 

I'm currently don't have it installed.
You already have it on the system.

Thank you.
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
# cc -V
cc: Studio 12.6 Sun C 5.15 SunOS_i386 2017/05/30
# CC -V
CC: Studio 12.6 Sun C++ 5.15 SunOS_i386 2017/05/30
# pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r
pkg list | grep 12.6
developer/developerstudio-126 (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/backend (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/c++ (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/cc (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/code-analyzer (solarisstudio) 12.6-1.0.0.1
i--
developer/developerstudio-126/dbx (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/dbxtool (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/dmake (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/fortran (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/library/c++-libs (solarisstudio)
12.6-1.0..0.1 i--
developer/developerstudio-126/library/c-libs (solarisstudio) 12.6-1.0.0.1
i--
developer/developerstudio-126/library/f90-libs (solarisstudio)
12.6-1.0.0.1 i--
developer/developerstudio-126/library/math-libs (solarisstudio)
12.6-1.0.0.1 i--
developer/developerstudio-126/library/oic-libs (solarisstudio)
12.6-1.0.0.1 i--
developer/developerstudio-126/library/perflib (solarisstudio)
12.6-1.0.0.1 i--
developer/developerstudio-126/library/studio-gccrt (solarisstudio)
12.6-1.0..0.1 i--
developer/developerstudio-126/oic (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/performance-analyzer (solarisstudio)
12.6-1.0..0.1 i--
developer/developerstudio-126/studio-common (solarisstudio) 12.6-1.0.0.1
i--
developer/developerstudio-126/studio-ide (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-ja (solarisstudio) 12.6-1.0.0.1 i--
developer/developerstudio-126/studio-legal (solarisstudio) 12.6-1.0.0.1
i--
developer/developerstudio-126/studio-zhCN (solarisstudio) 12.6-1.0.0.1 i--
Stuart
Post by Jerry Kemp ***@oryx.us [solarisx86]
I appreciate where you are both headed with the whole "pkg" thing.
That stated, I always thought is was just
# cc -v
OR
# cc -V
to get the version number. One of those two commands should provide the
version.
Post by Jerry Kemp ***@oryx.us [solarisx86]
On a side note, glad to see some traffic on this list. Thanks for
posting.
Post by Jerry Kemp ***@oryx.us [solarisx86]
Jerry
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show
on a recently updated but old Sun/Oracle x86 box running Solaris 11.3. I
Post by Jerry Kemp ***@oryx.us [solarisx86]
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168 i-r
I have no idea if the machine has the most recent version but I’ve
pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 0.5.11-0.175.3.34.0.4.0 i--
Stuart
Post by Igor Korot ***@gmail.com [solarisx86]
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
<https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc><
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc <
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc>>
Post by Jerry Kemp ***@oryx.us [solarisx86]
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Post by Igor Korot ***@gmail.com [solarisx86]
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9..0.2.0"
Post by Jerry Kemp ***@oryx.us [solarisx86]
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Post by Igor Korot ***@gmail.com [solarisx86]
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-16 19:25:32 UTC
Permalink
Hi,
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show on a
recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have a
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0
i--
system/library/c++/sunpro 0.5.11-0.168
i-r
I have no idea if the machine has the most recent version but I’ve just
pkg list entire
NAME (PUBLISHER) VERSION
IFO
entire
I will check the system tonight and report back.

Thank you.

0.5.11-0.175.3.34.0.4.0 i--
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
Stuart
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9.0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-16 23:53:19 UTC
Permalink
Hi,
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show on a
recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have a
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation 0.5.11-0.175.3.32.0.4.0
i--
system/library/c++/sunpro 0.5.11-0.168
i-r
I have no idea if the machine has the most recent version but I’ve just
OK, I just tried to run "pkg update" and got following message:

[quote]
To indicate that you agree to and accept the terms of the licenses of the
packages listed above, use the --accept option.
To display all of the related licenses, use the --licenses option
[/quote]

So I'm running "pkg fix --accept".

Thank you.
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list entire
NAME (PUBLISHER) VERSION
IFO
entire 0.5.11-0.175.3.34.0.4.0
i--
Stuart
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9.0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-17 01:13:36 UTC
Permalink
Post by Igor Korot ***@gmail.com [solarisx86]
Hi,
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show on a
recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have a
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation
0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168
i-r
I have no idea if the machine has the most recent version but I’ve just
[quote]
To indicate that you agree to and accept the terms of the licenses of the
packages listed above, use the --accept option.
To display all of the related licenses, use the --licenses option
[/quote]
So I'm running "pkg fix --accept".
So this command finished without any issues.
But re-running "pkg update", I got the same error.

I will try to do the fixes one-by-onre.

Thank you.
Post by Igor Korot ***@gmail.com [solarisx86]
Thank you.
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list entire
NAME (PUBLISHER) VERSION
IFO
entire 0.5.11-0.175.3.34.0.4.0
i--
Stuart
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9.0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-17 01:50:59 UTC
Permalink
This is the result of the running those 2 command:

[quote]
pkg: The following packages require their licenses to be accepted
before they can be installed or updated:
----------------------------------------
Package: pkg://solaris/consolidation/osnet/osnet-***@0.5.
11,5.11-0.175.3.1.0.5.0:20151006T135526Z

License: lic_OTN
License requires acceptance.
----------------------------------------
Package: pkg://solaris/runtime/java/jre-***@1.7.0.85.33,5.11:20150805T160501Z

License: BCL
License requires acceptance.

To indicate that you agree to and accept the terms of the licenses of
the packages listed above, use the --accept option. To display all of
the related licenses, use the --licenses option.
***@solaris:~# pkg fix --accept runtime/java/jre
pkg fix: no packages matching 'runtime/java/jre' installed
***@solaris:~# ^C
***@solaris:~#
[/quote]

Any idea how to fix those?

Thank you.
Post by Igor Korot ***@gmail.com [solarisx86]
Hi,
On Thu, Aug 16, 2018 at 12:39 PM, Stuart Biggar <
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
I’m just a user but I’m able to log in as root - this is what I show on
a recently updated but old Sun/Oracle x86 box running Solaris 11.3. I have
pkg list | grep sunpro
consolidation/sunpro/sunpro-incorporation
0.5.11-0.175.3.32.0.4.0 i--
system/library/c++/sunpro 0.5.11-0.168
i-r
I have no idea if the machine has the most recent version but I’ve just
[quote]
To indicate that you agree to and accept the terms of the licenses of the
packages listed above, use the --accept option.
To display all of the related licenses, use the --licenses option
[/quote]
So I'm running "pkg fix --accept".
So this command finished without any issues.
But re-running "pkg update", I got the same error.
I will try to do the fixes one-by-onre.
Thank you.
Thank you.
Post by Stuart Biggar ***@optics.arizona.edu [solarisx86]
pkg list entire
NAME (PUBLISHER) VERSION
IFO
entire
0.5.11-0.175.3.34.0.4.0 i--
Stuart
Hi, ALL,
I hope this ML is still alive... ;-)
I'm trying to follow an instructions from
https://docs.oracle.com/cd/E77782_01/html/E77785/gouaw.html#scrolltoc
Example 2.
[code]
NAME (PUBLISHER) VERSION IFO
consolidation/sunpro/sunpro-incorporation 0.5.11-0.174.3.9.0.2.0 i--
[/code]
This is different since the page referencing version as
"0.5.11-0.175.3.9.0.2.0"
Does this mean that if I proceed I will get not up-to-date software?
How can I get the proper version that is listed in the official
documentation?
All this is on VirtualBox VM.
Thank you.
P.S.: I'm not a Administrator, just a developer.
'Gary R. Schmidt' grschmidt@acm.org [solarisx86]
2018-08-17 10:38:37 UTC
Permalink
Post by Igor Korot ***@gmail.com [solarisx86]
[quote]
pkg: The following packages require their licenses to be accepted
----------------------------------------
License: lic_OTN
  License requires acceptance.
----------------------------------------
License: BCL
  License requires acceptance.
To indicate that you agree to and accept the terms of the licenses of
the packages listed above, use the --accept option.  To display all of
the related licenses, use the --licenses option.
pkg fix: no packages matching 'runtime/java/jre' installed
[/quote]
Any idea how to fix those?
I'd so "pkg update --accept ...", not "pkg fix," but that's just me.

Cheers,
Gary B-)
Igor Korot ikorot01@gmail.com [solarisx86]
2018-08-17 14:34:54 UTC
Permalink
Hi,
Post by Igor Korot ***@gmail.com [solarisx86]
Post by Igor Korot ***@gmail.com [solarisx86]
[quote]
pkg: The following packages require their licenses to be accepted
----------------------------------------
11,5.11-0.175.3.1.0.5.0:20151006T135526Z
Post by Igor Korot ***@gmail.com [solarisx86]
License: lic_OTN
License requires acceptance.
----------------------------------------
20150805T160501Z
Post by Igor Korot ***@gmail.com [solarisx86]
License: BCL
License requires acceptance.
To indicate that you agree to and accept the terms of the licenses of
the packages listed above, use the --accept option. To display all of
the related licenses, use the --licenses option.
pkg fix: no packages matching 'runtime/java/jre' installed
[/quote]
Any idea how to fix those?
I'd so "pkg update --accept ...", not "pkg fix," but that's just me.
I did just that.
However, after reboot X crashed and I end up with the console login.

Any idea?

I rolled back to the previous snapshot and trying it again, but maybe I
missed a step.

Thank you.
Post by Igor Korot ***@gmail.com [solarisx86]
Cheers,
Gary B-)
Loading...