ld: cannot open linker script file arch/i386/kernel/vmlinux.lds.s: Datei oder Verzeichnis nicht gefunden make: *** [vmlinux] Fehler 1 make: Leaving directory `/usr/src/linux-2.6.3-gentoo-r2' Reproducible: Always Steps to Reproduce: 1.ACCEPT_KEYWORDS="~x86" emerge svgalib 2. 3.
Created attachment 26238 [details] output from emerge svgalib
heres emerge info Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.3-gentoo-r1) ================================================================= System uname: 2.6.3-gentoo-r1 i686 AMD Athlon(tm) XP 2500+ Gentoo Base System version 1.4.3.13 Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.2 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-mcpu=athlon-xp -msse -mmmx -m3dnow -O2 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-mcpu=athlon-xp -msse -mmmx -m3dnow -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.tu-clausthal.de/pub/linux/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X aalib acpi acpi4linux alsa amd apm arts avi berkdb bonobo breakme cdr composite crypt cups dga directfb divx dv dvd dvdr encode esd etwin fbcon ffmpeg foomaticdb gdbm ggi gif gnome gphoto2 gpm gtk gtk2 gtkhtml imagemagick imap imlib java javascript jikes joystick jpeg kde lcms libg++ libwww mad mbox mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pda pdflib perl png ppds python qt quicktime readline samba scanner sdl slang spell sse ssl svga tcpd tiff transcode truetype usb x86 xine xml xml2 xmms xv xvid zlib"
shouldn't arch/i386/kernel/vmlinux.lds.s be arch/i386/kernel/vmlinux.lds.S or should arch/i386/kernel/vmlinux.lds.S be arch/i386/kernel/vmlinux.lds.s that is the question on the 2.6.3 kernels arch/i386/kernel/vmlinux.lds.S (BIG S) whereas on the 2.6.1 kernels arch/i386/kernel/vmlinux.lds.s (small s) try this hack: 1) goto /usr/src/linux/arch/i386/kernel/ 2) duplicate all .s or .S files, so that you will have both. 3) hopfully everyone will be happy HTH
*** This bug has been marked as a duplicate of 42522 ***