Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installare Gentoo on Mac Os X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
dmorab
Apprentice
Apprentice


Joined: 29 Aug 2003
Posts: 210

PostPosted: Fri Oct 29, 2004 4:26 pm    Post subject: installare Gentoo on Mac Os X Reply with quote

Sto cercando di installare per la prima volta Gentoo on MacOs: ho effettuato

#emerge sync
#ln -s /usr/portage/profiles/default-macos-10.3 /etc/make.profile

ed in seguito

#emerge system

che però termina con questo errore:

!!! INVALID ACCEPT_KEYWORDS: macos
Calculating system dependencies \
!!! All ebuilds that could satisfy "sys-libs/libsystem" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-libs/libsystem-7.1 (masked by: -* 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 "sys-apps/sed-4.1.2" [ebuild])


!!! Problem with ebuild sys-apps/sed-4.1.2
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

potrei seguire la guida:

Esempio 9: Aggiungere la parola chiave macos a un ebuild

# cd /usr/portage/games-misc/cowsay
# ekeyword macos cowsay-3.03.ebuild


ma si può fare per un pacchetto del sistema base?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Fri Oct 29, 2004 4:43 pm    Post subject: Reply with quote

Hai gia' provato a leggere qui http://gentoo-wiki.com/Gentoo_for_Mac_OS_X
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
dmorab
Apprentice
Apprentice


Joined: 29 Aug 2003
Posts: 210

PostPosted: Fri Oct 29, 2004 5:52 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Hai gia' provato a leggere qui http://gentoo-wiki.com/Gentoo_for_Mac_OS_X


ho trovato questo:

Code: Aliasing your default profile for Jaguar (10.2.X)/Panther (10.3.X)

root# ln -s /usr/portage/profiles/default-macos/ppc/10.3 /etc/make.profile


Code: Aliasing your default profile for Tiger (10.4.X)

root# ln -s /usr/portage/profiles/default-macos/ppc/10.4 /etc/make.profile


Note: The old profile locations /usr/portage/profiles/default-macos-10.3 are deprecated and will lead to portage bugs.


ho modificato il link ma non ho risolto il problema
Back to top
View user's profile Send private message
alemare
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 137
Location: Firenze

PostPosted: Fri Oct 29, 2004 5:56 pm    Post subject: Reply with quote

provo a dire la mia...
io proverei a togliere
ACCEPT_KEYWORDS dal make.conf
CIAO ALEMARE
Back to top
View user's profile Send private message
dmorab
Apprentice
Apprentice


Joined: 29 Aug 2003
Posts: 210

PostPosted: Fri Oct 29, 2004 6:02 pm    Post subject: Reply with quote

per maggior informazione, adesso, con il nuovo link:

root# emerge system

!!! INVALID ACCEPT_KEYWORDS: macos
Calculating system dependencies \
!!! All ebuilds that could satisfy "dev-python/python-fchksum" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-python/python-fchksum-1.6.1-r1 (masked by: missing keyword)
- dev-python/python-fchksum-1.7.1 (masked by: ~ppc 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 "sys-apps/portage-2.0.51-r2" [ebuild])


!!! Problem with ebuild sys-apps/portage-2.0.51-r2
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


alemare wrote:
provo a dire la mia...
io proverei a togliere
ACCEPT_KEYWORDS dal make.conf
CIAO ALEMARE


ma si può fare per l'emerge system? è questo il mio dubbio
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Fri Oct 29, 2004 6:32 pm    Post subject: Reply with quote

dmorab wrote:
!!! INVALID ACCEPT_KEYWORDS: macos

Ehm... la KEYWORD per gentoo/osx è cambiata... ora è ppc-macos. forse non hanno ancora aggiornato la guida.
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
dmorab
Apprentice
Apprentice


Joined: 29 Aug 2003
Posts: 210

PostPosted: Sat Oct 30, 2004 2:49 pm    Post subject: Reply with quote

neon_it wrote:
dmorab wrote:
!!! INVALID ACCEPT_KEYWORDS: macos

Ehm... la KEYWORD per gentoo/osx è cambiata... ora è ppc-macos. forse non hanno ancora aggiornato la guida.


in effetti ho dovuto sostituire nel make.conf
ACCEPT_KEYWORDS="macos"
con
ACCEPT_KEYWORDS="ppc-macos"

solo che non è mica finita qui.... ho anche dovuto:

1) forzare l'installazione di python-fchksum:
#emerge /usr/portage/dev-python/python-fchksum/python-fchksum-1.7.1.ebuild

2) installare il portage senza collisioni:
# FEATURES=-collision-protect emerge portage

3) senza risultati evidenti ho anche eseguito:
If you see the message "Not installing sandbox on macos" or similar you got a version of portage with broken sandbox. You may want to add "-sandbox userpriv" into the FEATURES line in make.conf.

4) correggere un bug nel debianutils:
To fix edit the the dosbin file, but remember to back it up first
Codice:

cd /usr/lib/portage/bin/
cp dosbin dosbin.bak
nano -w dosbin


Now edit line 21
Codice:

install -m0755 --owner=root --group=root "${x}" "${D}${DESTTREE}/sbin"

to
Codice:

install -m0755 -o root -g wheel "${x}" "${D}${DESTTREE}/sbin"


I changed group root to group wheel because group root doesn't exist, but I didn't test with group root

dopo tutto ciò emerge system è andato a buon fine
Back to top
View user's profile Send private message
popposoft
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 92
Location: Bologna - Italy

PostPosted: Sat Oct 30, 2004 4:09 pm    Post subject: Reply with quote

Io ho fatto da poco il grande passo e ho preso un powerbook 17" e ho provato gentoomacos, ma c'è veramente ancora troppo poco per poter essere usato degnamente....

qualcuno che lo utilizza con successo può dirmi cosa ha compilato di "importante" oltre a uno sterile emerge system che di per se serve ben a poco?
_________________
Poppo

Studente in informatica
Website editor http://www.popposoft.it
[edit] Powerbook 17" based from 21/10/2004 [/edit]
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sat Oct 30, 2004 6:03 pm    Post subject: Reply with quote

popposoft wrote:
qualcuno che lo utilizza con successo può dirmi cosa ha compilato di "importante" oltre a uno sterile emerge system che di per se serve ben a poco?


Io lo uso con estrema soddisfazione per tutti quei tools da linea di comando che prima gestivo a mano (soprattutto per rete, librerie e analisi: stunnel, nmap, pcre, p0f, libnet, libpcap etc etc), mentre ora riesco a monitorarli e gestirli comodamente, sentendomi a mio agio con emerge :)
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
paperp
Guru
Guru


Joined: 27 Feb 2004
Posts: 544
Location: Toscana , Italy

PostPosted: Sat Oct 30, 2004 8:57 pm    Post subject: Reply with quote

..forse ,popposoft ,intendeva alcuni pacchetti importanti , "grafici" che comprendevano librerie e utilizzabili anche su server grafici , in questo caso , correggimi se sbaglio Shev , non ha tutti i torti.C'è veramente pochino che và a buon fine senza dannarsi l'anima e che soprattutto , permette di affermare che con Gentoo Mac Os si riesce a condividere l'immenso archivio del software open source per Linux anche su macchine ppc.
Senza nulla togliere all'importanza dei tools per la rete.
Ciao e buon ponte a tutti! :lol:
Back to top
View user's profile Send private message
popposoft
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 92
Location: Bologna - Italy

PostPosted: Sat Oct 30, 2004 10:47 pm    Post subject: Reply with quote

vabbè ma d'altra parte se nessuno lo usa perchè non c'è niente allora non si avrà mai interesse a migliorarlo

quindi penso che lo installerò, in concomitanza con i darwinports, al momento... poi controllo le differenze

al momento darwinports (port) vs gentoo mac os (emerge) 6-0 6-0 6-0

installare nativo gnu/linux su una macchina come un powerbook nuovo ultima versione significherebbe privarsi di grafica accellerata, wi-fi, e parecchio software, al momento (ditemi se sbaglio) mac os x è nettamente superiore a gnu/linux, ha più senso un progetto come gentoo mac os, imho

dite la vostra
_________________
Poppo

Studente in informatica
Website editor http://www.popposoft.it
[edit] Powerbook 17" based from 21/10/2004 [/edit]
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Oct 31, 2004 10:45 am    Post subject: Reply with quote

Diciamo che di software grafico ce n'è di veramente splendido e nativo in macosx, anche e soprattutto opensource, quindi non sento il bisogno di applicazioni grafiche gestite da emerge e portate da altri OS, ma solo di tutta quella marea di tool da linea di comando storici e imho indispensabili. Piuttosto è veramente interessante il fatto che tali ottime applicazioni macosx verranno gestite da Gentoo Macos, semplificandomi ancor più la vita e accentrando la gestione in modo notevole.
Il progetto è giovane, diamogli tempo. Già negli ultimi due mesi il software a disposizione è aumentato moltissimo, da qui a sei mesi ne vedremo delle belle, imho.

Sulla superiorità di macosx a linux/ppc non discuto, è un dato di fatto e abbastanza naturale: macosx parte privilegiato e gioca in casa, mi stupirei del contrario. Ciò non toglie che linux su certi mac ci stia in modo splendido e senza grosse lacune. Poi, come sempre, è anche questione di gusti personali.

/me che su mac usa macosx + Gentoo Macos :P
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
popposoft
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 92
Location: Bologna - Italy

PostPosted: Sun Oct 31, 2004 6:18 pm    Post subject: Reply with quote

shev ma tu sai dove può esistere una lista di applicazioni testate? (con relative dipendenze testate?)

o mi tocca fare uno scriptino che mi greppi ogni singolo ebuild? °_°
_________________
Poppo

Studente in informatica
Website editor http://www.popposoft.it
[edit] Powerbook 17" based from 21/10/2004 [/edit]
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Oct 31, 2004 6:28 pm    Post subject: Reply with quote

popposoft wrote:
shev ma tu sai dove può esistere una lista di applicazioni testate? (con relative dipendenze testate?)


Su packages.gentoo.org trovi quello che cerchi (se ho ben capito). Io lo tengo monitorato quasi ogni giorno :)
bugzilla poi ti dice se e che problemi potrebbero avere i vari ebuild. Sembra banale, ma questi due siti insieme dicono davvero tutto o quasi.

Quote:
o mi tocca fare uno scriptino che mi greppi ogni singolo ebuild? °_°


Dal Gentoo Macos wiki:
Code:
find /usr/portage -name "*.ebuild" -print | xargs -L 50 grep -l "KEYWORDS.*macos" | sed 's/^\/usr\/portage\///'

_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
dmorab
Apprentice
Apprentice


Joined: 29 Aug 2003
Posts: 210

PostPosted: Fri Nov 05, 2004 5:35 pm    Post subject: Reply with quote

Ok, dopo aver installato gentoo on macos ed esser riusciti ad emergere system, possiamo fare poche altre cose per adesso... mentre aspetto l'evoluzione di macos ho provato ad installare fink: è una valida alternativa? ad occhio mi parrebbe di si, e qual'è la differenza con darwinport? chi usa apple da tempo può rendermi edotto?
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2489
Location: イタリアのロディで

PostPosted: Tue Jun 12, 2012 12:00 pm    Post subject: Reply with quote

In otto anni è cambiato lo scenario?
Si può installare gentoo accanto a Mac OS su un Macintosh?
Ora che l'hardware Mac è basato su Intel come bisogna fare?

Chissà se in un futuro prossimo... mi potrebbe servire.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Tue Jun 12, 2012 10:13 pm    Post subject: Reply with quote

bandreabis wrote:
In otto anni è cambiato lo scenario?
Si può installare gentoo accanto a Mac OS su un Macintosh?
Ora che l'hardware Mac è basato su Intel come bisogna fare?

Chissà se in un futuro prossimo... mi potrebbe servire.

Ti suggerisco di usare qualcosa di alternativo:
http://www.macports.org/
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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