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:

85418

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-05-29
awscli - 1.45.17
Ebuild name:

app-admin/awscli-1.45.17

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-29

boto3 - 1.43.17
Ebuild name:

dev-python/boto3-1.43.17

Description

The AWS SDK for Python

Added to portage

2026-05-29

botocore - 1.43.17
Ebuild name:

dev-python/botocore-1.43.17

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-29

braintree - 4.44.0
Ebuild name:

dev-python/braintree-4.44.0

Description

Braintree Python Library

Added to portage

2026-05-29

c-blosc2 - 3.1.2
Ebuild name:

dev-libs/c-blosc2-3.1.2

Description

Blocking, shuffling and lossless compression library

Added to portage

2026-05-29

closure-compiler-bin - 20260526
Ebuild name:

dev-lang/closure-compiler-bin-20260526

Description

JavaScript optimizing compiler

Added to portage

2026-05-29

commonmark - 0.9.2
Ebuild name:

dev-python/commonmark-0.9.2

Description

Python parser for the CommonMark Markdown spec

Added to portage

2026-05-29

containerd - 2.3.1
Ebuild name:

app-containers/containerd-2.3.1

Description

A daemon to control runC

Added to portage

2026-05-29

cvs-fast-export - 2.0
Ebuild name:

dev-vcs/cvs-fast-export-2.0

Description

fast-export history from a CVS repository or RCS collection

Added to portage

2026-05-29

docker - 29.5.2
Ebuild name:

app-containers/docker-29.5.2

Description

The core functions you need to create Docker images and run Docker con

Added to portage

2026-05-29

docker-cli - 29.5.2
Ebuild name:

app-containers/docker-cli-29.5.2

Description

the command line binary for docker

Added to portage

2026-05-29

dulwich - 1.2.5
Ebuild name:

dev-python/dulwich-1.2.5

Description

Pure-Python implementation of the Git file formats and protocols

Added to portage

2026-05-29

eigen - 3.4.1
Ebuild name:

dev-cpp/eigen-3.4.1

Description

C++ template library for linear algebra

Added to portage

2026-05-29

eigen - 5.0.1
Ebuild name:

dev-cpp/eigen-5.0.1

Description

C++ template library for linear algebra

Added to portage

2026-05-29

eigen - 5.0.9999
Ebuild name:

dev-cpp/eigen-5.0.9999

Description

C++ template library for linear algebra

Added to portage

2026-05-29

fzf - 0.73.1
Ebuild name:

app-shells/fzf-0.73.1

Description

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

Added to portage

2026-05-29

google-api-python-client - 2.197.0
Ebuild name:

dev-python/google-api-python-client-2.197.0

Description

Google API Client for Python

Added to portage

2026-05-29

hypothesis - 6.155.0
Ebuild name:

dev-python/hypothesis-6.155.0

Description

A library for property based testing

Added to portage

2026-05-29

idna - 3.17
Ebuild name:

dev-python/idna-3.17

Description

Internationalized Domain Names in Applications (IDNA)

Added to portage

2026-05-29

linode-cli - 5.68.0
Ebuild name:

app-admin/linode-cli-5.68.0

Description

Official command-line interface for interacting with the Linode API

Added to portage

2026-05-29

modus-themes - 5.1.0
Ebuild name:

app-emacs/modus-themes-5.1.0

Description

Highly accessible themes for GNU Emacs

Added to portage

2026-05-29

modus-themes - 5.2.0
Ebuild name:

app-emacs/modus-themes-5.2.0

Description

Highly accessible themes for GNU Emacs

Added to portage

2026-05-29

modus-themes - 9999
Ebuild name:

app-emacs/modus-themes-9999

Description

Highly accessible themes for GNU Emacs

Added to portage

2026-05-29

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-05-29

mu-cite - 8.1_p202011031127
Ebuild name:

app-emacs/mu-cite-8.1_p202011031127

Description

Message citation utilities for emacsen

Added to portage

2026-05-29

nuitka - 4.1.2
Ebuild name:

dev-python/nuitka-4.1.2

Description

Python to native compiler

Added to portage

2026-05-29

openstacksdk - 4.14.0
Ebuild name:

dev-python/openstacksdk-4.14.0

Description

A collection of libraries for building applications to work with Ope

Added to portage

2026-05-29

oslo-utils - 10.1.0
Ebuild name:

dev-python/oslo-utils-10.1.0

Description

Oslo Utility library

Added to portage

2026-05-29

platformdirs - 4.10.0
Ebuild name:

dev-python/platformdirs-4.10.0

Description

A small Python module for determining appropriate platform-specific

Added to portage

2026-05-29

pocketfft - 2026.04.10
Ebuild name:

dev-libs/pocketfft-2026.04.10

Description

PocketFFT for C++

Added to portage

2026-05-29

pocketfft - 9999
Ebuild name:

dev-libs/pocketfft-9999

Description

PocketFFT for C++

Added to portage

2026-05-29

pyproject-api - 1.10.1
Ebuild name:

dev-python/pyproject-api-1.10.1

Description

API to interact with the python pyproject.toml based projects

Added to portage

2026-05-29

python-discovery - 1.4.0
Ebuild name:

dev-python/python-discovery-1.4.0

Description

Python interpreter discovery

Added to portage

2026-05-29

racket - 9.2
Ebuild name:

dev-scheme/racket-9.2

Description

General purpose, multi-paradigm Lisp-Scheme programming language

Added to portage

2026-05-29

redis - 8.0.0
Ebuild name:

dev-python/redis-8.0.0

Description

Python client for Redis key-value store

Added to portage

2026-05-29

rich-click - 1.9.8
Ebuild name:

dev-python/rich-click-1.9.8

Description

Format click help output nicely with rich

Added to portage

2026-05-29

rpds-py - 2026.5.1
Ebuild name:

dev-python/rpds-py-2026.5.1

Description

Python bindings to Rust's persistent data structures (rpds)

Added to portage

2026-05-29

ruff - 0.15.15
Ebuild name:

dev-util/ruff-0.15.15

Description

An extremely fast Python linter, written in Rust

Added to portage

2026-05-29

s3transfer - 0.18.0
Ebuild name:

dev-python/s3transfer-0.18.0

Description

An Amazon S3 Transfer Manager

Added to portage

2026-05-29

scad-mode - 99.0
Ebuild name:

app-emacs/scad-mode-99.0

Description

GNU Emacs mode to edit OpenSCAD files

Added to portage

2026-05-29

shim - 16.1_p8
Ebuild name:

sys-boot/shim-16.1_p8

Description

Fedora's signed UEFI shim

Added to portage

2026-05-29

sphinx-autodoc-typehints - 3.10.3
Ebuild name:

dev-python/sphinx-autodoc-typehints-3.10.3

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2026-05-29

starlette - 1.2.0
Ebuild name:

dev-python/starlette-1.2.0

Description

The little ASGI framework that shines

Added to portage

2026-05-29

terraform - 1.15.5
Ebuild name:

app-admin/terraform-1.15.5

Description

A tool for building, changing, and combining infrastructure safely

Added to portage

2026-05-29

toml-fmt-common - 1.3.3
Ebuild name:

dev-python/toml-fmt-common-1.3.3

Description

Common logic to the TOML formatter

Added to portage

2026-05-29

tox - 4.55.0
Ebuild name:

dev-python/tox-4.55.0

Description

virtualenv-based automation of test activities

Added to portage

2026-05-29

typer - 0.26.3
Ebuild name:

dev-python/typer-0.26.3

Description

Build great CLIs. Easy to code. Based on Python type hints

Added to portage

2026-05-29

uv - 0.11.17
Ebuild name:

dev-python/uv-0.11.17

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-05-29

uv-build - 0.11.17
Ebuild name:

dev-python/uv-build-0.11.17

Description

PEP517 uv build backend

Added to portage

2026-05-29

virtualenv - 21.4.1
Ebuild name:

dev-python/virtualenv-21.4.1

Description

Virtual Python Environment builder

Added to portage

2026-05-29

2026-05-28
abseil-cpp - 20260107.1
Ebuild name:

dev-cpp/abseil-cpp-20260107.1

Description

Abseil Common Libraries (C++), LTS Branch

Added to portage

2026-05-28

awscli - 1.45.16
Ebuild name:

app-admin/awscli-1.45.16

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-28

boto3 - 1.43.16
Ebuild name:

dev-python/boto3-1.43.16

Description

The AWS SDK for Python

Added to portage

2026-05-28

botocore - 1.43.16
Ebuild name:

dev-python/botocore-1.43.16

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-28

breeze-icons - 6.25.0-r1
Ebuild name:

kde-frameworks/breeze-icons-6.25.0-r1

Description

Breeze SVG icon theme

Added to portage

2026-05-28

breeze-icons - 6.26.0-r1
Ebuild name:

kde-frameworks/breeze-icons-6.26.0-r1

Description

Breeze SVG icon theme

Added to portage

2026-05-28

cfn-lint - 1.51.2
Ebuild name:

dev-python/cfn-lint-1.51.2

Description

CloudFormation Linter

Added to portage

2026-05-28

chrome-binary-plugins - 148.0.7778.215
Ebuild name:

www-plugins/chrome-binary-plugins-148.0.7778.215

Description

Binary plugins from Google Chrome for use in Chrom

Added to portage

2026-05-28

chromedriver-bin - 148.0.7778.215
Ebuild name:

www-apps/chromedriver-bin-148.0.7778.215

Description

WebDriver for Chrome

Added to portage

2026-05-28

chromium - 148.0.7778.215
Ebuild name:

www-client/chromium-148.0.7778.215

Description

Open-source version of Google Chrome web browser

Added to portage

2026-05-28

claude-code - 2.1.152
Ebuild name:

dev-util/claude-code-2.1.152

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-05-28

dbus-fast - 5.0.16
Ebuild name:

dev-python/dbus-fast-5.0.16

Description

A faster version of dbus-next

Added to portage

2026-05-28

deno-bin - 2.8.1
Ebuild name:

dev-lang/deno-bin-2.8.1

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2026-05-28

docutils - 0.23
Ebuild name:

dev-python/docutils-0.23

Description

Python Documentation Utilities (reference reStructuredText impl.)

Added to portage

2026-05-28

gamescope - 3.16.24
Ebuild name:

gui-wm/gamescope-3.16.24

Description

Efficient micro-compositor for running games

Added to portage

2026-05-28

gentoo-functions - 1.7.7
Ebuild name:

sys-apps/gentoo-functions-1.7.7

Description

Base functions required by all Gentoo systems

Added to portage

2026-05-28

ginkgo - 1.11.0
Ebuild name:

sci-libs/ginkgo-1.11.0

Description

Numerical linear algebra software package

Added to portage

2026-05-28

git-delete-merged-branches - 7.6.0
Ebuild name:

dev-vcs/git-delete-merged-branches-7.6.0

Description

Command-line tool to delete merged Git branches

Added to portage

2026-05-28

google-chrome - 148.0.7778.215
Ebuild name:

www-client/google-chrome-148.0.7778.215

Description

The web browser from Google

Added to portage

2026-05-28

google-protobuf - 3.25.9
Ebuild name:

dev-ruby/google-protobuf-3.25.9

Description

Protocol Buffers are Google's data interchange format

Added to portage

2026-05-28

google-protobuf - 4.33.4
Ebuild name:

dev-ruby/google-protobuf-4.33.4

Description

Protocol Buffers are Google's data interchange format

Added to portage

2026-05-28

google-protobuf - 4.34.2
Ebuild name:

dev-ruby/google-protobuf-4.34.2

Description

Protocol Buffers are Google's data interchange format

Added to portage

2026-05-28

googleapis-common-protos-types - 1.23.0
Ebuild name:

dev-ruby/googleapis-common-protos-types-1.23.0

Description

Common protocol buffer types used by Google APIs

Added to portage

2026-05-28

grpc - 1.80.0
Ebuild name:

dev-ruby/grpc-1.80.0

Description

Send RPCs from Ruby using GRPC

Added to portage

2026-05-28

grpc - 1.80.0
Ebuild name:

net-libs/grpc-1.80.0

Description

Modern open source high performance RPC framework

Added to portage

2026-05-28

hypothesis - 6.153.6
Ebuild name:

dev-python/hypothesis-6.153.6

Description

A library for property based testing

Added to portage

2026-05-28

kitty - 0.47.1
Ebuild name:

x11-terms/kitty-0.47.1

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-05-28

kitty-shell-integration - 0.47.1
Ebuild name:

x11-terms/kitty-shell-integration-0.47.1

Description

Shell integration scripts for kitty, a GPU-based terminal

Added to portage

2026-05-28

kitty-terminfo - 0.47.1
Ebuild name:

x11-terms/kitty-terminfo-0.47.1

Description

Terminfo for kitty, a GPU-based terminal emulator

Added to portage

2026-05-28

kokkos - 4.7.4
Ebuild name:

dev-cpp/kokkos-4.7.4

Description

C++ Performance Portability Programming EcoSystem

Added to portage

2026-05-28

kokkos - 5.1.1
Ebuild name:

dev-cpp/kokkos-5.1.1

Description

C++ Performance Portability Programming EcoSystem

Added to portage

2026-05-28

librsvg - 2.62.2-r1
Ebuild name:

gnome-base/librsvg-2.62.2-r1

Description

Scalable Vector Graphics (SVG) rendering library

Added to portage

2026-05-28

libzia - 4.72
Ebuild name:

dev-libs/libzia-4.72

Description

Platform abstraction code for tucnak package

Added to portage

2026-05-28

mesa - 26.0.7
Ebuild name:

media-libs/mesa-26.0.7

Description

OpenGL-like graphic library for Linux

Added to portage

2026-05-28

mesa - 26.0.8
Ebuild name:

media-libs/mesa-26.0.8

Description

OpenGL-like graphic library for Linux

Added to portage

2026-05-28

mesa_clc - 26.0.7
Ebuild name:

dev-util/mesa_clc-26.0.7

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-05-28

mesa_clc - 26.0.8
Ebuild name:

dev-util/mesa_clc-26.0.8

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-05-28

microsoft-edge-beta - 149.0.4022.33
Ebuild name:

www-client/microsoft-edge-beta-149.0.4022.33

Description

The web browser from Microsoft

Added to portage

2026-05-28

microsoft-edge-dev - 150.0.4055.0
Ebuild name:

www-client/microsoft-edge-dev-150.0.4055.0

Description

The web browser from Microsoft

Added to portage

2026-05-28

mod_h2 - 2.0.41
Ebuild name:

www-apache/mod_h2-2.0.41

Description

HTTP/2 module for Apache

Added to portage

2026-05-28

mosh - 1.4.0-r2
Ebuild name:

net-misc/mosh-1.4.0-r2

Description

Mobile shell that supports roaming and intelligent local echo

Added to portage

2026-05-28

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-05-28

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-28

nvidia-drivers - 595.80
Ebuild name:

x11-drivers/nvidia-drivers-595.80

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2026-05-28

opencv - 4.12.0-r2
Ebuild name:

media-libs/opencv-4.12.0-r2

Description

A collection of algorithms and sample code for various computer vision

Added to portage

2026-05-28

opera-developer - 133.0.5910.0
Ebuild name:

www-client/opera-developer-133.0.5910.0

Description

A fast and secure web browser

Added to portage

2026-05-28

papers - 50.2
Ebuild name:

app-text/papers-50.2

Description

A document viewer for the GNOME desktop

Added to portage

2026-05-28

protobuf - 25.9
Ebuild name:

dev-libs/protobuf-25.9

Description

Google's Protocol Buffers - Extensible mechanism for serializing structured

Added to portage

2026-05-28

protobuf - 29.5-r1
Ebuild name:

dev-libs/protobuf-29.5-r1

Description

Google's Protocol Buffers - Extensible mechanism for serializing structur

Added to portage

2026-05-28

protobuf - 33.4
Ebuild name:

dev-libs/protobuf-33.4

Description

Google's Protocol Buffers - Extensible mechanism for serializing structured

Added to portage

2026-05-28

protobuf - 34.2
Ebuild name:

dev-libs/protobuf-34.2

Description

Google's Protocol Buffers - Extensible mechanism for serializing structured

Added to portage

2026-05-28

pyside - 6.11.1-r1
Ebuild name:

dev-python/pyside-6.11.1-r1

Description

Python bindings for the Qt framework

Added to portage

2026-05-28

python-discovery - 1.3.2
Ebuild name:

dev-python/python-discovery-1.3.2

Description

Python interpreter discovery

Added to portage

2026-05-28

pyzotero - 1.13.0
Ebuild name:

dev-python/pyzotero-1.13.0

Description

A Python client for the Zotero API

Added to portage

2026-05-28

rivet - 4.1.3
Ebuild name:

sci-physics/rivet-4.1.3

Description

Robust Independent Validation of Experiment and Theory toolkit

Added to portage

2026-05-28

securesystemslib - 1.4.0
Ebuild name:

dev-python/securesystemslib-1.4.0

Description

Cryptographic routines for Secure Systems Lab projects at NYU

Added to portage

2026-05-28

spotify - 1.2.90
Ebuild name:

media-sound/spotify-1.2.90

Description

Spotify is a social music platform

Added to portage

2026-05-28

stripe - 15.2.0
Ebuild name:

dev-python/stripe-15.2.0

Description

Stripe Python bindings

Added to portage

2026-05-28

sway - 1.12
Ebuild name:

gui-wm/sway-1.12

Description

i3-compatible Wayland window manager

Added to portage

2026-05-28

taskflow - 4.0.0
Ebuild name:

dev-cpp/taskflow-4.0.0

Description

Modern C++ Parallel Task Programming

Added to portage

2026-05-28

teamspeak-server - 3.13.8
Ebuild name:

media-sound/teamspeak-server-3.13.8

Description

A server software for hosting quality voice communication via t

Added to portage

2026-05-28

threadweaver - 6.25.0-r1
Ebuild name:

kde-frameworks/threadweaver-6.25.0-r1

Description

Framework for managing threads using job and queue-based inte

Added to portage

2026-05-28

threadweaver - 6.26.0-r1
Ebuild name:

kde-frameworks/threadweaver-6.26.0-r1

Description

Framework for managing threads using job and queue-based inte

Added to portage

2026-05-28

tokenizers - 0.23.1
Ebuild name:

sci-ml/tokenizers-0.23.1

Description

Implementation of today's most used tokenizers

Added to portage

2026-05-28

tornado - 6.5.6
Ebuild name:

dev-python/tornado-6.5.6

Description

Python web framework and asynchronous networking library

Added to portage

2026-05-28

trilinos - 16.2.1
Ebuild name:

sci-libs/trilinos-16.2.1

Description

Scientific library collection for large scale problems

Added to portage

2026-05-28

trilinos - 17.1.0
Ebuild name:

sci-libs/trilinos-17.1.0

Description

Scientific library collection for large scale problems

Added to portage

2026-05-28

tucnak - 4.72
Ebuild name:

media-radio/tucnak-4.72

Description

Amateur Radio VHF Contest Logbook

Added to portage

2026-05-28

typer - 0.26.2
Ebuild name:

dev-python/typer-0.26.2

Description

Build great CLIs. Easy to code. Based on Python type hints

Added to portage

2026-05-28

vivaldi - 8.0.4033.34
Ebuild name:

www-client/vivaldi-8.0.4033.34

Description

A browser for our friends

Added to portage

2026-05-28

vivaldi-snapshot - 8.0.4033.19
Ebuild name:

www-client/vivaldi-snapshot-8.0.4033.19

Description

A browser for our friends

Added to portage

2026-05-28

vivaldi-snapshot - 8.0.4033.24
Ebuild name:

www-client/vivaldi-snapshot-8.0.4033.24

Description

A browser for our friends

Added to portage

2026-05-28

webrtc-audio-processing - 1.3-r4
Ebuild name:

media-libs/webrtc-audio-processing-1.3-r4

Description

AudioProcessing library from the webrtc.org codebase

Added to portage

2026-05-28

yoda - 2.1.3
Ebuild name:

sci-physics/yoda-2.1.3

Description

Yet more Objects for (High Energy Physics) Data Analysis

Added to portage

2026-05-28

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