View previous topic :: View next topic |
Author |
Message |
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Wed Dec 02, 2009 11:25 am Post subject: RIS sys-apps/portage-2.2_rc54 e ACCEPT_LICENCE [LICENSE] |
|
|
Ciao a tutti, un informazione. non vi siete mai imbattuti in ACCEPT_LICENCE? io onestamente ho cercato in giro ma non ho trovato soluzione, ho provato un po' tutti i metodi che ho trovato...
Code: | /etc/portage/package.licence
dev-java/sun-jdk
dev-java/sun-jdk +dlj-1.1
dev-java/sun-jdk dlj-1.1 |
ACCEPT_LICENCE="* +dlj-1.1 dlj-1.1" in make.conf
ACCEPT_LICENCE emerge -1 dev-java/sun-jdk
in entrambi i casi emerge si lamenta del fatto che sun-jdk è mascherato.
altri consigli?
grazie
Last edited by Ic3M4n on Wed Dec 02, 2009 3:00 pm; edited 1 time in total |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Wed Dec 02, 2009 11:36 am Post subject: |
|
|
Uhm, così dovrebbe funzionare:
Code: |
# cat /etc/portage/package.license
dev-java/sun-jdk dlj-1.1
|
_________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Wed Dec 02, 2009 12:01 pm Post subject: |
|
|
allora... ho messo:
Code: | /etc/portage/package.licence
app-emulation/virtualbox-bin PUEL
dev-java/sun-jdk dlj-1.1
|
e emerge sputa fuori:
Code: | emerge -pv sun-jdk
These are the packages that would be merged, in order:
Calculating dependencies ... done!
!!! All ebuilds that could satisfy "dev-java/sun-jdk" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.6.0.17 (masked by: dlj-1.1 license(s))
A copy of the 'dlj-1.1' license is located at '/usr/portage/licenses/dlj-1.1'.
- dev-java/sun-jdk-1.6.0.16 (masked by: dlj-1.1 license(s), ~amd64 keyword)
- dev-java/sun-jdk-1.6.0.15 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.5.0.22 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.5.0.21 (masked by: dlj-1.1 license(s), ~amd64 keyword)
- dev-java/sun-jdk-1.5.0.20 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.4.2.19 (masked by: package.mask, sun-bcla-java-vm license(s), missing keyword)
/usr/portage/profiles/package.mask:
# Vlastimil Babka <caster@gentoo.org> (17 Nov 2009)
# Removal for EOL and security, bug #287615
A copy of the 'sun-bcla-java-vm' license is located at '/usr/portage/licenses/sun-bcla-java-vm'.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
| la parte del package.mask è riferita alla 1.4
invece per virtualbox:
Code: | emerge -pv virtualbox-bin
These are the packages that would be merged, in order:
Calculating dependencies ... done!
!!! All ebuilds that could satisfy "app-emulation/virtualbox-bin" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-emulation/virtualbox-bin-3.0.12 (masked by: PUEL license(s))
A copy of the 'PUEL' license is located at '/usr/portage/licenses/PUEL'.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
|
grazie per la risposta
in ogni caso ho il timore che sia qualcosa di specifico di portage 2.2, tu lo utilizzi? o hai quello stabile? |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Wed Dec 02, 2009 1:20 pm Post subject: |
|
|
Ic3M4n wrote: |
Code: | /etc/portage/package.licence
...
|
|
Ok, trovato l'errore: il file (o directory) deve chiamarsi package.license
(io con errori simili, a volte, ho perso ore ) _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Wed Dec 02, 2009 2:58 pm Post subject: |
|
|
cavolo... brutti errori di digitazione che poi ti rimangono a vita...
in ogni caso...
licence è inglese...
license è americano...
grazie mille. ora funziona. |
|
Back to top |
|
|
|