You are not logged in.

#1 2015-04-28 18:00:51

Maokei
Member
Registered: 2013-04-23
Posts: 5

blender 16:2.74-2 wont start GLIBCXX_3.4.21

when starting blender:

blender: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/liboslexec.so)
blender: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/liboslquery.so)

What I have tried so far, expected something trivial having to update and reinstall

 pacman -Qo /usr/lib/libstdc++.so.6*
/usr/lib/libstdc++.so.6 is owned by gcc-libs 4.9.2-4
/usr/lib/libstdc++.so.6.0.20 is owned by gcc-libs 4.9.2-4

sudo pacman -Ss gcc-libs
core/gcc-libs 4.9.2-4 (base) [installed]
    Runtime libraries shipped by GCC
multilib/gcc-libs-multilib 4.9.2-4
    Runtime libraries shipped by GCC for multilib
multilib/lib32-gcc-libs 4.9.2-4 [installed]
    Runtime libraries shipped by GCC (32-bit)

tried to reinstall aswell with --debug -Syu gcc-libs

Any advice would bu useful.

Offline

#2 2015-04-28 18:11:02

saultdon
Member
From: Treaty 08
Registered: 2013-06-25
Posts: 41

Re: blender 16:2.74-2 wont start GLIBCXX_3.4.21

Might need to file a bug report for the community/openshadinglanguage package.

That's the package that owns liboslexec.so and liboslquery.so that are looking for the missing libstdc++.so.6 file.

I recompiled openshadinglanguage from the ABS and launching blender works now.


"We don't inherit the land from our ancestors - we borrow it from our children."

Offline

#3 2015-04-28 20:04:48

juego
Member
Registered: 2015-04-13
Posts: 41
Website

Re: blender 16:2.74-2 wont start GLIBCXX_3.4.21

Hey. I've filed a bug here. Although I did it before reading this blogpost. Sorry.
I'm a newbie here. So can you explain how to recompile openshadinglanguage? I mean, it's not just a re-install is it?

Offline

#4 2015-04-29 00:05:37

Maokei
Member
Registered: 2013-04-23
Posts: 5

Re: blender 16:2.74-2 wont start GLIBCXX_3.4.21

juego wrote:

Hey. I've filed a bug here. Although I did it before reading this blogpost. Sorry.
I'm a newbie here. So can you explain how to recompile openshadinglanguage? I mean, it's not just a re-install is it?

install abs
populate abs "sudo abs"
make a build directory
cd buildfolder if you have one
cp -r /var/abs/community/openshadinglanguage .
sudo makepkg
install: sudo pacman -U openshadinlanguage package

run blender smile but I suggest you look at the documentation for the arch build system

Last edited by Maokei (2015-04-29 00:09:18)

Offline

Board footer

Powered by FluxBB