Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Another webkit-gtk fails to build post
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Elleni
Veteran
Veteran


Joined: 23 May 2006
Posts: 1283

PostPosted: Wed Jun 12, 2024 2:45 pm    Post subject: [solved] Another webkit-gtk fails to build post Reply with quote

I already checked that I have -O2 pipe in make.conf

Build log: http://dpaste.com/2EKR6LMDE
emerge --info: http://dpaste.com/BRELZ83QD


Last edited by Elleni on Wed Jun 12, 2024 3:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1743

PostPosted: Wed Jun 12, 2024 2:48 pm    Post subject: Reply with quote

Elleni wrote:
I already checked that I have -O2 pipe in make.conf

Build log: http://dpaste.com/2EKR6LMDE
emerge --info: http://dpaste.com/BRELZ83QD

Code:
CXXFLAGS=""

Why is this empty? This is your problem. It should mirror CFLAGS unless there's a specific reason not to.
Back to top
View user's profile Send private message
Elleni
Veteran
Veteran


Joined: 23 May 2006
Posts: 1283

PostPosted: Wed Jun 12, 2024 2:55 pm    Post subject: Reply with quote

Hi grknight,

here is the make.conf
https://bpa.st/AW5A

What would be correct entries? Its quite a new install.

Is it the common flags that should not be commented out? I remember doing this because wanted to switch to merged profile but then decided to stay split-usr..

And should I recompile -e world when uncommented ?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1743

PostPosted: Wed Jun 12, 2024 3:08 pm    Post subject: Reply with quote

Change the following lines:
Code:
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
Removing the CFLAGS with other contents.
These have nothing to do with "merged profile". You could rebuild all C++ code if desired, but they will eventually just work themselves out so long as there are no other issues.
I would suggest running revdep-rebuild -i --library libstdc++.so.6 instead of full rebuild if you wanted to apply to relevant items.
Back to top
View user's profile Send private message
Elleni
Veteran
Veteran


Joined: 23 May 2006
Posts: 1283

PostPosted: Wed Jun 12, 2024 3:20 pm    Post subject: Reply with quote

Understood, What about the CHOST that I commented out, should this be removed or reactivated too?

Thanks for your great support!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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