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:

82902

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-01-22
awscli - 1.44.22
Ebuild name:

app-admin/awscli-1.44.22

Description

Universal Command Line Environment for AWS

Added to portage

2026-01-22

boto3 - 1.42.32
Ebuild name:

dev-python/boto3-1.42.32

Description

The AWS SDK for Python

Added to portage

2026-01-22

botocore - 1.42.32
Ebuild name:

dev-python/botocore-1.42.32

Description

Low-level, data-driven core of boto 3

Added to portage

2026-01-22

cargo-nextest - 0.9.122
Ebuild name:

dev-util/cargo-nextest-0.9.122

Description

Next-generation test runner for Rust

Added to portage

2026-01-22

cargo-tarpaulin - 0.35.1
Ebuild name:

dev-util/cargo-tarpaulin-0.35.1

Description

Cargo-Tarpaulin is a tool to determine code coverage achieved via t

Added to portage

2026-01-22

cfn-lint - 1.43.4
Ebuild name:

dev-python/cfn-lint-1.43.4

Description

CloudFormation Linter

Added to portage

2026-01-22

cmocka - 2.0.2
Ebuild name:

dev-util/cmocka-2.0.2

Description

Unit testing framework for C

Added to portage

2026-01-22

dbeaver-bin - 25.3.3
Ebuild name:

dev-db/dbeaver-bin-25.3.3

Description

Free universal database tool (community edition)

Added to portage

2026-01-22

eggdrop - 1.10.1
Ebuild name:

net-irc/eggdrop-1.10.1

Description

An IRC bot extensible with C or TCL

Added to portage

2026-01-22

ensurepip-wheel - 0.46.2
Ebuild name:

dev-python/ensurepip-wheel-0.46.2

Description

Shared wheel wheel for use in pip tests

Added to portage

2026-01-22

gentoolkit - 0.7
Ebuild name:

app-portage/gentoolkit-0.7

Description

Collection of administration scripts for Gentoo

Added to portage

2026-01-22

gherkin-official - 38.0.0
Ebuild name:

dev-python/gherkin-official-38.0.0

Description

Gherkin parser/compiler for Python

Added to portage

2026-01-22

krita - 6.0.0_alpha_pre20260121
Ebuild name:

media-gfx/krita-6.0.0_alpha_pre20260121

Description

Free digital painting application. Digital Painting, Creati

Added to portage

2026-01-22

marknote - 1.4.0
Ebuild name:

app-text/marknote-1.4.0

Description

Markdown editor with a wide range of formating options for everyday notes

Added to portage

2026-01-22

mongodb-compass-bin - 1.49.0
Ebuild name:

dev-db/mongodb-compass-bin-1.49.0

Description

GUI for MongoDB

Added to portage

2026-01-22

oath-toolkit - 2.6.13
Ebuild name:

sys-auth/oath-toolkit-2.6.13

Description

Toolkit for using one-time password authentication with HOTP/TOTP algo

Added to portage

2026-01-22

openpgp-keys-libseccomp - 20260122
Ebuild name:

sec-keys/openpgp-keys-libseccomp-20260122

Description

OpenPGP key used for sys-libs/libseccomp

Added to portage

2026-01-22

openpgp-keys-oath-toolkit - 20260122
Ebuild name:

sec-keys/openpgp-keys-oath-toolkit-20260122

Description

OpenPGP keys used for sys-auth/oath-toolkit

Added to portage

2026-01-22

packaging - 26.0
Ebuild name:

dev-python/packaging-26.0

Description

Core utilities for Python packages

Added to portage

2026-01-22

pandoc-mode - 2.35
Ebuild name:

app-emacs/pandoc-mode-2.35

Description

GNU Emacs minor mode for interacting with Pandoc

Added to portage

2026-01-22

pandoc-mode - 2.90.2
Ebuild name:

app-emacs/pandoc-mode-2.90.2

Description

GNU Emacs minor mode for interacting with Pandoc

Added to portage

2026-01-22

pass-otp - 1.2.0-r3
Ebuild name:

app-admin/pass-otp-1.2.0-r3

Description

A pass extension for managing one-time-password (OTP) tokens

Added to portage

2026-01-22

pcl - 1.14.1-r3
Ebuild name:

sci-libs/pcl-1.14.1-r3

Description

2D/3D image and point cloud processing

Added to portage

2026-01-22

pycparser - 3.0
Ebuild name:

dev-python/pycparser-3.0

Description

C parser and AST generator written in Python

Added to portage

2026-01-22

skrooge - 26.1.20
Ebuild name:

app-office/skrooge-26.1.20

Description

Personal finances manager, aiming at being simple and intuitive

Added to portage

2026-01-22

sqlalchemy - 2.0.46
Ebuild name:

dev-python/sqlalchemy-2.0.46

Description

Python SQL toolkit and Object Relational Mapper

Added to portage

2026-01-22

upterm - 0.22.0
Ebuild name:

app-misc/upterm-0.22.0

Description

Instant Terminal Sharing

Added to portage

2026-01-22

wheel - 0.46.2
Ebuild name:

dev-python/wheel-0.46.2

Description

A built-package format for Python

Added to portage

2026-01-22

2026-01-21
apprise - 1.9.7
Ebuild name:

dev-python/apprise-1.9.7

Description

Push Notifications that work with just about every platform

Added to portage

2026-01-21

asciinema - 3.1.0
Ebuild name:

app-misc/asciinema-3.1.0

Description

Terminal session recorder, streamer, and player

Added to portage

2026-01-21

awscli - 1.44.21
Ebuild name:

app-admin/awscli-1.44.21

Description

Universal Command Line Environment for AWS

Added to portage

2026-01-21

biboumi - 10.0_pre20260110
Ebuild name:

net-im/biboumi-10.0_pre20260110

Description

XMPP gateway to IRC

Added to portage

2026-01-21

bluetui - 0.8.1
Ebuild name:

net-wireless/bluetui-0.8.1

Description

TUI for managing bluetooth on Linux

Added to portage

2026-01-21

boto3 - 1.42.31
Ebuild name:

dev-python/boto3-1.42.31

Description

The AWS SDK for Python

Added to portage

2026-01-21

botocore - 1.42.31
Ebuild name:

dev-python/botocore-1.42.31

Description

Low-level, data-driven core of boto 3

Added to portage

2026-01-21

caffe2 - 2.9.1-r3
Ebuild name:

sci-ml/caffe2-2.9.1-r3

Description

A deep learning framework

Added to portage

2026-01-21

chrome-binary-plugins - 144.0.7559.96
Ebuild name:

www-plugins/chrome-binary-plugins-144.0.7559.96

Description

Binary plugins from Google Chrome for use in Chromi

Added to portage

2026-01-21

chromedriver-bin - 144.0.7559.96
Ebuild name:

www-apps/chromedriver-bin-144.0.7559.96

Description

WebDriver for Chrome

Added to portage

2026-01-21

chromium - 144.0.7559.96
Ebuild name:

www-client/chromium-144.0.7559.96

Description

Open-source version of Google Chrome web browser

Added to portage

2026-01-21

clanbomber - 2.3_p20220703
Ebuild name:

games-action/clanbomber-2.3_p20220703

Description

Bomberman-like multiplayer game

Added to portage

2026-01-21

claude-code - 2.1.14
Ebuild name:

dev-util/claude-code-2.1.14

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-01-21

curl - 8.18.0
Ebuild name:

net-misc/curl-8.18.0

Description

A Client that groks URLs

Added to portage

2026-01-21

django-debug-toolbar - 6.2.0
Ebuild name:

dev-python/django-debug-toolbar-6.2.0

Description

A configurable set of panels that display various debug infor

Added to portage

2026-01-21

dropbox - 240.4.8493
Ebuild name:

net-misc/dropbox-240.4.8493

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-01-21

elementpath - 5.1.1
Ebuild name:

dev-python/elementpath-5.1.1

Description

XPath 1.0/2.0 parsers and selectors for ElementTree and lxml

Added to portage

2026-01-21

fastbencode - 0.3.9
Ebuild name:

dev-python/fastbencode-0.3.9

Description

Implementation of bencode with Rust implementation

Added to portage

2026-01-21

ffmpeg-chromium - 145
Ebuild name:

media-video/ffmpeg-chromium-145

Description

FFmpeg built specifically for codec support in Chromium-based brows

Added to portage

2026-01-21

fotocx - 26.1
Ebuild name:

media-gfx/fotocx-26.1

Description

Program for improving image files made with a digital camera

Added to portage

2026-01-21

framework_tool - 0.5.0
Ebuild name:

app-laptop/framework_tool-0.5.0

Description

Tool to control Framework Computer systems

Added to portage

2026-01-21

gn - 0.2318
Ebuild name:

dev-build/gn-0.2318

Description

GN is a meta-build system that generates build files for Ninja

Added to portage

2026-01-21

google-chrome - 144.0.7559.96
Ebuild name:

www-client/google-chrome-144.0.7559.96

Description

The web browser from Google

Added to portage

2026-01-21

hackrf-tools - 2026.01.2
Ebuild name:

net-wireless/hackrf-tools-2026.01.2

Description

tools for communicating with HackRF SDR platform

Added to portage

2026-01-21

harfbuzz - 12.3.1
Ebuild name:

media-libs/harfbuzz-12.3.1

Description

An OpenType text shaping engine

Added to portage

2026-01-21

iotop-c - 1.31
Ebuild name:

sys-process/iotop-c-1.31

Description

top utility for IO (C port)

Added to portage

2026-01-21

ircii - 20260115
Ebuild name:

net-irc/ircii-20260115

Description

An IRC and ICB client that runs under most UNIX platforms

Added to portage

2026-01-21

jenkins-bin - 2.541.1
Ebuild name:

dev-util/jenkins-bin-2.541.1

Description

The leading open source automation server

Added to portage

2026-01-21

kmscon - 9.2.1
Ebuild name:

sys-apps/kmscon-9.2.1

Description

KMS/DRM based virtual Console Emulator

Added to portage

2026-01-21

less - 691
Ebuild name:

sys-apps/less-691

Description

Excellent text file viewer

Added to portage

2026-01-21

libhackrf - 2026.01.2
Ebuild name:

net-libs/libhackrf-2026.01.2

Description

library for communicating with HackRF SDR platform

Added to portage

2026-01-21

markdown - 3.10.1
Ebuild name:

dev-python/markdown-3.10.1

Description

Python implementation of the markdown markup language

Added to portage

2026-01-21

mcelog - 210
Ebuild name:

app-admin/mcelog-210

Description

A tool to log and decode Machine Check Exceptions

Added to portage

2026-01-21

memtest86-bin - 11.6
Ebuild name:

sys-apps/memtest86-bin-11.6

Description

Stand alone memory testing software for x86 EFI hardware

Added to portage

2026-01-21

microsoft-edge-beta - 144.0.3719.82
Ebuild name:

www-client/microsoft-edge-beta-144.0.3719.82

Description

The web browser from Microsoft

Added to portage

2026-01-21

mysql - 8.0.45
Ebuild name:

dev-db/mysql-8.0.45

Description

A fast, multi-threaded, multi-user SQL database server

Added to portage

2026-01-21

mysql - 8.4.8
Ebuild name:

dev-db/mysql-8.4.8

Description

Fast, multi-threaded, multi-user SQL database server

Added to portage

2026-01-21

nghttp3 - 1.15.0
Ebuild name:

net-libs/nghttp3-1.15.0

Description

HTTP/3 library written in C

Added to portage

2026-01-21

ngtcp2 - 1.20.0
Ebuild name:

net-libs/ngtcp2-1.20.0

Description

Implementation of the IETF QUIC Protocol

Added to portage

2026-01-21

openpgp-keys-dshaw - 20260121
Ebuild name:

sec-keys/openpgp-keys-dshaw-20260121

Description

OpenPGP key used by David Shaw

Added to portage

2026-01-21

openpgp-keys-inetutils - 20260120
Ebuild name:

sec-keys/openpgp-keys-inetutils-20260120

Description

OpenPGP keys used for net-misc/inetutils

Added to portage

2026-01-21

openpgp-keys-libssh - 20260121
Ebuild name:

sec-keys/openpgp-keys-libssh-20260121

Description

OpenPGP key used by net-libs/libssh

Added to portage

2026-01-21

openpgp-keys-martinlambers - 20260120
Ebuild name:

sec-keys/openpgp-keys-martinlambers-20260120

Description

OpenPGP key used by Martin Lambers

Added to portage

2026-01-21

openpgp-keys-milanbroz - 20260121
Ebuild name:

sec-keys/openpgp-keys-milanbroz-20260121

Description

OpenPGP key used by Milan Broz

Added to portage

2026-01-21

openpgp-keys-mysql - 20250120
Ebuild name:

sec-keys/openpgp-keys-mysql-20250120

Description

OpenPGP keys used to sign MySQL releases

Added to portage

2026-01-21

openpgp-keys-p11-kit - 20260120
Ebuild name:

sec-keys/openpgp-keys-p11-kit-20260120

Description

OpenPGP key used to sign p11-kit releases

Added to portage

2026-01-21

openpgp-keys-stewartsmith - 20260121
Ebuild name:

sec-keys/openpgp-keys-stewartsmith-20260121

Description

OpenPGP key used by Stewart Smith

Added to portage

2026-01-21

openpgp-keys-stunnel - 20260120
Ebuild name:

sec-keys/openpgp-keys-stunnel-20260120

Description

OpenPGP key used by stunnel

Added to portage

2026-01-21

openpgp-keys-wernerlemberg - 20260121
Ebuild name:

sec-keys/openpgp-keys-wernerlemberg-20260121

Description

OpenPGP key used by Werner Lemberg (wl)

Added to portage

2026-01-21

openpgp-keys-zstd - 20260121
Ebuild name:

sec-keys/openpgp-keys-zstd-20260121

Description

OpenPGP key used by app-arch/zstd

Added to portage

2026-01-21

opera-developer - 128.0.5783.0
Ebuild name:

www-client/opera-developer-128.0.5783.0

Description

A fast and secure web browser

Added to portage

2026-01-21

pandas - 3.0.0
Ebuild name:

dev-python/pandas-3.0.0

Description

Powerful data structures for data analysis and statistics

Added to portage

2026-01-21

paredit - 26-r1
Ebuild name:

app-emacs/paredit-26-r1

Description

Minor mode for performing structured editing of S-expressions

Added to portage

2026-01-21

pariemacs - 3.14-r1
Ebuild name:

app-emacs/pariemacs-3.14-r1

Description

sci-mathematics/pari emacs mode

Added to portage

2026-01-21

parsebib - 6.7
Ebuild name:

app-emacs/parsebib-6.7

Description

Emacs Lisp library for reading .bib files

Added to portage

2026-01-21

parseclj - 1.1.1
Ebuild name:

app-emacs/parseclj-1.1.1

Description

Clojure Parser for Emacs Lisp

Added to portage

2026-01-21

pass - 1.7.4-r3
Ebuild name:

app-admin/pass-1.7.4-r3

Description

Stores, retrieves, generates, and synchronizes passwords securely

Added to portage

2026-01-21

pass - 2.0_p20260109
Ebuild name:

app-emacs/pass-2.0_p20260109

Description

Major mode for password-store

Added to portage

2026-01-21

password-store-otp - 0.1.5
Ebuild name:

app-emacs/password-store-otp-0.1.5

Description

Major mode for password-store

Added to portage

2026-01-21

php - 8.3.30
Ebuild name:

dev-lang/php-8.3.30

Description

The PHP language runtime engine

Added to portage

2026-01-21

php - 8.4.17
Ebuild name:

dev-lang/php-8.4.17

Description

The PHP language runtime engine

Added to portage

2026-01-21

php - 8.5.2
Ebuild name:

dev-lang/php-8.5.2

Description

The PHP language runtime engine

Added to portage

2026-01-21

podman - 5.7.0
Ebuild name:

dev-python/podman-5.7.0

Description

A library to interact with a Podman server

Added to portage

2026-01-21

poetry - 2.3.1
Ebuild name:

dev-python/poetry-2.3.1

Description

A frontend for poetry - a python dependency management and packaging tool

Added to portage

2026-01-21

portage - 3.0.76-r1
Ebuild name:

sys-apps/portage-3.0.76-r1

Description

The package management and distribution system for Gentoo

Added to portage

2026-01-21

pyparsing - 3.3.2
Ebuild name:

dev-python/pyparsing-3.3.2

Description

Easy-to-use Python module for text parsing

Added to portage

2026-01-21

pytokens - 0.4.0-r1
Ebuild name:

dev-python/pytokens-0.4.0-r1

Description

A fast, spec compliant Python 3.13+ tokenizer that runs on older Pytho

Added to portage

2026-01-21

qbittorrent - 5.0.5-r1
Ebuild name:

net-p2p/qbittorrent-5.0.5-r1

Description

BitTorrent client in C++ and Qt

Added to portage

2026-01-21

qbittorrent - 5.1.2-r1
Ebuild name:

net-p2p/qbittorrent-5.1.2-r1

Description

BitTorrent client in C++ and Qt

Added to portage

2026-01-21

quiche - 0.24.8
Ebuild name:

net-libs/quiche-0.24.8

Description

Implementation of the QUIC transport protocol and HTTP/3

Added to portage

2026-01-21

sarge - 0.1.8
Ebuild name:

dev-python/sarge-0.1.8

Description

Wrapper for subprocess which provides command pipeline functionality

Added to portage

2026-01-21

soupsieve - 2.8.3
Ebuild name:

dev-python/soupsieve-2.8.3

Description

A modern CSS selector implementation for BeautifulSoup

Added to portage

2026-01-21

sslscan - 2.2.1
Ebuild name:

net-analyzer/sslscan-2.2.1

Description

Fast SSL configuration scanner

Added to portage

2026-01-21

tomcat-native - 1.3.5
Ebuild name:

dev-java/tomcat-native-1.3.5

Description

Allows Tomcat to use certain native resources for better performance

Added to portage

2026-01-21

udiskie - 2.6.1
Ebuild name:

sys-fs/udiskie-2.6.1

Description

An automatic disk mounting service using udisks

Added to portage

2026-01-21

wcwidth - 0.3.0
Ebuild name:

dev-python/wcwidth-0.3.0

Description

Measures number of Terminal column cells of wide-character codes

Added to portage

2026-01-21

wsjtx_improved - 3.0.0_p20251212
Ebuild name:

media-radio/wsjtx_improved-3.0.0_p20251212

Description

Weak signal ham radio communication with improvements

Added to portage

2026-01-21

xkcdpass - 1.30.0
Ebuild name:

app-admin/xkcdpass-1.30.0

Description

Password generator inspired by XKCD 936

Added to portage

2026-01-21

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