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:

84551

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-04-22
android-studio - 2025.3.4.6
Ebuild name:

dev-util/android-studio-2025.3.4.6

Description

Android development environment based on IntelliJ IDEA

Added to portage

2026-04-22

apache-arrow - 24.0.0
Ebuild name:

dev-libs/apache-arrow-24.0.0

Description

A cross-language development platform for in-memory data

Added to portage

2026-04-22

apache-libcloud - 3.9.1
Ebuild name:

dev-python/apache-libcloud-3.9.1

Description

Unified Interface to the Cloud - python support libs

Added to portage

2026-04-22

claude-code - 2.1.116
Ebuild name:

dev-util/claude-code-2.1.116

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-04-22

hplip - 3.25.8-r1
Ebuild name:

net-print/hplip-3.25.8-r1

Description

HP Linux Imaging and Printing - Print, scan, fax drivers and service tool

Added to portage

2026-04-22

idna - 3.12
Ebuild name:

dev-python/idna-3.12

Description

Internationalized Domain Names in Applications (IDNA)

Added to portage

2026-04-22

libpwquality - 1.4.5-r3
Ebuild name:

dev-libs/libpwquality-1.4.5-r3

Description

Library for password quality checking and generating random password

Added to portage

2026-04-22

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

mypy - 1.20.2
Ebuild name:

dev-python/mypy-1.20.2

Description

Optional static typing for Python

Added to portage

2026-04-22

pyarrow - 24.0.0
Ebuild name:

dev-python/pyarrow-24.0.0

Description

Python library for Apache Arrow

Added to portage

2026-04-22

pydata-sphinx-theme - 0.17.1
Ebuild name:

dev-python/pydata-sphinx-theme-0.17.1

Description

Bootstrap-based Sphinx theme from the PyData community

Added to portage

2026-04-22

ruby - 4.0.3
Ebuild name:

dev-lang/ruby-4.0.3

Description

An object-oriented scripting language

Added to portage

2026-04-22

skanpage - 25.12.3-r1
Ebuild name:

media-gfx/skanpage-25.12.3-r1

Description

Multi-page scanning application supporting image and pdf files

Added to portage

2026-04-22

skanpage - 26.04.0-r1
Ebuild name:

media-gfx/skanpage-26.04.0-r1

Description

Multi-page scanning application supporting image and pdf files

Added to portage

2026-04-22

uvicorn - 0.45.0
Ebuild name:

dev-python/uvicorn-0.45.0

Description

Lightning-fast ASGI server implementation

Added to portage

2026-04-22

webkit-gtk - 2.52.3-r410
Ebuild name:

net-libs/webkit-gtk-2.52.3-r410

Description

Open source web browser engine

Added to portage

2026-04-22

webkit-gtk - 2.52.3-r600
Ebuild name:

net-libs/webkit-gtk-2.52.3-r600

Description

Open source web browser engine

Added to portage

2026-04-22

2026-04-21
awscli - 1.44.82
Ebuild name:

app-admin/awscli-1.44.82

Description

Universal Command Line Environment for AWS

Added to portage

2026-04-21

boto3 - 1.42.92
Ebuild name:

dev-python/boto3-1.42.92

Description

The AWS SDK for Python

Added to portage

2026-04-21

botocore - 1.42.92
Ebuild name:

dev-python/botocore-1.42.92

Description

Low-level, data-driven core of boto 3

Added to portage

2026-04-21

cachetools - 7.0.6
Ebuild name:

dev-python/cachetools-7.0.6

Description

Extensible memoizing collections and decorators

Added to portage

2026-04-21

cfn-lint - 1.49.0
Ebuild name:

dev-python/cfn-lint-1.49.0

Description

CloudFormation Linter

Added to portage

2026-04-21

chirp - 20260417
Ebuild name:

media-radio/chirp-20260417

Description

A free, open-source tool for programming your radio

Added to portage

2026-04-21

clang - 22.1.4
Ebuild name:

dev-python/clang-22.1.4

Description

Python bindings for llvm-core/clang

Added to portage

2026-04-21

clang - 22.1.4
Ebuild name:

llvm-core/clang-22.1.4

Description

C language family frontend for LLVM

Added to portage

2026-04-21

clang-common - 22.1.4
Ebuild name:

llvm-core/clang-common-22.1.4

Description

Common files shared between multiple slots of clang

Added to portage

2026-04-21

compiler-rt - 22.1.4
Ebuild name:

llvm-runtimes/compiler-rt-22.1.4

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-04-21

compiler-rt-sanitizers - 22.1.4
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-22.1.4

Description

Compiler runtime libraries for clang (sanitizers & xray

Added to portage

2026-04-21

ddcutil - 2.2.6
Ebuild name:

app-misc/ddcutil-2.2.6

Description

Program for querying and changing monitor settings

Added to portage

2026-04-21

firefox - 140.10.0
Ebuild name:

www-client/firefox-140.10.0

Description

Firefox Web Browser

Added to portage

2026-04-21

firefox - 150.0
Ebuild name:

www-client/firefox-150.0

Description

Firefox Web Browser

Added to portage

2026-04-21

firefox-bin - 140.10.0
Ebuild name:

www-client/firefox-bin-140.10.0

Description

Firefox Web Browser

Added to portage

2026-04-21

firefox-l10n - 150.0
Ebuild name:

www-client/firefox-l10n-150.0

Description

Firefox Web Browser's translation files

Added to portage

2026-04-21

flang - 22.1.4
Ebuild name:

llvm-core/flang-22.1.4

Description

LLVM's Fortran frontend

Added to portage

2026-04-21

flang-rt - 22.1.4
Ebuild name:

llvm-runtimes/flang-rt-22.1.4

Description

LLVM's Fortran runtime

Added to portage

2026-04-21

git - 2.54.0
Ebuild name:

dev-vcs/git-2.54.0

Description

Stupid content tracker distributed VCS designed for speed and efficiency

Added to portage

2026-04-21

htmlcxx - 0.87-r1
Ebuild name:

dev-cpp/htmlcxx-0.87-r1

Description

A simple non-validating CSS 1 and HTML parser for C++

Added to portage

2026-04-21

jupyter-events - 0.12.1
Ebuild name:

dev-python/jupyter-events-0.12.1

Description

Jupyter Event System library

Added to portage

2026-04-21

libclc - 22.1.4
Ebuild name:

llvm-core/libclc-22.1.4

Description

OpenCL C library

Added to portage

2026-04-21

libcxx - 22.1.4
Ebuild name:

llvm-runtimes/libcxx-22.1.4

Description

New implementation of the C++ standard library, targeting C++11

Added to portage

2026-04-21

libcxxabi - 22.1.4
Ebuild name:

llvm-runtimes/libcxxabi-22.1.4

Description

Low level support for a standard C++ library

Added to portage

2026-04-21

libdbusmenu-lxqt - 0.4.0
Ebuild name:

dev-libs/libdbusmenu-lxqt-0.4.0

Description

LXQt DBusMenu Implementation

Added to portage

2026-04-21

libfm-qt - 2.4.0
Ebuild name:

x11-libs/libfm-qt-2.4.0

Description

Qt Library for Building File Managers

Added to portage

2026-04-21

libgcc - 22.1.4
Ebuild name:

llvm-runtimes/libgcc-22.1.4

Description

Compiler runtime library for clang, compatible with libgcc_s

Added to portage

2026-04-21

liblouis - 3.37.0-r1
Ebuild name:

dev-libs/liblouis-3.37.0-r1

Description

An open-source braille translator and back-translator

Added to portage

2026-04-21

liblxqt - 2.4.0
Ebuild name:

lxqt-base/liblxqt-2.4.0

Description

Common base library for the LXQt desktop environment

Added to portage

2026-04-21

libqtxdg - 4.4.0
Ebuild name:

dev-libs/libqtxdg-4.4.0

Description

Qt Implementation of XDG Standards

Added to portage

2026-04-21

libquo - 1.4
Ebuild name:

sys-cluster/libquo-1.4

Description

Run-time tuning of process binding policies made easy

Added to portage

2026-04-21

libunwind - 22.1.4
Ebuild name:

llvm-runtimes/libunwind-22.1.4

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-04-21

lit - 22.1.4
Ebuild name:

dev-python/lit-22.1.4

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-04-21

lld - 22.1.4
Ebuild name:

llvm-core/lld-22.1.4

Description

The LLVM linker (link editor)

Added to portage

2026-04-21

lldb - 22.1.4
Ebuild name:

llvm-core/lldb-22.1.4

Description

The LLVM debugger

Added to portage

2026-04-21

llvm - 22.1.4
Ebuild name:

dev-ml/llvm-22.1.4

Description

OCaml bindings for LLVM

Added to portage

2026-04-21

llvm - 22.1.4
Ebuild name:

llvm-core/llvm-22.1.4

Description

Low Level Virtual Machine

Added to portage

2026-04-21

llvm-common - 22.1.4
Ebuild name:

llvm-core/llvm-common-22.1.4

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-04-21

lximage-qt - 2.4.0
Ebuild name:

media-gfx/lximage-qt-2.4.0

Description

Qt Image Viewer

Added to portage

2026-04-21

lxqt-about - 2.4.0
Ebuild name:

lxqt-base/lxqt-about-2.4.0

Description

LXQt about dialog

Added to portage

2026-04-21

lxqt-admin - 2.4.0
Ebuild name:

lxqt-base/lxqt-admin-2.4.0

Description

LXQt system administration tool

Added to portage

2026-04-21

lxqt-archiver - 1.4.0
Ebuild name:

app-arch/lxqt-archiver-1.4.0

Description

Qt GUI File Archiver

Added to portage

2026-04-21

lxqt-build-tools - 2.4.0
Ebuild name:

dev-util/lxqt-build-tools-2.4.0

Description

LXQt Build Tools

Added to portage

2026-04-21

lxqt-config - 2.4.0
Ebuild name:

lxqt-base/lxqt-config-2.4.0

Description

LXQt system configuration control center

Added to portage

2026-04-21

lxqt-globalkeys - 2.4.0
Ebuild name:

lxqt-base/lxqt-globalkeys-2.4.0

Description

Daemon and library for global keyboard shortcuts registration

Added to portage

2026-04-21

lxqt-menu-data - 2.4.0
Ebuild name:

lxqt-base/lxqt-menu-data-2.4.0

Description

LXQt Menu Files and Translations for Menu Categories

Added to portage

2026-04-21

lxqt-meta - 2.4.0
Ebuild name:

lxqt-base/lxqt-meta-2.4.0

Description

Meta ebuild for LXQt, the Lightweight Desktop Environment

Added to portage

2026-04-21

lxqt-notificationd - 2.4.0
Ebuild name:

lxqt-base/lxqt-notificationd-2.4.0

Description

LXQt notification daemon and library

Added to portage

2026-04-21

lxqt-openssh-askpass - 2.4.0
Ebuild name:

lxqt-base/lxqt-openssh-askpass-2.4.0

Description

LXQt OpenSSH user password prompt tool

Added to portage

2026-04-21

lxqt-panel - 2.4.0
Ebuild name:

lxqt-base/lxqt-panel-2.4.0

Description

LXQt desktop panel and plugins

Added to portage

2026-04-21

lxqt-policykit - 2.4.0
Ebuild name:

lxqt-base/lxqt-policykit-2.4.0

Description

LXQt PolKit authentication agent

Added to portage

2026-04-21

lxqt-powermanagement - 2.4.0
Ebuild name:

lxqt-base/lxqt-powermanagement-2.4.0

Description

LXQt daemon for power management and auto-suspend

Added to portage

2026-04-21

lxqt-qtplugin - 2.4.0
Ebuild name:

lxqt-base/lxqt-qtplugin-2.4.0

Description

LXQt system integration plugin for Qt

Added to portage

2026-04-21

lxqt-runner - 2.4.0
Ebuild name:

lxqt-base/lxqt-runner-2.4.0

Description

LXQt quick launcher

Added to portage

2026-04-21

lxqt-session - 2.4.0
Ebuild name:

lxqt-base/lxqt-session-2.4.0

Description

LXQt Session Manager

Added to portage

2026-04-21

lxqt-sudo - 2.4.0
Ebuild name:

lxqt-base/lxqt-sudo-2.4.0

Description

LXQt GUI frontend for sudo

Added to portage

2026-04-21

lxqt-themes - 2.4.0
Ebuild name:

x11-themes/lxqt-themes-2.4.0

Description

LXQt Themes

Added to portage

2026-04-21

lxqt-wayland-session - 0.4.0
Ebuild name:

lxqt-base/lxqt-wayland-session-0.4.0

Description

LXQt Wayland Session Support

Added to portage

2026-04-21

meson - 1.11.1
Ebuild name:

dev-build/meson-1.11.1

Description

Open source build system

Added to portage

2026-04-21

mlir - 22.1.4
Ebuild name:

llvm-core/mlir-22.1.4

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-04-21

narwhals - 2.20.0
Ebuild name:

dev-python/narwhals-2.20.0

Description

Extremely lightweight compatibility layer between dataframe libraries

Added to portage

2026-04-21

nxml-libvirt-schemas - 12.0.0
Ebuild name:

app-emacs/nxml-libvirt-schemas-12.0.0

Description

Extension for nxml-mode with libvirt schemas

Added to portage

2026-04-21

offload - 22.1.4
Ebuild name:

llvm-runtimes/offload-22.1.4

Description

OpenMP offloading support

Added to portage

2026-04-21

openhab-bin - 5.1.4
Ebuild name:

app-misc/openhab-bin-5.1.4

Description

An open-source automation software for your home

Added to portage

2026-04-21

openmp - 22.1.4
Ebuild name:

llvm-runtimes/openmp-22.1.4

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2026-04-21

openmp-amdgcn-amd-amdhsa - 22.1.4
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.4

Description

OpenMP target library for amdgcn devices

Added to portage

2026-04-21

openmp-nvptx64-nvidia-cuda - 22.1.4
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.4

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-04-21

oslotest - 6.1.1
Ebuild name:

dev-python/oslotest-6.1.1

Description

Oslo test framework

Added to portage

2026-04-21

pavucontrol-qt - 2.4.0
Ebuild name:

media-sound/pavucontrol-qt-2.4.0

Description

Qt GUI Pulseaudio Mixer

Added to portage

2026-04-21

pcmanfm-qt - 2.4.0
Ebuild name:

x11-misc/pcmanfm-qt-2.4.0

Description

Qt GUI Tabbed Filemanager

Added to portage

2026-04-21

pdm - 2.26.8
Ebuild name:

dev-python/pdm-2.26.8

Description

Python package and dependency manager supporting the latest PEP standards

Added to portage

2026-04-21

pelican - 4.12.0
Ebuild name:

app-text/pelican-4.12.0

Description

A tool to generate a static blog, with restructured text or markdown input

Added to portage

2026-04-21

pixi - 0.67.1
Ebuild name:

dev-util/pixi-0.67.1

Description

A package management and workflow tool

Added to portage

2026-04-21

polly - 22.1.4
Ebuild name:

llvm-core/polly-22.1.4

Description

Polyhedral optimizations for LLVM

Added to portage

2026-04-21

psycopg - 2.9.12
Ebuild name:

dev-python/psycopg-2.9.12

Description

PostgreSQL database adapter for Python

Added to portage

2026-04-21

pydantic - 2.13.3
Ebuild name:

dev-python/pydantic-2.13.3

Description

Data parsing and validation using Python type hints

Added to portage

2026-04-21

pydantic-settings - 2.14.0
Ebuild name:

dev-python/pydantic-settings-2.14.0

Description

Settings management using Pydantic

Added to portage

2026-04-21

pymongo - 4.17.0
Ebuild name:

dev-python/pymongo-4.17.0

Description

Python driver for MongoDB

Added to portage

2026-04-21

qps - 2.13.0
Ebuild name:

x11-misc/qps-2.13.0

Description

Qt GUI Process Manager

Added to portage

2026-04-21

qterminal - 2.4.0
Ebuild name:

x11-terms/qterminal-2.4.0

Description

Qt-based multitab terminal emulator

Added to portage

2026-04-21

qtermwidget - 2.4.0
Ebuild name:

x11-libs/qtermwidget-2.4.0

Description

Qt terminal emulator widget

Added to portage

2026-04-21

qtxdg-tools - 4.4.0
Ebuild name:

app-misc/qtxdg-tools-4.4.0

Description

User Tools from libqtxdg

Added to portage

2026-04-21

radarr-bin - 6.2.0.10390
Ebuild name:

www-apps/radarr-bin-6.2.0.10390

Description

A fork of Sonarr to work with movies a la Couchpotato

Added to portage

2026-04-21

rpi-eeprom - 28.15_p1
Ebuild name:

dev-embedded/rpi-eeprom-28.15_p1

Description

Updater for Raspberry Pi 4/5 bootloader and the VL805 USB controll

Added to portage

2026-04-21

rutorrent - 5.3.0
Ebuild name:

www-apps/rutorrent-5.3.0

Description

ruTorrent is a front-end for the popular Bittorrent client rTorrent

Added to portage

2026-04-21

screengrab - 3.2.0
Ebuild name:

x11-misc/screengrab-3.2.0

Description

Qt GUI Screenshot Utility

Added to portage

2026-04-21

sed - 4.9_p20260420
Ebuild name:

sys-apps/sed-4.9_p20260420

Description

Super-useful stream editor

Added to portage

2026-04-21

spectre-meltdown-checker - 26.33.0420460
Ebuild name:

app-admin/spectre-meltdown-checker-26.33.0420460

Description

Spectre & Meltdown vulnerability/mitigation checke

Added to portage

2026-04-21

sqlglot - 30.6.0
Ebuild name:

dev-python/sqlglot-30.6.0

Description

An easily customizable SQL parser and transpiler

Added to portage

2026-04-21

uutils-coreutils - 0.8.0
Ebuild name:

sys-apps/uutils-coreutils-0.8.0

Description

GNU coreutils rewritten in Rust

Added to portage

2026-04-21

valgrind - 3.27.0
Ebuild name:

dev-debug/valgrind-3.27.0

Description

An open-source memory debugger for GNU/Linux

Added to portage

2026-04-21

xdg-desktop-portal-lxqt - 1.4.0
Ebuild name:

gui-libs/xdg-desktop-portal-lxqt-1.4.0

Description

Backend implementation for xdg-desktop-portal using Qt/KF5/l

Added to portage

2026-04-21

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