

Code: Select all
PATCH COMMAND: patch -p0 -g0 -E --no-backup-if-mismatch < /var/tmp/portage/gcc-4.1.1_pre20060511/work/patch/04_all_gcc42-boehmgc-include.patch
==============================================
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- libobjc/configure 2006/01/24 21:44:57 110181
|+++ libobjc/configure 2006/01/24 21:57:22 110182
--------------------------
No file to patch. Skipping patch.
20 out of 20 hunks ignored
Code: Select all
dreamer ~ # cd /usr/src/linux
dreamer linux # make
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
arch/i386/Kconfig:534:warning: choice values currently only support a single prompt
arch/i386/Kconfig:536:warning: choice values currently only support a single prompt
arch/i386/Kconfig:538:warning: choice values currently only support a single prompt
arch/i386/Kconfig:540:warning: choice values currently only support a single prompt
arch/i386/Kconfig:440:warning: choice values currently only support a single prompt
arch/i386/Kconfig:442:warning: choice values currently only support a single prompt
arch/i386/Kconfig:444:warning: choice values currently only support a single prompt
arch/i386/Kconfig:446:warning: choice values currently only support a single prompt
#
# configuration written to .config
#
CHK include/linux/version.h
CHK include/linux/compile.h
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
CC net/ipv4/tcp_ipv4.o
CC net/ipv4/sysctl_net_ipv4.o
CC net/ipv4/syncookies.o
LD net/ipv4/built-in.o
CC [M] net/ipv4/inet_diag.o
CC [M] net/ipv4/tcp_diag.o
LD net/built-in.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o: In function `init_amd':
amd.c:(.init.text+0x2f6d): undefined reference to `num_cache_leaves'
amd.c:(.init.text+0x2f7c): undefined reference to `num_cache_leaves'
make: *** [.tmp_vmlinux1] Error 1
dreamer linux #Code: Select all
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.17-rc3-no2
# Fri May 12 15:24:08 2006
#
# General setup
#
# CONFIG_INGOSCHED is not set
CONFIG_STAIRCASE=y
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SWAP_PREFETCH=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_RELAY is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_UID16=y
CONFIG_VM86=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_RT_MUTEXES=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_PROCESSOR_SELECT=y
# CONFIG_CPU_SUP_INTEL is not set
# CONFIG_CPU_SUP_CYRIX is not set
# CONFIG_CPU_SUP_NSC is not set
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
# CONFIG_CPU_SUP_TRANSMETA is not set
# CONFIG_CPU_SUP_RISE is not set
# CONFIG_CPU_SUP_NEXGEN is not set
# CONFIG_CPU_SUP_UMC is not set
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set


Code: Select all
wget no.oldos.org//files/2.6.17-rc3-no2/broken-out/config-nr-tty-devices-r1.patch
mv config-nr-tty-devices-r1.patch /usr/src/
cd /usr/src/linux
patch -Rp1 < ../config-nr-tty-devices-r1.patch
emerge splashutils

Pentium4 HT CPUs are considered dual-core (they aren't really dual cores, nor do they have any advantages over a non -HT) so -j3 is the option to choose.andrew_wiggin wrote:cheater1034 wrote:Portage is naturally slow, because of python. Reiser4 isn't the cause, but if your io sched isn't set right it could be. Read the new section I added, I think it is 9.5, about io sched selection. Ext3 would slow it down compared to reiser4jonny bravo wrote:Just updated to 2.6.4, waiting on gcc 4.1.1 to compile. I have a few questions. I'm still learning so hopefully someone can point me in the right direction. Is it me or has portage gotten slower especially when calculating dependencies? Ive read that reiser4 could be the cause and possibly moving portage to a ext3 partiton would speed it up? Not shure there. Also has MAKEOPTS become depreciated? I've tried to put it in my make.conf and I get errors from portage, or somethings wont compile. Thanks., and Makeopts isn't deprecated, but it is not needed, and has no real effect unless you have 2 cpus, or dual-core. (it will run a make on each core) if you set it with a standard single core processor, it will run two makes, but use equal power, so it will balance out and give you no performance gain.
with makeopts it is
1 per physical cpu
1 per core
example:
single core: MAKEOPTS="-j2"
dual core: MAKEOPTS="-j3"
two single core: MAKEOPTS="-j4"
two dual core: MAKEOPTS="-j6"
quad single-core: MAKEOPTS="-j8"
quad dual-core: MAKEOPTS="-j12"
For a single core it has no logical effect, and for dual core it runs a make on each core, so it will go faster.
what about Pentium4 HT CPUs? i heard once that -j3 does have a performence gain
Code: Select all
stat "/usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la" sikertelen: No such file or directory

smallming wrote:yeah i got a similar error too when compiling gcc-4.1.1 from svn... any quick fix? im stuck in the middle of my laptop installation...
btw im using glibc-2.4-r2.
Code: Select all
ln -s /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la]

Code: Select all
omerta ~ # eix -e kdelibs
* kde-base/kdelibs
Available versions: 3.3.2-r10 3.4.1-r1 3.4.1-r2 3.4.2 3.4.2-r1 3.4.3 3.4.3-r1 3.5.2[1] 3.5.2-r2 3.5.2-r3 3.5.2-r4 3.5.2-r5
Installed: 3.5.2-r5
Homepage: http://www.kde.org/
Description: KDE libraries needed by all kde programs
[1] /usr/local/portage
Found 1 matches

that will fix it, but I reccomend copying it rather than linking it.__g_blade wrote:smallming wrote:yeah i got a similar error too when compiling gcc-4.1.1 from svn... any quick fix? im stuck in the middle of my laptop installation...
btw im using glibc-2.4-r2.Code: Select all
ln -s /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la]
tks! can i safely assume just the last line is needed?cheater1034 wrote:
that will fix it, but I reccomend copying it rather than linking it.
# mkdir /usr/local/portage/sys-devel/gcc/files/awk
# cp /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk /usr/local/portage/sys-devel/gcc/files/awk
# cp /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk /usr/local/portage/sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la

Code: Select all
omerta ~ # startx
xauth: creating new authority file /root/.serverauth.12858
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.
X Window System Version 7.0.99.903 (7.1.0 RC 3)
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.0.99.903
Build Operating System: Linux 2.6.17-rc2 i686
Current Operating System: Linux omerta 2.6.17-rc3-no2 #1 SMP PREEMPT Sun May 14 14:11:50 CEST 2006 i686
Build Date: 15 May 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 16 18:11:09 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
(EE) No drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
Code: Select all
omerta ~ # cat /etc/make.conf
# Conrad Installation Guide 2.6.x make.conf file
# <etc/make.conf>
# Replace ARCH, with your architecture
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
CHOST="i686-pc-linux-gnu"
ACCEPT_KEYWORDS="~x86"
PORT_LOGDIR="/var/log/portage"
PORTDIR_OVERLAY="/usr/local/portage"
PORTAGE_NICENESS="10"
FEATURES="distlocks -userpriv"
USE="-oss nptl nptlonly glibc-omitfp fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow up ts aim bidi icq irc jabber lj msn rss yahoo"
LINGUAS="en fr de es it tr"
Code: Select all
omerta ~ # emerge --info
Portage 2.1_rc1-r2 (default-linux/x86/2006.0, gcc-4.1.1-pre20060513, glibc-2.4.90.20060511-r0, 2.6.17-rc3-no2 i686)
=================================================================
System uname: 2.6.17-rc3-no2 i686 AMD Sempron(tm) 2200+
Gentoo Base System version 1.12.0_pre19
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.92
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.16
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="en fr de es it tr"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aim alsa apache2 apic apm arts avi berkdb bidi bitmap-fonts cli cmov crypt cups cx8 de dri eds emboss
encode esd foomaticdb fortran fpu fxsr gdbm gif glibc-omitfp gnome gpm gstreamer gtk gtk2 icq imlib ipv6 irc isdnlog jabber jpeg kde libg++ libwww lj mad mca mce mikmod mmx mmxext motif mp mp3 mpeg msn msr mtrr ncurses nls nptl nptlonly ogg opengl pae pam
pat pcre pdflib perl pge png pppd pse pse36 python qt quicktime readline reflection rss sdl sep session spell spl sse ssl syscall tcpd truetype truetype-fonts ts tsc type1-fonts udev up vme vorbis xml xmms xorg xv yahoo zlib elibc_glibc kernel_linux linguas_en linguas_fr linguas_de linguas_es linguas_it linguas_tr userland_GNU"
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

Code: Select all
>>> Emerging (1 of 1) app-accessibility/festival-1.95_beta to /
>>> Unpacking source...
>>> Unpacking festival-1.95-beta.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking speech_tools-1.2.95-beta.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festlex_POSLEX.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festlex_CMU.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festlex_OALD.tar.gz to /var/tmp/portage/festival-1.95_beta/work
tar: A lone zero block at 18820
>>> Unpacking festvox_rablpc16k.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_don.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_kallpc16k.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_kedlpc16k.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_cmu_us_bdl_arctic_hts.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_cmu_us_slt_arctic_hts.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_cmu_us_jmk_arctic_hts.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Unpacking festvox_cmu_us_awb_arctic_hts.tar.gz to /var/tmp/portage/festival-1.95_beta/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/festival-1.95_beta/work ...
* econf: updating festival/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating festival/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating speech_tools/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating speech_tools/config.sub with /usr/share/gnuconfig/config.sub
/usr/bin/confcache --confcache-ignore /var/tmp/ccache:/var/tmp/.distcc --confcache-dir /var/tmp/confcache ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
invalidating due to env: internal cache var host_alias was undefined, is defined now
cache invalidated due to env
creating cache config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -Wl,-O1 -Wl,--sort-common) works... yes
checking whether the C compiler (gcc -O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -Wl,-O1 -Wl,--sort-common) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for ar... ar
checking whether byte ordering is bigendian... no
checking for tputs in -ltermcap... no
checking for tputs in -lncurses... yes
updating cache config.cache
creating ./config.status
creating config/config
Check system type
Remake modincludes.inc
ESD_AUDIO
config/modules/esd_audio.mak
NATIVE_AUDIO
ok
EDITLINE
config/modules/editline.mak
SIOD
siod/siod.mak
WAGON
stats/wagon/wagon.mak
SCFG
grammar/scfg/scfg.mak
WFST
grammar/wfst/wfst.mak
OLS
stats/ols.mak
RXP
rxp/rxp.mak
LINUX16_AUDIO
config/modules/linux16_audio.mak
Making in directory ./siod ...
making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc siod_fringe.cc siod_server.cc io.cc trace.cc EST_SiodServer.cc siod.cc siod_est.cc
i686-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -fvisibility-inlines-hidden -Wall -DSUPPORT_EDITLINE -I../include slib.cc
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1-pre20060414/include/g++-v4/backward/iostream.h:31,
from ../include/EST_iostream.h:52,
from ../include/EST_String.h:50,
from ../include/siod.h:17,
from slib.cc:88:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1-pre20060414/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
../include/EST_Chunk.h:131: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:132: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:133: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:135: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:136: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:138: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:139: error: 'EST_ChunkPtr' has not been declared
../include/EST_String.h: In member function 'void EST_String::make_updatable()':
../include/EST_String.h:253: error: no matching function for call to 'make_updatable(EST_ChunkPtr&, int)'
../include/EST_TList.h: At global scope:
../include/EST_TList.h:226: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TList<T>&)' declares a non-template function
../include/EST_TList.h:226: warning: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning
../include/EST_TVector.h:312: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TVector<T>&)' declares a non-template function
../include/EST_TKVL.h:61: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TKVI<K, V>&)' declares a non-template function
../include/EST_TKVL.h:146: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TKVL<K, V>&)' declares a non-template function
../include/EST_TMatrix.h:310: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TMatrix<T>&)' declares a non-template function
slib.cc: In function 'void gc_mark_and_sweep()':
slib.cc:1088: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[1]: *** [slib.o] Error 1
make: *** [siod] Error 2
!!! ERROR: app-accessibility/festival-1.95_beta failed.
Call stack:
ebuild.sh, line 1527: Called dyn_compile
ebuild.sh, line 931: Called src_compile
festival-1.95_beta.ebuild, line 63: Called die
Code: Select all
Portage 2.1_rc1-r2 (default-linux/x86/2006.0, gcc-4.1.1-pre20060414, glibc-2.4-r3, 2.6.17-rc3-no2 i686)
=================================================================
System uname: 2.6.17-rc3-no2 i686 AMD Sempron(tm) Processor 3500+
Gentoo Base System version 1.12.0_pre19
ccache version 2.4 [enabled]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r1
dev-util/confcache: 0.4.2
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.91.0.7, 2.16.92
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer sandbox sfperms"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.mirrored.ca/ http://gentoo.seren.com/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac acpi alsa apache2 apm arts asf avi berkdb bitmap-fonts cdr cdrom cli crypt cups dga directfb dri dvd dvdr eds emboss encode esd fbcon ffmpegftp foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 ieee1394 imlib ipod ipv6 isdnlog jpeg kde libg++ libwww lm_sensors mad maildir mbox mikmod mmx mmxext motif mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg opengl oss pam pcre pdflib perl pmu png pppd python qt quicktime readline real reflection sdl session spell spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts udev usb visualization vorbis win32codecs xml xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_radeon video_cards_fglrx video_cards_vesa"
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

Code: Select all
mkfontdir

Code: Select all
!!!ERROR: dev-libs/klibc-1.2.1-r1 failed.
call stack:
ebuild.sh, line 1527: called dyn_compile
ebuild.sh, line: 931: called src_compile
klibc-1.2.1-r1.ebuild, line 125: called die
!!!Compile failed!
Code: Select all
[32;01m*[0m Determining the location of the kernel source code
[32;01m*[0m Found kernel source directory:
[32;01m*[0m /usr/src/linux
[32;01m*[0m Found sources for kernel version:
[32;01m*[0m 2.6.17-rc3-no2
>>> Unpacking source...
>>> Unpacking klibc-1.2.1.tar.bz2 to /var/tmp/portage/klibc-1.2.1-r1/work
[32;01m*[0m Applying klibc-1.2.1-nostdinc-flags.patch ...
[A[120C [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/klibc-1.2.1-r1/work/klibc-1.2.1 ...
GEN klcc/klibc.config
HOSTCC scripts/basic/fixdep
GEN klcc/klcc
GEN klibc/syscalls/SYSCALLS.i
GEN klibc/socketcalls/socketcalls.mk
KLIBCAS klibc/socketcalls/socket.o
GEN klibc/syscalls/syscalls.nrs
KLIBCAS klibc/socketcalls/bind.o
KLIBCAS klibc/socketcalls/connect.o
KLIBCAS klibc/socketcalls/listen.o
GEN klibc/syscalls/syscalls.mk
KLIBCAS klibc/socketcalls/accept.o
KLIBCAS klibc/socketcalls/getsockname.o
KLIBCAS klibc/syscalls/_exit.o
KLIBCAS klibc/socketcalls/getpeername.o
KLIBCAS klibc/syscalls/__clone.o
KLIBCAS klibc/socketcalls/socketpair.o
KLIBCAS klibc/syscalls/fork.o
KLIBCAS klibc/socketcalls/sendto.o
KLIBCAS klibc/syscalls/vfork.o
KLIBCAS klibc/socketcalls/recvfrom.o
KLIBCAS klibc/syscalls/getpid.o
KLIBCAS klibc/socketcalls/shutdown.o
KLIBCAS klibc/syscalls/setpgid.o
KLIBCAS klibc/socketcalls/setsockopt.o
KLIBCAS klibc/syscalls/getpgid.o
KLIBCAS klibc/socketcalls/getsockopt.o
KLIBCAS klibc/syscalls/getppid.o
KLIBCAS klibc/socketcalls/sendmsg.o
KLIBCAS klibc/syscalls/setsid.o
KLIBCAS klibc/syscalls/getsid.o
KLIBCAS klibc/socketcalls/recvmsg.o
KLIBCAS klibc/syscalls/wait4.o
KLIBCLD klibc/socketcalls/socketcalls.o
KLIBCAS klibc/arch/i386/crt0.o
KLIBCAS klibc/syscalls/execve.o
KLIBCCC klibc/__static_init.o
KLIBCAS klibc/syscalls/nice.o
KLIBCCC klibc/vsnprintf.o
KLIBCAS klibc/syscalls/__getpriority.o
KLIBCAS klibc/syscalls/setpriority.o
KLIBCAS klibc/syscalls/sched_setscheduler.o
KLIBCCC klibc/snprintf.o
KLIBCAS klibc/syscalls/sched_yield.o
KLIBCCC klibc/vsprintf.o
KLIBCAS klibc/syscalls/setuid.o
KLIBCCC klibc/sprintf.o
KLIBCAS klibc/syscalls/setgid.o
KLIBCCC klibc/asprintf.o
KLIBCAS klibc/syscalls/getuid.o
KLIBCCC klibc/vasprintf.o
KLIBCAS klibc/syscalls/getgid.o
KLIBCCC klibc/vsscanf.o
KLIBCAS klibc/syscalls/geteuid.o
KLIBCAS klibc/syscalls/getegid.o
KLIBCCC klibc/sscanf.o
KLIBCAS klibc/syscalls/getgroups.o
KLIBCCC klibc/ctypes.o
KLIBCAS klibc/syscalls/setgroups.o
KLIBCCC klibc/strntoumax.o
KLIBCAS klibc/syscalls/setreuid.o
KLIBCCC klibc/strntoimax.o
KLIBCAS klibc/syscalls/setregid.o
KLIBCCC klibc/atoi.o
KLIBCAS klibc/syscalls/setfsuid.o
KLIBCCC klibc/atol.o
KLIBCAS klibc/syscalls/setfsgid.o
KLIBCCC klibc/atoll.o
KLIBCAS klibc/syscalls/setresuid.o
KLIBCAS klibc/syscalls/mount.o
KLIBCAS klibc/syscalls/umount2.o
KLIBCAS klibc/syscalls/pivot_root.o
KLIBCCC klibc/strtol.o
KLIBCCC klibc/strtoll.o
KLIBCAS klibc/syscalls/sync.o
KLIBCAS klibc/syscalls/__statfs64.o
KLIBCCC klibc/strtoul.o
KLIBCAS klibc/syscalls/__fstatfs64.o
KLIBCCC klibc/strtoull.o
KLIBCAS klibc/syscalls/swapon.o
KLIBCCC klibc/strtoimax.o
KLIBCAS klibc/syscalls/swapoff.o
KLIBCCC klibc/strtoumax.o
KLIBCAS klibc/syscalls/access.o
KLIBCCC klibc/globals.o
KLIBCAS klibc/syscalls/link.o
KLIBCCC klibc/exit.o
KLIBCAS klibc/syscalls/unlink.o
KLIBCCC klibc/atexit.o
KLIBCAS klibc/syscalls/chdir.o
KLIBCCC klibc/onexit.o
KLIBCAS klibc/syscalls/fchdir.o
KLIBCCC klibc/execl.o
KLIBCAS klibc/syscalls/rename.o
KLIBCAS klibc/syscalls/mknod.o
KLIBCCC klibc/execle.o
KLIBCAS klibc/syscalls/chmod.o
KLIBCCC klibc/execv.o
KLIBCAS klibc/syscalls/fchmod.o
KLIBCAS klibc/syscalls/mkdir.o
KLIBCCC klibc/execvpe.o
KLIBCAS klibc/syscalls/rmdir.o
KLIBCCC klibc/execvp.o
KLIBCAS klibc/syscalls/pipe.o
KLIBCCC klibc/execlp.o
KLIBCAS klibc/syscalls/umask.o
KLIBCAS klibc/syscalls/chroot.o
KLIBCCC klibc/execlpe.o
KLIBCAS klibc/syscalls/symlink.o
KLIBCCC klibc/fork.o
KLIBCAS klibc/syscalls/readlink.o
KLIBCAS klibc/syscalls/stat.o
KLIBCAS klibc/syscalls/lstat.o
KLIBCCC klibc/wait.o
KLIBCAS klibc/syscalls/fstat.o
KLIBCAS klibc/syscalls/getdents.o
KLIBCCC klibc/wait3.o
KLIBCAS klibc/syscalls/chown.o
KLIBCAS klibc/syscalls/fchown.o
KLIBCCC klibc/waitpid.o
KLIBCAS klibc/syscalls/lchown.o
KLIBCCC klibc/system.o
KLIBCAS klibc/syscalls/__getcwd.o
KLIBCCC klibc/setpgrp.o
KLIBCAS klibc/syscalls/utime.o
KLIBCCC klibc/getpgrp.o
KLIBCAS klibc/syscalls/utimes.o
KLIBCCC klibc/daemon.o
KLIBCAS klibc/syscalls/inotify_init.o
KLIBCAS klibc/syscalls/inotify_add_watch.o
KLIBCCC klibc/printf.o
KLIBCAS klibc/syscalls/inotify_rm_watch.o
KLIBCCC klibc/vprintf.o
KLIBCAS klibc/syscalls/read.o
KLIBCCC klibc/fprintf.o
KLIBCAS klibc/syscalls/write.o
KLIBCCC klibc/vfprintf.o
KLIBCAS klibc/syscalls/close.o
KLIBCCC klibc/perror.o
KLIBCAS klibc/syscalls/__llseek.o
KLIBCCC klibc/statfs.o
KLIBCAS klibc/syscalls/dup.o
KLIBCCC klibc/fstatfs.o
KLIBCAS klibc/syscalls/dup2.o
KLIBCCC klibc/umount.o
KLIBCAS klibc/syscalls/fcntl.o
KLIBCAS klibc/syscalls/ioctl.o
KLIBCCC klibc/open.o
KLIBCAS klibc/syscalls/flock.o
KLIBCCC klibc/fopen.o
KLIBCAS klibc/syscalls/select.o
KLIBCAS klibc/syscalls/poll.o
KLIBCCC klibc/fread.o
KLIBCAS klibc/syscalls/fsync.o
KLIBCCC klibc/fread2.o
KLIBCAS klibc/syscalls/fdatasync.o
KLIBCCC klibc/fgetc.o
KLIBCAS klibc/syscalls/readv.o
KLIBCCC klibc/fgets.o
KLIBCAS klibc/syscalls/writev.o
KLIBCCC klibc/fwrite.o
KLIBCAS klibc/syscalls/ftruncate.o
KLIBCCC klibc/fwrite2.o
KLIBCAS klibc/syscalls/pread.o
KLIBCCC klibc/fputc.o
KLIBCAS klibc/syscalls/pwrite.o
KLIBCCC klibc/fputs.o
KLIBCAS klibc/syscalls/__sigaction.o
KLIBCCC klibc/puts.o
KLIBCAS klibc/syscalls/sigsuspend.o
KLIBCCC klibc/putchar.o
KLIBCAS klibc/syscalls/sigpending.o
KLIBCCC klibc/sleep.o
KLIBCAS klibc/syscalls/sigprocmask.o
KLIBCCC klibc/usleep.o
KLIBCAS klibc/syscalls/kill.o
KLIBCAS klibc/syscalls/alarm.o
KLIBCCC klibc/strtotimespec.o
KLIBCAS klibc/syscalls/getitimer.o
KLIBCCC klibc/strtotimeval.o
KLIBCAS klibc/syscalls/setitimer.o
KLIBCCC klibc/raise.o
KLIBCAS klibc/syscalls/time.o
KLIBCCC klibc/abort.o
KLIBCAS klibc/syscalls/times.o
KLIBCCC klibc/assert.o
KLIBCAS klibc/syscalls/gettimeofday.o
KLIBCCC klibc/alarm.o
KLIBCAS klibc/syscalls/settimeofday.o
KLIBCCC klibc/pause.o
KLIBCAS klibc/syscalls/nanosleep.o
KLIBCCC klibc/__signal.o
KLIBCAS klibc/syscalls/pause.o
KLIBCCC klibc/sysv_signal.o
KLIBCAS klibc/syscalls/__brk.o
KLIBCAS klibc/syscalls/munmap.o
KLIBCCC klibc/bsd_signal.o
KLIBCAS klibc/syscalls/mremap.o
KLIBCCC klibc/siglist.o
KLIBCAS klibc/syscalls/msync.o
KLIBCCC klibc/sigabbrev.o
KLIBCAS klibc/syscalls/mprotect.o
KLIBCAS klibc/syscalls/__mmap2.o
KLIBCCC klibc/siglongjmp.o
KLIBCAS klibc/syscalls/mlockall.o
KLIBCCC klibc/sigaction.o
KLIBCAS klibc/syscalls/munlockall.o
KLIBCCC klibc/sigpending.o
KLIBCAS klibc/syscalls/mlock.o
KLIBCCC klibc/sigprocmask.o
KLIBCAS klibc/syscalls/munlock.o
KLIBCCC klibc/sigsuspend.o
KLIBCAS klibc/syscalls/uname.o
KLIBCCC klibc/brk.o
KLIBCAS klibc/syscalls/setdomainname.o
KLIBCCC klibc/sbrk.o
KLIBCAS klibc/syscalls/sethostname.o
KLIBCAS klibc/syscalls/init_module.o
KLIBCCC klibc/malloc.o
KLIBCAS klibc/syscalls/delete_module.o
KLIBCAS klibc/syscalls/__reboot.o
KLIBCCC klibc/realloc.o
KLIBCAS klibc/syscalls/klogctl.o
KLIBCCC klibc/calloc.o
KLIBCAS klibc/syscalls/sysinfo.o
KLIBCCC klibc/mmap.o
KLIBCAS klibc/syscalls/iopl.o
KLIBCCC klibc/memcpy.o
KLIBCAS klibc/syscalls/ioperm.o
KLIBCCC klibc/memcmp.o
KLIBCAS klibc/syscalls/vm86.o
KLIBCLD klibc/syscalls/syscalls.o
KLIBCCC klibc/memset.o
KLIBCCC klibc/memccpy.o
KLIBCCC klibc/memmem.o
KLIBCCC klibc/memswap.o
KLIBCCC klibc/memmove.o
KLIBCCC klibc/memchr.o
KLIBCCC klibc/memrchr.o
KLIBCCC klibc/strcasecmp.o
KLIBCCC klibc/strncasecmp.o
KLIBCCC klibc/strndup.o
KLIBCCC klibc/strerror.o
KLIBCCC klibc/strcat.o
KLIBCCC klibc/strchr.o
KLIBCCC klibc/strcmp.o
KLIBCCC klibc/strcpy.o
KLIBCCC klibc/strdup.o
KLIBCCC klibc/strlen.o
KLIBCCC klibc/strnlen.o
KLIBCCC klibc/strncat.o
KLIBCCC klibc/strlcpy.o
KLIBCCC klibc/strlcat.o
KLIBCCC klibc/strstr.o
KLIBCCC klibc/strncmp.o
KLIBCCC klibc/strncpy.o
KLIBCCC klibc/strrchr.o
KLIBCCC klibc/strxspn.o
KLIBCCC klibc/strspn.o
KLIBCCC klibc/strcspn.o
KLIBCCC klibc/strpbrk.o
KLIBCCC klibc/strsep.o
KLIBCCC klibc/strtok.o
KLIBCCC klibc/gethostname.o
KLIBCCC klibc/getdomainname.o
KLIBCCC klibc/getcwd.o
KLIBCCC klibc/seteuid.o
KLIBCCC klibc/setegid.o
KLIBCCC klibc/getenv.o
KLIBCCC klibc/setenv.o
KLIBCCC klibc/putenv.o
KLIBCCC klibc/__put_env.o
KLIBCCC klibc/unsetenv.o
KLIBCCC klibc/clearenv.o
KLIBCCC klibc/nullenv.o
KLIBCCC klibc/getopt.o
KLIBCCC klibc/readdir.o
KLIBCCC klibc/syslog.o
KLIBCCC klibc/closelog.o
KLIBCCC klibc/pty.o
KLIBCCC klibc/getpt.o
KLIBCCC klibc/isatty.o
KLIBCCC klibc/reboot.o
KLIBCCC klibc/utime.o
KLIBCCC klibc/time.o
KLIBCCC klibc/llseek.o
KLIBCCC klibc/nice.o
KLIBCCC klibc/qsort.o
KLIBCCC klibc/getpriority.o
KLIBCCC klibc/lrand48.o
KLIBCCC klibc/jrand48.o
KLIBCCC klibc/mrand48.o
KLIBCCC klibc/nrand48.o
KLIBCCC klibc/srand48.o
KLIBCCC klibc/seed48.o
KLIBCCC klibc/inet/inet_ntoa.o
KLIBCCC klibc/inet/inet_aton.o
KLIBCCC klibc/inet/inet_addr.o
KLIBCCC klibc/inet/inet_ntop.o
KLIBCCC klibc/inet/inet_pton.o
KLIBCCC klibc/inet/bindresvport.o
KLIBCCC klibc/send.o
KLIBCCC klibc/recv.o
In file included from linux/include/linux/uio.h:6,
from linux/include/linux/socket.h:26,
from include/sys/socket.h:11,
from klibc/send.c:7:
linux/include/linux/types.h:135: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sector_t'
linux/include/linux/types.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'blkcnt_t'
make[2]: *** [klibc/send.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from linux/include/linux/uio.h:6,
from linux/include/linux/socket.h:26,
from include/sys/socket.h:11,
from klibc/recv.c:7:
linux/include/linux/types.h:135: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sector_t'
linux/include/linux/types.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'blkcnt_t'
make[2]: *** [klibc/recv.o] Error 1
make[1]: *** [all] Error 2
make: *** [klibc] Error 2
!!! ERROR: dev-libs/klibc-1.2.1-r1 failed.
Call stack:
ebuild.sh, line 1527: Called dyn_compile
ebuild.sh, line 931: Called src_compile
klibc-1.2.1-r1.ebuild, line 125: Called di
