View previous topic :: View next topic |
Author |
Message |
aarestad n00b
Joined: 09 Jan 2004 Posts: 32 Location: Chicago, USA
|
Posted: Wed Jul 21, 2004 12:52 am Post subject: Gentoo MacOS - issue with emerge system? |
|
|
OK, first of all, I'm not sure this is the right place for threads on Gentoo MacOS - if not, could someone point me in the right direction?
Anyway, on to the issue. I tried an emerge system, but got this instead:
Code: |
asgard:~ aarestad$ emerge -p world
Password:
These are the packages that I would merge, in order:
Calculating world dependencies \
!!! All ebuilds that could satisfy "sys-devel/autoconf" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-devel/autoconf-2.57-r1 (masked by: missing keyword)
- sys-devel/autoconf-2.57a-r1 (masked by: missing keyword)
- sys-devel/autoconf-2.58-r1 (masked by: missing keyword)
- sys-devel/autoconf-2.58 (masked by: missing keyword)
- sys-devel/autoconf-2.59-r3 (masked by: missing keyword)
- sys-devel/autoconf-2.59-r4 (masked by: missing keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!! (dependency required by "net-misc/wget-1.9.1-r2" [ebuild])
!!! Problem with ebuild net-misc/wget-1.9.1-r2
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.
asgard:~ aarestad$
|
Anyone else seeing this? _________________ During times of universal deceit, telling the truth becomes a revolutionary act.
--George Orwell |
|
Back to top |
|
|
b00z3 n00b
Joined: 06 Jun 2003 Posts: 7 Location: Karlsruhe, Germany
|
Posted: Wed Jul 21, 2004 1:41 pm Post subject: same issue |
|
|
Hi,
I've got the same problem / output after doing an emerge system.
I tried changing the accept_keyword things to ppc or ~ppc. That didn't help either.
So please give some hints... |
|
Back to top |
|
|
Jrono n00b
Joined: 21 Jul 2004 Posts: 1
|
Posted: Wed Jul 21, 2004 1:59 pm Post subject: bootstrap-macos |
|
|
I had the same problem. After disabling fink from my /etc/profile, I ran "emerge sync" and then the bootstrap-macos.sh script again. That fixed it for me. |
|
Back to top |
|
|
aarestad n00b
Joined: 09 Jan 2004 Posts: 32 Location: Chicago, USA
|
Posted: Thu Jul 22, 2004 3:42 am Post subject: |
|
|
Yupper - same for me. Thanks Jrono! _________________ During times of universal deceit, telling the truth becomes a revolutionary act.
--George Orwell |
|
Back to top |
|
|
Nooloo n00b
Joined: 18 Nov 2002 Posts: 8
|
Posted: Thu Jul 22, 2004 5:05 am Post subject: |
|
|
I tried the above steps and still getting the same errors. Any other ideas? |
|
Back to top |
|
|
blackfede Apprentice
Joined: 29 Dec 2003 Posts: 178
|
Posted: Thu Jul 22, 2004 1:15 pm Post subject: |
|
|
I don't have any line related to fink in /etc/profile, and get an error similar to this, how can i do? |
|
Back to top |
|
|
DaVe&OpenMOsix Apprentice
Joined: 30 Dec 2003 Posts: 213
|
Posted: Fri Jul 23, 2004 9:11 am Post subject: |
|
|
check this out
http://gentoo-wiki.com/Gentoo_MacOS
i see this
Quote: | Emerging packages:
You should be able to emerge packages that have already been tested and updated to work with macos. If an ebuild hasn't had the macos keyword added to it, you will get a message similar to:
powerbook:/Users/alex root# emerge -p cowsay
These are the packages that I would merge, in order:
Calculating dependencies
!! all ebuilds that could satisfy "cowsay" have been masked.
!! possible candidates are:
- games-misc/cowsay-3.03 (masked by: missing keyword)
To add the macos keyword to an ebuild, you use the ekeyword command (you must have emerge'd gentoolkit-dev):
#cd /usr/portage/games-misc/cowsay/
#ekeyword macos cowsay-3.03.ebuild
|
bye
DaVe _________________ -- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^- |
|
Back to top |
|
|
blackfede Apprentice
Joined: 29 Dec 2003 Posts: 178
|
Posted: Fri Jul 23, 2004 9:33 am Post subject: |
|
|
Sorry it's my fault, i dont' refer to "masked package" error ( i change the "macos" to "ppc"), but to the wget error...
Code: |
!!! (dependency required by "net-misc/wget-1.9.1-r2" [ebuild])
!!! Problem with ebuild net-misc/wget-1.9.1-r2
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.
|
If i unmerge wget, portage complains about missing virtual/os-header ebuild, that dosen't exist... |
|
Back to top |
|
|
|