

Code: Select all
FEATURES="buildpkg"Code: Select all
emerge --infoCode: Select all
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="acpi aim apache2 browserplugin cardbus cddb cdparanoia dvd dvdr dvdread
ethereal font-server innodb jai javascript jimi live mbox mmx
mmxext mng nagios-dns nagios-ntp nagios-ping nagios-s network
no-old-linux nsplugin pcmcia real slp smime sse sse2 subversion svg
usb userlocales webdav wifi xanim xfs -apm -gnome"
LINGUAS="de en"
MAKEOPTS="-j2"
PORTAGE_NICENESS="3"
PORT_LOGDIR="/var/log/portage"
FEATURES="ccache"
CCACHE_SIZE="1G"
Ok, yes I do have "buildpkg" - how do I "fix" this then?Do you haveset in /etc/make.conf, even by defualt ?Code: Select all
FEATURES="buildpkg"
You need not have installed any binary packages. Look insince that will show you things which are on by defualt too.Code: Select all
emerge --info
This makes portage save a binary of everything you build, at the end of emerge sync it does a lot checking of these binaries.
They are saved in /usr/portage/packages by defualt.
Code: Select all
Number of files: 125563
Number of files transferred: 1198
Total file size: 99513410 bytes
Total transferred file size: 2450380 bytes
Literal data: 2450380 bytes
Matched data: 0 bytes
File list size: 2862533
File list generation time: 15.113 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 33240
Total bytes received: 5376530
sent 33240 bytes received 5376530 bytes 53298.23 bytes/sec
total size is 99513410 speedup is 18.40
>>> Updating Portage cache: 100%


