View previous topic :: View next topic |
Author |
Message |
twstd3bc Apprentice
Joined: 07 Feb 2003 Posts: 289 Location: Los Angeles, USA
|
Posted: Sat Feb 05, 2005 11:11 pm Post subject: sci-mathematics/singular |
|
|
Anybody got sci-mathematics/singular to successfully compile on PPC? |
|
Back to top |
|
|
jeffss n00b
Joined: 13 Sep 2019 Posts: 55
|
Posted: Wed Sep 25, 2019 11:12 pm Post subject: Re: sci-mathematics/singular |
|
|
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 |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31349 Location: here
|
|
Back to top |
|
|
jeffss n00b
Joined: 13 Sep 2019 Posts: 55
|
Posted: Fri Sep 27, 2019 1:32 am Post subject: |
|
|
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 |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31349 Location: here
|
Posted: Fri Sep 27, 2019 5:49 am Post subject: |
|
|
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 |
|
|
jeffss n00b
Joined: 13 Sep 2019 Posts: 55
|
Posted: Fri Sep 27, 2019 9:48 am Post subject: |
|
|
Thank you, I will try it and post here if I have some sucess |
|
Back to top |
|
|
|