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:

86693

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-07-09
alertmanager - 0.33.1
Ebuild name:

app-metrics/alertmanager-0.33.1

Description

Alertmanager for alerts sent by client applications such as Prometh

Added to portage

2026-07-09

blackbox_exporter - 0.28.0
Ebuild name:

app-metrics/blackbox_exporter-0.28.0

Description

Prometheus exporter for blackbox probing via HTTP, HTTPS, DNS,

Added to portage

2026-07-09

c-ares - 1.34.8
Ebuild name:

net-dns/c-ares-1.34.8

Description

C library that resolves names asynchronously

Added to portage

2026-07-09

genshi - 0.7.11-r1
Ebuild name:

dev-python/genshi-0.7.11-r1

Description

Python toolkit for stream-based generation of output for the web

Added to portage

2026-07-09

musescore - 4.7.4
Ebuild name:

media-sound/musescore-4.7.4

Description

WYSIWYG Music Score Typesetter

Added to portage

2026-07-09

nwipe - 0.41
Ebuild name:

app-crypt/nwipe-0.41

Description

Securely erase disks using a variety of recognized methods

Added to portage

2026-07-09

onak - 0.6.3
Ebuild name:

app-crypt/onak-0.6.3

Description

onak is an OpenPGP keyserver

Added to portage

2026-07-09

onak - 0.6.4
Ebuild name:

app-crypt/onak-0.6.4

Description

onak is an OpenPGP keyserver

Added to portage

2026-07-09

ophcrack - 3.8.0-r2
Ebuild name:

app-crypt/ophcrack-3.8.0-r2

Description

A time-memory-trade-off-cracker

Added to portage

2026-07-09

patch - 3.1.2
Ebuild name:

dev-ml/patch-3.1.2

Description

Patch library purely in OCaml

Added to portage

2026-07-09

pkixssh - 19.0
Ebuild name:

net-misc/pkixssh-19.0

Description

OpenSSH fork with X.509 v3 certificate support

Added to portage

2026-07-09

pwvucontrol - 0.5.3
Ebuild name:

media-sound/pwvucontrol-0.5.3

Description

Volume control applet for Pipewire

Added to portage

2026-07-09

rust-parallel - 1.23.0
Ebuild name:

sys-process/rust-parallel-1.23.0

Description

Fast command line app to run commands in parallel

Added to portage

2026-07-09

solaar - 1.1.20
Ebuild name:

app-misc/solaar-1.1.20

Description

Linux Device Manager for Logitech Unifying Receivers and Paired Devices

Added to portage

2026-07-09

throttled - 0.12
Ebuild name:

sys-power/throttled-0.12

Description

Daemon to work around throttling issues on some Intel laptops

Added to portage

2026-07-09

timezone-data - 2026c
Ebuild name:

sys-libs/timezone-data-2026c

Description

Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)

Added to portage

2026-07-09

visual-fill-column - 2.7.1
Ebuild name:

app-emacs/visual-fill-column-2.7.1

Description

GNU Emacs mode for wrapping visual-line-mode buffers at fill-col

Added to portage

2026-07-09

2026-07-08
awscli - 1.45.42
Ebuild name:

app-admin/awscli-1.45.42

Description

Universal Command Line Environment for AWS

Added to portage

2026-07-08

bash-completion - 2.18.0
Ebuild name:

app-shells/bash-completion-2.18.0

Description

Programmable Completion for bash

Added to portage

2026-07-08

bluez - 5.87
Ebuild name:

net-wireless/bluez-5.87

Description

Bluetooth Tools and System Daemons for Linux

Added to portage

2026-07-08

boto3 - 1.43.42
Ebuild name:

dev-python/boto3-1.43.42

Description

The AWS SDK for Python

Added to portage

2026-07-08

botocore - 1.43.42
Ebuild name:

dev-python/botocore-1.43.42

Description

Low-level, data-driven core of boto 3

Added to portage

2026-07-08

charset-normalizer - 3.4.9
Ebuild name:

dev-python/charset-normalizer-3.4.9

Description

The Real First Universal Charset Detector

Added to portage

2026-07-08

clang - 23.0.0_pre20260707
Ebuild name:

dev-python/clang-23.0.0_pre20260707

Description

Python bindings for llvm-core/clang

Added to portage

2026-07-08

clang - 23.0.0_pre20260707
Ebuild name:

llvm-core/clang-23.0.0_pre20260707

Description

C language family frontend for LLVM

Added to portage

2026-07-08

clang-common - 23.0.0_pre20260707
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260707

Description

Common files shared between multiple slots of clang

Added to portage

2026-07-08

cmd2 - 4.1.0
Ebuild name:

dev-python/cmd2-4.1.0

Description

Extra features for standard library's cmd module

Added to portage

2026-07-08

compiler-rt - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260707

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-07-08

compiler-rt-sanitizers - 23.0.0_pre20260707
Ebuild name:

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

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-07-08

dbeaver-bin - 26.1.2
Ebuild name:

dev-db/dbeaver-bin-26.1.2

Description

Free universal database tool (community edition)

Added to portage

2026-07-08

django - 5.2.16
Ebuild name:

dev-python/django-5.2.16

Description

High-level Python web framework

Added to portage

2026-07-08

django - 6.0.7
Ebuild name:

dev-python/django-6.0.7

Description

High-level Python web framework

Added to portage

2026-07-08

ena-driver - 2.17.2
Ebuild name:

net-misc/ena-driver-2.17.2

Description

Amazon EC2 Elastic Network Adapter (ENA) kernel driver

Added to portage

2026-07-08

flang - 23.0.0_pre20260707
Ebuild name:

llvm-core/flang-23.0.0_pre20260707

Description

LLVM's Fortran frontend

Added to portage

2026-07-08

flang-rt - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260707

Description

LLVM's Fortran runtime

Added to portage

2026-07-08

fzf - 0.74.0
Ebuild name:

app-shells/fzf-0.74.0

Description

General-purpose command-line fuzzy finder, written in Golang

Added to portage

2026-07-08

google-auth - 2.55.2
Ebuild name:

dev-python/google-auth-2.55.2

Description

Google Authentication Library

Added to portage

2026-07-08

gpxsee - 16.11
Ebuild name:

sci-geosciences/gpxsee-16.11

Description

Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea fil

Added to portage

2026-07-08

hatchling - 1.31.0
Ebuild name:

dev-python/hatchling-1.31.0

Description

Modern, extensible Python build backend

Added to portage

2026-07-08

hg-evolve - 12.0.0
Ebuild name:

dev-vcs/hg-evolve-12.0.0

Description

enables the changeset evolution feature of Mercurial

Added to portage

2026-07-08

hypothesis - 6.156.2
Ebuild name:

dev-python/hypothesis-6.156.2

Description

A library for property based testing

Added to portage

2026-07-08

libXfont2 - 2.0.8
Ebuild name:

x11-libs/libXfont2-2.0.8

Description

X.Org Xfont library

Added to portage

2026-07-08

libclc - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/libclc-23.0.0_pre20260707

Description

OpenCL C library

Added to portage

2026-07-08

libcxx - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260707

Description

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

Added to portage

2026-07-08

libcxxabi - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260707

Description

Low level support for a standard C++ library

Added to portage

2026-07-08

libgcc - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260707

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-07-08

librevenge - 0.0.6
Ebuild name:

dev-libs/librevenge-0.0.6

Description

Helper library for REVerse ENGineered formats filters

Added to portage

2026-07-08

libstaroffice - 0.0.8
Ebuild name:

app-text/libstaroffice-0.0.8

Description

Import filter for old StarOffice documents

Added to portage

2026-07-08

libunwind - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260707

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-07-08

liferea - 1.16.12
Ebuild name:

net-news/liferea-1.16.12

Description

News Aggregator for RDF/RSS/CDF/Atom/Echo feeds

Added to portage

2026-07-08

liquidprompt - 2.3.0
Ebuild name:

app-shells/liquidprompt-2.3.0

Description

Full-featured & carefully designed adaptive prompt for Bash & Zsh

Added to portage

2026-07-08

lit - 23.0.0_pre20260707
Ebuild name:

dev-python/lit-23.0.0_pre20260707

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-07-08

lld - 23.0.0_pre20260707
Ebuild name:

llvm-core/lld-23.0.0_pre20260707

Description

The LLVM linker (link editor)

Added to portage

2026-07-08

lldb - 23.0.0_pre20260707
Ebuild name:

llvm-core/lldb-23.0.0_pre20260707

Description

The LLVM debugger

Added to portage

2026-07-08

llvm - 23.0.0_pre20260707
Ebuild name:

dev-ml/llvm-23.0.0_pre20260707

Description

OCaml bindings for LLVM

Added to portage

2026-07-08

llvm - 23.0.0_pre20260707
Ebuild name:

llvm-core/llvm-23.0.0_pre20260707

Description

Low Level Virtual Machine

Added to portage

2026-07-08

llvm-common - 23.0.0_pre20260707
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260707

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-07-08

mdbook - 0.5.4
Ebuild name:

app-text/mdbook-0.5.4

Description

Create a book from markdown files

Added to portage

2026-07-08

mlir - 23.0.0_pre20260707
Ebuild name:

llvm-core/mlir-23.0.0_pre20260707

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-07-08

moolticute - 1.03.0-r2
Ebuild name:

app-crypt/moolticute-1.03.0-r2

Description

Mooltipass crossplatform daemon/tools

Added to portage

2026-07-08

moolticute - 9999
Ebuild name:

app-crypt/moolticute-9999

Description

Mooltipass crossplatform daemon/tools

Added to portage

2026-07-08

mypy - 2.2.0
Ebuild name:

dev-python/mypy-2.2.0

Description

Optional static typing for Python

Added to portage

2026-07-08

nasty - 0.6-r2
Ebuild name:

app-crypt/nasty-0.6-r2

Description

Proof-of-concept GPG passphrase recovery tool

Added to portage

2026-07-08

netpbm - 11.15.2
Ebuild name:

media-libs/netpbm-11.15.2

Description

A set of utilities for converting to/from the netpbm (and related) format

Added to portage

2026-07-08

nitrocli - 0.4.1-r2
Ebuild name:

app-crypt/nitrocli-0.4.1-r2

Description

A command line tool for interacting with Nitrokey devices

Added to portage

2026-07-08

nushell - 0.114.0
Ebuild name:

app-shells/nushell-0.114.0

Description

A new type of shell, written in Rust

Added to portage

2026-07-08

nvidia-drivers - 610.43.03
Ebuild name:

x11-drivers/nvidia-drivers-610.43.03

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2026-07-08

nwipe - 0.41
Ebuild name:

app-crypt/nwipe-0.41

Description

Securely erase disks using a variety of recognized methods

Added to portage

2026-07-08

openmp - 23.0.0_pre20260707
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260707

Description

OpenMP runtime libraries for LLVM/clang compiler

Added to portage

2026-07-08

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

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

Description

OpenMP target library for amdgcn devices

Added to portage

2026-07-08

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

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

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-07-08

openmp-spirv64-intel - 23.0.0_pre20260707
Ebuild name:

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

Description

OpenMP target library for spirv64 Intel devic

Added to portage

2026-07-08

openssh - 10.4_p1
Ebuild name:

net-misc/openssh-10.4_p1

Description

Port of OpenBSD's free SSH release

Added to portage

2026-07-08

pixi - 0.72.1
Ebuild name:

dev-util/pixi-0.72.1

Description

A package management and workflow tool

Added to portage

2026-07-08

polly - 23.0.0_pre20260707
Ebuild name:

llvm-core/polly-23.0.0_pre20260707

Description

Polyhedral optimizations for LLVM

Added to portage

2026-07-08

ponyprog - 3.1.4_p20250501-r1
Ebuild name:

dev-embedded/ponyprog-3.1.4_p20250501-r1

Description

EEPROM and microcontroller programmer/flasher

Added to portage

2026-07-08

prowlarr-bin - 2.5.1.5460
Ebuild name:

www-apps/prowlarr-bin-2.5.1.5460

Description

An indexer manager/proxy to integrate with your various PVR apps

Added to portage

2026-07-08

qtkeychain - 0.17.0
Ebuild name:

dev-libs/qtkeychain-0.17.0

Description

Qt API for storing passwords securely

Added to portage

2026-07-08

recoll - 1.44.0
Ebuild name:

app-misc/recoll-1.44.0

Description

Personal full text search package

Added to portage

2026-07-08

sbcl - 2.6.6
Ebuild name:

dev-lisp/sbcl-2.6.6

Description

Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp

Added to portage

2026-07-08

scdoc - 1.11.5
Ebuild name:

app-text/scdoc-1.11.5

Description

Standalone tool for generating man pages with a simple syntax

Added to portage

2026-07-08

scikit-build-core - 1.0.1
Ebuild name:

dev-python/scikit-build-core-1.0.1

Description

Build backend for CMake based projects

Added to portage

2026-07-08

sigstore - 4.4.0-r1
Ebuild name:

dev-python/sigstore-4.4.0-r1

Description

A tool for signing Python package distributions

Added to portage

2026-07-08

sphinxcontrib-mermaid - 2.0.3
Ebuild name:

dev-python/sphinxcontrib-mermaid-2.0.3

Description

Sphinx spelling extension

Added to portage

2026-07-08

stellarsolver - 2.8
Ebuild name:

sci-libs/stellarsolver-2.8

Description

Cross-platform Sextractor and Astrometry.net-Based internal astrometric

Added to portage

2026-07-08

svg-path - 7.1
Ebuild name:

dev-python/svg-path-7.1

Description

SVG path objects and parser

Added to portage

2026-07-08

synapse - 1.156.0
Ebuild name:

net-im/synapse-1.156.0

Description

Reference implementation of Matrix homeserver

Added to portage

2026-07-08

syrupy - 5.5.2
Ebuild name:

dev-python/syrupy-5.5.2

Description

The sweeter pytest snapshot plugin

Added to portage

2026-07-08

tox - 4.56.2
Ebuild name:

dev-python/tox-4.56.2

Description

virtualenv-based automation of test activities

Added to portage

2026-07-08

tqdm - 4.68.4
Ebuild name:

dev-python/tqdm-4.68.4

Description

Add a progress meter to your loops in a second

Added to portage

2026-07-08

uv - 0.11.28
Ebuild name:

dev-python/uv-0.11.28

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-07-08

uv-build - 0.11.28
Ebuild name:

dev-python/uv-build-0.11.28

Description

PEP517 uv build backend

Added to portage

2026-07-08

wine-proton - 11.0.1
Ebuild name:

app-emulation/wine-proton-11.0.1

Description

Valve Software's fork of Wine

Added to portage

2026-07-08

wlroots - 0.20.2
Ebuild name:

gui-libs/wlroots-0.20.2

Description

Pluggable, composable, unopinionated modules for building a Wayland composi

Added to portage

2026-07-08

xkbutils - 1.0.7
Ebuild name:

x11-apps/xkbutils-1.0.7

Description

X.Org xkbutils application

Added to portage

2026-07-08

xlsatoms - 1.1.5
Ebuild name:

x11-apps/xlsatoms-1.1.5

Description

list interned atoms defined on server

Added to portage

2026-07-08

xlsfonts - 1.0.9
Ebuild name:

x11-apps/xlsfonts-1.0.9

Description

X.Org xlsfonts application

Added to portage

2026-07-08

xorg-server - 21.1.24
Ebuild name:

x11-base/xorg-server-21.1.24

Description

X.Org X servers

Added to portage

2026-07-08

xwayland - 24.1.13
Ebuild name:

x11-base/xwayland-24.1.13

Description

Standalone X server running under Wayland

Added to portage

2026-07-08

zedis - 0.5.2
Ebuild name:

dev-db/zedis-0.5.2

Description

Blazing-fast native Redis GUI built with Rust and GPUI

Added to portage

2026-07-08

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