from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

87539

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Exploring portage features

The new release of Portage 2.1 brings many features and improvements.

While most of them are documented in the example make.conf and the portage man page they may not be obvious to most users, so we will show how to use some of these features.

All the features have to be set in /etc/make.conf.

Portage is now able to download some package's source code while compiling another. This can considerably reduce installation time when emerging many packages. There's no need to run emerge --fetchonly while doing a normal emerge anymore. You just have to add the following option:

Code Listing 1:

Setting parallel-fetch in /etc/make.conf
FEATURES="parallel-fetch"

This feature appears to be non-functional in some of the Portage 2.1 releases, but is expected to be fixed soon.

Another new option to reduce installation time yet a bit more is confcache. With this new feature portage caches many of the tests configuration scripts do, thus making execution faster. This comes with the small risk of caching wrong values, so be warned that this feature is known to have a few bugs.

Since this package is currently keyworded on most architectures, the required steps to enable it are:

Code Listing 2

Enabling confcache
Add this in /etc/make.conf
FEATURES="confcache"

We need to unmask the package before emerging it

echo "=dev-utils/confcache-0.4.2-r1 ~arch" >>/etc/portage/package.keywords

Installing confcache

emerge -av confcache

On further installations. you'll see stuff like:

checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler...(cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes

Another important new feature is the ability to log all the messages ebuilds print. Which messages to log and how to do it is configurable. For example, to save just the warnings and errors in a separate file for each package we emerge, you have to add:

Code Listing 5.3:

Configuring logging features in /etc/make.conf
This sets what to log
PORTAGE_ELOG_CLASSES="warn error log"
And this is how to do it
PORTAGE_ELOG_SYSTEM="save"

There are many more options like sending log messages via email. Please check out make.conf.example for further information.


From Gentoo Weekly Newsletter June, 20th 2006

minor problem with confcache - it no longer seems to exist in the build tree unless perhaps it was renamed.

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-08-09
lsp-ui - 8.0.1
Ebuild name:

app-emacs/lsp-ui-8.0.1

Description

UI modules for lsp-mode

Added to portage

2026-08-09

lsp-ui - 9.0.0
Ebuild name:

app-emacs/lsp-ui-9.0.0

Description

UI modules for lsp-mode

Added to portage

2026-08-09

lua-mode - 20210802
Ebuild name:

app-emacs/lua-mode-20210802

Description

An Emacs major mode for editing Lua scripts

Added to portage

2026-08-09

pdns - 5.0.7
Ebuild name:

net-dns/pdns-5.0.7

Description

The PowerDNS Daemon

Added to portage

2026-08-09

pdns - 5.1.4
Ebuild name:

net-dns/pdns-5.1.4

Description

The PowerDNS Daemon

Added to portage

2026-08-09

pdns-recursor - 5.3.10
Ebuild name:

net-dns/pdns-recursor-5.3.10

Description

The PowerDNS Recursor

Added to portage

2026-08-09

pdns-recursor - 5.4.5
Ebuild name:

net-dns/pdns-recursor-5.4.5

Description

The PowerDNS Recursor

Added to portage

2026-08-09

pkgcore - 0.12.38
Ebuild name:

sys-apps/pkgcore-0.12.38

Description

a framework for package management

Added to portage

2026-08-09

snakeoil - 0.11.4
Ebuild name:

dev-python/snakeoil-0.11.4

Description

misc common functionality and useful optimizations

Added to portage

2026-08-09

2026-08-08
Crypt-DSA-GMP - 0.20.0
Ebuild name:

dev-perl/Crypt-DSA-GMP-0.20.0

Description

DSA Signatures and Key Generation

Added to portage

2026-08-08

Crypt-OpenPGP - 1.210.0
Ebuild name:

dev-perl/Crypt-OpenPGP-1.210.0

Description

Pure-Perl OpenPGP-compatible PGP implementation

Added to portage

2026-08-08

JSON-WebToken - 0.100.0-r1
Ebuild name:

dev-perl/JSON-WebToken-0.100.0-r1

Description

JSON Web Token (JWT) implementation

Added to portage

2026-08-08

Math-Prime-Util-GMP - 0.530.0
Ebuild name:

dev-perl/Math-Prime-Util-GMP-0.530.0

Description

Utilities related to prime numbers and factoring, using GMP

Added to portage

2026-08-08

ast-serialize - 0.8.0
Ebuild name:

dev-python/ast-serialize-0.8.0

Description

Python bindings for mypy AST serialization

Added to portage

2026-08-08

astroid - 4.3.0
Ebuild name:

dev-python/astroid-4.3.0

Description

Abstract Syntax Tree for logilab packages

Added to portage

2026-08-08

binutils - 2.47
Ebuild name:

sys-devel/binutils-2.47

Description

Tools necessary to build programs

Added to portage

2026-08-08

binutils - 2.47.9999
Ebuild name:

sys-devel/binutils-2.47.9999

Description

Tools necessary to build programs

Added to portage

2026-08-08

binutils-hppa64 - 2.47
Ebuild name:

sys-devel/binutils-hppa64-2.47

Description

Tools necessary to build programs

Added to portage

2026-08-08

binutils-libs - 2.47
Ebuild name:

sys-libs/binutils-libs-2.47

Description

Core binutils libraries (libbfd, libopcodes, libiberty) for external pa

Added to portage

2026-08-08

bitarray - 3.10.1
Ebuild name:

dev-python/bitarray-3.10.1

Description

Efficient arrays of booleans -- C extension

Added to portage

2026-08-08

blessed - 1.48.0
Ebuild name:

dev-python/blessed-1.48.0

Description

Library for making terminal apps using colors, keyboard input and positio

Added to portage

2026-08-08

boto3 - 1.43.67
Ebuild name:

dev-python/boto3-1.43.67

Description

The AWS SDK for Python

Added to portage

2026-08-08

botocore - 1.43.67
Ebuild name:

dev-python/botocore-1.43.67

Description

Low-level, data-driven core of boto 3

Added to portage

2026-08-08

cachelib - 0.15.2
Ebuild name:

dev-python/cachelib-0.15.2

Description

Collection of cache libraries in the same API interface. Extracted from

Added to portage

2026-08-08

chrome-binary-plugins - 151.0.7922.108
Ebuild name:

www-plugins/chrome-binary-plugins-151.0.7922.108

Description

Binary plugins from Google Chrome for use in Chrom

Added to portage

2026-08-08

chrome-binary-plugins - 152.0.7977.30_beta
Ebuild name:

www-plugins/chrome-binary-plugins-152.0.7977.30_beta

Description

Binary plugins from Google Chrome for use in C

Added to portage

2026-08-08

chrome-binary-plugins - 153.0.7993.0_alpha
Ebuild name:

www-plugins/chrome-binary-plugins-153.0.7993.0_alpha

Description

Binary plugins from Google Chrome for use in C

Added to portage

2026-08-08

chromedriver-bin - 151.0.7922.108
Ebuild name:

www-apps/chromedriver-bin-151.0.7922.108

Description

WebDriver for Chrome

Added to portage

2026-08-08

chromium - 151.0.7922.108
Ebuild name:

www-client/chromium-151.0.7922.108

Description

Open-source version of Google Chrome web browser

Added to portage

2026-08-08

clion - 2026.1.4
Ebuild name:

dev-util/clion-2026.1.4

Description

A complete toolset for C and C++ development

Added to portage

2026-08-08

clion - 2026.2.0.1
Ebuild name:

dev-util/clion-2026.2.0.1

Description

A complete toolset for C and C++ development

Added to portage

2026-08-08

corsix-th - 0.70.0-r3
Ebuild name:

games-simulation/corsix-th-0.70.0-r3

Description

Open source clone of Theme Hospital

Added to portage

2026-08-08

dist-kernel - 6.1.182
Ebuild name:

virtual/dist-kernel-6.1.182

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-08-08

dist-kernel - 6.12.102
Ebuild name:

virtual/dist-kernel-6.12.102

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-08-08

dist-kernel - 6.6.150
Ebuild name:

virtual/dist-kernel-6.6.150

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-08-08

djangorestframework - 3.18.0
Ebuild name:

dev-python/djangorestframework-3.18.0

Description

Web APIs with django made easy

Added to portage

2026-08-08

dropbox - 264.4.3385
Ebuild name:

net-misc/dropbox-264.4.3385

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-08-08

element - 1.12.25
Ebuild name:

www-apps/element-1.12.25

Description

A glossy Matrix collaboration client for the web

Added to portage

2026-08-08

ffmpeg-chromium - 152
Ebuild name:

media-video/ffmpeg-chromium-152

Description

FFmpeg built specifically for codec support in Chromium-based brows

Added to portage

2026-08-08

gcc - 15.3.1_p20260807
Ebuild name:

sys-devel/gcc-15.3.1_p20260807

Description

The GNU Compiler Collection

Added to portage

2026-08-08

gentoo-kernel - 6.1.182
Ebuild name:

sys-kernel/gentoo-kernel-6.1.182

Description

Linux kernel built with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel - 6.12.102
Ebuild name:

sys-kernel/gentoo-kernel-6.12.102

Description

Linux kernel built with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel - 6.6.150
Ebuild name:

sys-kernel/gentoo-kernel-6.6.150

Description

Linux kernel built with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel-bin - 6.1.182
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.182

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel-bin - 6.12.102
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.102

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel-bin - 6.6.150
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.150

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-08-08

gentoo-kernel-modprep - 6.1.182
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.1.182

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-08-08

gentoo-kernel-modprep - 6.12.102
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.12.102

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-08-08

gentoo-kernel-modprep - 6.6.150
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.6.150

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-08-08

ggml - 0.19.0
Ebuild name:

sci-ml/ggml-0.19.0

Description

Tensor library for machine learning

Added to portage

2026-08-08

goland - 2026.1.4
Ebuild name:

dev-util/goland-2026.1.4

Description

Golang IDE by JetBrains

Added to portage

2026-08-08

goland - 2026.2.0.1
Ebuild name:

dev-util/goland-2026.2.0.1

Description

Golang IDE by JetBrains

Added to portage

2026-08-08

google-chrome - 151.0.7922.108
Ebuild name:

www-client/google-chrome-151.0.7922.108

Description

The web browser from Google

Added to portage

2026-08-08

google-chrome-beta - 152.0.7977.30
Ebuild name:

www-client/google-chrome-beta-152.0.7977.30

Description

The web browser from Google

Added to portage

2026-08-08

google-chrome-unstable - 153.0.7993.0
Ebuild name:

www-client/google-chrome-unstable-153.0.7993.0

Description

The web browser from Google

Added to portage

2026-08-08

hiredis - 3.4.1
Ebuild name:

dev-python/hiredis-3.4.1

Description

Python extension that wraps hiredis

Added to portage

2026-08-08

jupyter-builder - 1.2.2
Ebuild name:

dev-python/jupyter-builder-1.2.2

Description

JupyterLab build tools

Added to portage

2026-08-08

librt - 0.15.0
Ebuild name:

dev-python/librt-0.15.0

Description

Mypyc runtime library

Added to portage

2026-08-08

mac - 13.22
Ebuild name:

media-sound/mac-13.22

Description

Monkey's Audio Codecs

Added to portage

2026-08-08

microsoft-edge - 151.0.4129.72
Ebuild name:

www-client/microsoft-edge-151.0.4129.72

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-beta - 151.0.4129.54
Ebuild name:

www-client/microsoft-edge-beta-151.0.4129.54

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-beta - 151.0.4129.59
Ebuild name:

www-client/microsoft-edge-beta-151.0.4129.59

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-beta - 152.0.4191.10
Ebuild name:

www-client/microsoft-edge-beta-152.0.4191.10

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-dev - 152.0.4181.1
Ebuild name:

www-client/microsoft-edge-dev-152.0.4181.1

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-dev - 152.0.4191.10
Ebuild name:

www-client/microsoft-edge-dev-152.0.4191.10

Description

The web browser from Microsoft

Added to portage

2026-08-08

microsoft-edge-dev - 152.0.4191.7
Ebuild name:

www-client/microsoft-edge-dev-152.0.4191.7

Description

The web browser from Microsoft

Added to portage

2026-08-08

mingw64-toolchain - 14.0.0_p1
Ebuild name:

dev-util/mingw64-toolchain-14.0.0_p1

Description

All-in-one mingw64 toolchain intended for building Wine withou

Added to portage

2026-08-08

nanobind - 2.14.0
Ebuild name:

dev-python/nanobind-2.14.0

Description

Tiny and efficient C++/Python bindings

Added to portage

2026-08-08

nextcloud - 32.0.13
Ebuild name:

www-apps/nextcloud-32.0.13

Description

Personal cloud that runs on your own server

Added to portage

2026-08-08

nextcloud - 33.0.7
Ebuild name:

www-apps/nextcloud-33.0.7

Description

Personal cloud that runs on your own server

Added to portage

2026-08-08

nextcloud - 34.0.2
Ebuild name:

www-apps/nextcloud-34.0.2

Description

Personal cloud that runs on your own server

Added to portage

2026-08-08

nghttp2 - 1.70.0
Ebuild name:

net-libs/nghttp2-1.70.0

Description

HTTP/2 C Library

Added to portage

2026-08-08

openhab-bin - 5.2.1
Ebuild name:

app-misc/openhab-bin-5.2.1

Description

An open-source automation software for your home

Added to portage

2026-08-08

opera - 134.0.5954.46
Ebuild name:

www-client/opera-134.0.5954.46

Description

A fast and secure web browser

Added to portage

2026-08-08

opera-developer - 136.0.5981.0
Ebuild name:

www-client/opera-developer-136.0.5981.0

Description

A fast and secure web browser

Added to portage

2026-08-08

oslo-config - 10.7.0
Ebuild name:

dev-python/oslo-config-10.7.0

Description

Oslo Configuration API

Added to portage

2026-08-08

pbs-installer - 2026.8.7
Ebuild name:

dev-python/pbs-installer-2026.8.7

Description

Installer for Python Build Standalone

Added to portage

2026-08-08

platformdirs - 4.11.1
Ebuild name:

dev-python/platformdirs-4.11.1

Description

A small Python module for determining appropriate platform-specific

Added to portage

2026-08-08

pycairo - 1.29.1
Ebuild name:

dev-python/pycairo-1.29.1

Description

Python bindings for the cairo library

Added to portage

2026-08-08

pycharm-professional - 2026.1.4
Ebuild name:

dev-util/pycharm-professional-2026.1.4

Description

Intelligent Python IDE with unique code assistance and analy

Added to portage

2026-08-08

pycharm-professional - 2026.2.0.1
Ebuild name:

dev-util/pycharm-professional-2026.2.0.1

Description

Intelligent Python IDE with unique code assistance and ana

Added to portage

2026-08-08

pydantic-settings - 2.15.0
Ebuild name:

dev-python/pydantic-settings-2.15.0

Description

Settings management using Pydantic

Added to portage

2026-08-08

qtile - 0.37.0
Ebuild name:

x11-wm/qtile-0.37.0

Description

A full-featured, hackable tiling window manager written in Python

Added to portage

2026-08-08

shtab - 1.10.0
Ebuild name:

dev-python/shtab-1.10.0

Description

Automagic shell tab completion for Python CLI applications

Added to portage

2026-08-08

tesseract - 5.5.3
Ebuild name:

app-text/tesseract-5.5.3

Description

An OCR Engine, originally developed at HP, now open source

Added to portage

2026-08-08

tornado - 6.5.8
Ebuild name:

dev-python/tornado-6.5.8

Description

Python web framework and asynchronous networking library

Added to portage

2026-08-08

transformers - 5.14.1-r1
Ebuild name:

sci-ml/transformers-5.14.1-r1

Description

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

Added to portage

2026-08-08

transformers - 5.3.0-r1
Ebuild name:

sci-ml/transformers-5.3.0-r1

Description

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

Added to portage

2026-08-08

types-python-dateutil - 2.9.0.20260807
Ebuild name:

dev-python/types-python-dateutil-2.9.0.20260807

Description

Typing stubs for python-dateutil

Added to portage

2026-08-08

types-setuptools - 83.0.0.20260807
Ebuild name:

dev-python/types-setuptools-83.0.0.20260807

Description

Typing stubs for setuptools

Added to portage

2026-08-08

unreal - 227k_p14
Ebuild name:

games-fps/unreal-227k_p14

Description

Modern build of the original Unreal engine

Added to portage

2026-08-08

unreal-gold-data - 226b
Ebuild name:

games-fps/unreal-gold-data-226b

Description

Data files for Unreal and Return to Na Pali

Added to portage

2026-08-08

unreal-tournament - 469e-r1
Ebuild name:

games-fps/unreal-tournament-469e-r1

Description

Modern build of the Unreal Tournament (99) engine

Added to portage

2026-08-08

ut2004 - 3374_pre23-r1
Ebuild name:

games-fps/ut2004-3374_pre23-r1

Description

Modern build of the Unreal Tournament 2004 engine

Added to portage

2026-08-08

uv - 0.12.3
Ebuild name:

dev-python/uv-0.12.3

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-08-08

uv-build - 0.12.3
Ebuild name:

dev-python/uv-build-0.12.3

Description

PEP517 uv build backend

Added to portage

2026-08-08

vanilla-kernel - 6.1.182
Ebuild name:

sys-kernel/vanilla-kernel-6.1.182

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-08-08

vanilla-kernel - 6.12.102
Ebuild name:

sys-kernel/vanilla-kernel-6.12.102

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-08-08

vanilla-kernel - 6.6.150
Ebuild name:

sys-kernel/vanilla-kernel-6.6.150

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-08-08

vcs-versioning - 2.2.4
Ebuild name:

dev-python/vcs-versioning-2.2.4

Description

Core VCS versioning functionality from setuptools-scm

Added to portage

2026-08-08

virtualenv - 21.7.2
Ebuild name:

dev-python/virtualenv-21.7.2

Description

Virtual Python Environment builder

Added to portage

2026-08-08

vivaldi - 8.1.4087.61
Ebuild name:

www-client/vivaldi-8.1.4087.61

Description

A browser for our friends

Added to portage

2026-08-08

vivaldi-snapshot - 8.2.4116.3
Ebuild name:

www-client/vivaldi-snapshot-8.2.4116.3

Description

A browser for our friends

Added to portage

2026-08-08

vivaldi-snapshot - 8.2.4126.4
Ebuild name:

www-client/vivaldi-snapshot-8.2.4126.4

Description

A browser for our friends

Added to portage

2026-08-08

whenever - 0.10.5
Ebuild name:

dev-python/whenever-0.10.5

Description

Modern datetime library for Python

Added to portage

2026-08-08

zim - 0.77.2
Ebuild name:

x11-misc/zim-0.77.2

Description

A desktop wiki

Added to portage

2026-08-08

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 61.1 ms