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:

84908

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-03
boost-m4 - 0.4_p20250404
Ebuild name:

dev-build/boost-m4-0.4_p20250404

Description

Another set of autoconf macros for compiling against boost

Added to portage

2026-05-03

cudd - 3.0.0-r1
Ebuild name:

sci-mathematics/cudd-3.0.0-r1

Description

Colorado University binary Decision Diagram library

Added to portage

2026-05-03

gzip - 1.14_p20260502
Ebuild name:

app-arch/gzip-1.14_p20260502

Description

Standard GNU compressor

Added to portage

2026-05-03

mac - 12.76
Ebuild name:

media-sound/mac-12.76

Description

Monkey's Audio Codecs

Added to portage

2026-05-03

2026-05-02
awscli - 1.45.2
Ebuild name:

app-admin/awscli-1.45.2

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-02

bindfs - 1.18.4
Ebuild name:

sys-fs/bindfs-1.18.4

Description

FUSE filesystem for bind mounting with altered permissions

Added to portage

2026-05-02

boto3 - 1.43.2
Ebuild name:

dev-python/boto3-1.43.2

Description

The AWS SDK for Python

Added to portage

2026-05-02

botocore - 1.43.2
Ebuild name:

dev-python/botocore-1.43.2

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-02

brotli - 0.8.0
Ebuild name:

dev-ruby/brotli-0.8.0

Description

Brotli compressor/decompressor

Added to portage

2026-05-02

cachetools - 7.1.0
Ebuild name:

dev-python/cachetools-7.1.0

Description

Extensible memoizing collections and decorators

Added to portage

2026-05-02

crossdev - 20260501
Ebuild name:

sys-devel/crossdev-20260501

Description

Gentoo Cross-toolchain generator

Added to portage

2026-05-02

django-polymorphic - 4.11.3
Ebuild name:

dev-python/django-polymorphic-4.11.3

Description

Seamless Polymorphic Inheritance for Django Models

Added to portage

2026-05-02

dropbox - 250.4.3245
Ebuild name:

net-misc/dropbox-250.4.3245

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-05-02

elogind - 255.23
Ebuild name:

sys-auth/elogind-255.23

Description

The systemd project's logind, extracted to a standalone package

Added to portage

2026-05-02

endeavour - 43.0-r2
Ebuild name:

app-office/endeavour-43.0-r2

Description

Personal task manager

Added to portage

2026-05-02

entangle - 3.0-r4
Ebuild name:

media-gfx/entangle-3.0-r4

Description

Tethered Camera Control & Capture

Added to portage

2026-05-02

eog - 50.1
Ebuild name:

media-gfx/eog-50.1

Description

The Eye of GNOME image viewer

Added to portage

2026-05-02

eog-plugins - 44.1-r1
Ebuild name:

media-gfx/eog-plugins-44.1-r1

Description

Eye of GNOME plugins

Added to portage

2026-05-02

eom - 1.28.1
Ebuild name:

media-gfx/eom-1.28.1

Description

The MATE image viewer

Added to portage

2026-05-02

firefox - 140.10.1-r1
Ebuild name:

www-client/firefox-140.10.1-r1

Description

Firefox Web Browser

Added to portage

2026-05-02

firefox-bin - 140.10.1-r1
Ebuild name:

www-client/firefox-bin-140.10.1-r1

Description

Firefox Web Browser

Added to portage

2026-05-02

gcc - 13.4.1_p20260429
Ebuild name:

sys-devel/gcc-13.4.1_p20260429

Description

The GNU Compiler Collection

Added to portage

2026-05-02

gcc - 14.3.1_p20260430
Ebuild name:

sys-devel/gcc-14.3.1_p20260430

Description

The GNU Compiler Collection

Added to portage

2026-05-02

gcc - 15.2.1_p20260501
Ebuild name:

sys-devel/gcc-15.2.1_p20260501

Description

The GNU Compiler Collection

Added to portage

2026-05-02

gdm-greeter - 1
Ebuild name:

acct-user/gdm-greeter-1

Description

User for GDM greeter specialized for elogind

Added to portage

2026-05-02

geary - 46.0-r2
Ebuild name:

mail-client/geary-46.0-r2

Description

A lightweight, easy-to-use, feature-rich email client

Added to portage

2026-05-02

genius - 1.0.27-r1
Ebuild name:

sci-mathematics/genius-1.0.27-r1

Description

Genius Mathematics Tool and the GEL Language

Added to portage

2026-05-02

genius - 1.0.29
Ebuild name:

sci-mathematics/genius-1.0.29

Description

Genius Mathematics Tool and the GEL Language

Added to portage

2026-05-02

geolith-jg - 0.4.1
Ebuild name:

games-emulation/geolith-jg-0.4.1

Description

Jolly Good Neo Geo AES/MVS/CD/CDZ Emulator

Added to portage

2026-05-02

gitg - 44-r5
Ebuild name:

dev-vcs/gitg-44-r5

Description

git repository viewer for GNOME

Added to portage

2026-05-02

gnome-session-openrc - 49.1
Ebuild name:

gnome-base/gnome-session-openrc-49.1

Description

Gnome session leader for OpenRC

Added to portage

2026-05-02

indilib - 2.2.1.1
Ebuild name:

sci-libs/indilib-2.2.1.1

Description

INDI Astronomical Control Protocol library

Added to portage

2026-05-02

jedi - 0.20.0
Ebuild name:

dev-python/jedi-0.20.0

Description

Autocompletion library for Python

Added to portage

2026-05-02

jgrf - 1.4.0
Ebuild name:

games-emulation/jgrf-1.4.0

Description

The Jolly Good Reference Frontend

Added to portage

2026-05-02

json - 2.19.4
Ebuild name:

dev-ruby/json-2.19.4

Description

A JSON implementation as a Ruby extension

Added to portage

2026-05-02

kitty - 0.46.2-r1
Ebuild name:

x11-terms/kitty-0.46.2-r1

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-05-02

lemon - 0.9.3
Ebuild name:

dev-ruby/lemon-0.9.3

Description

Lemon is a unit testing framework

Added to portage

2026-05-02

libabigail - 2.10
Ebuild name:

dev-util/libabigail-2.10

Description

Suite of tools for checking ABI differences between ELF objects

Added to portage

2026-05-02

libgedit-amtk - 5.10.0
Ebuild name:

gui-libs/libgedit-amtk-5.10.0

Description

Actions, Menus and Toolbars Kit for GTK applications

Added to portage

2026-05-02

libgedit-gfls - 0.4.1
Ebuild name:

gui-libs/libgedit-gfls-0.4.1

Description

A module dedicated to file loading and saving

Added to portage

2026-05-02

libgedit-gtksourceview - 299.7.0
Ebuild name:

gui-libs/libgedit-gtksourceview-299.7.0

Description

Gedit Technology - Source code editing widget

Added to portage

2026-05-02

libgedit-tepl - 6.14.0
Ebuild name:

gui-libs/libgedit-tepl-6.14.0

Description

GtkSourceView-based text editors and IDE helper library

Added to portage

2026-05-02

libgpg-error - 1.60
Ebuild name:

dev-libs/libgpg-error-1.60

Description

Contains error handling functions used by GnuPG software

Added to portage

2026-05-02

libpeas - 1.38.1
Ebuild name:

dev-libs/libpeas-1.38.1

Description

A GObject plugins library

Added to portage

2026-05-02

libsdl2 - 2.32.68
Ebuild name:

media-libs/libsdl2-2.32.68

Description

Simple Direct Media Layer

Added to portage

2026-05-02

libsdl3 - 3.4.6
Ebuild name:

media-libs/libsdl3-3.4.6

Description

Simple Direct Media Layer

Added to portage

2026-05-02

libsdl3 - 3.4.8
Ebuild name:

media-libs/libsdl3-3.4.8

Description

Simple Direct Media Layer

Added to portage

2026-05-02

libtorrent - 0.16.11
Ebuild name:

net-libs/libtorrent-0.16.11

Description

BitTorrent library written in C++ for *nix

Added to portage

2026-05-02

liquid - 5.12.0
Ebuild name:

dev-ruby/liquid-5.12.0

Description

Template engine for Ruby

Added to portage

2026-05-02

llhttp - 9.4.1
Ebuild name:

net-libs/llhttp-9.4.1

Description

Port of http_parser to llparse

Added to portage

2026-05-02

lumberjack - 2.0.5
Ebuild name:

dev-ruby/lumberjack-2.0.5

Description

A simple, powerful, and very fast logging utility

Added to portage

2026-05-02

mhash - 0.9.9.9-r4
Ebuild name:

app-crypt/mhash-0.9.9.9-r4

Description

Library providing a uniform interface to a large number of hash algorith

Added to portage

2026-05-02

minisign - 0.12
Ebuild name:

app-crypt/minisign-0.12

Description

Dead simple tool to sign files and verify signatures

Added to portage

2026-05-02

minisign - 0.12
Ebuild name:

app-crypt/minisign-0.12

Description

Dead simple tool to sign files and verify signatures

Added to portage

2026-05-02

mit-krb5 - 1.21.3
Ebuild name:

app-crypt/mit-krb5-1.21.3

Description

MIT Kerberos V

Added to portage

2026-05-02

mit-krb5 - 1.21.3-r1
Ebuild name:

app-crypt/mit-krb5-1.21.3-r1

Description

MIT Kerberos V

Added to portage

2026-05-02

mit-krb5 - 1.22.2
Ebuild name:

app-crypt/mit-krb5-1.22.2

Description

MIT Kerberos V

Added to portage

2026-05-02

mit-krb5 - 1.22.2-r1
Ebuild name:

app-crypt/mit-krb5-1.22.2-r1

Description

MIT Kerberos V

Added to portage

2026-05-02

moor - 2.12.3
Ebuild name:

sys-apps/moor-2.12.3

Description

Pager designed to do the right thing without any configuration

Added to portage

2026-05-02

mycli - 1.71.0
Ebuild name:

dev-db/mycli-1.71.0

Description

CLI for MySQL Database with auto-completion and syntax highlighting

Added to portage

2026-05-02

nss-docker-ng - 1.2.1
Ebuild name:

sys-auth/nss-docker-ng-1.2.1

Description

NSS plugin for finding Docker containers by their ID or name

Added to portage

2026-05-02

nvidia-drivers - 595.44.06
Ebuild name:

x11-drivers/nvidia-drivers-595.44.06

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2026-05-02

openapi-core - 0.23.1-r1
Ebuild name:

dev-python/openapi-core-0.23.1-r1

Description

Client-side and server-side support for the OpenAPI Specification

Added to portage

2026-05-02

parse - 1.22.0
Ebuild name:

dev-python/parse-1.22.0

Description

Parse strings using a specification based on the Python format() syntax

Added to portage

2026-05-02

parso - 0.8.7
Ebuild name:

dev-python/parso-0.8.7

Description

A python parser that supports error recovery and round-trip parsing

Added to portage

2026-05-02

perl - 5.42.2
Ebuild name:

dev-lang/perl-5.42.2

Description

Larry Wall's Practical Extraction and Report Language

Added to portage

2026-05-02

perl-Compress-Raw-Zlib - 2.222.0
Ebuild name:

virtual/perl-Compress-Raw-Zlib-2.222.0

Description

Virtual for

Added to portage

2026-05-02

perl-Module-CoreList - 5.202.603.30
Ebuild name:

virtual/perl-Module-CoreList-5.202.603.30

Description

Virtual for

Added to portage

2026-05-02

pplpy - 0.9.0
Ebuild name:

dev-python/pplpy-0.9.0

Description

Python bindings for the Parma Polyhedra Library (PPL)

Added to portage

2026-05-02

proftpd - 1.3.9a
Ebuild name:

net-ftp/proftpd-1.3.9a

Description

An advanced and very configurable FTP server

Added to portage

2026-05-02

psycopg - 3.3.4
Ebuild name:

dev-python/psycopg-3.3.4

Description

PostgreSQL database adapter for Python

Added to portage

2026-05-02

pymysql - 1.1.3
Ebuild name:

dev-python/pymysql-1.1.3

Description

Pure-Python MySQL Driver

Added to portage

2026-05-02

qtkeychain - 0.16.0
Ebuild name:

dev-libs/qtkeychain-0.16.0

Description

Qt API for storing passwords securely

Added to portage

2026-05-02

rhythmbox - 3.4.9-r1
Ebuild name:

media-sound/rhythmbox-3.4.9-r1

Description

Music management and playback software for GNOME

Added to portage

2026-05-02

rich-argparse - 1.8.0
Ebuild name:

dev-python/rich-argparse-1.8.0

Description

Rich help formatters for argparse and optparse

Added to portage

2026-05-02

rtorrent - 0.16.11
Ebuild name:

net-p2p/rtorrent-0.16.11

Description

BitTorrent Client using libtorrent

Added to portage

2026-05-02

rygel - 45.1
Ebuild name:

net-misc/rygel-45.1

Description

Rygel is an open source UPnP/DLNA MediaServer

Added to portage

2026-05-02

sandbox - 2.48
Ebuild name:

sys-apps/sandbox-2.48

Description

sandbox'd LD_PRELOAD hack

Added to portage

2026-05-02

slixmpp - 1.15.0
Ebuild name:

dev-python/slixmpp-1.15.0

Description

Python 3 library for XMPP

Added to portage

2026-05-02

socnetv - 3.4
Ebuild name:

app-misc/socnetv-3.4

Description

Qt Social Network Visualizer

Added to portage

2026-05-02

strace - 7.0-r1
Ebuild name:

dev-debug/strace-7.0-r1

Description

Useful diagnostic, instructional, and debugging tool

Added to portage

2026-05-02

superqt - 0.8.1
Ebuild name:

dev-python/superqt-0.8.1

Description

Missing widgets and components for PyQt/PySide

Added to portage

2026-05-02

thunderbird - 140.10.1
Ebuild name:

mail-client/thunderbird-140.10.1

Description

Thunderbird Mail Client

Added to portage

2026-05-02

thunderbird - 150.0.1
Ebuild name:

mail-client/thunderbird-150.0.1

Description

Thunderbird Mail Client

Added to portage

2026-05-02

thunderbird-bin - 140.10.1
Ebuild name:

mail-client/thunderbird-bin-140.10.1

Description

Thunderbird Mail Client

Added to portage

2026-05-02

thunderbird-bin - 150.0.1
Ebuild name:

mail-client/thunderbird-bin-150.0.1

Description

Thunderbird Mail Client

Added to portage

2026-05-02

thunderbird-l10n - 150.0.1
Ebuild name:

mail-client/thunderbird-l10n-150.0.1

Description

Thunderbird mail client's translation files

Added to portage

2026-05-02

tree-sitter - 0.25.2-r1
Ebuild name:

dev-python/tree-sitter-0.25.2-r1

Description

Python bindings to the Tree-sitter parsing library

Added to portage

2026-05-02

turbovnc - 3.3-r1
Ebuild name:

net-misc/turbovnc-3.3-r1

Description

A fast replacement for TigerVNC

Added to portage

2026-05-02

wine-staging - 11.8
Ebuild name:

app-emulation/wine-staging-11.8

Description

Free implementation of Windows(tm) on Unix, with Wine-Staging patch

Added to portage

2026-05-02

wine-vanilla - 11.8
Ebuild name:

app-emulation/wine-vanilla-11.8

Description

Free implementation of Windows(tm) on Unix, without external patchs

Added to portage

2026-05-02

wsjtx_improved - 3.1.0_p260418
Ebuild name:

media-radio/wsjtx_improved-3.1.0_p260418

Description

Weak signal ham radio communication with improvements

Added to portage

2026-05-02

zen-sources - 7.0.3
Ebuild name:

sys-kernel/zen-sources-7.0.3

Description

The Zen Kernel Live Sources

Added to portage

2026-05-02

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