need to update GCC

Non release banter
benjibasson
Samurai
Samurai
Posts: 191
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

need to update GCC

Post#1 by benjibasson » 03 Apr 2025, 07:28

Hi,
I would like to update GCC to the version 3.4.30 to be able to use musescore 4.5.1. because of

Code: Select all

/tmp/.mount_MuseScusWSqS/bin/mscore4portable: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /tmp/.mount_MuseScusWSqS/bin/mscore4portable)
Unfortunaly I only have gcc (GCC) 11.2.0 ( on 05 devel)
slapt-mod -m gcc say gcc is up to date
On pkgs.org I only have gcc-11.2.0_multilib-x86_64-2alien.txz for slackware 15, and gcc-14.2.0-x86_64-2.txz for Porteus Current
Unfortunaly when I download gcc-14.2.0-x86_64-2.txz
upgrade by

Code: Select all

# upgradepkg --install-new gcc-14.2.0-x86_64-2.txz
I got

Code: Select all

guest@porteus:~$ strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_3.4.26
GLIBCXX_3.4.27
GLIBCXX_3.4.28
GLIBCXX_3.4.29
GLIBCXX_DEBUG_MESSAGE_LENGTH
guest@porteus:~$ ^C
guest@porteus:~$ gcc --version
bash: /usr/bin/gcc: No such file or directory

=> how can I get GLIBCXX_3.4.30 and newer on the Porteus 5.01 please?

cheers

rych
Warlord
Warlord
Posts: 787
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

need to update GCC

Post#2 by rych » 03 Apr 2025, 12:40

As per Problem installing GCC on Porteus 5.0 64 bit and https://t.me/PorteusX/50/111

You could try activating these 3 modules in order:
  • 05-devel.xzm 144.9M
    07-gcc-14.2.0-x86_64-1.xzm 47.9M
    07-gcc-g++-14.2.0-x86_64-1.xzm 16.2M
Then,

Code: Select all

root@porteus:~# strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_3.4.26
GLIBCXX_3.4.27
GLIBCXX_3.4.28
GLIBCXX_3.4.29
GLIBCXX_3.4.30
GLIBCXX_3.4.31
GLIBCXX_3.4.32
GLIBCXX_3.4.33
GLIBCXX_TUNABLES
GLIBCXX_DEBUG_MESSAGE_LENGTH
root@porteus:~# gcc --version
gcc (GCC) 14.2.0 
And hopefully the musescore 4.5.1 works then? Maybe you don't even have to activate all 3 modules?

benjibasson
Samurai
Samurai
Posts: 191
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

need to update GCC

Post#3 by benjibasson » 03 Apr 2025, 16:42

Hi, where are the download link please? I am not abble to locate it on dl.porteus.org

07-gcc-14.2.0-x86_64-1.xzm 47.9M
07-gcc-g++-14.2.0-x86_64-1.xzm 16.2M

Post Reply