Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42710 - svgalib-1.9.18 fails not finding vmlinux.lds.s
Summary: svgalib-1.9.18 fails not finding vmlinux.lds.s
Status: RESOLVED DUPLICATE of bug 42522
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-23 23:16 UTC by Rincewind
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge svgalib (svgalib.out,2.10 KB, text/plain)
2004-02-23 23:17 UTC, Rincewind
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rincewind 2004-02-23 23:16:09 UTC
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.
Comment 1 Rincewind 2004-02-23 23:17:05 UTC
Created attachment 26238 [details]
output from emerge svgalib
Comment 2 Rincewind 2004-02-23 23:18:12 UTC
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"
Comment 3 Imad R. Faiad 2004-02-24 03:14:51 UTC
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
Comment 4 SpanKY gentoo-dev 2004-02-24 09:53:13 UTC

*** This bug has been marked as a duplicate of 42522 ***