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:

87180

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-25
asymptote - 3.13
Ebuild name:

media-gfx/asymptote-3.13

Description

A vector graphics language that provides a framework for technical drawing

Added to portage

2026-07-25

aws-crt-cpp - 0.42.3
Ebuild name:

dev-cpp/aws-crt-cpp-0.42.3

Description

C++ wrapper around the aws-c-* libraries

Added to portage

2026-07-25

awscli - 1.45.56
Ebuild name:

app-admin/awscli-1.45.56

Description

Universal Command Line Environment for AWS

Added to portage

2026-07-25

blazesym_c - 0.1.10
Ebuild name:

dev-libs/blazesym_c-0.1.10

Description

C bindings for blazesym, a library for address symbolization and related

Added to portage

2026-07-25

boto3 - 1.43.56
Ebuild name:

dev-python/boto3-1.43.56

Description

The AWS SDK for Python

Added to portage

2026-07-25

botocore - 1.43.56
Ebuild name:

dev-python/botocore-1.43.56

Description

Low-level, data-driven core of boto 3

Added to portage

2026-07-25

btrfsutil - 7.1
Ebuild name:

dev-python/btrfsutil-7.1

Description

Library for managing Btrfs filesystems

Added to portage

2026-07-25

courier-common - 3.1.5-r2
Ebuild name:

net-mail/courier-common-3.1.5-r2

Description

Mail delivery agent/filter

Added to portage

2026-07-25

courier-common - 3.3.0
Ebuild name:

net-mail/courier-common-3.3.0

Description

Mail delivery agent/filter

Added to portage

2026-07-25

cython - 3.2.9
Ebuild name:

dev-python/cython-3.2.9

Description

A Python to C compiler

Added to portage

2026-07-25

dist-kernel - 6.1.178
Ebuild name:

virtual/dist-kernel-6.1.178

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-07-25

dist-kernel - 6.12.97
Ebuild name:

virtual/dist-kernel-6.12.97

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-07-25

dist-kernel - 6.18.40
Ebuild name:

virtual/dist-kernel-6.18.40

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-07-25

dist-kernel - 6.6.145
Ebuild name:

virtual/dist-kernel-6.6.145

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-07-25

dist-kernel - 7.1.5
Ebuild name:

virtual/dist-kernel-7.1.5

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-07-25

faker - 40.36.0
Ebuild name:

dev-python/faker-40.36.0

Description

A Python package that generates fake data for you

Added to portage

2026-07-25

fastapi - 0.140.0
Ebuild name:

dev-python/fastapi-0.140.0

Description

High performance framework, easy to learn, fast to code, ready for produ

Added to portage

2026-07-25

gentoo-kernel - 6.1.178
Ebuild name:

sys-kernel/gentoo-kernel-6.1.178

Description

Linux kernel built with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel - 6.12.97
Ebuild name:

sys-kernel/gentoo-kernel-6.12.97

Description

Linux kernel built with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel - 6.18.40
Ebuild name:

sys-kernel/gentoo-kernel-6.18.40

Description

Linux kernel built with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel - 6.6.145
Ebuild name:

sys-kernel/gentoo-kernel-6.6.145

Description

Linux kernel built with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel - 7.1.5
Ebuild name:

sys-kernel/gentoo-kernel-7.1.5

Description

Linux kernel built with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-bin - 6.1.178
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.178

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-bin - 6.12.97
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.97

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-bin - 6.18.40
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.40

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-bin - 6.6.145
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.145

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-bin - 7.1.5
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.1.5

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-07-25

gentoo-kernel-modprep - 6.1.178
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.1.178

Description

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

Added to portage

2026-07-25

gentoo-kernel-modprep - 6.12.97
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.12.97

Description

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

Added to portage

2026-07-25

gentoo-kernel-modprep - 6.18.40
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.18.40

Description

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

Added to portage

2026-07-25

gentoo-kernel-modprep - 6.6.145
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.6.145

Description

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

Added to portage

2026-07-25

gentoo-kernel-modprep - 7.1.5
Ebuild name:

sys-kernel/gentoo-kernel-modprep-7.1.5

Description

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

Added to portage

2026-07-25

gentoolkit - 0.8.0
Ebuild name:

app-portage/gentoolkit-0.8.0

Description

Collection of administration scripts for Gentoo

Added to portage

2026-07-25

httpx2 - 2.9.1
Ebuild name:

dev-python/httpx2-2.9.1

Description

The next generation HTTP client (Pydantic fork)

Added to portage

2026-07-25

jsonpickle - 4.1.2
Ebuild name:

dev-python/jsonpickle-4.1.2

Description

Python library for serializing any arbitrary object graph into JSON

Added to portage

2026-07-25

kodi - 22.0_beta1
Ebuild name:

media-tv/kodi-22.0_beta1

Description

A free and open source media-player and entertainment hub

Added to portage

2026-07-25

meson-mode - 9999
Ebuild name:

app-emacs/meson-mode-9999

Description

A GNU Emacs major mode for Meson build-system files

Added to portage

2026-07-25

prometheus-client - 0.26.0
Ebuild name:

dev-python/prometheus-client-0.26.0

Description

Python client for the Prometheus monitoring system

Added to portage

2026-07-25

signal-desktop-bin - 8.20.0
Ebuild name:

net-im/signal-desktop-bin-8.20.0

Description

Allows you to send and receive messages of Signal Messenger on you

Added to portage

2026-07-25

spidermonkey - 140.13.0
Ebuild name:

dev-lang/spidermonkey-140.13.0

Description

Mozilla's JavaScript engine written in C and C++

Added to portage

2026-07-25

tqdm - 4.69.1
Ebuild name:

dev-python/tqdm-4.69.1

Description

Add a progress meter to your loops in a second

Added to portage

2026-07-25

types-docutils - 0.22.3.20260724
Ebuild name:

dev-python/types-docutils-0.22.3.20260724

Description

Typing stubs for docutils

Added to portage

2026-07-25

types-setuptools - 83.0.0.20260724
Ebuild name:

dev-python/types-setuptools-83.0.0.20260724

Description

Typing stubs for setuptools

Added to portage

2026-07-25

urwid - 4.0.7
Ebuild name:

dev-python/urwid-4.0.7

Description

Curses-based user interface library for Python

Added to portage

2026-07-25

valijson - 1.1.3
Ebuild name:

dev-cpp/valijson-1.1.3

Description

Header-only C++ library for JSON Schema validation

Added to portage

2026-07-25

vanilla-kernel - 6.1.178
Ebuild name:

sys-kernel/vanilla-kernel-6.1.178

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-07-25

vanilla-kernel - 6.12.97
Ebuild name:

sys-kernel/vanilla-kernel-6.12.97

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-07-25

vanilla-kernel - 6.18.40
Ebuild name:

sys-kernel/vanilla-kernel-6.18.40

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-07-25

vanilla-kernel - 6.6.145
Ebuild name:

sys-kernel/vanilla-kernel-6.6.145

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-07-25

vanilla-kernel - 7.1.5
Ebuild name:

sys-kernel/vanilla-kernel-7.1.5

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-07-25

2026-07-24
android-studio - 2026.1.2.11
Ebuild name:

dev-util/android-studio-2026.1.2.11

Description

Android development environment based on IntelliJ IDEA

Added to portage

2026-07-24

annotated-types - 0.8.0
Ebuild name:

dev-python/annotated-types-0.8.0

Description

Reusable constraint types to use with typing.Annotated

Added to portage

2026-07-24

awscli - 1.45.55
Ebuild name:

app-admin/awscli-1.45.55

Description

Universal Command Line Environment for AWS

Added to portage

2026-07-24

boto3 - 1.43.55
Ebuild name:

dev-python/boto3-1.43.55

Description

The AWS SDK for Python

Added to portage

2026-07-24

botocore - 1.43.55
Ebuild name:

dev-python/botocore-1.43.55

Description

Low-level, data-driven core of boto 3

Added to portage

2026-07-24

cachetools - 7.1.6
Ebuild name:

dev-python/cachetools-7.1.6

Description

Extensible memoizing collections and decorators

Added to portage

2026-07-24

cfn-lint - 1.53.2
Ebuild name:

dev-python/cfn-lint-1.53.2

Description

CloudFormation Linter

Added to portage

2026-07-24

dump1090 - 11.1
Ebuild name:

net-wireless/dump1090-11.1

Description

Simple Mode S decoder for RTLSDR devices

Added to portage

2026-07-24

geekbench - 7.0.0
Ebuild name:

app-benchmarks/geekbench-7.0.0

Description

A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Window

Added to portage

2026-07-24

gentoo-sources - 6.1.178
Ebuild name:

sys-kernel/gentoo-sources-6.1.178

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-07-24

gentoo-sources - 6.12.97
Ebuild name:

sys-kernel/gentoo-sources-6.12.97

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-07-24

gentoo-sources - 6.18.40
Ebuild name:

sys-kernel/gentoo-sources-6.18.40

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-07-24

gentoo-sources - 6.6.145
Ebuild name:

sys-kernel/gentoo-sources-6.6.145

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-07-24

gentoo-sources - 7.1.5
Ebuild name:

sys-kernel/gentoo-sources-7.1.5

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-07-24

gnumach - 1.8_p20260630
Ebuild name:

sys-kernel/gnumach-1.8_p20260630

Description

GNU Mach microkernel, for the Hurd

Added to portage

2026-07-24

grpcio - 1.83.0
Ebuild name:

dev-python/grpcio-1.83.0

Description

HTTP/2-based RPC framework

Added to portage

2026-07-24

grpcio-status - 1.83.0
Ebuild name:

dev-python/grpcio-status-1.83.0

Description

Reference package for GRPC Python status proto mapping

Added to portage

2026-07-24

h2 - 4.4.0
Ebuild name:

dev-python/h2-4.4.0

Description

HTTP/2 State-Machine based protocol implementation

Added to portage

2026-07-24

httpx2 - 2.9.0
Ebuild name:

dev-python/httpx2-2.9.0

Description

The next generation HTTP client (Pydantic fork)

Added to portage

2026-07-24

hurd - 0.9_p20260630
Ebuild name:

sys-kernel/hurd-0.9_p20260630

Description

GNU Hurd is the GNU project's replacement for UNIX

Added to portage

2026-07-24

hypothesis - 6.161.1
Ebuild name:

dev-python/hypothesis-6.161.1

Description

A library for property based testing

Added to portage

2026-07-24

intellij-idea - 2026.2.0.1
Ebuild name:

dev-util/intellij-idea-2026.2.0.1

Description

A complete toolset for web, mobile and enterprise development

Added to portage

2026-07-24

kirigami-app-components - 1.0.1-r1
Ebuild name:

dev-libs/kirigami-app-components-1.0.1-r1

Description

Kirigami addons and modules necessary to do a full featur

Added to portage

2026-07-24

lego - 5.3.1
Ebuild name:

app-crypt/lego-5.3.1

Description

Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go

Added to portage

2026-07-24

libacpica - 0_pre20220331_p7
Ebuild name:

sys-power/libacpica-0_pre20220331_p7

Description

ACPICA as a library

Added to portage

2026-07-24

metamath-mode - 0_p20221005
Ebuild name:

app-emacs/metamath-mode-0_p20221005

Description

Major GNU Emacs mode for metamath files

Added to portage

2026-07-24

mew - 6.8_p20230203
Ebuild name:

app-emacs/mew-6.8_p20230203

Description

Great MIME mail reader for Emacs/XEmacs

Added to portage

2026-07-24

mic-paren - 3.15-r1
Ebuild name:

app-emacs/mic-paren-3.15-r1

Description

Advanced highlighting of matching parentheses

Added to portage

2026-07-24

mldonkey - 0.0.4b-r2
Ebuild name:

app-emacs/mldonkey-0.0.4b-r2

Description

An Emacs Lisp interface to the MLDonkey core

Added to portage

2026-07-24

patatt - 0.8.0
Ebuild name:

dev-python/patatt-0.8.0

Description

A simple library to add cryptographic attestation to patches sent via email

Added to portage

2026-07-24

pkgcheck - 0.10.41
Ebuild name:

dev-util/pkgcheck-0.10.41

Description

pkgcore-based QA utility for ebuild repos

Added to portage

2026-07-24

pkgcore - 0.12.36
Ebuild name:

sys-apps/pkgcore-0.12.36

Description

a framework for package management

Added to portage

2026-07-24

quart - 0.21.0
Ebuild name:

dev-python/quart-0.21.0

Description

A Python ASGI web microframework with the same API as Flask

Added to portage

2026-07-24

rnv - 1.7.11-r5
Ebuild name:

app-text/rnv-1.7.11-r5

Description

A lightweight Relax NG Compact Syntax validator

Added to portage

2026-07-24

rust - 1.97.1
Ebuild name:

dev-lang/rust-1.97.1

Description

Systems programming language originally developed by Mozilla

Added to portage

2026-07-24

rust-bin - 1.97.1
Ebuild name:

dev-lang/rust-bin-1.97.1

Description

Added to portage

2026-07-24

rust-common - 1.97.1
Ebuild name:

dev-lang/rust-common-1.97.1

Description

Common files shared between multiple slots of Rust

Added to portage

2026-07-24

rust-std - 1.97.1
Ebuild name:

sys-devel/rust-std-1.97.1

Description

Rust standard library, standalone (for crossdev)

Added to portage

2026-07-24

snakeoil - 0.11.2
Ebuild name:

dev-python/snakeoil-0.11.2

Description

misc common functionality and useful optimizations

Added to portage

2026-07-24

stalwart-cli - 1.0.11
Ebuild name:

net-mail/stalwart-cli-1.0.11

Description

Stalwart Mail Server command line utility

Added to portage

2026-07-24

stalwart-mail - 0.16.14
Ebuild name:

net-mail/stalwart-mail-0.16.14

Description

Stalwart Mail Server

Added to portage

2026-07-24

telegram-desktop-bin - 7.0.5
Ebuild name:

net-im/telegram-desktop-bin-7.0.5

Description

Official desktop client for Telegram (binary package)

Added to portage

2026-07-24

urwid - 4.0.6
Ebuild name:

dev-python/urwid-4.0.6

Description

Curses-based user interface library for Python

Added to portage

2026-07-24

uv - 0.11.32
Ebuild name:

dev-python/uv-0.11.32

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-07-24

uv-build - 0.11.32
Ebuild name:

dev-python/uv-build-0.11.32

Description

PEP517 uv build backend

Added to portage

2026-07-24

vanilla-sources - 6.1.178
Ebuild name:

sys-kernel/vanilla-sources-6.1.178

Description

Full sources for the Linux kernel

Added to portage

2026-07-24

vanilla-sources - 6.18.40
Ebuild name:

sys-kernel/vanilla-sources-6.18.40

Description

Full sources for the Linux kernel

Added to portage

2026-07-24

vanilla-sources - 6.6.145
Ebuild name:

sys-kernel/vanilla-sources-6.6.145

Description

Full sources for the Linux kernel

Added to portage

2026-07-24

vanilla-sources - 7.1.5
Ebuild name:

sys-kernel/vanilla-sources-7.1.5

Description

Full sources for the Linux kernel

Added to portage

2026-07-24

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

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

Description

AudioProcessing library from the webrtc.org codebase

Added to portage

2026-07-24

xvfbwrapper - 0.2.29
Ebuild name:

dev-python/xvfbwrapper-0.2.29

Description

Python wrapper for running a display inside X virtual framebuffer

Added to portage

2026-07-24

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