Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing linux-firmware
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 77

PostPosted: Fri Jul 26, 2024 1:10 pm    Post subject: Installing linux-firmware Reply with quote

Hello

I am trying to install gentoo. Currenly when I do an

Code:
emerge --ask sys-kernel/linux-firmware


I get this message.

Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 1.85 s (backtrack: 0/20).


!!! All ebuilds that could satisfy "sys-kernel/linux-firmware" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/linux-firmware-99999999::gentoo (masked by: || ( ) linux-fw-redistributable license(s), missing keyword)
A copy of the 'linux-fw-redistributable' license is located at '/var/db/repos/gentoo/licenses/linux-fw-redistributable'.

- sys-kernel/linux-firmware-20240709-r1::gentoo (masked by: || ( ) linux-fw-redistributable license(s))
- sys-kernel/linux-firmware-20240610-r3::gentoo (masked by: || ( ) linux-fw-redistributable license(s), ~amd64 keyword)
- sys-kernel/linux-firmware-20240610-r1::gentoo (masked by: || ( ) linux-fw-redistributable license(s))
- sys-kernel/linux-firmware-20240513::gentoo (masked by: || ( ) linux-fw-redistributable license(s))

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


From the https://packages.gentoo.org/packages/sys-kernel/linux-firmware page I can tell that 9999 is in the testing phase, as well as 20240610-r3. How can I continue installing linux-firmware package. I think I will be choosing 20240709-r1:0 but am not sure.

Kind Regards
Riza
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4841
Location: Bavaria

PostPosted: Fri Jul 26, 2024 1:13 pm    Post subject: Reply with quote

This is "only" a problem with the licences you accept. For testing try this:
Code:
# ACCEPT_LICENSE="*" emerge linux-firmware

You should then modify your make.conf; see https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Optional:_Configure_the_ACCEPT_LICENSE_variable
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 77

PostPosted: Fri Jul 26, 2024 1:17 pm    Post subject: Reply with quote

pietinger wrote:
This is "only" a problem with the licences you accept. For testing try this:
Code:
# ACCEPT_LICENSE="*" emerge linux-firmware

You should then modify your make.conf; see https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Optional:_Configure_the_ACCEPT_LICENSE_variable


Does this mean I am accepting every license?

I would maybe after that add this to the /etc/portage/make.conf

Code:
ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE"
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4841
Location: Bavaria

PostPosted: Fri Jul 26, 2024 1:22 pm    Post subject: Reply with quote

rzdndr wrote:
pietinger wrote:
This is "only" a problem with the licences you accept. For testing try this:
Code:
# ACCEPT_LICENSE="*" emerge linux-firmware

You should then modify your make.conf; see https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Optional:_Configure_the_ACCEPT_LICENSE_variable


Does this mean I am accepting every license?

It means that you accept every license for the package "linux-firmware" at the moment ... later, when you modify it globally in your make.conf you have to decide yourself what you want to accept.

I am allowing every license with one exception: End User Licenses in my make.conf:
Code:
ACCEPT_LICENSE="* -@EULA"

... but it is your decision.
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 77

PostPosted: Fri Jul 26, 2024 1:25 pm    Post subject: Reply with quote

pietinger wrote:
rzdndr wrote:
pietinger wrote:
This is "only" a problem with the licences you accept. For testing try this:
Code:
# ACCEPT_LICENSE="*" emerge linux-firmware

You should then modify your make.conf; see https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Optional:_Configure_the_ACCEPT_LICENSE_variable


Does this mean I am accepting every license?

It means that you accept every license for the package "linux-firmware" at the moment ... later, when you modify it globally in your make.conf you have to decide yourself what you want to accept.

I am allowing every license with one exception: End User Licenses in my make.conf:
Code:
ACCEPT_LICENSE="* -@EULA"

... but it is your decision.


I will be using the example given in the handbook. Could these be change in the future, when something else comes up, and I would need to accept every license?
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4841
Location: Bavaria

PostPosted: Fri Jul 26, 2024 1:29 pm    Post subject: Reply with quote

rzdndr wrote:
[....] Could these be change in the future, when something else comes up, and I would need to accept every license?

No, there is no reason to accept every license (except laziness, like me) ... if you really want to accept a license that is not covered by @FREE and @BINARY-REDISTRIBUTABLE, you can always add it to the ACCEPT_LICENSE variable.
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
bstaletic
Guru
Guru


Joined: 05 Apr 2014
Posts: 313

PostPosted: Fri Jul 26, 2024 1:34 pm    Post subject: Reply with quote

You can change which licenses you accept at any time. You can even change per-package configuration.
This is no different than USE flags.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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