Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

gentoo binary package problem fail Tried to use non-existent

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
jms.gentoo
Tux's lil' helper
Tux's lil' helper
Posts: 105
Joined: Thu May 07, 2009 5:29 am

gentoo binary package problem fail Tried to use non-existent

  • Quote

Post by jms.gentoo » Tue Aug 05, 2025 2:22 pm

Hello ,
I want to use the gentoo binary packages but fail :evil: to have them working properly
https://www.gentoo.org/news/2023/12/29/ ... inary.html
https://wiki.gentoo.org/wiki/Binary_pac ... y_packages

I am using "buildpkg" in my make.conf (I ll post it)
I have no problem emerging package which are not gentoo binary.
I can emerge the bin package like www-client/firefox-bin

probleme arise when trying to emerge gentoo binary
binay dowload but when reaching 100% fail

context:
I am using an old laptop update not done since over 6 month (wanted to move to gentoo binary had that pb but left it for latter as this is not my main machine)
it is a mix of stable and ~
default/linux/amd64/23.0/split-usr/desktop/plasma (stable) *
I am using lvm
goal will be to have the laptop to use a big part of binay gentoo package

here is an example :

Code: Select all

emerge -v vim

Local copy of remote index is up-to-date and will be used.

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

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

[binary     U  ] sys-libs/glibc-2.41-r4-2:2.2::gentoo [2.39-r6:2.2::gentoo] USE="cet multiarch (multilib) ssp stack-realign (static-libs) -audit -caps -compile-locales (-custom-cflags) -doc -gd -hash-sysv-compat -headers-only -multilib-bootstrap -nscd -perl -profile (-selinux) -suid (-systemd) -systemtap -test (-vanilla)" 15,570 KiB
[binary     U  ] app-editors/vim-core-9.1.0794-1::gentoo [9.1.0366-r1::gentoo] USE="acl nls -minimal" 7,240 KiB
[binary     U  ] app-editors/vim-9.1.0794-7::gentoo [9.1.0366::gentoo] USE="X acl crypt gpm nls sound -cscope -debug -lua -minimal -perl -python -racket -ruby (-selinux) -tcl -terminal -vim-pager" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4 -luajit" PYTHON_SINGLE_TARGET="python3_12 -python3_11 -python3_13% (-python3_10%)" 1,540 KiB

Total: 3 packages (3 upgrades, 3 binaries), Size of downloads: 24,350 KiB

!!! The following installed packages are masked:
- virtual/perl-Unicode-Collate-1.310.0-r2::gentoo (masked by: package.mask)
/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-07-04)
# Obsolete Perl virtuals that will be removed (the list is work in progress).
# If you have any of these installed, just remove them; they should not be
# required anymore.

- virtual/perl-Math-Complex-1.620.0-r1::gentoo (masked by: package.mask)
- sys-devel/binutils-2.42-r1::gentoo (masked by: package.mask)
/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
# (and others, updated later)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

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



>>> Running pre-merge checks for sys-libs/glibc-2.41-r4
 * Fetching in the background:
 * /portage/packages/sys-libs/glibc-2.41-r4.gpkg.tar.partial
 * To view fetch progress, run in another terminal:
 * tail -f /var/log/emerge-fetch.log

>>> Failed to emerge sys-libs/glibc-2.41-r4
[ERROR] Task was destroyed but it is pending!
task: <Task cancelling name='Task-64' coro=<BinpkgFetcher._main() done, defined at /usr/lib/python3.12/site-packages/_emerge/BinpkgFetcher.py:48> wait_for=<Future finished result=None> cb=[AsyncTaskFuture._done_callback()]>
[ERROR] Task was destroyed but it is pending!
task: <Task pending name='Task-70' coro=<MultiprocessingProcess.wait() done, defined at /usr/lib/python3.12/site-packages/portage/process.py:406> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[SubProcess._async_waitpid_cb()]>
[ERROR] Task was destroyed but it is pending!
task: <Task pending name='Task-71' coro=<MultiprocessingProcess._proc_join() done, defined at /usr/lib/python3.12/site-packages/portage/process.py:424> wait_for=<Future pending cb=[sleep.<locals>.cancel_callback() at /usr/lib/python3.12/site-packages/portage/util/futures/_asyncio/__init__.py:229, Task.task_wakeup()]> cb=[MultiprocessingProcess._proc_join_done()]>

Code: Select all

tail -f /var/log/emerge-fetch.log
 15350K .......... .......... .......... .......... .......... 98% 5.06M 0s
 15400K .......... .......... .......... .......... .......... 99% 3.21M 0s
 15450K .......... .......... .......... .......... .......... 99% 6.13M 0s
 15500K .......... .......... .......... .......... .......... 99% 3.51M 0s
 15550K .......... ..........                                 100% 3.95M=4.9s

2025-08-05 15:32:29 (3.13 MB/s) - ‘/portage/distfiles/glibc-2.41-r4.gpkg.tar.partial’ saved [15943680/15943680]

!!! Tried to use non-existent binary for 'sys-libs/glibc-2.41-r4'
!!! Likely caused by an outdated index. Run 'emaint binhost -f'.
running emaint binhost -f does not change anything

and by the way it did partially/fully dowload I have

Code: Select all

ls -alh /portage/distfiles/glibc-2.41-r4.gpkg.tar.partial
-rw-r--r-- 1 root root 16M  3 juil. 14:24 /portage/distfiles/glibc-2.41-r4.gpkg.tar.partial
I don't get it.
file seems to be dowloaded but stay ".partial" .should it stay in that directory? ,should it be moved after completion in another directory?
most certainly :roll: a misconfiguration on my part / permission problem

thanks in advance for any help/insight
jms
Last edited by jms.gentoo on Tue Aug 05, 2025 2:32 pm, edited 1 time in total.
Top
jms.gentoo
Tux's lil' helper
Tux's lil' helper
Posts: 105
Joined: Thu May 07, 2009 5:29 am

  • Quote

Post by jms.gentoo » Tue Aug 05, 2025 2:29 pm

my emerge --info

Code: Select all

emerge --info
Portage 3.0.65 (python 3.12.3-final-0, default/linux/amd64/23.0/split-usr/desktop/plasma, gcc-14, glibc-2.39-r6, 6.9.9-gentoo-jms-11-docker-2-vb-intel-1.00 x86_64)
=================================================================
System uname: Linux-6.9.9-gentoo-jms-11-docker-2-vb-intel-1.00-x86_64-Intel-R-_Core-TM-_i5-7200U_CPU_@_2.50GHz-with-glibc2.39
KiB Mem:     3899712 total,    123896 free
KiB Swap:   30965752 total,  26227172 free
Timestamp of repository gentoo: Mon, 04 Aug 2025 22:45:00 +0000
Head commit of repository gentoo: 93ed8a51ead7c6dd1ee69343d4cdb78e8a752457
Timestamp of repository kde: Mon, 04 Aug 2025 19:37:15 +0000
Head commit of repository kde: df01d92f8334802fc9d16c7642f35a141636c43e

sh bash 5.2_p26-r8
ld GNU ld (Gentoo 2.42 p3) 2.42.0
distcc 3.4 x86_64-pc-linux-gnu [disabled]
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p26-r8::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.71-r7::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.28.5::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.4.1::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r3::gentoo
dev-lang/python:           3.11.9-r1::gentoo, 3.12.3-r1::gentoo
dev-lang/rust-bin:         1.88.0::gentoo
llvm-core/clang:           17.0.6::gentoo
llvm-core/lld:             17.0.6::gentoo
llvm-core/llvm:            17.0.6::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/openrc:           0.54.2::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/binutils:        2.42-r1::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/gcc:             14.1.1_p20240622::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.39-r6::gentoo
Repositories:

gentoo
    location: /portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 24

jms-local-repository
    location: /var/db/repos/jms-local-repository
    masters: gentoo
    volatile: False

kde
    location: /var/db/repos/kde
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/kde.git
    masters: gentoo
    volatile: False

Binary Repositories:

binhost
    priority: 9999
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=skylake -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/sddm/scripts/Xsetup"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.3/ext-active/ /etc/php/cgi-php8.3/ext-active/ /etc/php/cli-php8.3/ext-active/ /etc/php/fpm-php8.3/ext-active/ /etc/php/phpdbg-php8.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=skylake -O2 -pipe"
DISTDIR="/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles getbinpkg ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.free.fr/mirrors/ftp.gentoo.org/ http://gentoo.mirrors.ovh.net/gentoo-distfiles/ http://mirrors.soeasyto.com/distfiles.gentoo.org/"
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="en fr es"
MAKEOPTS="-j3"
PKGDIR="/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 apache2 bindist bluetooth bluray branding bs2b bzip2 cairo cdda cddb cdr cet cgroups crypt cups dbus declarative dri dri3 dts dvbpsi dvd dvdr ebook efi egl elogind encode epub exif ffmpeg flac gbm gdbm gif glamor gles gpm grub gtk gui iconv icu ipv6 jpeg kde kf6compat kwallet lame lcms libass libcaca libnotify libtirpc lm_sensors lvm lzma mad matroska mng mobi mp3 mp4 mpeg mtp multilib ncurses networkmanager nls ogg opengl openh264 openmax openmp opus pam pango pcre pdf php pipewire plasma png policykit ppds projectm pulseaudio qml qt5 qt6 readline screencast sddm sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg taglib test-rust threads tiff truetype udev udisks unicode upower usb v4l v4l2 vaapi vlm vorbis vpx vulkan wayland widgets wxwidgets x264 x265 xa xattr xcb xft xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gcc_14" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="efi-64" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en-GB fr-FR es-ES en fr es" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="X86" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php-8.3" POSTGRES_TARGETS="postgres17" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_13 python3_12" RUBY_TARGETS="ruby32 ruby33" SANE_BACKENDS="hp hp4200 hp5400 hp5590" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
cat /etc/portage/binrepos.conf/gentoobinhost.conf
[binhost]
priority = 9999
#sync-uri = https://mirror.bytemark.co.uk/gentoo/re ... x86-64-v3/
#sync-uri = https://mirror.ircam.fr/pub/gentoo-dist ... x86-64-v3/
#sync-uri = https://distfiles.gentoo.org/releases/a ... /x86-64-v3
#sync-uri = https://distfiles.gentoo.org/releases/a ... /x86-64-v3
sync-uri = https://distfiles.gentoo.org/releases/a ... .0/x86-64/

my fstab because well why not
cat /etc/fstab
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/sdc1 /boot/efi vfat noauto,noatime 1 2
UUID=6A45-4832 /boot/efi vfat noauto,noatime 1 2

#/dev/mapper/PetitNuageBase-root / ext4 noatime 0 1
UUID=da4ad3cb-9dd4-4c7d-a6a1-97c3d63703c2 / ext4 noatime 0 1

/dev/mapper/PetitNuageBase-swap none swap sw 0 0

/dev/sda3 none swap sw 0 0

#/dev/mapper/PetitNuageBase-usr /usr ext4 noatime 0 2
UUID=cf6c3184-3160-4461-8d10-88a022f11dcc /usr ext4 noatime 0 2

#/dev/mapper/PetitNuageBase-home /home ext4 noatime,user,exec,acl,user_xattr 0 2
UUID=c8914599-732d-4e18-b484-77d7aaf8a207 /home ext4 noatime,user,exec,acl,user_xattr 0 2

#/dev/mapper/PetitNuageBase-opt /opt ext4 noatime,user,exec 0 2
UUID=f777aad3-27e5-4e97-b8a2-29c6cd4108de /opt ext4 noatime,user,exec 0 2

#/dev/mapper/PetitNuageData-portage /portage ext4 noatime 0 2
UUID=e8b987b9-1e08-4791-811a-9afe02ff4c5b /portage ext4 noatime 0 2

#/dev/mapper/PetitNuageData-data /home/data ext4 noatime,user,exec,acl,user_xattr 0 2
UUID=466da1d1-5997-476b-8db3-22e604acf4d9 /home/data ext4 noatime,user,exec,acl,user_xattr 0 2

/dev/cdrom /mnt/media auto auto,ro,user,rw,users 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
#shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
tmpfs /var/tmp/portage tmpfs size=2G,uid=portage,gid=portage,mode=775,noatime 0 0
tmpfs /tmp tmpfs size=1G,noatime 0 0
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56077
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Aug 05, 2025 5:14 pm

jms.gentoo,

You can't cross a chasm in two smaller jumps. On an out oy date install, you need to do @world to start with.

Code: Select all

emerge -avg @world --backtrack=500
Perl may need to be done separately with

Code: Select all

perl-cleaner --all
You will need the up to date perl-cleaner.

You cannot use the kde overlay. There will be no binpackages for that.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
jms.gentoo
Tux's lil' helper
Tux's lil' helper
Posts: 105
Joined: Thu May 07, 2009 5:29 am

  • Quote

Post by jms.gentoo » Wed Aug 06, 2025 12:17 pm

NeddySeagoon wrote:jms.gentoo,

You can't cross a chasm in two smaller jumps. On an out oy date install, you need to do @world to start with.

Code: Select all

emerge -avg @world --backtrack=500
Perl may need to be done separately with

Code: Select all

perl-cleaner --all
You will need the up to date perl-cleaner.

You cannot use the kde overlay. There will be no binpackages for that.
thanks you NeddySeagoon, I am glad you had a look at my problem,
Thanks for your reply ,yes doing a full update is need ,
but I had this problem before ,I had been previously trying to move to gentoo binary,I had updated before everything then I had this same problem.
I was hoping someone had a pointer.

Anyway I will do the classic update ,that will probably take a few days ,I'll try again and I ll see if the problem persist.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56077
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Wed Aug 06, 2025 2:49 pm

jms.gentoo,

To make like easy for yourself with binpackages you must run a stable amd64 install with o binpackage supported profile and no USE flags set of your own.
As soon as you go away from the profile, you will have to build things (not everything) for yourself.

Testing is harmless.

1. Choose a supported profile
2. Comment out any USE flags you have set.

Run

Code: Select all

emerge -pve @world 
Look at the USE setting changes in the output. Flags in Green with an * are different to your install.
If you can't accept those changes a binpackage gentoo is not for you,

To see if the packages are on the binhost

Code: Select all

emerge -pveG @world 
The package name output should be purple, not, Green now. The USE flags will be the same as above.

If you want to see the damage due to adding some of your own USE settings

Code: Select all

emerge -pveg @world 
will use the binhost where possible.
The output package names will be purple for binaries and green for the things you must build locally.

Swap the -p to -a to try it for real.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
Post Reply

5 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic