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:

85408

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

shim - 16.1_p8
Ebuild name:

sys-boot/shim-16.1_p8

Description

Fedora's signed UEFI shim

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: 73.8 ms