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:

83426

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-24
2026-02-23
astroid - 4.1.1
Ebuild name:

dev-python/astroid-4.1.1

Description

Abstract Syntax Tree for logilab packages

Added to portage

2026-02-23

b2sdk - 2.10.3
Ebuild name:

dev-python/b2sdk-2.10.3

Description

Library to access Backblaze B2 cloud storage

Added to portage

2026-02-23

bitwarden-desktop-bin - 2026.1.0
Ebuild name:

app-admin/bitwarden-desktop-bin-2026.1.0

Description

Bitwarden password manager desktop client

Added to portage

2026-02-23

caffe2 - 2.10.0-r3
Ebuild name:

sci-ml/caffe2-2.10.0-r3

Description

A deep learning framework

Added to portage

2026-02-23

calamares - 3.3.14-r7
Ebuild name:

app-admin/calamares-3.3.14-r7

Description

Distribution-independent installer framework

Added to portage

2026-02-23

calamares-gentoo-livecd - 3.3.14_p20260210
Ebuild name:

app-misc/calamares-gentoo-livecd-3.3.14_p20260210

Description

Gentoo Linux Calamares installer configuration fo

Added to portage

2026-02-23

camlp4 - 5.4_p1
Ebuild name:

dev-ml/camlp4-5.4_p1

Description

System for writing extensible parsers for programming languages

Added to portage

2026-02-23

chardet - 6.0.0_p1
Ebuild name:

dev-python/chardet-6.0.0_p1

Description

Universal encoding detector

Added to portage

2026-02-23

chkrootkit - 0.59
Ebuild name:

app-forensics/chkrootkit-0.59

Description

Tool to locally check for signs of a rootkit

Added to portage

2026-02-23

cups - 2.4.16
Ebuild name:

net-print/cups-2.4.16

Description

The Common Unix Printing System

Added to portage

2026-02-23

cups-filters - 2.0.1-r1
Ebuild name:

net-print/cups-filters-2.0.1-r1

Description

Cups filters

Added to portage

2026-02-23

cups-pdf - 3.0.2
Ebuild name:

net-print/cups-pdf-3.0.2

Description

Provides a virtual printer for CUPS to produce PDF files

Added to portage

2026-02-23

curl - 8.19.0_rc2
Ebuild name:

net-misc/curl-8.19.0_rc2

Description

A Client that groks URLs

Added to portage

2026-02-23

diffoscope - 313
Ebuild name:

dev-util/diffoscope-313

Description

Will try to get to the bottom of what makes files or directories different

Added to portage

2026-02-23

feh - 3.11.3
Ebuild name:

media-gfx/feh-3.11.3

Description

A fast, lightweight imageviewer using imlib2

Added to portage

2026-02-23

filezilla - 3.69.6
Ebuild name:

net-ftp/filezilla-3.69.6

Description

FTP client with lots of useful features and an intuitive interface

Added to portage

2026-02-23

firefox-bin - 148.0
Ebuild name:

www-client/firefox-bin-148.0

Description

Firefox Web Browser

Added to portage

2026-02-23

galaxis - 1.13
Ebuild name:

games-puzzle/galaxis-1.13

Description

Curses-based clone of the nifty little Macintosh freeware game Galaxis

Added to portage

2026-02-23

gcc - 16.0.1_p20260222
Ebuild name:

sys-devel/gcc-16.0.1_p20260222

Description

The GNU Compiler Collection

Added to portage

2026-02-23

git-sources - 7.0_rc1
Ebuild name:

sys-kernel/git-sources-7.0_rc1

Description

The very latest -git version of the Linux kernel

Added to portage

2026-02-23

intellij-idea - 2025.3.3
Ebuild name:

dev-util/intellij-idea-2025.3.3

Description

A complete toolset for web, mobile and enterprise development

Added to portage

2026-02-23

ja2-stracciatella - 0.22.1-r1
Ebuild name:

games-strategy/ja2-stracciatella-0.22.1-r1

Description

An improved, cross-platform, stable Jagged Alliance 2 ru

Added to portage

2026-02-23

libcupsfilters - 2.1.1-r1
Ebuild name:

net-print/libcupsfilters-2.1.1-r1

Description

library for developing printing features, split out of cups-filte

Added to portage

2026-02-23

libfilezilla - 0.54.1
Ebuild name:

dev-libs/libfilezilla-0.54.1

Description

C++ library offering some basic functionality for platform-independent

Added to portage

2026-02-23

libselinux - 3.8.1-r3
Ebuild name:

sys-libs/libselinux-3.8.1-r3

Description

SELinux userland library

Added to portage

2026-02-23

libtracecmd - 1.5.5
Ebuild name:

dev-libs/libtracecmd-1.5.5

Description

Linux kernel tracecmd library

Added to portage

2026-02-23

libtraceevent - 1.9.0
Ebuild name:

dev-libs/libtraceevent-1.9.0

Description

Linux kernel trace event library

Added to portage

2026-02-23

mdadm - 4.5
Ebuild name:

sys-fs/mdadm-4.5

Description

Tool for running RAID systems - replacement for the raidtools

Added to portage

2026-02-23

minicom - 2.11
Ebuild name:

net-dialup/minicom-2.11

Description

Serial Communication Program

Added to portage

2026-02-23

mstflint - 4.30.0_p1-r1
Ebuild name:

sys-fabric/mstflint-4.30.0_p1-r1

Description

Mstflint - an open source version of MFT (Mellanox Firmware Tools)

Added to portage

2026-02-23

ngtcp2 - 1.20.0-r1
Ebuild name:

net-libs/ngtcp2-1.20.0-r1

Description

Implementation of the IETF QUIC Protocol

Added to portage

2026-02-23

ngx-acme - 0.3.1
Ebuild name:

www-nginx/ngx-acme-0.3.1

Description

An NGINX module with the implementation of the ACMEv2 protocol

Added to portage

2026-02-23

ophcrack-tables - 1.0-r2
Ebuild name:

app-crypt/ophcrack-tables-1.0-r2

Description

Tables available for ophcrack

Added to portage

2026-02-23

plasma-meta - 6.6.0-r1
Ebuild name:

kde-plasma/plasma-meta-6.6.0-r1

Description

Merge this to pull in all Plasma 6 packages

Added to portage

2026-02-23

platformio - 6.1.19
Ebuild name:

dev-embedded/platformio-6.1.19

Description

An open source ecosystem for IoT development

Added to portage

2026-02-23

postfix - 3.10.8
Ebuild name:

mail-mta/postfix-3.10.8

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2026-02-23

postfix - 3.12_pre20260218
Ebuild name:

mail-mta/postfix-3.12_pre20260218

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2026-02-23

pyfakefs - 6.1.2
Ebuild name:

dev-python/pyfakefs-6.1.2

Description

A fake file system that mocks the Python file system modules

Added to portage

2026-02-23

pypdf - 6.7.2
Ebuild name:

dev-python/pypdf-6.7.2

Description

Python library to work with PDF files

Added to portage

2026-02-23

requests - 2.32.5-r1
Ebuild name:

dev-python/requests-2.32.5-r1

Description

HTTP library for human beings

Added to portage

2026-02-23

rq - 2.7.0
Ebuild name:

dev-python/rq-2.7.0

Description

Simple, lightweight library for creating and processing background jobs

Added to portage

2026-02-23

scipy - 1.17.1
Ebuild name:

dev-python/scipy-1.17.1

Description

Scientific algorithms library for Python

Added to portage

2026-02-23

slack - 4.48.95
Ebuild name:

net-im/slack-4.48.95

Description

Team collaboration tool

Added to portage

2026-02-23

thermald - 2.5.11
Ebuild name:

sys-power/thermald-2.5.11

Description

Thermal daemon for Intel architectures

Added to portage

2026-02-23

trace-cmd - 3.4
Ebuild name:

dev-util/trace-cmd-3.4

Description

User-space front-end for Ftrace

Added to portage

2026-02-23

tuned - 2.27.0
Ebuild name:

sys-apps/tuned-2.27.0

Description

Daemon for monitoring and adaptive tuning of system devices

Added to portage

2026-02-23

tuxedo-control-center-bin - 2.1.23
Ebuild name:

app-laptop/tuxedo-control-center-bin-2.1.23

Description

Tool to control performance, energy, fan and comfort se

Added to portage

2026-02-23

virtualbox - 7.1.16-r1
Ebuild name:

app-emulation/virtualbox-7.1.16-r1

Description

Family of powerful x86 virtualization products for enterprise an

Added to portage

2026-02-23

virtualbox - 7.2.6-r1
Ebuild name:

app-emulation/virtualbox-7.2.6-r1

Description

Family of powerful x86 virtualization products for enterprise and

Added to portage

2026-02-23

virtualbox-kvm - 7.1.16_pre20251103-r1
Ebuild name:

app-emulation/virtualbox-kvm-7.1.16_pre20251103-r1

Description

Family of powerful x86 virtualization products f

Added to portage

2026-02-23

virtualbox-kvm - 7.2.6_pre20260201-r1
Ebuild name:

app-emulation/virtualbox-kvm-7.2.6_pre20260201-r1

Description

Family of powerful x86 virtualization products fo

Added to portage

2026-02-23

zxing-cpp - 3.0.2
Ebuild name:

media-libs/zxing-cpp-3.0.2

Description

C++ Multi-format 1D/2D barcode image processing library

Added to portage

2026-02-23

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