Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Plasma BuildsFail
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Tefrem34
Guru
Guru


Joined: 14 Sep 2014
Posts: 400
Location: USA, California

PostPosted: Fri Nov 12, 2021 9:23 pm    Post subject: [Solved] Plasma BuildsFail Reply with quote

I have been trying to get plasma installed to run it with i3 on a fresh install. But I keep getting builds that fail.
Here is the build log for kwaylndserver http://dpaste.com/4F5UPN773
and etc...
http://dpaste.com/65HTWHWZG
http://dpaste.com/F7LAZ2XYR
My make.conf http://dpaste.com/GNCVAEV5R

I had more but these seem to be causing other packages to fail to build. I also tried using gcc 10 instead of 11 but I am still getting errors. I had been trying to install the newest version of plasma but I couldn't get them all to install so reverted back, but still had no luck.

Thanks for the help.


Last edited by Tefrem34 on Sun Nov 14, 2021 5:26 am; edited 1 time in total
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Sat Nov 13, 2021 3:37 am    Post subject: Reply with quote

You may be out of /var/tmp/portage space or just memory. Consider lowering your jobs settings. emerge --info would be helpful.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
Tefrem34
Guru
Guru


Joined: 14 Sep 2014
Posts: 400
Location: USA, California

PostPosted: Sat Nov 13, 2021 5:06 am    Post subject: Reply with quote

emerge --info: http://dpaste.com/BYA8F4CLS

edit: No change when changing jobs and -j* makeopts.

Code:
free
               total        used        free      shared  buff/cache   available
Mem:        32838348     4462332    18726688      135860     9649328    27775868
Swap:        9754620           0     9754620
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Sat Nov 13, 2021 7:44 am    Post subject: Reply with quote

Code:
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt5Core.so.5.15.2: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13'
collect2: error: ld returned 1 exit status

It's possible you compiled qt packages with gcc-11 and than you switched to gcc-10?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Tefrem34
Guru
Guru


Joined: 14 Sep 2014
Posts: 400
Location: USA, California

PostPosted: Sat Nov 13, 2021 11:32 pm    Post subject: Reply with quote

Yes I did. But when I started getting failed builds I changed it to 10 to see if that would help.
Is there a way that I can force rebuild the qt packages with 10?
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Sun Nov 14, 2021 12:30 am    Post subject: Reply with quote

The easiest way, depclean the gcc-10 then build the packages you want to ensure are built with 11. Trust 11.

There are some intermediate steps including gcc-config and emerge -1 libtool. Trust GCC 11. The migration to 11, once stable, was uneventful.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
Tefrem34
Guru
Guru


Joined: 14 Sep 2014
Posts: 400
Location: USA, California

PostPosted: Sun Nov 14, 2021 3:17 am    Post subject: Reply with quote

Okay. I depcleaned gcc 10. I have the libtool installed. Should I re-install it? I made sure that I was using gcc 11 with gcc-config.
Now to see what I else I broke. lol.
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Sun Nov 14, 2021 3:49 am    Post subject: Reply with quote

Just be sure you've done things in the right order according the Gentoo GCC Upgrade guide, https://wiki.gentoo.org/wiki/Upgrading_GCC,
1. gcc-config (chose version)
2. emerge --ask --oneshot --usepkg=n sys-devel/libtool
3. Then begin to rebuild your problem packages.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
Tefrem34
Guru
Guru


Joined: 14 Sep 2014
Posts: 400
Location: USA, California

PostPosted: Sun Nov 14, 2021 5:26 am    Post subject: Reply with quote

Thank you for the help!!
I finally got threw all the builds with no errrors this time. I am still puzzeled why it kept failing to build when I had either gcc versions. I was unabled to build qtwebengine with the other kde stuff, so I was thinking it might have been the gcc. But now I have it all built. So strange.

Thanks again for all the assistance. I realy appreciate it.

Cheers!
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Sun Nov 14, 2021 4:50 pm    Post subject: Reply with quote

I'm glad that's worked out.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum