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:

82667

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
2025-12-31
action_text-trix - 2.1.16
Ebuild name:

dev-ruby/action_text-trix-2.1.16

Description

A rich text editor for everyday writing

Added to portage

2025-12-31

amq-protocol - 2.4.0
Ebuild name:

dev-ruby/amq-protocol-2.4.0

Description

An AMQP 0.9.1 serialization library for Ruby

Added to portage

2025-12-31

aws-partitions - 1.1200.0
Ebuild name:

dev-ruby/aws-partitions-1.1200.0

Description

Provides interfaces to enumerate AWS partitions, regions, and serv

Added to portage

2025-12-31

awscli - 1.44.9
Ebuild name:

app-admin/awscli-1.44.9

Description

Universal Command Line Environment for AWS

Added to portage

2025-12-31

botan - 3.10.0
Ebuild name:

dev-libs/botan-3.10.0

Description

C++ crypto library

Added to portage

2025-12-31

boto3 - 1.42.19
Ebuild name:

dev-python/boto3-1.42.19

Description

The AWS SDK for Python

Added to portage

2025-12-31

botocore - 1.42.19
Ebuild name:

dev-python/botocore-1.42.19

Description

Low-level, data-driven core of boto 3

Added to portage

2025-12-31

cbor2 - 5.8.0
Ebuild name:

dev-python/cbor2-5.8.0

Description

Pure Python CBOR (de)serializer with extensive tag support

Added to portage

2025-12-31

color - 2.1.2
Ebuild name:

dev-ruby/color-2.1.2

Description

Colour management with Ruby

Added to portage

2025-12-31

dnscrypt-proxy - 2.1.15
Ebuild name:

net-dns/dnscrypt-proxy-2.1.15

Description

Flexible DNS proxy, with support for encrypted DNS protocols

Added to portage

2025-12-31

duplicity - 3.0.7
Ebuild name:

app-backup/duplicity-3.0.7

Description

Secure backup system using gnupg to encrypt data

Added to portage

2025-12-31

fish - 4.3.0
Ebuild name:

app-shells/fish-4.3.0

Description

Friendly Interactive SHell

Added to portage

2025-12-31

freepg - 2.5.16
Ebuild name:

app-crypt/freepg-2.5.16

Description

Cross-distro GnuPG fork focused on OpenPGP compliance

Added to portage

2025-12-31

gentoo-sources - 6.18.2-r1
Ebuild name:

sys-kernel/gentoo-sources-6.18.2-r1

Description

Full sources including the Gentoo patchset for the . kernel tre

Added to portage

2025-12-31

gnupg - 2.5.16-r1
Ebuild name:

app-crypt/gnupg-2.5.16-r1

Description

The GNU Privacy Guard, a GPL OpenPGP implementation

Added to portage

2025-12-31

grub - 2.12-r10
Ebuild name:

sys-boot/grub-2.12-r10

Description

GNU GRUB boot loader

Added to portage

2025-12-31

libgpg-error - 1.58
Ebuild name:

dev-libs/libgpg-error-1.58

Description

Contains error handling functions used by GnuPG software

Added to portage

2025-12-31

librtas - 2.0.6
Ebuild name:

sys-libs/librtas-2.0.6

Description

A set of libraries for userspace access to RTAS on the PowerPC platform(s)

Added to portage

2025-12-31

linux-headers - 6.18
Ebuild name:

sys-kernel/linux-headers-6.18

Description

Added to portage

2025-12-31

mbuffer - 20251025
Ebuild name:

sys-block/mbuffer-20251025

Description

M(easuring)buffer is a replacement for buffer with additional functional

Added to portage

2025-12-31

memory-allocator - 0.2.0
Ebuild name:

dev-python/memory-allocator-0.2.0

Description

An extension class for memory allocation in cython

Added to portage

2025-12-31

mkmf-lite - 0.7.5
Ebuild name:

dev-ruby/mkmf-lite-0.7.5

Description

light version of the the mkmf library designed for use as a library

Added to portage

2025-12-31

nawk - 20251225
Ebuild name:

sys-apps/nawk-20251225

Description

Brian Kernighan's pattern scanning and processing language

Added to portage

2025-12-31

net-http-persistent - 4.0.8
Ebuild name:

dev-ruby/net-http-persistent-4.0.8

Description

Manages persistent connections using Net plus a speed fix for Ru

Added to portage

2025-12-31

package-lint - 0.26
Ebuild name:

app-emacs/package-lint-0.26

Description

Linting library for Emacs Lisp package metadata

Added to portage

2025-12-31

pandoc-mode - 2.90.2
Ebuild name:

app-emacs/pandoc-mode-2.90.2

Description

GNU Emacs minor mode for interacting with Pandoc

Added to portage

2025-12-31

paredit - 26-r1
Ebuild name:

app-emacs/paredit-26-r1

Description

Minor mode for performing structured editing of S-expressions

Added to portage

2025-12-31

pg - 1.6.3
Ebuild name:

dev-ruby/pg-1.6.3

Description

Ruby extension library providing an API to PostgreSQL

Added to portage

2025-12-31

picard - 3.0_pre20251230
Ebuild name:

media-sound/picard-3.0_pre20251230

Description

Cross-platform music tagger

Added to portage

2025-12-31

process_executer - 4.0.1
Ebuild name:

dev-ruby/process_executer-4.0.1

Description

An API for executing commands in a subprocess

Added to portage

2025-12-31

pytest-reserial - 0.6.1
Ebuild name:

dev-python/pytest-reserial-0.6.1

Description

Pytest plugin for recording and replaying serial port traffic duri

Added to portage

2025-12-31

pythia - 8.3.16-r1
Ebuild name:

sci-physics/pythia-8.3.16-r1

Description

Lund Monte Carlo high-energy physics event generator

Added to portage

2025-12-31

python-gnupg - 0.5.5-r2
Ebuild name:

dev-python/python-gnupg-0.5.5-r2

Description

A Python wrapper for GnuPG

Added to portage

2025-12-31

qemu - 10.2.0
Ebuild name:

app-emulation/qemu-10.2.0

Description

QEMU + Kernel-based Virtual Machine userland tools

Added to portage

2025-12-31

rivet - 3.1.11-r1
Ebuild name:

sci-physics/rivet-3.1.11-r1

Description

Robust Independent Validation of Experiment and Theory toolkit

Added to portage

2025-12-31

ruby - 4.0.0
Ebuild name:

dev-lang/ruby-4.0.0

Description

An object-oriented scripting language

Added to portage

2025-12-31

ruby-ssl - 16
Ebuild name:

virtual/ruby-ssl-16

Description

Virtual ebuild for the Ruby OpenSSL bindings

Added to portage

2025-12-31

rubygems - 22
Ebuild name:

virtual/rubygems-22

Description

Virtual ebuild for rubygems

Added to portage

2025-12-31

scipy - 1.17.0_rc2
Ebuild name:

dev-python/scipy-1.17.0_rc2

Description

Scientific algorithms library for Python

Added to portage

2025-12-31

simple-rss - 2.1.0
Ebuild name:

dev-ruby/simple-rss-2.1.0

Description

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby

Added to portage

2025-12-31

steve - 1.4.0
Ebuild name:

dev-build/steve-1.4.0

Description

A load-balancing jobserver for Gentoo

Added to portage

2025-12-31

supertux - 0.7.0_beta1
Ebuild name:

games-arcade/supertux-0.7.0_beta1

Description

A run n' jump platforming game featuring Tux the penguin

Added to portage

2025-12-31

supertux - 9999
Ebuild name:

games-arcade/supertux-9999

Description

A run n' jump platforming game featuring Tux the penguin

Added to portage

2025-12-31

thepeg - 2.3.0-r4
Ebuild name:

sci-physics/thepeg-2.3.0-r4

Description

Toolkit for High Energy Physics Event Generation

Added to portage

2025-12-31

types-psutil - 7.2.1.20251231
Ebuild name:

dev-python/types-psutil-7.2.1.20251231

Description

Typing stubs for psutil

Added to portage

2025-12-31

uchmviewer - 8.5
Ebuild name:

app-text/uchmviewer-8.5

Description

Feature rich chm file viewer, based on Qt

Added to portage

2025-12-31

uv - 0.9.21
Ebuild name:

dev-python/uv-0.9.21

Description

A Python package installer and resolver, written in Rust

Added to portage

2025-12-31

uv-build - 0.9.21
Ebuild name:

dev-python/uv-build-0.9.21

Description

PEP517 uv build backend

Added to portage

2025-12-31

wine-mono - 10.4.1
Ebuild name:

app-emulation/wine-mono-10.4.1

Description

Replacement for the .NET runtime and class libraries in Wine

Added to portage

2025-12-31

xfsprogs - 6.18.0
Ebuild name:

sys-fs/xfsprogs-6.18.0

Description

XFS filesystem utilities

Added to portage

2025-12-31

2025-12-30
awscli - 1.44.8
Ebuild name:

app-admin/awscli-1.44.8

Description

Universal Command Line Environment for AWS

Added to portage

2025-12-30

backports-zstd - 1.3.0
Ebuild name:

dev-python/backports-zstd-1.3.0

Description

Backport of PEP-784 adding Zstandard to the standard library

Added to portage

2025-12-30

boto3 - 1.42.18
Ebuild name:

dev-python/boto3-1.42.18

Description

The AWS SDK for Python

Added to portage

2025-12-30

botocore - 1.42.18
Ebuild name:

dev-python/botocore-1.42.18

Description

Low-level, data-driven core of boto 3

Added to portage

2025-12-30

calcmysky - 0.4.0
Ebuild name:

sci-astronomy/calcmysky-0.4.0

Description

Simulator of light scattering by planetary atmospheres

Added to portage

2025-12-30

celluloid - 0.29
Ebuild name:

media-video/celluloid-0.29

Description

Simple GTK+ frontend for mpv

Added to portage

2025-12-30

cysignals - 1.12.6
Ebuild name:

dev-python/cysignals-1.12.6

Description

Interrupt and signal handling for Cython

Added to portage

2025-12-30

dist-kernel - 6.18.2_p1
Ebuild name:

virtual/dist-kernel-6.18.2_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-30

dlib - 20.0
Ebuild name:

sci-libs/dlib-20.0

Description

Numerical and networking C++ library

Added to portage

2025-12-30

fakefs - 3.2.0
Ebuild name:

dev-ruby/fakefs-3.2.0

Description

A fake filesystem. Use it in your tests

Added to portage

2025-12-30

faker - 40.1.0
Ebuild name:

dev-python/faker-40.1.0

Description

A Python package that generates fake data for you

Added to portage

2025-12-30

ffi - 1.17.3
Ebuild name:

dev-ruby/ffi-1.17.3

Description

Ruby extension for programmatically loading dynamic libraries

Added to portage

2025-12-30

fiddle - 1.1.8
Ebuild name:

dev-ruby/fiddle-1.1.8

Description

A libffi wrapper for Ruby

Added to portage

2025-12-30

fluidsynth - 2.4.8
Ebuild name:

media-sound/fluidsynth-2.4.8

Description

Software real-time synthesizer based on the Soundfont 2 specifications

Added to portage

2025-12-30

fluidsynth - 2.5.2
Ebuild name:

media-sound/fluidsynth-2.5.2

Description

Software real-time synthesizer based on the Soundfont 2 specifications

Added to portage

2025-12-30

gentoo-kernel - 6.18.2_p1
Ebuild name:

sys-kernel/gentoo-kernel-6.18.2_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-30

gentoo-kernel-bin - 6.18.2_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.2_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-30

git - 4.0.7
Ebuild name:

dev-ruby/git-4.0.7

Description

Library for using Git in Ruby

Added to portage

2025-12-30

gnupg - 2.4.9
Ebuild name:

app-crypt/gnupg-2.4.9

Description

The GNU Privacy Guard, a GPL OpenPGP implementation

Added to portage

2025-12-30

gnupg - 2.5.16
Ebuild name:

app-crypt/gnupg-2.5.16

Description

The GNU Privacy Guard, a GPL OpenPGP implementation

Added to portage

2025-12-30

goawk - 1.31.0
Ebuild name:

sys-apps/goawk-1.31.0

Description

POSIX-compliant AWK interpreter written in Go, with CSV support

Added to portage

2025-12-30

guitarix - 0.47.0-r2
Ebuild name:

media-sound/guitarix-0.47.0-r2

Description

Virtual guitar amplifier for Linux

Added to portage

2025-12-30

httparty - 0.24.0
Ebuild name:

dev-ruby/httparty-0.24.0

Description

Makes http fun Also, makes consuming restful web services dead easy

Added to portage

2025-12-30

jkqtplotter - 5.0.0_beta1
Ebuild name:

sci-libs/jkqtplotter-5.0.0_beta1

Description

Extensive Qt Plotter framework

Added to portage

2025-12-30

kombu - 5.6.2
Ebuild name:

dev-python/kombu-5.6.2

Description

AMQP Messaging Framework for Python

Added to portage

2025-12-30

krita - 6.0.0_alpha_pre20251229
Ebuild name:

media-gfx/krita-6.0.0_alpha_pre20251229

Description

Free digital painting application. Digital Painting, Creati

Added to portage

2025-12-30

libmateweather - 1.28.1
Ebuild name:

dev-libs/libmateweather-1.28.1

Description

MATE library to access weather information from online services

Added to portage

2025-12-30

limine - 10.6.0
Ebuild name:

sys-boot/limine-10.6.0

Description

Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloade

Added to portage

2025-12-30

maturin - 1.11.0
Ebuild name:

dev-util/maturin-1.11.0

Description

Build and publish crates with pyo3, rust-cpython and cffi bindings

Added to portage

2025-12-30

minitest-around - 0.6.0
Ebuild name:

dev-ruby/minitest-around-0.6.0

Description

Alternative for setup/teardown dance

Added to portage

2025-12-30

moor - 2.9.6
Ebuild name:

sys-apps/moor-2.9.6

Description

Pager designed to do the right thing without any configuration

Added to portage

2025-12-30

netpbm - 11.13.0
Ebuild name:

media-libs/netpbm-11.13.0

Description

A set of utilities for converting to/from the netpbm (and related) format

Added to portage

2025-12-30

nokogiri - 1.19.0
Ebuild name:

dev-ruby/nokogiri-1.19.0

Description

Nokogiri is an HTML, XML, SAX, and Reader parser

Added to portage

2025-12-30

nomacs - 3.22.0
Ebuild name:

media-gfx/nomacs-3.22.0

Description

Qt-based image viewer

Added to portage

2025-12-30

omemo-dr - 1.2.0
Ebuild name:

dev-python/omemo-dr-1.2.0

Description

OMEMO Crypto Library

Added to portage

2025-12-30

owntone - 29.0
Ebuild name:

media-sound/owntone-29.0

Description

DAAP (iTunes) and MPD media server

Added to portage

2025-12-30

pariemacs - 3.14-r1
Ebuild name:

app-emacs/pariemacs-3.14-r1

Description

sci-mathematics/pari emacs mode

Added to portage

2025-12-30

parsebib - 6.7
Ebuild name:

app-emacs/parsebib-6.7

Description

Emacs Lisp library for reading .bib files

Added to portage

2025-12-30

parseclj - 1.1.1
Ebuild name:

app-emacs/parseclj-1.1.1

Description

Clojure Parser for Emacs Lisp

Added to portage

2025-12-30

parseedn - 1.2.1
Ebuild name:

app-emacs/parseedn-1.2.1

Description

EDN parser for Emacs Lisp

Added to portage

2025-12-30

performous - 1.3.1_p20251224
Ebuild name:

games-arcade/performous-1.3.1_p20251224

Description

SingStar GPL clone

Added to portage

2025-12-30

photoqt - 5.0
Ebuild name:

media-gfx/photoqt-5.0

Description

Simple but powerful Qt-based image viewer

Added to portage

2025-12-30

portage-utils - 0.98
Ebuild name:

app-portage/portage-utils-0.98

Description

Small and fast Portage helper tools written in C

Added to portage

2025-12-30

primecountpy - 0.2.1
Ebuild name:

dev-python/primecountpy-0.2.1

Description

Cython interface to sci-mathematics/primecount

Added to portage

2025-12-30

pstore - 0.2.0
Ebuild name:

dev-ruby/pstore-0.2.0

Description

Transactional File Storage for Ruby Objects

Added to portage

2025-12-30

psutil - 7.2.1
Ebuild name:

dev-python/psutil-7.2.1

Description

Retrieve information on running processes and system utilization

Added to portage

2025-12-30

pygit2 - 1.19.1
Ebuild name:

dev-python/pygit2-1.19.1

Description

Python bindings for libgit2

Added to portage

2025-12-30

pylast - 7.0.1
Ebuild name:

dev-python/pylast-7.0.1

Description

Python interface to last.fm and other api-compatible websites

Added to portage

2025-12-30

qcheck - 0.27
Ebuild name:

dev-ml/qcheck-0.27

Description

QuickCheck inspired property-based testing for OCaml

Added to portage

2025-12-30

readline - 0.0.4
Ebuild name:

dev-ruby/readline-0.0.4

Description

Class to build custom data structures, similar to a Hash

Added to portage

2025-12-30

ripperx - 3.0.1
Ebuild name:

media-sound/ripperx-3.0.1

Description

GTK program to rip CD audio tracks to Ogg, MP3 or FLAC

Added to portage

2025-12-30

sabctools - 9.2.1
Ebuild name:

dev-python/sabctools-9.2.1

Description

Module providing raw yEnc encoding/decoding for SABnzbd

Added to portage

2025-12-30

stellarium - 25.4
Ebuild name:

sci-astronomy/stellarium-25.4

Description

3D photo-realistic skies in real time

Added to portage

2025-12-30

termcolor - 3.3.0
Ebuild name:

dev-python/termcolor-3.3.0

Description

ANSI Color formatting for output in terminal

Added to portage

2025-12-30

tmux - 3.6a
Ebuild name:

app-misc/tmux-3.6a

Description

Terminal multiplexer

Added to portage

2025-12-30

torchvision - 0.24.1
Ebuild name:

sci-ml/torchvision-0.24.1

Description

Datasets, transforms and models to specific to computer vision

Added to portage

2025-12-30

uv - 0.9.20
Ebuild name:

dev-python/uv-0.9.20

Description

A Python package installer and resolver, written in Rust

Added to portage

2025-12-30

uv-build - 0.9.20
Ebuild name:

dev-python/uv-build-0.9.20

Description

PEP517 uv build backend

Added to portage

2025-12-30

wol - 0.7.1-r5
Ebuild name:

net-misc/wol-0.7.1-r5

Description

Implements Wake On LAN (Magic Paket) functionality in a small program

Added to portage

2025-12-30

xfce4-session - 4.21.1
Ebuild name:

xfce-base/xfce4-session-4.21.1

Description

A session manager for the Xfce desktop environment

Added to portage

2025-12-30

xfce4-settings - 4.20.3
Ebuild name:

xfce-base/xfce4-settings-4.20.3

Description

Configuration system for the Xfce desktop environment

Added to portage

2025-12-30

xpadneo - 0.9.8
Ebuild name:

games-util/xpadneo-0.9.8

Description

Advanced Linux Driver for Xbox One Wireless Controller

Added to portage

2025-12-30

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