Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sci-mathematics/singular
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
twstd3bc
Apprentice
Apprentice


Joined: 07 Feb 2003
Posts: 289
Location: Los Angeles, USA

PostPosted: Sat Feb 05, 2005 11:11 pm    Post subject: sci-mathematics/singular Reply with quote

Anybody got sci-mathematics/singular to successfully compile on PPC?
Back to top
View user's profile Send private message
jeffss
n00b
n00b


Joined: 13 Sep 2019
Posts: 53

PostPosted: Wed Sep 25, 2019 11:12 pm    Post subject: Re: sci-mathematics/singular Reply with quote

twstd3bc wrote:
Anybody got sci-mathematics/singular to successfully compile on PPC?


I almost get it to work but on compile phase I get the following error from gcc:

"error: no matching function for call to ‘make_pair<int, int>(int&, int)"
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30948
Location: here

PostPosted: Thu Sep 26, 2019 5:14 am    Post subject: Reply with quote

https://bugs.gentoo.org/644280
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
jeffss
n00b
n00b


Joined: 13 Sep 2019
Posts: 53

PostPosted: Fri Sep 27, 2019 1:32 am    Post subject: Reply with quote

seems a problem of sources update. Anyway a hope is that since the last version on emerge is still from 2015, then for the newer versions whatever migrations might be already well stablished. By the way, my doubt now is just about modifying the ebuild file permanently, sorry if it is rather trivial; since I dont yet understand much of the portage behaviour I am just weary that it undoes my custom ebuild. That considered is it possible to tell emerge to use an ebuild from local repository when it looks for a package rather then from gentoo's repo?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30948
Location: here

PostPosted: Fri Sep 27, 2019 5:49 am    Post subject: Reply with quote

jeffss wrote:
That considered is it possible to tell emerge to use an ebuild from local repository when it looks for a package rather then from gentoo's repo?

You have tried to set priority for your local repo? This can be done in /etc/portage/repos.conf/ for example with this configuration
Code:
[localrepo]
location = /usr/local/portage
master = gentoo
auto-sync = No
priority = 0

official portage tree has -1000 set as priority.
Another way is put package from gentoo tree in package.mask
Code:
echo "sci-mathematics/singular::gentoo" >> /etc/portage/package.mask

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
jeffss
n00b
n00b


Joined: 13 Sep 2019
Posts: 53

PostPosted: Fri Sep 27, 2019 9:48 am    Post subject: Reply with quote

Thank you, I will try it and post here if I have some sucess
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC 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