View previous topic :: View next topic |
Author |
Message |
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Sat Nov 20, 2004 10:45 am Post subject: [USE] problemi con euse |
|
|
Code: | tux mauro # euse -i jit
EUSE exiting with following errors:
requires read permissions for /etc/make.profile/../use.desc.
requires read permissions for /etc/make.profile/../use.local.desc.
tux mauro # ls -l /usr/portage/profiles/use*
-rw-r--r-- 1 root root 18301 Nov 12 15:16 /usr/portage/profiles/use.desc
-rw-r--r-- 1 root root 51345 Nov 16 19:38 /usr/portage/profiles/use.local.desc |
Non capisco, le permission sono a posto |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
|
Back to top |
|
|
fctk Veteran
Joined: 28 Jan 2004 Posts: 1424 Location: Milan, Italy, EU
|
Posted: Sat Nov 20, 2004 10:51 am Post subject: |
|
|
stesso identico problema. |
|
Back to top |
|
|
ultimodruido Apprentice
Joined: 11 Dec 2003 Posts: 253 Location: Muenchen
|
Posted: Sat Nov 20, 2004 11:22 am Post subject: |
|
|
A me è successo passando dal profio 1.4 al 2004.0... l'ho risolto editando lo script e aggiungendo mi sembra ../../ nel percorso dove cerca i file...
ciao nic _________________ Account Jabber: ultimodruido@jabber.linux.it |
|
Back to top |
|
|
zUgLiO l33t
Joined: 12 Aug 2003 Posts: 754 Location: Ferrara (Italy)
|
Posted: Sat Nov 20, 2004 11:46 am Post subject: |
|
|
Guarda a cosa punta /etc/make.profile
Code: |
ls -l /etc/make.profile
|
_________________
voglio poi dire che il tempo mi avrà fatto abituare,
ma io non trovo nemmeno brutta la stiva buia di questa nave
|
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Sat Nov 20, 2004 11:53 am Post subject: |
|
|
edita il file /usr/bin/euse e quarda di mettere questi come percorsi:
Code: | # Paths to all the reqd files
our $FMake_conf = "/etc/make.conf";
our $FMake_defaults = "/etc/make.profile/make.defaults";
our $FUse_desc = "/usr/portage/profiles/use.desc";
our $FUse_local = "/usr/portage/profiles/use.local.desc";
our $FUse_mask = "/etc/make.profile/use.mask";
# For my local testing
#our $FMake_conf = "make.conf"; #/etc/make.conf
#our $FMake_defaults = "make.defaults"; #/etc/make.profile/make.defaults
#our $FUse_desc = "use.desc"; #$PORTDIR/profiles/use.desc
#our $FUse_local = "use.local.desc";#$PORTDIR/profiles/use.local.desc
#our $FUse_mask = "use.mask";#/etc/make.profile/use.mask
|
con il nuovo portage sono cambiate un po' di cose e il gentoolkit non è cambiato di conseguenza... come se il gentoolkit fosse un'optional di portage _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
zUgLiO l33t
Joined: 12 Aug 2003 Posts: 754 Location: Ferrara (Italy)
|
Posted: Sat Nov 20, 2004 12:01 pm Post subject: |
|
|
Io invece avevo risolto facendo puntare /etc/make.profile a Code: | /usr/portage/profiles/default-x86-2004.2 | invece di Code: | /usr/portage/profiles/default-linux/x86/2004.2 |
_________________
voglio poi dire che il tempo mi avrà fatto abituare,
ma io non trovo nemmeno brutta la stiva buia di questa nave
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Sat Nov 20, 2004 12:37 pm Post subject: |
|
|
c'e' una patch da applicare _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
FonderiaDigitale Veteran
Joined: 06 Nov 2003 Posts: 1710 Location: Rome, Italy
|
Posted: Sat Nov 20, 2004 4:53 pm Post subject: |
|
|
usate usetool di xchris, e' PARECCHIO migliore di euse.
p.s. per xchris: i 50euri me li dai domani :p _________________ Come disse un amico, i sistemisti sono un po' come gli artigiani per l'informatica
|
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Sat Nov 20, 2004 6:03 pm Post subject: |
|
|
non è che c'è il pericolo che gli sviluppatori di portage si sentano gelosi?
Ormai xchris da solo ha sviluppato tool che il gentoolkit si sogna di avere!
(o meglio... non se lo sogna proprio... pare che abbiano snobbato unclepine . Bah... peggio per loro) _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Sat Nov 20, 2004 6:05 pm Post subject: |
|
|
Cazzantonio wrote: | (o meglio... non se lo sogna proprio... pare che abbiano snobbato unclepine . Bah... peggio per loro) |
Ho gia' detto capisco le perplessita' degli sviluppatori. Loro vorrebbero che tutti usassero le funzioni di portage questo perche' se un giorno cambia qualcosa il tool funzionera' lo stesso visto che la chiamata sara' uguale. Non capisco solo perche' fino a quando non sviluppano un tool simile non si possa imtegrare nel portage tree unclepine. Vabbe ci sara' nel gekit _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
xchris Advocate
Joined: 10 Jul 2003 Posts: 2824
|
Posted: Mon Nov 22, 2004 12:30 pm Post subject: |
|
|
FonderiaDigitale wrote: |
p.s. per xchris: i 50euri me li dai domani :p |
LOL _________________ while True:Gentoo() |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 5:59 pm Post subject: |
|
|
stesso problema.
Non ho nè use.desc nè use.local.desc.
/etc/make.profile punta al default-linux/x86/2004.3
che faccio?
Edit: Li ho, li cercavo in una dir sbagliata |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 6:05 pm Post subject: |
|
|
ok ho corretto i link in /usr/bin/euse e ora funziona |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 23, 2004 6:05 pm Post subject: |
|
|
fedeliallalinea wrote: | https://bugs.gentoo.org/show_bug.cgi?id=46982 |
Mi pare che fedeliallalinea lo abbia detto prima _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 6:07 pm Post subject: |
|
|
gutter wrote: | fedeliallalinea wrote: | https://bugs.gentoo.org/show_bug.cgi?id=46982 |
Mi pare che fedeliallalinea lo abbia detto prima |
il problema è che non trovavo proprio quei files... Poi mi sono ricordato che ho spostato tutto quello che riguarda il portage in un'altra partizione |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 23, 2004 6:09 pm Post subject: |
|
|
ProT-0-TypE wrote: |
[CUT]
il problema è che non trovavo proprio quei files... Poi mi sono ricordato che ho spostato tutto quello che riguarda il portage in un'altra partizione |
Ma hai visto la patch Hai provata ad applicarla _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 6:12 pm Post subject: |
|
|
si si, fatto! ho risolto! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 23, 2004 6:13 pm Post subject: |
|
|
ProT-0-TypE wrote: | si si, fatto! ho risolto! |
Perfetto _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
|