Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde-apps/artikulate-4.14.3 failed (compile phase)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ronaldpguilmet
n00b
n00b


Joined: 23 Feb 2016
Posts: 13
Location: Philadelphia

PostPosted: Wed Feb 24, 2016 2:35 am    Post subject: kde-apps/artikulate-4.14.3 failed (compile phase) Reply with quote

I'm trying to install kde meta, and I'm hitting this error now. Searching google brings me to a page about gentoo's release of the gcc-5.3.0 package now defaults to the new C++ ABI by default being a problem. I tried the following to no avail.
Code:

revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc (results in no links)
also
emerge -av artikulate --exclude gcc (results in fail)
emerge --exclude gcc artikuate (results in fail)

Am I even close?

I don't know how to upload any log info because it is just command line, and I'm writing this from a different pc.

_________________
Ron
Back to top
View user's profile Send private message
Maxxx
Guru
Guru


Joined: 12 Jan 2016
Posts: 595
Location: Italia

PostPosted: Wed Feb 24, 2016 9:07 am    Post subject: Reply with quote

For upload log files you can use wgetpaste.
Back to top
View user's profile Send private message
ronaldpguilmet
n00b
n00b


Joined: 23 Feb 2016
Posts: 13
Location: Philadelphia

PostPosted: Sat Feb 27, 2016 9:51 pm    Post subject: wgetpaste Reply with quote

https://gist.github.com/anonymous/59f06c1a80fd684100f6
_________________
Ron
Back to top
View user's profile Send private message
ronaldpguilmet
n00b
n00b


Joined: 23 Feb 2016
Posts: 13
Location: Philadelphia

PostPosted: Sun Feb 28, 2016 1:01 am    Post subject: Reply with quote

I was able to install gentoo with kde on a virtualbox successfully, so I am wondering if it has anything to do with the Dell Vostro Desktop.
_________________
Ron
Back to top
View user's profile Send private message
Maxxx
Guru
Guru


Joined: 12 Jan 2016
Posts: 595
Location: Italia

PostPosted: Sun Feb 28, 2016 9:34 am    Post subject: Reply with quote

Do you try "emerge-webrsync" first? And then recompile

If not work, what version of gcc do you have? (emerge --info)
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21709

PostPosted: Sun Feb 28, 2016 5:10 pm    Post subject: Reply with quote

I doubt this is related to gcc version. According to the build log, OP is using gcc 4.9.3. From the build log:
Code:
   /usr/lib64/libgstvideo-1.0.so.0: undefined reference to `gst_structure_get_flagset'
   /usr/lib64/libgstvideo-1.0.so.0: undefined reference to `gst_flagset_register'
   /usr/lib64/libgstaudio-1.0.so.0: undefined reference to `gst_segment_is_equal'
Usually, this indicates that libgstvideo / libgstaudio are built incorrectly. If they require those symbols, they should be linked to the library that provides them. In rare cases, it is necessary for the library to leave those symbols undefined until the final output is built.
Back to top
View user's profile Send private message
ronaldpguilmet
n00b
n00b


Joined: 23 Feb 2016
Posts: 13
Location: Philadelphia

PostPosted: Mon Feb 29, 2016 5:56 am    Post subject: Reply with quote

Thanks for your help guys. I was just going step by step from the handbook. This quickly left my level of understanding. Why going step by step on VirtualBox worked, and not on my Dell, is beyond me. I do have it on VBox, so I'm going to use that to learn more on. Thanks again.
_________________
Ron
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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