View previous topic :: View next topic |
Author |
Message |
sacarde n00b
Joined: 16 Apr 2014 Posts: 29
|
Posted: Wed Dec 04, 2024 4:15 pm Post subject: install from binary or source |
|
|
hi,
I try to install gentoo from last iso, I select to use binary (base system)
now I want to install xorg-server, I will find this in binary or sources?
how can I view this?
thanks |
|
Back to top |
|
|
kgdrenefort Guru
Joined: 19 Sep 2023 Posts: 314 Location: Somewhere in the 77
|
Posted: Sat Dec 07, 2024 12:03 pm Post subject: |
|
|
Hello,
Gentoo has no binary until recently, now you can follow this page to get binary packages from the public repository if they are available.
You can ask portage to always try to get binary by editing /etc/portage/make.conf, or at every single command you use by using, for example by using -g option (--getbinpkg).
More details can also be found in the man of portage, and on the wiki page for Portage as well.
Also note, while emerging anything, if at the beginning of the line of a package you see [ebuild], you'll compile it. If you see [binary], you'll download an already compiled binary.
Feel free to ask if you need more :).
Regards,
GASPARD DE RENEFORT Kévin _________________ Traduction wiki, pour praticiper.
Custom logos/biz card/website. |
|
Back to top |
|
|
sacarde n00b
Joined: 16 Apr 2014 Posts: 29
|
Posted: Sun Dec 08, 2024 8:39 am Post subject: |
|
|
if I run:
with param: -pK
Quote: |
[binary N ] x11-base/xorg-server-21.1.14-3 USE="(elogind) udev xorg -debug -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb"
|
What does "N" stand for? ... ok I view |
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1779 Location: South America
|
Posted: Sun Dec 08, 2024 3:08 pm Post subject: |
|
|
sacarde wrote: | What does "N" stand for? |
It means that it is a new package, that you didn't have it previously installed on your computer. _________________
NeddySeagoon wrote: | I'm not a witch, I'm a retired electronics engineer |
Ionen wrote: | As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though |
|
|
Back to top |
|
|
sacarde n00b
Joined: 16 Apr 2014 Posts: 29
|
Posted: Sun Dec 08, 2024 10:55 pm Post subject: |
|
|
... continue
I dont understand how install LXDE
I have:
Quote: |
!!! All ebuilds that could satisfy "lxde-base/lxde-meta" have been masked.
!!! One of the following masked packages is required to complete your request:
- lxde-base/lxde-meta-0.5.5-r8::gentoo (masked by: ~amd64 keyword)
|
|
|
Back to top |
|
|
luna80 Veteran
Joined: 01 Feb 2004 Posts: 1560 Location: switzerland
|
Posted: Mon Dec 09, 2024 6:10 am Post subject: |
|
|
you have to unmask the package because is masked by ~amd64 keyword (it mean is not stable)
if you are sure do you want that package you ha to do so
Code: | echo "lxde-base/lxde-meta ~amd64" >> /etc/portage/package.accept_keywords/lxde-meta |
or
Code: | echo "lxde-base/lxde-meta ~amd64" >> /etc/portage/package.accept_keywords |
depending if you manage keywords by a file or folder (in the first case you can name the file how you prefer (I write an example)
look at this too
https://wiki.gentoo.org/wiki//etc/portage/package.accept_keywords _________________ *** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off *** |
|
Back to top |
|
|
sacarde n00b
Joined: 16 Apr 2014 Posts: 29
|
Posted: Mon Dec 09, 2024 2:27 pm Post subject: |
|
|
what do you suggest me to install:
- lxde (by unmasking packages)
or
- lxqt having:
Quote: |
!!! The ebuild selected to satisfy "media-libs/libcanberra" has unmet requirements.
- media-libs/libcanberra-0.30-r7::gentoo USE="gtk3 sound udev -alsa -gnome -gstreamer -gtk2 -oss -pulseaudio -tdb" ABI_X86="(64) -32 (-x32)"
The following REQUIRED_USE flag constraints are unsatisfied:
udev? ( alsa )
(dependency required by "kde-frameworks/knotifications-6.7.0::gentoo" [binary])
(dependency required by "kde-plasma/systemsettings-6.2.4::gentoo" [binary])
(dependency required by "lxqt-base/lxqt-meta-2.0.0::gentoo" [binary])
(dependency required by "lxqt-base/lxqt-meta" [argument])
|
thanks |
|
Back to top |
|
|
|