Bug #6486
Cannot install GCC 3 and others
100%
Description
I can no longer install SUNWgcc (gcc-3), and I'm also unable to install gcc-43 and gcc-49 (gcc-47 and gcc-48 works fine). I need an older version of GCC (3.4.3+) to compile the 32-bit VirtualBox Solaris Additions package on a 64-bit OpenIndiana system. So far I've tried using alternative repositories and also upgrading the system (neither worked).
Files
Subtasks
Updated by Alexander Pyhalov over 5 years ago
I'd expect you have to update your system first.
I see that I can install gcc-3 on my system (running November 24 bits,
$ sudo pkg install -nv gcc-3
Packages to install: 1
Services to change: 1
Estimated space available: 127.10 GB
Estimated space to be consumed: 475.51 MB
Create boot environment: No
Create backup boot environment: No
Rebuild boot archive: No
Changed packages:
openindiana.org
developer/gcc-3
None -> 3.4.3-2014.0.1.0
Services:
restart_fmri:
svc:/application/texinfo-update:default
Editable files to change:
Install:
var/info/usr_gcc_3.4_share_info_dir
Updated by mYse|f 600 over 5 years ago
Following your suggestion, I've tried to upgrade the system again by issuing the following commands:
sudo pkg refresh --full sudo pkg image-update -nv sudo pkg image-update -v
then rebooted. However, I'm still getting the same messages when I try to install either gcc-3, gcc-43 or gcc-49.
I'm running OpenIndiana Hipster 64-bit (installed from OI-hipster-gui-20151003.iso) under VirtualBox OSE 5.0.6. Any idea what else should I try?
Thanks in advance.
Updated by Alexander Pyhalov over 5 years ago
Compare local and remote userland-incorporation versions.
If they doesn't match try to update to the latest version with pkg update -vvv userland-incorporation@VERSION_HERE and see what IPS says.
Updated by mYse|f 600 over 5 years ago
- File terminal2.log terminal2.log added
I apologize for the long delay with my response but unfortunately life struck and I was unable to work on this.
It seems that userland-incorporation is not installed on my system:
pkg update: 'userland-incorporation' matches no installed packages
It should be worth noting that I'm running a clean OS installation (i.e. first boot + system update).
Updated by Alexander Pyhalov over 5 years ago
What happens if you try to install userland-incorporation
pkg install -vvv pkg://openindiana.org/consolidation/userland/userland-incorporation ?