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:

83036

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-01
caffe2 - 2.10.0-r2
Ebuild name:

sci-ml/caffe2-2.10.0-r2

Description

A deep learning framework

Added to portage

2026-02-01

clang - 23.0.0_pre20260131
Ebuild name:

dev-python/clang-23.0.0_pre20260131

Description

Python bindings for llvm-core/clang

Added to portage

2026-02-01

clang - 23.0.0_pre20260131
Ebuild name:

llvm-core/clang-23.0.0_pre20260131

Description

C language family frontend for LLVM

Added to portage

2026-02-01

clang-common - 23.0.0_pre20260131
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260131

Description

Common files shared between multiple slots of clang

Added to portage

2026-02-01

commons-codec - 1.21.0
Ebuild name:

dev-java/commons-codec-1.21.0

Description

Implementations of common encoders and decoders in Java

Added to portage

2026-02-01

compiler-rt - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260131

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-02-01

compiler-rt-sanitizers - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-23.0.0_pre20260131

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-02-01

discord - 0.0.122
Ebuild name:

net-im/discord-0.0.122

Description

All-in-one voice and text chat for gamers

Added to portage

2026-02-01

ensurepip-pip - 26.0
Ebuild name:

dev-python/ensurepip-pip-26.0

Description

Shared pip wheel for ensurepip Python module

Added to portage

2026-02-01

evolution - 3.58.3
Ebuild name:

mail-client/evolution-3.58.3

Description

Integrated mail, addressbook and calendaring functionality

Added to portage

2026-02-01

evolution-data-server - 3.58.3
Ebuild name:

gnome-extra/evolution-data-server-3.58.3

Description

Evolution groupware backend

Added to portage

2026-02-01

evolution-ews - 3.58.3
Ebuild name:

gnome-extra/evolution-ews-3.58.3

Description

Evolution module for connecting to Microsoft Exchange Web Services

Added to portage

2026-02-01

flang - 23.0.0_pre20260131
Ebuild name:

llvm-core/flang-23.0.0_pre20260131

Description

LLVM's Fortran frontend

Added to portage

2026-02-01

flang-rt - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260131

Description

LLVM's Fortran runtime

Added to portage

2026-02-01

libclc - 23.0.0_pre20260131
Ebuild name:

llvm-core/libclc-23.0.0_pre20260131

Description

OpenCL C library

Added to portage

2026-02-01

libcxx - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260131

Description

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

Added to portage

2026-02-01

libcxxabi - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260131

Description

Low level support for a standard C++ library

Added to portage

2026-02-01

libgcc - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260131

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-02-01

libunwind - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260131

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-02-01

liferea - 1.16.7
Ebuild name:

net-news/liferea-1.16.7

Description

News Aggregator for RDF/RSS/CDF/Atom/Echo feeds

Added to portage

2026-02-01

lit - 23.0.0_pre20260131
Ebuild name:

dev-python/lit-23.0.0_pre20260131

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-02-01

lld - 23.0.0_pre20260131
Ebuild name:

llvm-core/lld-23.0.0_pre20260131

Description

The LLVM linker (link editor)

Added to portage

2026-02-01

lldb - 23.0.0_pre20260131
Ebuild name:

llvm-core/lldb-23.0.0_pre20260131

Description

The LLVM debugger

Added to portage

2026-02-01

llvm - 23.0.0_pre20260131
Ebuild name:

dev-ml/llvm-23.0.0_pre20260131

Description

OCaml bindings for LLVM

Added to portage

2026-02-01

llvm - 23.0.0_pre20260131
Ebuild name:

llvm-core/llvm-23.0.0_pre20260131

Description

Low Level Virtual Machine

Added to portage

2026-02-01

llvm-common - 23.0.0_pre20260131
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260131

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-02-01

mitmproxy-linux - 0.12.9
Ebuild name:

net-proxy/mitmproxy-linux-0.12.9

Description

mitmproxy's Rust bits

Added to portage

2026-02-01

mitmproxy-rs - 0.12.9
Ebuild name:

net-proxy/mitmproxy-rs-0.12.9

Description

mitmproxy's Rust bits

Added to portage

2026-02-01

mlir - 23.0.0_pre20260131
Ebuild name:

llvm-core/mlir-23.0.0_pre20260131

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-02-01

numpy - 2.4.2
Ebuild name:

dev-python/numpy-2.4.2

Description

Fast array and numerical python library

Added to portage

2026-02-01

offload - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/offload-23.0.0_pre20260131

Description

OpenMP offloading support

Added to portage

2026-02-01

openmp - 23.0.0_pre20260131
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260131

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2026-02-01

pip - 26.0
Ebuild name:

dev-python/pip-26.0

Description

The PyPA recommended tool for installing Python packages

Added to portage

2026-02-01

polly - 23.0.0_pre20260131
Ebuild name:

llvm-core/polly-23.0.0_pre20260131

Description

Polyhedral optimizations for LLVM

Added to portage

2026-02-01

pyproject-fmt - 2.12.1
Ebuild name:

dev-python/pyproject-fmt-2.12.1

Description

Format your pyproject.toml file

Added to portage

2026-02-01

rich-click - 1.9.7
Ebuild name:

dev-python/rich-click-1.9.7

Description

Format click help output nicely with rich

Added to portage

2026-02-01

scitokens-cpp - 1.3.0
Ebuild name:

dev-cpp/scitokens-cpp-1.3.0

Description

C++ implementation of the SciTokens library with a C library interface

Added to portage

2026-02-01

stone-soup - 0.34_beta1
Ebuild name:

games-roguelike/stone-soup-0.34_beta1

Description

Role-playing roguelike game of exploration and treasure-hunti

Added to portage

2026-02-01

upmpdcli - 1.9.12
Ebuild name:

media-sound/upmpdcli-1.9.12

Description

UPnP Media Renderer front-end for MPD, the Music Player Daemon

Added to portage

2026-02-01

vivaldi-snapshot - 7.9.3936.3
Ebuild name:

www-client/vivaldi-snapshot-7.9.3936.3

Description

A browser for our friends

Added to portage

2026-02-01

wcwidth - 0.5.3
Ebuild name:

dev-python/wcwidth-0.5.3

Description

Measures number of Terminal column cells of wide-character codes

Added to portage

2026-02-01

wrapt - 2.1.0
Ebuild name:

dev-python/wrapt-2.1.0

Description

Module for decorators, wrappers and monkey patching

Added to portage

2026-02-01

yt-dlp - 2026.01.31
Ebuild name:

net-misc/yt-dlp-2026.01.31

Description

youtube-dl fork with additional features and fixes

Added to portage

2026-02-01

zenlib - 3.2.0
Ebuild name:

dev-python/zenlib-3.2.0

Description

Useful python decorators and utilities

Added to portage

2026-02-01

2026-01-31
ansicolor - 0.3.3
Ebuild name:

dev-python/ansicolor-0.3.3

Description

Produce ansi color output and colored highlighting and diffing

Added to portage

2026-01-31

awscli - 1.44.29
Ebuild name:

app-admin/awscli-1.44.29

Description

Universal Command Line Environment for AWS

Added to portage

2026-01-31

bazel-buildtools - 8.5.1
Ebuild name:

dev-build/bazel-buildtools-8.5.1

Description

Tools for working with Google's Bazel BUILD files.

Added to portage

2026-01-31

boto3 - 1.42.39
Ebuild name:

dev-python/boto3-1.42.39

Description

The AWS SDK for Python

Added to portage

2026-01-31

botocore - 1.42.39
Ebuild name:

dev-python/botocore-1.42.39

Description

Low-level, data-driven core of boto 3

Added to portage

2026-01-31

cyme - 2.2.11
Ebuild name:

sys-apps/cyme-2.2.11

Description

List system USB buses and devices; a modern cross-platform `lsusb`

Added to portage

2026-01-31

devcontainer - 0.82.0
Ebuild name:

app-containers/devcontainer-0.82.0

Description

Reference implementation of the Development Containers specifica

Added to portage

2026-01-31

dist-kernel - 6.12.68
Ebuild name:

virtual/dist-kernel-6.12.68

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-01-31

dist-kernel - 6.18.8
Ebuild name:

virtual/dist-kernel-6.18.8

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-01-31

dist-kernel - 6.6.122
Ebuild name:

virtual/dist-kernel-6.6.122

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-01-31

dwm - 6.8
Ebuild name:

x11-wm/dwm-6.8

Description

a dynamic window manager for X11

Added to portage

2026-01-31

dzaima-bqn - 0.2.2
Ebuild name:

dev-lang/dzaima-bqn-0.2.2

Description

A BQN language implementation written in Java, also know as dbqn

Added to portage

2026-01-31

element - 1.12.9
Ebuild name:

www-apps/element-1.12.9

Description

A glossy Matrix collaboration client for the web

Added to portage

2026-01-31

expat - 2.7.4
Ebuild name:

dev-libs/expat-2.7.4

Description

Stream-oriented XML parser library

Added to portage

2026-01-31

fcitx-qt - 5.1.12-r1
Ebuild name:

app-i18n/fcitx-qt-5.1.12-r1

Description

Qt library and IM module for fcitx5

Added to portage

2026-01-31

freerdp - 3.22.0
Ebuild name:

net-misc/freerdp-3.22.0

Description

Free implementation of the Remote Desktop Protocol

Added to portage

2026-01-31

gallery-dl - 1.31.5
Ebuild name:

net-misc/gallery-dl-1.31.5

Description

Download image galleries and collections from several image hosting site

Added to portage

2026-01-31

gentoo-kernel - 6.12.68
Ebuild name:

sys-kernel/gentoo-kernel-6.12.68

Description

Linux kernel built with Gentoo patches

Added to portage

2026-01-31

gentoo-kernel - 6.18.8
Ebuild name:

sys-kernel/gentoo-kernel-6.18.8

Description

Linux kernel built with Gentoo patches

Added to portage

2026-01-31

gentoo-kernel - 6.6.122
Ebuild name:

sys-kernel/gentoo-kernel-6.6.122

Description

Linux kernel built with Gentoo patches

Added to portage

2026-01-31

gentoo-kernel-bin - 6.12.68
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.68

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-01-31

gentoo-kernel-bin - 6.18.8
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.8

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-01-31

gentoo-kernel-bin - 6.6.122
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.122

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-01-31

gentoo-sources - 6.12.68
Ebuild name:

sys-kernel/gentoo-sources-6.12.68

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-01-31

gentoo-sources - 6.18.8
Ebuild name:

sys-kernel/gentoo-sources-6.18.8

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-01-31

gentoo-sources - 6.6.122
Ebuild name:

sys-kernel/gentoo-sources-6.6.122

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-01-31

gpxsee - 15.10
Ebuild name:

sci-geosciences/gpxsee-15.10

Description

Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea fil

Added to portage

2026-01-31

heroic-bin - 2.19.1
Ebuild name:

games-util/heroic-bin-2.19.1

Description

GOG and Epic Games Launcher for Linux

Added to portage

2026-01-31

id - 1.6.0
Ebuild name:

dev-python/id-1.6.0

Description

A tool for generating OIDC identities

Added to portage

2026-01-31

jint - 4.5.0
Ebuild name:

dev-lang/jint-4.5.0

Description

Javascript Interpreter for .NET

Added to portage

2026-01-31

keepassxc - 2.7.11-r1
Ebuild name:

app-admin/keepassxc-2.7.11-r1

Description

KeePassXC - KeePass Cross-platform Community Edition

Added to portage

2026-01-31

kitty - 0.45.0-r1
Ebuild name:

x11-terms/kitty-0.45.0-r1

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-01-31

kitty-terminfo - 0.45.0-r1
Ebuild name:

x11-terms/kitty-terminfo-0.45.0-r1

Description

Terminfo for kitty, a GPU-based terminal emulator

Added to portage

2026-01-31

libhx - 5.3
Ebuild name:

sys-libs/libhx-5.3

Description

Platform independent library providing basic system functions

Added to portage

2026-01-31

luau - 0.707
Ebuild name:

dev-lang/luau-0.707

Description

Gradually typed embeddable scripting language derived from Lua

Added to portage

2026-01-31

nvidia-drivers - 580.94.17
Ebuild name:

x11-drivers/nvidia-drivers-580.94.17

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2026-01-31

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-01-31

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-01-31

org-roam - 2.3.1
Ebuild name:

app-emacs/org-roam-2.3.1

Description

Rudimentary Roam replica with Org-mode

Added to portage

2026-01-31

org-superstar-mode - 1.6.0
Ebuild name:

app-emacs/org-superstar-mode-1.6.0

Description

Prettify headings and plain lists in Org mode (use UTF8 bullets)

Added to portage

2026-01-31

pcsx2 - 2.6.3
Ebuild name:

games-emulation/pcsx2-2.6.3

Description

PlayStation 2 emulator

Added to portage

2026-01-31

pooch - 1.9.0
Ebuild name:

dev-python/pooch-1.9.0

Description

Manage your Python library's sample data files

Added to portage

2026-01-31

pre-commit - 4.5.1
Ebuild name:

dev-vcs/pre-commit-4.5.1

Description

A framework for managing and maintaining multi-language Git pre-commit hoo

Added to portage

2026-01-31

pyjwt - 2.11.0
Ebuild name:

dev-python/pyjwt-2.11.0

Description

JSON Web Token implementation in Python

Added to portage

2026-01-31

rclone - 1.73.0
Ebuild name:

net-misc/rclone-1.73.0

Description

A program to sync files to and from various cloud storage providers

Added to portage

2026-01-31

scad-mode - 98.0
Ebuild name:

app-emacs/scad-mode-98.0

Description

GNU Emacs mode to edit OpenSCAD files

Added to portage

2026-01-31

scanssh - 2.1.3.1_p20260130
Ebuild name:

net-analyzer/scanssh-2.1.3.1_p20260130

Description

network scanner that gathers info on SSH protocols and versi

Added to portage

2026-01-31

telegram-desktop-bin - 6.4.2-r1
Ebuild name:

net-im/telegram-desktop-bin-6.4.2-r1

Description

Official desktop client for Telegram (binary package)

Added to portage

2026-01-31

thc-ipv6 - 3.8_p20250914
Ebuild name:

net-analyzer/thc-ipv6-3.8_p20250914

Description

Complete tool set to attack the inherent protocol weaknesses of

Added to portage

2026-01-31

tqdm - 4.67.2
Ebuild name:

dev-python/tqdm-4.67.2

Description

Add a progress meter to your loops in a second

Added to portage

2026-01-31

tuareg-mode - 3.0.1_p20250911
Ebuild name:

app-emacs/tuareg-mode-3.0.1_p20250911

Description

An Objective Caml/Camllight mode for Emacs

Added to portage

2026-01-31

vanilla-kernel - 6.12.68
Ebuild name:

sys-kernel/vanilla-kernel-6.12.68

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-01-31

vanilla-kernel - 6.18.8
Ebuild name:

sys-kernel/vanilla-kernel-6.18.8

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-01-31

vanilla-kernel - 6.6.122
Ebuild name:

sys-kernel/vanilla-kernel-6.6.122

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-01-31

vanilla-sources - 6.12.68
Ebuild name:

sys-kernel/vanilla-sources-6.12.68

Description

Full sources for the Linux kernel

Added to portage

2026-01-31

vanilla-sources - 6.18.8
Ebuild name:

sys-kernel/vanilla-sources-6.18.8

Description

Full sources for the Linux kernel

Added to portage

2026-01-31

vanilla-sources - 6.6.122
Ebuild name:

sys-kernel/vanilla-sources-6.6.122

Description

Full sources for the Linux kernel

Added to portage

2026-01-31

vivaldi - 7.8.3925.56
Ebuild name:

www-client/vivaldi-7.8.3925.56

Description

A browser for our friends

Added to portage

2026-01-31

vivaldi-snapshot - 7.8.3925.53
Ebuild name:

www-client/vivaldi-snapshot-7.8.3925.53

Description

A browser for our friends

Added to portage

2026-01-31

wxmaxima - 26.01.0
Ebuild name:

sci-mathematics/wxmaxima-26.01.0

Description

Graphical frontend to Maxima, using the wxWidgets toolkit

Added to portage

2026-01-31

ytmdl - 2024.08.15.1-r2
Ebuild name:

net-misc/ytmdl-2024.08.15.1-r2

Description

Simple app to get songs from youtube in mp3 format

Added to portage

2026-01-31

ytmusicapi - 1.11.5
Ebuild name:

dev-python/ytmusicapi-1.11.5

Description

Unofficial API for YouTube Music

Added to portage

2026-01-31

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