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:

83883

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-03-22
XML-Parser - 2.510.0
Ebuild name:

dev-perl/XML-Parser-2.510.0

Description

A perl module for parsing XML documents

Added to portage

2026-03-22

alglib - 4.07.0
Ebuild name:

sci-libs/alglib-4.07.0

Description

Numerical analysis and data processing library

Added to portage

2026-03-22

apprise - 1.9.9
Ebuild name:

dev-python/apprise-1.9.9

Description

Push Notifications that work with just about every platform

Added to portage

2026-03-22

clang - 23.0.0_pre20260321
Ebuild name:

dev-python/clang-23.0.0_pre20260321

Description

Python bindings for llvm-core/clang

Added to portage

2026-03-22

clang - 23.0.0_pre20260321
Ebuild name:

llvm-core/clang-23.0.0_pre20260321

Description

C language family frontend for LLVM

Added to portage

2026-03-22

clang-common - 23.0.0_pre20260321
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260321

Description

Common files shared between multiple slots of clang

Added to portage

2026-03-22

clang-runtime - 23-r1
Ebuild name:

llvm-runtimes/clang-runtime-23-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2026-03-22

cli-helpers - 2.12.0
Ebuild name:

dev-python/cli-helpers-2.12.0

Description

Python helpers for common CLI tasks

Added to portage

2026-03-22

compiler-rt - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260321

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-03-22

compiler-rt-sanitizers - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-23.0.0_pre20260321

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-03-22

flang - 23.0.0_pre20260321
Ebuild name:

llvm-core/flang-23.0.0_pre20260321

Description

LLVM's Fortran frontend

Added to portage

2026-03-22

flang-rt - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260321

Description

LLVM's Fortran runtime

Added to portage

2026-03-22

gcc - 13.4.1_p20260319
Ebuild name:

sys-devel/gcc-13.4.1_p20260319

Description

The GNU Compiler Collection

Added to portage

2026-03-22

gcc - 14.3.1_p20260320
Ebuild name:

sys-devel/gcc-14.3.1_p20260320

Description

The GNU Compiler Collection

Added to portage

2026-03-22

gcc - 15.2.1_p20260321
Ebuild name:

sys-devel/gcc-15.2.1_p20260321

Description

The GNU Compiler Collection

Added to portage

2026-03-22

keepassxc - 2.8.0_pre260316
Ebuild name:

app-admin/keepassxc-2.8.0_pre260316

Description

KeePassXC - KeePass Cross-platform Community Edition

Added to portage

2026-03-22

libclc - 23.0.0_pre20260321
Ebuild name:

llvm-core/libclc-23.0.0_pre20260321

Description

OpenCL C library

Added to portage

2026-03-22

libcxx - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260321

Description

New implementation of the C++ standard library, targeting C

Added to portage

2026-03-22

libcxxabi - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260321

Description

Low level support for a standard C++ library

Added to portage

2026-03-22

libgcc - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260321

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-03-22

libunwind - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260321

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-03-22

lit - 23.0.0_pre20260321
Ebuild name:

dev-python/lit-23.0.0_pre20260321

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-03-22

lld - 23.0.0_pre20260321
Ebuild name:

llvm-core/lld-23.0.0_pre20260321

Description

The LLVM linker (link editor)

Added to portage

2026-03-22

lldb - 23.0.0_pre20260321
Ebuild name:

llvm-core/lldb-23.0.0_pre20260321

Description

The LLVM debugger

Added to portage

2026-03-22

llvm - 23.0.0_pre20260321
Ebuild name:

dev-ml/llvm-23.0.0_pre20260321

Description

OCaml bindings for LLVM

Added to portage

2026-03-22

llvm - 23.0.0_pre20260321
Ebuild name:

llvm-core/llvm-23.0.0_pre20260321

Description

Low Level Virtual Machine

Added to portage

2026-03-22

llvm-common - 23.0.0_pre20260321
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260321

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-03-22

mlir - 23.0.0_pre20260321
Ebuild name:

llvm-core/mlir-23.0.0_pre20260321

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-03-22

mpg123-el - 1.65
Ebuild name:

app-emacs/mpg123-el-1.65

Description

Emacs front-end to mpg123 audio player and OggVorbis audio player

Added to portage

2026-03-22

mypy - 1.19.1-r1
Ebuild name:

dev-python/mypy-1.19.1-r1

Description

Optional static typing for Python

Added to portage

2026-03-22

mypy - 1.19.1-r2
Ebuild name:

dev-python/mypy-1.19.1-r2

Description

Optional static typing for Python

Added to portage

2026-03-22

openmp - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260321

Description

OpenMP runtime libraries for LLVM/clang compiler

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.0-r1

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 22.1.1
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.1

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0.9999

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260307
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260307

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260314
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260314

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260321

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.0-r1

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 22.1.1
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.1

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0.9999

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260307
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260307

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260314
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260314

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260321

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-03-22

openmp-spirv64-intel - 23.0.0_pre20260321
Ebuild name:

llvm-runtimes/openmp-spirv64-intel-23.0.0_pre20260321

Description

OpenMP target library for spirv64 Intel devic

Added to portage

2026-03-22

polly - 23.0.0_pre20260321
Ebuild name:

llvm-core/polly-23.0.0_pre20260321

Description

Polyhedral optimizations for LLVM

Added to portage

2026-03-22

pytest-cov - 7.1.0
Ebuild name:

dev-python/pytest-cov-7.1.0

Description

pytest plugin for coverage reporting

Added to portage

2026-03-22

shadow - 4.19.4
Ebuild name:

sys-apps/shadow-4.19.4

Description

Utilities to deal with user accounts

Added to portage

2026-03-22

spamassassin - 4.0.2-r1
Ebuild name:

mail-filter/spamassassin-4.0.2-r1

Description

An extensible mail filter which can identify and tag spam

Added to portage

2026-03-22

wayland - 1.25.0-r1
Ebuild name:

dev-libs/wayland-1.25.0-r1

Description

Wayland protocol libraries

Added to portage

2026-03-22

2026-03-21
asyncstdlib - 3.14.0
Ebuild name:

dev-python/asyncstdlib-3.14.0

Description

The missing async toolbox

Added to portage

2026-03-21

autoconf - 2.73
Ebuild name:

dev-build/autoconf-2.73

Description

Used to create autoconfiguration files

Added to portage

2026-03-21

autoconf-wrapper - 20260320
Ebuild name:

dev-build/autoconf-wrapper-20260320

Description

Wrapper for autoconf to manage multiple autoconf versions

Added to portage

2026-03-21

awscli - 1.44.63
Ebuild name:

app-admin/awscli-1.44.63

Description

Universal Command Line Environment for AWS

Added to portage

2026-03-21

boto3 - 1.42.73
Ebuild name:

dev-python/boto3-1.42.73

Description

The AWS SDK for Python

Added to portage

2026-03-21

botocore - 1.42.73
Ebuild name:

dev-python/botocore-1.42.73

Description

Low-level, data-driven core of boto 3

Added to portage

2026-03-21

chrome-binary-plugins - 146.0.7680.153
Ebuild name:

www-plugins/chrome-binary-plugins-146.0.7680.153

Description

Binary plugins from Google Chrome for use in Chrom

Added to portage

2026-03-21

chrome-binary-plugins - 147.0.7727.15_beta
Ebuild name:

www-plugins/chrome-binary-plugins-147.0.7727.15_beta

Description

Binary plugins from Google Chrome for use in C

Added to portage

2026-03-21

chromedriver-bin - 146.0.7680.153
Ebuild name:

www-apps/chromedriver-bin-146.0.7680.153

Description

WebDriver for Chrome

Added to portage

2026-03-21

chromium - 146.0.7680.153
Ebuild name:

www-client/chromium-146.0.7680.153

Description

Open-source version of Google Chrome web browser

Added to portage

2026-03-21

chromium - 147.0.7727.15
Ebuild name:

www-client/chromium-147.0.7727.15

Description

Open-source version of Google Chrome web browser

Added to portage

2026-03-21

devcontainer - 0.84.1
Ebuild name:

app-containers/devcontainer-0.84.1

Description

Reference implementation of the Development Containers specifica

Added to portage

2026-03-21

dnsdist - 2.0.2-r1
Ebuild name:

net-dns/dnsdist-2.0.2-r1

Description

A highly DNS-, DoS- and abuse-aware loadbalancer

Added to portage

2026-03-21

eselect - 1.4.32
Ebuild name:

app-admin/eselect-1.4.32

Description

Gentoo's multi-purpose configuration and management tool

Added to portage

2026-03-21

google-chrome - 146.0.7680.153
Ebuild name:

www-client/google-chrome-146.0.7680.153

Description

The web browser from Google

Added to portage

2026-03-21

google-chrome-beta - 147.0.7727.15
Ebuild name:

www-client/google-chrome-beta-147.0.7727.15

Description

The web browser from Google

Added to portage

2026-03-21

importlib-metadata - 8.9.0
Ebuild name:

dev-python/importlib-metadata-8.9.0

Description

Read metadata from Python packages

Added to portage

2026-03-21

importlib-metadata - 9.0.0
Ebuild name:

dev-python/importlib-metadata-9.0.0

Description

Read metadata from Python packages

Added to portage

2026-03-21

jaraco-context - 6.1.2
Ebuild name:

dev-python/jaraco-context-6.1.2

Description

Context managers by jaraco

Added to portage

2026-03-21

jsonpointer - 3.1.0
Ebuild name:

dev-python/jsonpointer-3.1.0

Description

Identify specific nodes in a JSON document (according to draft 08)

Added to portage

2026-03-21

kitty - 0.46.2
Ebuild name:

x11-terms/kitty-0.46.2

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-03-21

kitty-shell-integration - 0.46.2
Ebuild name:

x11-terms/kitty-shell-integration-0.46.2

Description

Shell integration scripts for kitty, a GPU-based terminal

Added to portage

2026-03-21

kitty-terminfo - 0.46.2
Ebuild name:

x11-terms/kitty-terminfo-0.46.2

Description

Terminfo for kitty, a GPU-based terminal emulator

Added to portage

2026-03-21

lambda-term - 3.3.3
Ebuild name:

dev-ml/lambda-term-3.3.3

Description

Terminal manipulation library for OCaml

Added to portage

2026-03-21

libhtp - 0.5.53
Ebuild name:

net-libs/libhtp-0.5.53

Description

Security-aware parser for the HTTP protocol and the related bits and pieces

Added to portage

2026-03-21

marknote - 1.5.1
Ebuild name:

app-text/marknote-1.5.1

Description

Markdown editor with a wide range of formating options for everyday notes

Added to portage

2026-03-21

mesa - 26.0.3
Ebuild name:

media-libs/mesa-26.0.3

Description

OpenGL-like graphic library for Linux

Added to portage

2026-03-21

mesa_clc - 26.0.3
Ebuild name:

dev-util/mesa_clc-26.0.3

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-03-21

microsoft-edge - 146.0.3856.72
Ebuild name:

www-client/microsoft-edge-146.0.3856.72

Description

The web browser from Microsoft

Added to portage

2026-03-21

microsoft-edge-beta - 147.0.3912.16
Ebuild name:

www-client/microsoft-edge-beta-147.0.3912.16

Description

The web browser from Microsoft

Added to portage

2026-03-21

microsoft-edge-dev - 147.0.3912.10
Ebuild name:

www-client/microsoft-edge-dev-147.0.3912.10

Description

The web browser from Microsoft

Added to portage

2026-03-21

mirrorselect - 2.6.2
Ebuild name:

app-portage/mirrorselect-2.6.2

Description

Tool to help select distfiles mirrors for Gentoo

Added to portage

2026-03-21

mu-cite - 8.1_p202011031127
Ebuild name:

app-emacs/mu-cite-8.1_p202011031127

Description

Message citation utilities for emacsen

Added to portage

2026-03-21

multi-term - 1.4-r1
Ebuild name:

app-emacs/multi-term-1.4-r1

Description

Manage multiple terminal buffers in Emacs

Added to portage

2026-03-21

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-03-21

muse - 3.20.2
Ebuild name:

app-emacs/muse-3.20.2

Description

An authoring and publishing environment for Emacs

Added to portage

2026-03-21

musl - 1.2.6
Ebuild name:

sys-libs/musl-1.2.6

Description

Light, fast and, simple C library focused on standards-conformance and safety

Added to portage

2026-03-21

openpgp-keys-oisf - 20260319
Ebuild name:

sec-keys/openpgp-keys-oisf-20260319

Description

OpenPGP key used by Open InfoSec Foundation (OISF) software rel

Added to portage

2026-03-21

openrc - 0.63-r2
Ebuild name:

sys-apps/openrc-0.63-r2

Description

OpenRC manages the services, startup and shutdown of a host

Added to portage

2026-03-21

opera - 129.0.5823.15
Ebuild name:

www-client/opera-129.0.5823.15

Description

A fast and secure web browser

Added to portage

2026-03-21

opera-developer - 130.0.5839.0
Ebuild name:

www-client/opera-developer-130.0.5839.0

Description

A fast and secure web browser

Added to portage

2026-03-21

pbs-installer - 2026.3.20
Ebuild name:

dev-python/pbs-installer-2026.3.20

Description

Installer for Python Build Standalone

Added to portage

2026-03-21

picard - 3.0.0_alpha4
Ebuild name:

media-sound/picard-3.0.0_alpha4

Description

Cross-platform music tagger

Added to portage

2026-03-21

pipdeptree - 2.33.0
Ebuild name:

dev-python/pipdeptree-2.33.0

Description

Utility for displaying installed packages in a dependency tree

Added to portage

2026-03-21

protobuf - 7.34.1
Ebuild name:

dev-python/protobuf-7.34.1

Description

Google's Protocol Buffers - Python bindings

Added to portage

2026-03-21

pyicu - 2.16.2
Ebuild name:

dev-python/pyicu-2.16.2

Description

Python bindings for dev-libs/icu

Added to portage

2026-03-21

pytest-check - 2.7.7
Ebuild name:

dev-python/pytest-check-2.7.7

Description

pytest plugin that allows multiple failures per test

Added to portage

2026-03-21

qtile - 0.35.0
Ebuild name:

x11-wm/qtile-0.35.0

Description

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

Added to portage

2026-03-21

seedfiles - 1.1-r1
Ebuild name:

sys-apps/seedfiles-1.1-r1

Description

Portable drop-in reimplementation of systemd-tmpfiles

Added to portage

2026-03-21

seedfiles - 9999
Ebuild name:

sys-apps/seedfiles-9999

Description

Portable drop-in reimplementation of systemd-tmpfiles

Added to portage

2026-03-21

solarus-quest-editor - 2.0.3-r2
Ebuild name:

games-misc/solarus-quest-editor-2.0.3-r2

Description

Quest editor for Solarus game engine

Added to portage

2026-03-21

sphinx-autodoc-typehints - 3.9.9
Ebuild name:

dev-python/sphinx-autodoc-typehints-3.9.9

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2026-03-21

suricata - 7.0.15
Ebuild name:

net-analyzer/suricata-7.0.15

Description

High performance Network IDS, IPS and Network Security Monitoring engi

Added to portage

2026-03-21

systemd - 260-r2
Ebuild name:

sys-apps/systemd-260-r2

Description

System and service manager for Linux

Added to portage

2026-03-21

systemd-utils - 260-r1
Ebuild name:

sys-apps/systemd-utils-260-r1

Description

Utilities split out from systemd for OpenRC users

Added to portage

2026-03-21

texlive-core - 2024-r2
Ebuild name:

app-text/texlive-core-2024-r2

Description

A complete TeX distribution

Added to portage

2026-03-21

tmpfiles - 0-r7
Ebuild name:

virtual/tmpfiles-0-r7

Description

Virtual to select between different tmpfiles.d handlers

Added to portage

2026-03-21

toml-fmt-common - 1.3.2
Ebuild name:

dev-python/toml-fmt-common-1.3.2

Description

Common logic to the TOML formatter

Added to portage

2026-03-21

treepy - 0.1.3
Ebuild name:

app-emacs/treepy-0.1.3

Description

Generic tree traversing tools for Emacs Lisp

Added to portage

2026-03-21

vit - 2.3.4
Ebuild name:

app-misc/vit-2.3.4

Description

A lightweight, fast, curses-based front end to Taskwarrior

Added to portage

2026-03-21

warzone2100 - 4.6.1-r1
Ebuild name:

games-strategy/warzone2100-4.6.1-r1

Description

3D real-time strategy game

Added to portage

2026-03-21

wayland-scanner - 1.25.0
Ebuild name:

dev-util/wayland-scanner-1.25.0

Description

wayland-scanner tool

Added to portage

2026-03-21

whenever - 0.10.0_beta1
Ebuild name:

dev-python/whenever-0.10.0_beta1

Description

Modern datetime library for Python

Added to portage

2026-03-21

wine-staging - 11.5
Ebuild name:

app-emulation/wine-staging-11.5

Description

Free implementation of Windows(tm) on Unix, with Wine-Staging patch

Added to portage

2026-03-21

wine-vanilla - 11.5
Ebuild name:

app-emulation/wine-vanilla-11.5

Description

Free implementation of Windows(tm) on Unix, without external patchs

Added to portage

2026-03-21

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