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:

85191

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-17
black - 26.5.0
Ebuild name:

dev-python/black-26.5.0

Description

The uncompromising Python code formatter

Added to portage

2026-05-17

cachetools - 7.1.2
Ebuild name:

dev-python/cachetools-7.1.2

Description

Extensible memoizing collections and decorators

Added to portage

2026-05-17

cli-helpers - 2.15.0
Ebuild name:

dev-python/cli-helpers-2.15.0

Description

Python helpers for common CLI tasks

Added to portage

2026-05-17

corrosion - 0.6.1-r1
Ebuild name:

dev-build/corrosion-0.6.1-r1

Description

Marrying Rust and CMake - Easy Rust and C/C++ Integration

Added to portage

2026-05-17

dbus-fast - 4.2.7
Ebuild name:

dev-python/dbus-fast-4.2.7

Description

A faster version of dbus-next

Added to portage

2026-05-17

fetchmail - 6.6.4
Ebuild name:

net-mail/fetchmail-6.6.4

Description

the legendary remote-mail retrieval and forwarding utility

Added to portage

2026-05-17

gcc - 16.1.1_p20260516
Ebuild name:

sys-devel/gcc-16.1.1_p20260516

Description

The GNU Compiler Collection

Added to portage

2026-05-17

heroic-bin - 2.22.0
Ebuild name:

games-util/heroic-bin-2.22.0

Description

GOG and Epic Games Launcher for Linux

Added to portage

2026-05-17

intellij-idea - 2026.1.2
Ebuild name:

dev-util/intellij-idea-2026.1.2

Description

A complete toolset for web, mobile and enterprise development

Added to portage

2026-05-17

libei - 1.6.0
Ebuild name:

dev-libs/libei-1.6.0

Description

Library for Emulated Input, primarily aimed at the Wayland stack

Added to portage

2026-05-17

libinput - 1.31.2
Ebuild name:

dev-libs/libinput-1.31.2

Description

Library to handle input devices in Wayland

Added to portage

2026-05-17

libusb1 - 3.4.0
Ebuild name:

dev-python/libusb1-3.4.0

Description

Python ctype-based wrapper around libusb1

Added to portage

2026-05-17

libva-intel-media-driver - 26.2.0
Ebuild name:

media-libs/libva-intel-media-driver-26.2.0

Description

Intel Media Driver for VA-API (iHD)

Added to portage

2026-05-17

mgorny-dev-scripts - 73
Ebuild name:

app-portage/mgorny-dev-scripts-73

Description

Handy scripts for ebuild development and more

Added to portage

2026-05-17

narwhals - 2.21.2
Ebuild name:

dev-python/narwhals-2.21.2

Description

Extremely lightweight compatibility layer between dataframe libraries

Added to portage

2026-05-17

nmap - 7.99
Ebuild name:

net-analyzer/nmap-7.99

Description

Network exploration tool and security / port scanner

Added to portage

2026-05-17

teamspeak-client - 6.0.0_beta4
Ebuild name:

media-sound/teamspeak-client-6.0.0_beta4

Description

A client software for quality voice communication via the

Added to portage

2026-05-17

vanilla-kernel - 6.18.9999
Ebuild name:

sys-kernel/vanilla-kernel-6.18.9999

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-17

vlc - 3.0.23-r1
Ebuild name:

media-video/vlc-3.0.23-r1

Description

Media player and framework with support for most multimedia files and str

Added to portage

2026-05-17

zeroconf - 0.149.3
Ebuild name:

dev-python/zeroconf-0.149.3

Description

Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi comp

Added to portage

2026-05-17

2026-05-16
awscli - 1.45.9
Ebuild name:

app-admin/awscli-1.45.9

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-16

boto3 - 1.43.9
Ebuild name:

dev-python/boto3-1.43.9

Description

The AWS SDK for Python

Added to portage

2026-05-16

botocore - 1.43.9
Ebuild name:

dev-python/botocore-1.43.9

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-16

c-blosc2 - 3.0.3
Ebuild name:

dev-libs/c-blosc2-3.0.3

Description

Blocking, shuffling and lossless compression library

Added to portage

2026-05-16

chromium - 150.0.7838.0
Ebuild name:

www-client/chromium-150.0.7838.0

Description

Open-source version of Google Chrome web browser

Added to portage

2026-05-16

dbus-fast - 4.2.5
Ebuild name:

dev-python/dbus-fast-4.2.5

Description

A faster version of dbus-next

Added to portage

2026-05-16

displaycal-py3 - 3.9.17-r1
Ebuild name:

media-gfx/displaycal-py3-3.9.17-r1

Description

Modernize the DisplayCAL code including Python 3 support

Added to portage

2026-05-16

dist-kernel - 5.10.256
Ebuild name:

virtual/dist-kernel-5.10.256

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 5.15.207
Ebuild name:

virtual/dist-kernel-5.15.207

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 6.1.173
Ebuild name:

virtual/dist-kernel-6.1.173

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 6.12.89
Ebuild name:

virtual/dist-kernel-6.12.89

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 6.18.31
Ebuild name:

virtual/dist-kernel-6.18.31

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 6.6.139
Ebuild name:

virtual/dist-kernel-6.6.139

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dist-kernel - 7.0.8
Ebuild name:

virtual/dist-kernel-7.0.8

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-16

dropbox - 252.4.3485
Ebuild name:

net-misc/dropbox-252.4.3485

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-05-16

dump1090 - 11.0-r1
Ebuild name:

net-wireless/dump1090-11.0-r1

Description

Simple Mode S decoder for RTLSDR devices

Added to portage

2026-05-16

editres - 1.1.1
Ebuild name:

x11-apps/editres-1.1.1

Description

a dynamic resource editor for X Toolkit applications

Added to portage

2026-05-16

evisum - 2.0.9
Ebuild name:

sys-process/evisum-2.0.9

Description

System and process monitor written with EFL

Added to portage

2026-05-16

fatsort - 1.7.1
Ebuild name:

sys-fs/fatsort-1.7.1

Description

Sorts files on FAT16/32 partitions, ideal for basic audio players

Added to portage

2026-05-16

ffmpeg-chromium - 150
Ebuild name:

media-video/ffmpeg-chromium-150

Description

FFmpeg built specifically for codec support in Chromium-based brows

Added to portage

2026-05-16

filezilla - 3.70.5
Ebuild name:

net-ftp/filezilla-3.70.5

Description

FTP client with lots of useful features and an intuitive interface

Added to portage

2026-05-16

flatpak-builder - 1.4.8
Ebuild name:

dev-util/flatpak-builder-1.4.8

Description

Tool to build flatpaks from source

Added to portage

2026-05-16

freepg - 2.5.20
Ebuild name:

app-crypt/freepg-2.5.20

Description

Cross-distro GnuPG fork focused on OpenPGP compliance

Added to portage

2026-05-16

gcc - 13.4.1_p20260513
Ebuild name:

sys-devel/gcc-13.4.1_p20260513

Description

The GNU Compiler Collection

Added to portage

2026-05-16

gcc - 14.3.1_p20260514
Ebuild name:

sys-devel/gcc-14.3.1_p20260514

Description

The GNU Compiler Collection

Added to portage

2026-05-16

gcc - 15.2.1_p20260515
Ebuild name:

sys-devel/gcc-15.2.1_p20260515

Description

The GNU Compiler Collection

Added to portage

2026-05-16

gentoo-kernel - 5.10.256
Ebuild name:

sys-kernel/gentoo-kernel-5.10.256

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 5.15.207
Ebuild name:

sys-kernel/gentoo-kernel-5.15.207

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 6.1.173
Ebuild name:

sys-kernel/gentoo-kernel-6.1.173

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 6.12.89
Ebuild name:

sys-kernel/gentoo-kernel-6.12.89

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 6.18.31
Ebuild name:

sys-kernel/gentoo-kernel-6.18.31

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 6.6.139
Ebuild name:

sys-kernel/gentoo-kernel-6.6.139

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel - 7.0.8
Ebuild name:

sys-kernel/gentoo-kernel-7.0.8

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 5.10.256
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.10.256

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 5.15.207
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.15.207

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 6.1.173
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.173

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 6.12.89
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.89

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 6.18.31
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.31

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 6.6.139
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.139

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

gentoo-kernel-bin - 7.0.8
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.0.8

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-16

glslang - 1.4.350.0
Ebuild name:

dev-util/glslang-1.4.350.0

Description

Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generat

Added to portage

2026-05-16

google-auth - 2.53.0
Ebuild name:

dev-python/google-auth-2.53.0

Description

Google Authentication Library

Added to portage

2026-05-16

grilo-plugins - 0.3.18-r2
Ebuild name:

media-plugins/grilo-plugins-0.3.18-r2

Description

A collection of plugins for the Grilo framework

Added to portage

2026-05-16

iterable-io - 1.0.2
Ebuild name:

dev-python/iterable-io-1.0.2

Description

Adapt generators and other iterables to a file-like interface

Added to portage

2026-05-16

jaraco-functools - 4.5.0
Ebuild name:

dev-python/jaraco-functools-4.5.0

Description

Additional functions used by other projects by developer jaraco

Added to portage

2026-05-16

libiio - 0.26-r5
Ebuild name:

net-libs/libiio-0.26-r5

Description

Library for interfacing with IIO devices

Added to portage

2026-05-16

mac - 12.93
Ebuild name:

media-sound/mac-12.93

Description

Monkey's Audio Codecs

Added to portage

2026-05-16

magic-wormhole-mailbox-server - 0.8.0
Ebuild name:

dev-python/magic-wormhole-mailbox-server-0.8.0

Description

Mailbox server for magic-wormhole

Added to portage

2026-05-16

mesa - 26.0.7
Ebuild name:

media-libs/mesa-26.0.7

Description

OpenGL-like graphic library for Linux

Added to portage

2026-05-16

mesa_clc - 26.0.7
Ebuild name:

dev-util/mesa_clc-26.0.7

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-05-16

microsoft-edge - 148.0.3967.70
Ebuild name:

www-client/microsoft-edge-148.0.3967.70

Description

The web browser from Microsoft

Added to portage

2026-05-16

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-16

nanovna-saver - 0.6.8-r2
Ebuild name:

net-wireless/nanovna-saver-0.6.8-r2

Description

tool for reading, displaying and saving data from the NanoVNA

Added to portage

2026-05-16

nanovna-saver - 0.7.3-r1
Ebuild name:

net-wireless/nanovna-saver-0.7.3-r1

Description

tool for reading, displaying and saving data from the NanoVNA

Added to portage

2026-05-16

nss - 3.124
Ebuild name:

dev-libs/nss-3.124

Description

Mozilla's Network Security Services library that implements PKI support

Added to portage

2026-05-16

numpy - 2.4.5
Ebuild name:

dev-python/numpy-2.4.5

Description

Fast array and numerical python library

Added to portage

2026-05-16

pf-sources - 7.0_p4
Ebuild name:

sys-kernel/pf-sources-7.0_p4

Description

Added to portage

2026-05-16

postfix-logwatch - 1.40.07
Ebuild name:

net-mail/postfix-logwatch-1.40.07

Description

A log analyzer for postfix

Added to portage

2026-05-16

qt5-sqlcipher - 1.1.0-r1
Ebuild name:

dev-db/qt5-sqlcipher-1.1.0-r1

Description

Qt SQL driver plugin for SQLCipher

Added to portage

2026-05-16

samba - 4.24.2
Ebuild name:

net-fs/samba-4.24.2

Description

Samba Suite Version 4

Added to portage

2026-05-16

shaderc - 2026.2
Ebuild name:

media-libs/shaderc-2026.2

Description

Collection of tools, libraries and tests for shader compilation

Added to portage

2026-05-16

slack - 4.50.121
Ebuild name:

net-im/slack-4.50.121

Description

Team collaboration tool

Added to portage

2026-05-16

soapysdr - 0.8.1-r3
Ebuild name:

net-wireless/soapysdr-0.8.1-r3

Description

vendor and platform neutral SDR support library

Added to portage

2026-05-16

spirv-headers - 1.4.350.0
Ebuild name:

dev-util/spirv-headers-1.4.350.0

Description

Machine-readable files for the SPIR-V Registry

Added to portage

2026-05-16

spirv-tools - 1.4.350.0
Ebuild name:

dev-util/spirv-tools-1.4.350.0

Description

Provides an API and commands for processing SPIR-V modules

Added to portage

2026-05-16

tifffile - 2026.5.15
Ebuild name:

dev-python/tifffile-2026.5.15

Description

Read and write TIFF files

Added to portage

2026-05-16

vanilla-kernel - 5.10.256
Ebuild name:

sys-kernel/vanilla-kernel-5.10.256

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 5.15.207
Ebuild name:

sys-kernel/vanilla-kernel-5.15.207

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 6.1.173
Ebuild name:

sys-kernel/vanilla-kernel-6.1.173

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 6.12.89
Ebuild name:

sys-kernel/vanilla-kernel-6.12.89

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 6.18.31
Ebuild name:

sys-kernel/vanilla-kernel-6.18.31

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 6.6.139
Ebuild name:

sys-kernel/vanilla-kernel-6.6.139

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vanilla-kernel - 7.0.8
Ebuild name:

sys-kernel/vanilla-kernel-7.0.8

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-16

vivaldi - 7.9.3970.67
Ebuild name:

www-client/vivaldi-7.9.3970.67

Description

A browser for our friends

Added to portage

2026-05-16

vivaldi-snapshot - 8.0.4033.9
Ebuild name:

www-client/vivaldi-snapshot-8.0.4033.9

Description

A browser for our friends

Added to portage

2026-05-16

vulkan-headers - 1.4.350.0
Ebuild name:

dev-util/vulkan-headers-1.4.350.0

Description

Vulkan Header files and API registry

Added to portage

2026-05-16

vulkan-layers - 1.4.350.0
Ebuild name:

media-libs/vulkan-layers-1.4.350.0

Description

Vulkan Validation Layers

Added to portage

2026-05-16

vulkan-loader - 1.4.350.0
Ebuild name:

media-libs/vulkan-loader-1.4.350.0

Description

Vulkan Installable Client Driver (ICD) Loader

Added to portage

2026-05-16

vulkan-tools - 1.4.350.0
Ebuild name:

dev-util/vulkan-tools-1.4.350.0

Description

Official Vulkan Tools and Utilities for Windows, Linux, Android, an

Added to portage

2026-05-16

vulkan-utility-libraries - 1.4.350.0
Ebuild name:

dev-util/vulkan-utility-libraries-1.4.350.0

Description

Share code across various Vulkan repositories

Added to portage

2026-05-16

wine-staging - 11.9
Ebuild name:

app-emulation/wine-staging-11.9

Description

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

Added to portage

2026-05-16

wine-vanilla - 11.9
Ebuild name:

app-emulation/wine-vanilla-11.9

Description

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

Added to portage

2026-05-16

zellij - 0.44.3
Ebuild name:

app-misc/zellij-0.44.3

Description

A terminal workspace with batteries included

Added to portage

2026-05-16

zen-sources - 7.0.8
Ebuild name:

sys-kernel/zen-sources-7.0.8

Description

The Zen Kernel Live Sources

Added to portage

2026-05-16

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