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:

83112

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-02-05
firefox-bin - 147.0.3
Ebuild name:

www-client/firefox-bin-147.0.3

Description

Firefox Web Browser

Added to portage

2026-02-05

freenet - 0.7.5_p1503-r2
Ebuild name:

net-p2p/freenet-0.7.5_p1503-r2

Description

Freenet REference Daemon

Added to portage

2026-02-05

freenet - 0.7.5_p1504
Ebuild name:

net-p2p/freenet-0.7.5_p1504

Description

Freenet REference Daemon

Added to portage

2026-02-05

freenet-ext - 29-r2
Ebuild name:

dev-java/freenet-ext-29-r2

Description

Freenet REference Daemon

Added to portage

2026-02-05

godcc - 1.0
Ebuild name:

dev-util/godcc-1.0

Description

Full-fledged command-line interface to Compiler Explorer instances

Added to portage

2026-02-05

leptonica - 1.87.0
Ebuild name:

media-libs/leptonica-1.87.0

Description

C library for image processing and analysis

Added to portage

2026-02-05

livecd-tools - 2.12
Ebuild name:

app-misc/livecd-tools-2.12

Description

Gentoo LiveCD tools for autoconfiguration of hardware

Added to portage

2026-02-05

man-pages-zh_CN - 1.6.4.2-r1
Ebuild name:

app-i18n/man-pages-zh_CN-1.6.4.2-r1

Description

A somewhat comprehensive collection of Chinese Linux man pages

Added to portage

2026-02-05

musl - 1.2.5-r8
Ebuild name:

sys-libs/musl-1.2.5-r8

Description

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

Added to portage

2026-02-05

nginx - 1.28.2
Ebuild name:

www-servers/nginx-1.28.2

Description

Added to portage

2026-02-05

nginx - 1.29.5
Ebuild name:

www-servers/nginx-1.29.5

Description

Added to portage

2026-02-05

pam - 1.7.1-r3
Ebuild name:

sys-libs/pam-1.7.1-r3

Description

Linux-PAM (Pluggable Authentication Modules)

Added to portage

2026-02-05

paraview - 6.0.1
Ebuild name:

sci-visualization/paraview-6.0.1

Description

Powerful scientific data visualization application

Added to portage

2026-02-05

quiche - 0.24.9
Ebuild name:

net-libs/quiche-0.24.9

Description

Implementation of the QUIC transport protocol and HTTP/3

Added to portage

2026-02-05

repo - 2.61
Ebuild name:

dev-vcs/repo-2.61

Description

Google tool for managing git, particularly multiple repos

Added to portage

2026-02-05

zenlib - 3.3.0
Ebuild name:

dev-python/zenlib-3.3.0

Description

Useful python decorators and utilities

Added to portage

2026-02-05

zlib-ng - 2.3.3
Ebuild name:

sys-libs/zlib-ng-2.3.3

Description

Fork of the zlib data compression library

Added to portage

2026-02-05

2026-02-04
GnuPG-Interface - 1.50.0-r1
Ebuild name:

dev-perl/GnuPG-Interface-1.50.0-r1

Description

Perl interface to GnuPG

Added to portage

2026-02-04

arch-chroot - 31
Ebuild name:

sys-apps/arch-chroot-31

Description

Wraps the chroot command while ensuring that important filesystems are moun

Added to portage

2026-02-04

asgiref - 3.11.1
Ebuild name:

dev-python/asgiref-3.11.1

Description

ASGI utilities (successor to WSGI)

Added to portage

2026-02-04

autoconf - 2.72.90
Ebuild name:

dev-build/autoconf-2.72.90

Description

Used to create autoconfiguration files

Added to portage

2026-02-04

awscli - 1.44.31
Ebuild name:

app-admin/awscli-1.44.31

Description

Universal Command Line Environment for AWS

Added to portage

2026-02-04

boto3 - 1.42.41
Ebuild name:

dev-python/boto3-1.42.41

Description

The AWS SDK for Python

Added to portage

2026-02-04

botocore - 1.42.41
Ebuild name:

dev-python/botocore-1.42.41

Description

Low-level, data-driven core of boto 3

Added to portage

2026-02-04

byacc - 20260126
Ebuild name:

dev-util/byacc-20260126

Description

The best variant of the Yacc parser generator

Added to portage

2026-02-04

certbot - 5.3.0
Ebuild name:

app-crypt/certbot-5.3.0

Description

Let's Encrypt client to automate deployment of X.509 certificates

Added to portage

2026-02-04

claude-code - 2.1.30
Ebuild name:

dev-util/claude-code-2.1.30

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-02-04

cmd2 - 3.1.3
Ebuild name:

dev-python/cmd2-3.1.3

Description

Extra features for standard library's cmd module

Added to portage

2026-02-04

conntrack-tools - 1.4.9
Ebuild name:

net-firewall/conntrack-tools-1.4.9

Description

Connection tracking userspace tools

Added to portage

2026-02-04

coreutils - 9.10
Ebuild name:

sys-apps/coreutils-9.10

Description

Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)

Added to portage

2026-02-04

coverage - 7.13.3
Ebuild name:

dev-python/coverage-7.13.3

Description

Code coverage measurement for Python

Added to portage

2026-02-04

cryptsetup - 2.8.4
Ebuild name:

sys-fs/cryptsetup-2.8.4

Description

Tool to setup encrypted devices with dm-crypt

Added to portage

2026-02-04

denonavr - 1.3.1
Ebuild name:

dev-python/denonavr-1.3.1

Description

Automation Library for Denon AVR receivers

Added to portage

2026-02-04

django - 4.2.28
Ebuild name:

dev-python/django-4.2.28

Description

High-level Python web framework

Added to portage

2026-02-04

django - 5.2.11
Ebuild name:

dev-python/django-5.2.11

Description

High-level Python web framework

Added to portage

2026-02-04

django - 6.0.2
Ebuild name:

dev-python/django-6.0.2

Description

High-level Python web framework

Added to portage

2026-02-04

dropbox - 241.4.4795
Ebuild name:

net-misc/dropbox-241.4.4795

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-02-04

eigen - 3.4.9999
Ebuild name:

dev-cpp/eigen-3.4.9999

Description

C++ template library for linear algebra

Added to portage

2026-02-04

elasticsearch - 9.3.0
Ebuild name:

dev-python/elasticsearch-9.3.0

Description

Official Elasticsearch client library for Python

Added to portage

2026-02-04

emboss - 6.6.0-r4
Ebuild name:

sci-biology/emboss-6.6.0-r4

Description

The European Molecular Biology Open Software Suite - A sequence analysi

Added to portage

2026-02-04

exfatprogs - 1.3.1
Ebuild name:

sys-fs/exfatprogs-1.3.1

Description

Userspace utilities for the exFAT filesystem

Added to portage

2026-02-04

genfstab - 31
Ebuild name:

sys-fs/genfstab-31

Description

Genfstab - generate output suitable for addition to an fstab file

Added to portage

2026-02-04

gnupg - 2.5.17-r1
Ebuild name:

app-crypt/gnupg-2.5.17-r1

Description

The GNU Privacy Guard, a GPL OpenPGP implementation

Added to portage

2026-02-04

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

dev-python/google-api-python-client-2.189.0

Description

Google API Client for Python

Added to portage

2026-02-04

hypothesis - 6.151.5
Ebuild name:

dev-python/hypothesis-6.151.5

Description

A library for property based testing

Added to portage

2026-02-04

juliamono - 0.062
Ebuild name:

media-fonts/juliamono-0.062

Description

JuliaMono - a monospaced font for scientific and technical computing

Added to portage

2026-02-04

kleopatra - 25.12.1-r2
Ebuild name:

kde-apps/kleopatra-25.12.1-r2

Description

Certificate manager and GUI for OpenPGP and CMS cryptography

Added to portage

2026-02-04

kmscon - 9.3.1
Ebuild name:

sys-apps/kmscon-9.3.1

Description

KMS/DRM based virtual Console Emulator

Added to portage

2026-02-04

libbpf - 1.6.3
Ebuild name:

dev-libs/libbpf-1.6.3

Description

Stand-alone build of libbpf from the Linux kernel

Added to portage

2026-02-04

libcamera - 0.7.0-r1
Ebuild name:

media-libs/libcamera-0.7.0-r1

Description

Complex camera support library

Added to portage

2026-02-04

libdwarf - 2.3.0
Ebuild name:

dev-libs/libdwarf-2.3.0

Description

Library intended to simplify reading (and writing) applications using DWARF

Added to portage

2026-02-04

libgcrypt - 1.12.0-r2
Ebuild name:

dev-libs/libgcrypt-1.12.0-r2

Description

General purpose crypto library based on the code used in GnuPG

Added to portage

2026-02-04

libnetfilter_conntrack - 1.1.1
Ebuild name:

net-libs/libnetfilter_conntrack-1.1.1

Description

Programming interface (API) to the in-kernel connection track

Added to portage

2026-02-04

limine - 10.6.4
Ebuild name:

sys-boot/limine-10.6.4

Description

Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloade

Added to portage

2026-02-04

logwatch - 7.14
Ebuild name:

sys-apps/logwatch-7.14

Description

Analyzes and Reports on system logs

Added to portage

2026-02-04

mawk - 1.3.4_p20260129
Ebuild name:

sys-apps/mawk-1.3.4_p20260129

Description

An (often faster than gawk) awk-interpreter

Added to portage

2026-02-04

mod_h2 - 2.0.38
Ebuild name:

www-apache/mod_h2-2.0.38

Description

HTTP/2 module for Apache

Added to portage

2026-02-04

mold - 2.40.4-r1
Ebuild name:

sys-devel/mold-2.40.4-r1

Description

A Modern Linker

Added to portage

2026-02-04

mozc - 2.32.5994.102-r1
Ebuild name:

app-i18n/mozc-2.32.5994.102-r1

Description

Mozc - Japanese input method editor.

Added to portage

2026-02-04

nprolog - 4.81
Ebuild name:

dev-lang/nprolog-4.81

Description

Interpreter and compiler to be compatible with Arity/Prolog32

Added to portage

2026-02-04

openpgp-keys-craigsmall - 20260203
Ebuild name:

sec-keys/openpgp-keys-craigsmall-20260203

Description

OpenPGP key used by Craig Small

Added to portage

2026-02-04

openpgp-keys-gentoo-developers - 20260112-r1
Ebuild name:

sec-keys/openpgp-keys-gentoo-developers-20260112-r1

Description

Gentoo Authority Keys (GLEP 79)

Added to portage

2026-02-04

openpgp-keys-hclee - 20260204
Ebuild name:

sec-keys/openpgp-keys-hclee-20260204

Description

OpenPGP key used by Hyunchul Lee (hclee)

Added to portage

2026-02-04

openpgp-keys-khali - 20260204
Ebuild name:

sec-keys/openpgp-keys-khali-20260204

Description

OpenPGP key used by Jean Delvare (khali)

Added to portage

2026-02-04

openpgp-keys-ludovicrousseau - 20260204
Ebuild name:

sec-keys/openpgp-keys-ludovicrousseau-20260204

Description

OpenPGP key used by Ludovic Rousseau

Added to portage

2026-02-04

openpgp-keys-thomasdickey - 20260204
Ebuild name:

sec-keys/openpgp-keys-thomasdickey-20260204

Description

OpenPGP keys used by Thomas Dickey

Added to portage

2026-02-04

org-mode - 9999
Ebuild name:

app-emacs/org-mode-9999

Description

An Emacs mode for notes and project planning

Added to portage

2026-02-04

org-modern - 1.10
Ebuild name:

app-emacs/org-modern-1.10

Description

Modern style for your GNU Emacs Org buffers

Added to portage

2026-02-04

org-modern - 1.11
Ebuild name:

app-emacs/org-modern-1.11

Description

Modern style for your GNU Emacs Org buffers

Added to portage

2026-02-04

org-modern - 1.12
Ebuild name:

app-emacs/org-modern-1.12

Description

Modern style for your GNU Emacs Org buffers

Added to portage

2026-02-04

org-modern - 9999
Ebuild name:

app-emacs/org-modern-9999

Description

Modern style for your GNU Emacs Org buffers

Added to portage

2026-02-04

org-roam - 2.2.2-r3
Ebuild name:

app-emacs/org-roam-2.2.2-r3

Description

Rudimentary Roam replica with Org-mode

Added to portage

2026-02-04

org-roam - 2.3.0
Ebuild name:

app-emacs/org-roam-2.3.0

Description

Rudimentary Roam replica with Org-mode

Added to portage

2026-02-04

pandoc-bin - 3.9
Ebuild name:

app-text/pandoc-bin-3.9

Description

Conversion between markup formats (binary package)

Added to portage

2026-02-04

pcsc-lite - 2.4.1
Ebuild name:

sys-apps/pcsc-lite-2.4.1

Description

PC/SC Architecture smartcard middleware library

Added to portage

2026-02-04

pencil - 0.7.0_p20260127
Ebuild name:

media-gfx/pencil-0.7.0_p20260127

Description

2D animation and drawing program based on Qt

Added to portage

2026-02-04

procps - 4.0.6
Ebuild name:

sys-process/procps-4.0.6

Description

Standard informational utilities and process-handling tools

Added to portage

2026-02-04

pyglet - 2.1.13
Ebuild name:

dev-python/pyglet-2.1.13

Description

Cross-platform windowing and multimedia library for Python

Added to portage

2026-02-04

python - 0.3.13.12
Ebuild name:

dev-lang/python-0.3.13.12

Description

Freethreading (no-GIL) version of Python programming language

Added to portage

2026-02-04

python - 0.3.14.3
Ebuild name:

dev-lang/python-0.3.14.3

Description

Freethreading (no-GIL) version of Python programming language

Added to portage

2026-02-04

python - 3.13.12
Ebuild name:

dev-lang/python-3.13.12

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-02-04

python - 3.14.3
Ebuild name:

dev-lang/python-3.14.3

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-02-04

python-tests - 0.3.13.12
Ebuild name:

dev-python/python-tests-0.3.13.12

Description

Test modules from dev-lang/python

Added to portage

2026-02-04

python-tests - 0.3.14.3
Ebuild name:

dev-python/python-tests-0.3.14.3

Description

Test modules from dev-lang/python

Added to portage

2026-02-04

python-tests - 3.13.12
Ebuild name:

dev-python/python-tests-3.13.12

Description

Test modules from dev-lang/python

Added to portage

2026-02-04

python-tests - 3.14.3
Ebuild name:

dev-python/python-tests-3.14.3

Description

Test modules from dev-lang/python

Added to portage

2026-02-04

pyzotero - 1.9.0
Ebuild name:

dev-python/pyzotero-1.9.0

Description

A Python client for the Zotero API

Added to portage

2026-02-04

qca - 2.3.10-r1
Ebuild name:

app-crypt/qca-2.3.10-r1

Description

Qt Cryptographic Architecture (QCA)

Added to portage

2026-02-04

qca - 9999
Ebuild name:

app-crypt/qca-9999

Description

Qt Cryptographic Architecture (QCA)

Added to portage

2026-02-04

quickcrypt - 0.9.2b-r1
Ebuild name:

app-crypt/quickcrypt-0.9.2b-r1

Description

gives you a quick MD5 Password from any string

Added to portage

2026-02-04

quickcrypt - 0.9.2b-r1
Ebuild name:

app-crypt/quickcrypt-0.9.2b-r1

Description

gives you a quick MD5 Password from any string

Added to portage

2026-02-04

rainbowcrack - 1.8
Ebuild name:

app-crypt/rainbowcrack-1.8

Description

Hash cracker that precomputes plaintext - ciphertext pairs in advance

Added to portage

2026-02-04

rainbowcrack - 1.8
Ebuild name:

app-crypt/rainbowcrack-1.8

Description

Hash cracker that precomputes plaintext - ciphertext pairs in advance

Added to portage

2026-02-04

reflex - 20260131
Ebuild name:

sys-devel/reflex-20260131

Description

This is a variant of the flex fast lexical scanner

Added to portage

2026-02-04

ruff - 0.15.0
Ebuild name:

dev-util/ruff-0.15.0

Description

An extremely fast Python linter, written in Rust

Added to portage

2026-02-04

sabctools - 9.3.2
Ebuild name:

dev-python/sabctools-9.3.2

Description

Module providing raw yEnc encoding/decoding for SABnzbd

Added to portage

2026-02-04

speechd-el - 2.12
Ebuild name:

app-accessibility/speechd-el-2.12

Description

Emacs speech support

Added to portage

2026-02-04

teamspeak-client - 6.0.0_beta3-r4
Ebuild name:

media-sound/teamspeak-client-6.0.0_beta3-r4

Description

A client software for quality voice communication via t

Added to portage

2026-02-04

tqdm - 4.67.3
Ebuild name:

dev-python/tqdm-4.67.3

Description

Add a progress meter to your loops in a second

Added to portage

2026-02-04

userspace-rcu - 0.15.6
Ebuild name:

dev-libs/userspace-rcu-0.15.6

Description

Userspace RCU (read-copy-update) library

Added to portage

2026-02-04

uv - 0.9.29
Ebuild name:

dev-python/uv-0.9.29

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-02-04

uv-build - 0.9.29
Ebuild name:

dev-python/uv-build-0.9.29

Description

PEP517 uv build backend

Added to portage

2026-02-04

virt-firmware - 25.12
Ebuild name:

app-emulation/virt-firmware-25.12

Description

Tools for ovmf/armvirt firmware volumes

Added to portage

2026-02-04

wordpress - 6.9.1
Ebuild name:

www-apps/wordpress-6.9.1

Description

Wordpress PHP and MySQL based content management system (CMS)

Added to portage

2026-02-04

yaml - 1.2.3
Ebuild name:

app-emacs/yaml-1.2.3

Description

YAML parser in Emacs Lisp

Added to portage

2026-02-04

yt-dlp - 2026.02.04
Ebuild name:

net-misc/yt-dlp-2026.02.04

Description

youtube-dl fork with additional features and fixes

Added to portage

2026-02-04

zope-component - 7.1
Ebuild name:

dev-python/zope-component-7.1

Description

Zope Component Architecture

Added to portage

2026-02-04

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