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:

84693

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-29
mu - 1.14.1
Ebuild name:

net-mail/mu-1.14.1

Description

Set of tools to deal with Maildirs, in particular, searching and indexing

Added to portage

2026-04-29

noflet - 0.0.15_p20141102-r1
Ebuild name:

app-emacs/noflet-0.0.15_p20141102-r1

Description

Dynamic, local advice for Emacs-Lisp code

Added to portage

2026-04-29

wget - 1.25.0-r2
Ebuild name:

net-misc/wget-1.25.0-r2

Description

Network utility to retrieve files from the WWW

Added to portage

2026-04-29

2026-04-28
7zip - 26.01
Ebuild name:

app-arch/7zip-26.01

Description

Free file archiver for extremely high compression

Added to portage

2026-04-28

aucdtect - 0.8.2-r2
Ebuild name:

media-sound/aucdtect-0.8.2-r2

Description

Commandline FLAC CDDA authenticity verifier

Added to portage

2026-04-28

aws-session-manager-plugin - 1.2.814.0
Ebuild name:

app-admin/aws-session-manager-plugin-1.2.814.0

Description

AWS Session Manager Plugin for aws-cli

Added to portage

2026-04-28

awscli - 1.44.87
Ebuild name:

app-admin/awscli-1.44.87

Description

Universal Command Line Environment for AWS

Added to portage

2026-04-28

bmake - 20260406
Ebuild name:

dev-build/bmake-20260406

Description

NetBSD's portable make

Added to portage

2026-04-28

boto3 - 1.42.97
Ebuild name:

dev-python/boto3-1.42.97

Description

The AWS SDK for Python

Added to portage

2026-04-28

botocore - 1.42.97
Ebuild name:

dev-python/botocore-1.42.97

Description

Low-level, data-driven core of boto 3

Added to portage

2026-04-28

ccache - 4.13.5
Ebuild name:

dev-util/ccache-4.13.5

Description

Fast compiler cache

Added to portage

2026-04-28

cfn-lint - 1.50.0
Ebuild name:

dev-python/cfn-lint-1.50.0

Description

CloudFormation Linter

Added to portage

2026-04-28

clang - 23.0.0_pre20260428
Ebuild name:

dev-python/clang-23.0.0_pre20260428

Description

Python bindings for llvm-core/clang

Added to portage

2026-04-28

clang - 23.0.0_pre20260428
Ebuild name:

llvm-core/clang-23.0.0_pre20260428

Description

C language family frontend for LLVM

Added to portage

2026-04-28

clang-common - 23.0.0_pre20260428
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260428

Description

Common files shared between multiple slots of clang

Added to portage

2026-04-28

claude-code - 2.1.121
Ebuild name:

dev-util/claude-code-2.1.121

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-04-28

compiler-rt - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260428

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-04-28

compiler-rt-sanitizers - 23.0.0_pre20260428
Ebuild name:

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

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-04-28

dbeaver-bin - 26.0.2
Ebuild name:

dev-db/dbeaver-bin-26.0.2

Description

Free universal database tool (community edition)

Added to portage

2026-04-28

dist-kernel - 6.12.84
Ebuild name:

virtual/dist-kernel-6.12.84

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-04-28

dist-kernel - 6.18.25
Ebuild name:

virtual/dist-kernel-6.18.25

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-04-28

dist-kernel - 6.6.136
Ebuild name:

virtual/dist-kernel-6.6.136

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-04-28

dist-kernel - 7.0.2
Ebuild name:

virtual/dist-kernel-7.0.2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-04-28

dns-lexicon - 3.25.1
Ebuild name:

dev-python/dns-lexicon-3.25.1

Description

Manipulate DNS records on various DNS providers in a standardized/agn

Added to portage

2026-04-28

firefox-bin - 150.0.1
Ebuild name:

www-client/firefox-bin-150.0.1

Description

Firefox Web Browser

Added to portage

2026-04-28

flang - 23.0.0_pre20260428
Ebuild name:

llvm-core/flang-23.0.0_pre20260428

Description

LLVM's Fortran frontend

Added to portage

2026-04-28

flang-rt - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260428

Description

LLVM's Fortran runtime

Added to portage

2026-04-28

flufl-lock - 9.1.0
Ebuild name:

dev-python/flufl-lock-9.1.0

Description

NFS-safe file locking with timeouts for POSIX systems

Added to portage

2026-04-28

fzf - 0.72.0
Ebuild name:

app-shells/fzf-0.72.0

Description

General-purpose command-line fuzzy finder, written in Golang

Added to portage

2026-04-28

gentoo-kernel - 6.12.84
Ebuild name:

sys-kernel/gentoo-kernel-6.12.84

Description

Linux kernel built with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel - 6.18.25
Ebuild name:

sys-kernel/gentoo-kernel-6.18.25

Description

Linux kernel built with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel - 6.6.136
Ebuild name:

sys-kernel/gentoo-kernel-6.6.136

Description

Linux kernel built with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel - 7.0.2
Ebuild name:

sys-kernel/gentoo-kernel-7.0.2

Description

Linux kernel built with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel-bin - 6.12.84
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.84

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel-bin - 6.18.25
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.25

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel-bin - 6.6.136
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.136

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-04-28

gentoo-kernel-bin - 7.0.2
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.0.2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-04-28

gentoo-sources - 6.12.84
Ebuild name:

sys-kernel/gentoo-sources-6.12.84

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-04-28

gentoo-sources - 6.18.25
Ebuild name:

sys-kernel/gentoo-sources-6.18.25

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-04-28

gentoo-sources - 6.6.136
Ebuild name:

sys-kernel/gentoo-sources-6.6.136

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-04-28

gentoo-sources - 7.0.2
Ebuild name:

sys-kernel/gentoo-sources-7.0.2

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-04-28

github-cli - 2.92.0
Ebuild name:

dev-util/github-cli-2.92.0

Description

GitHub CLI

Added to portage

2026-04-28

greenlet - 3.5.0
Ebuild name:

dev-python/greenlet-3.5.0

Description

Lightweight in-process concurrent programming

Added to portage

2026-04-28

highs - 1.14.0
Ebuild name:

sci-mathematics/highs-1.14.0

Description

Modern solver for linear, quadratic, and mixed-integer programs

Added to portage

2026-04-28

hishel - 1.2.1
Ebuild name:

dev-python/hishel-1.2.1

Description

An elegant HTTP Cache implementation for HTTPX and HTTP Core

Added to portage

2026-04-28

hypothesis - 6.152.4
Ebuild name:

dev-python/hypothesis-6.152.4

Description

A library for property based testing

Added to portage

2026-04-28

ig - 0.51.1
Ebuild name:

app-admin/ig-0.51.1

Description

Tools and framework for data collection and system inspection using eBPF

Added to portage

2026-04-28

iscan-plugin-esdip - 1.0.0.5-r2
Ebuild name:

media-gfx/iscan-plugin-esdip-1.0.0.5-r2

Description

Plugin for 'epkowa' backend for image manipulation

Added to portage

2026-04-28

iscan-plugin-gt-f500 - 1.0.0.1-r3
Ebuild name:

media-gfx/iscan-plugin-gt-f500-1.0.0.1-r3

Description

Epson Perfection 2480/2580 PHOTO scanner plugin for SANE

Added to portage

2026-04-28

iscan-plugin-gt-f720 - 0.0.1.2-r2
Ebuild name:

media-gfx/iscan-plugin-gt-f720-0.0.1.2-r2

Description

Epson Perfection V300 PHOTO scanner plugin for SANE 'epko

Added to portage

2026-04-28

iscan-plugin-gt-x770 - 2.1.2.1-r5
Ebuild name:

media-gfx/iscan-plugin-gt-x770-2.1.2.1-r5

Description

Epson Perfection V500 scanner plugin for SANE 'epkowa' ba

Added to portage

2026-04-28

iscan-plugin-gt-x820 - 2.2.0.1-r2
Ebuild name:

media-gfx/iscan-plugin-gt-x820-2.2.0.1-r2

Description

Epson Perfection V600 scanner plugin for SANE 'epkowa' ba

Added to portage

2026-04-28

jsonschema-path - 0.4.6
Ebuild name:

dev-python/jsonschema-path-0.4.6

Description

JSONSchema Spec with object-oriented paths

Added to portage

2026-04-28

knot-resolver - 6.3.0
Ebuild name:

net-dns/knot-resolver-6.3.0

Description

Scaleable caching DNS resolver

Added to portage

2026-04-28

libclc - 23.0.0_pre20260428
Ebuild name:

llvm-core/libclc-23.0.0_pre20260428

Description

OpenCL C library

Added to portage

2026-04-28

libcxx - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260428

Description

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

Added to portage

2026-04-28

libcxxabi - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260428

Description

Low level support for a standard C++ library

Added to portage

2026-04-28

libgcc - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260428

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-04-28

libiio - 0.26-r4
Ebuild name:

net-libs/libiio-0.26-r4

Description

Library for interfacing with IIO devices

Added to portage

2026-04-28

libunwind - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260428

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-04-28

lit - 23.0.0_pre20260428
Ebuild name:

dev-python/lit-23.0.0_pre20260428

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-04-28

lld - 23.0.0_pre20260428
Ebuild name:

llvm-core/lld-23.0.0_pre20260428

Description

The LLVM linker (link editor)

Added to portage

2026-04-28

lldb - 23.0.0_pre20260428
Ebuild name:

llvm-core/lldb-23.0.0_pre20260428

Description

The LLVM debugger

Added to portage

2026-04-28

llvm - 23.0.0_pre20260428
Ebuild name:

dev-ml/llvm-23.0.0_pre20260428

Description

OCaml bindings for LLVM

Added to portage

2026-04-28

llvm - 23.0.0_pre20260428
Ebuild name:

llvm-core/llvm-23.0.0_pre20260428

Description

Low Level Virtual Machine

Added to portage

2026-04-28

llvm-common - 23.0.0_pre20260428
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260428

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-04-28

lttoolbox - 3.7.6
Ebuild name:

sci-misc/lttoolbox-3.7.6

Description

Toolbox for lexical processing, morphological analysis and generation of w

Added to portage

2026-04-28

lttoolbox - 3.8.2
Ebuild name:

sci-misc/lttoolbox-3.8.2

Description

Toolbox for lexical processing, morphological analysis and generation of w

Added to portage

2026-04-28

mlir - 23.0.0_pre20260428
Ebuild name:

llvm-core/mlir-23.0.0_pre20260428

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-04-28

mstpd - 0.2.0
Ebuild name:

net-misc/mstpd-0.2.0

Description

Multiple spanning tree protocol daemon

Added to portage

2026-04-28

nco - 5.3.9
Ebuild name:

sci-misc/nco-5.3.9

Description

Command line utilities for operating on netCDF files

Added to portage

2026-04-28

nxml-docbook5-schemas - 5.1
Ebuild name:

app-emacs/nxml-docbook5-schemas-5.1

Description

Add support for DocBook 5 schemas to NXML

Added to portage

2026-04-28

nxml-gentoo-schemas - 20241116
Ebuild name:

app-emacs/nxml-gentoo-schemas-20241116

Description

Extension for nxml-mode with Gentoo-specific schemas

Added to portage

2026-04-28

nxml-libvirt-schemas - 11.10.0
Ebuild name:

app-emacs/nxml-libvirt-schemas-11.10.0

Description

Extension for nxml-mode with libvirt schemas

Added to portage

2026-04-28

openapi-schema-validator - 0.9.0
Ebuild name:

dev-python/openapi-schema-validator-0.9.0

Description

OpenAPI schema validation for Python

Added to portage

2026-04-28

openmp - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260428

Description

OpenMP runtime libraries for LLVM/clang compiler

Added to portage

2026-04-28

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260428

Description

OpenMP target library for amdgcn devices

Added to portage

2026-04-28

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260428

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-04-28

openmp-spirv64-intel - 23.0.0_pre20260428
Ebuild name:

llvm-runtimes/openmp-spirv64-intel-23.0.0_pre20260428

Description

OpenMP target library for spirv64 Intel devic

Added to portage

2026-04-28

openpgp-keys-knot-resolver - 20260304
Ebuild name:

sec-keys/openpgp-keys-knot-resolver-20260304

Description

OpenPGP keys used by the Knot Resolver developers

Added to portage

2026-04-28

openstacksdk - 4.12.0
Ebuild name:

dev-python/openstacksdk-4.12.0

Description

A collection of libraries for building applications to work with Ope

Added to portage

2026-04-28

pathspec - 1.1.1
Ebuild name:

dev-python/pathspec-1.1.1

Description

Utility library for gitignore style pattern matching of file paths

Added to portage

2026-04-28

perccli - 7.5.007.0529-r3
Ebuild name:

sys-block/perccli-7.5.007.0529-r3

Description

LINUX PERCCLI Utility For All Dell HBA/PERC Controllers

Added to portage

2026-04-28

polly - 23.0.0_pre20260428
Ebuild name:

llvm-core/polly-23.0.0_pre20260428

Description

Polyhedral optimizations for LLVM

Added to portage

2026-04-28

python-multipart - 0.0.27
Ebuild name:

dev-python/python-multipart-0.0.27

Description

A streaming multipart parser for Python

Added to portage

2026-04-28

r8152 - 2.21.4
Ebuild name:

net-misc/r8152-2.21.4

Description

r8152 driver for Realtek USB FE / GBE / 2.5G Gaming Ethernet Family Controlle

Added to portage

2026-04-28

restart-services - 1.7
Ebuild name:

app-admin/restart-services-1.7

Description

Tool to manage OpenRC and systemd services that need to be restarted

Added to portage

2026-04-28

ruff - 0.15.12
Ebuild name:

dev-util/ruff-0.15.12

Description

An extremely fast Python linter, written in Rust

Added to portage

2026-04-28

signal-desktop-bin - 8.8.0
Ebuild name:

net-im/signal-desktop-bin-8.8.0

Description

Allows you to send and receive messages of Signal Messenger on your

Added to portage

2026-04-28

symengine - 0.14.1-r3
Ebuild name:

dev-python/symengine-0.14.1-r3

Description

Python wrappers to the symengine C++ library

Added to portage

2026-04-28

tangram - 3.5-r1
Ebuild name:

www-client/tangram-3.5-r1

Description

Web browser designed to organize and run Web applications

Added to portage

2026-04-28

tex4ht - 20240311_p72882-r4
Ebuild name:

dev-tex/tex4ht-20240311_p72882-r4

Description

Converts (La)TeX to (X)HTML, XML and OO.org

Added to portage

2026-04-28

tig - 2.6.0-r1
Ebuild name:

dev-vcs/tig-2.6.0-r1

Description

text mode interface for git

Added to portage

2026-04-28

uv - 0.11.8
Ebuild name:

dev-python/uv-0.11.8

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-04-28

uv-build - 0.11.8
Ebuild name:

dev-python/uv-build-0.11.8

Description

PEP517 uv build backend

Added to portage

2026-04-28

vanilla-kernel - 6.12.84
Ebuild name:

sys-kernel/vanilla-kernel-6.12.84

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-04-28

vanilla-kernel - 6.18.25
Ebuild name:

sys-kernel/vanilla-kernel-6.18.25

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-04-28

vanilla-kernel - 6.6.136
Ebuild name:

sys-kernel/vanilla-kernel-6.6.136

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-04-28

vanilla-kernel - 7.0.2
Ebuild name:

sys-kernel/vanilla-kernel-7.0.2

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-04-28

vanilla-sources - 6.12.84
Ebuild name:

sys-kernel/vanilla-sources-6.12.84

Description

Full sources for the Linux kernel

Added to portage

2026-04-28

vanilla-sources - 6.18.25
Ebuild name:

sys-kernel/vanilla-sources-6.18.25

Description

Full sources for the Linux kernel

Added to portage

2026-04-28

vanilla-sources - 6.6.136
Ebuild name:

sys-kernel/vanilla-sources-6.6.136

Description

Full sources for the Linux kernel

Added to portage

2026-04-28

vanilla-sources - 7.0.2
Ebuild name:

sys-kernel/vanilla-sources-7.0.2

Description

Full sources for the Linux kernel

Added to portage

2026-04-28

virtualenv - 21.3.0
Ebuild name:

dev-python/virtualenv-21.3.0

Description

Virtual Python Environment builder

Added to portage

2026-04-28

wine-proton - 11.0.1_beta2
Ebuild name:

app-emulation/wine-proton-11.0.1_beta2

Description

Valve Software's fork of Wine

Added to portage

2026-04-28

xsri - 2.1.0_p17_p12-r1
Ebuild name:

x11-misc/xsri-2.1.0_p17_p12-r1

Description

The xsri wallpaper setter from RedHat

Added to portage

2026-04-28

xwayland - 24.1.11
Ebuild name:

x11-base/xwayland-24.1.11

Description

Standalone X server running under Wayland

Added to portage

2026-04-28

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