| Summary: | app-laptop/thinkpad-5.9-r1 install fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nick Fankhauser <nick> |
| Component: | New packages | Assignee: | Steev Klimaszewski (RETIRED) <steev> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | andremuellerster, bismark, cam, louberl, mobile+disabled, samuel.robyr |
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
build.log |
||
|
Description
Nick Fankhauser
2007-03-08 12:33:51 UTC
Can you attach the full build log? I don't have this issue here Created attachment 112578 [details]
build.log
Have the exact same error on a T60p directly from stage 3 (two days old install) Created attachment 112855 [details] build.log # emerge --info Portage 2.1.2.2 (default-linux/x86/2006.1/desktop, gcc-4.1.2, glibc-2.5-r0, 2.6.20-gentoo-r1 i686) ================================================================= System uname: 2.6.20-gentoo-r1 i686 Genuine Intel(R) CPU T2300 @ 1.66GHz Gentoo Base System release 1.12.9 Timestamp of tree: Sat, 10 Mar 2007 15:20:01 +0000 dev-java/java-config: 1.3.7, 2.0.31-r4 dev-lang/python: 2.4.4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.15 sys-devel/libtool: 1.5.23b virtual/os-headers: 2.6.20-r1 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -msse3 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/terminfo" CXXFLAGS="-O2 -march=prescott -pipe -msse3 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="sv" MAKEOPTS="-j3" 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 --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac aalib acpi aim alsa arts berkdb bitmap-fonts bluetooth cairo cdda cddb cdparanoia cdr clamav cli cracklib crypt cups dbus dri dts dv dvd dvdr eds emboss encode esd exif fam ffmpeg firefox flac fortran ftp gd gdbm gif gnome gpm gstreamer hal iconv icq imagemagick imap imlib ipod ipv6 isdnlog jabber java javascript jepg2k jpeg kde kdehiddenvisibility kdexdeltas ldap libg++ libnotify live lm_sensors mad madwifi matroska midi mikmod mmx mp3 mpeg mplayer msn musicbrainz ncurses nls nptl nptlonly nsplugin ogg openal opengl oss pam pcmcia pcre pda pdf perl png ppds pppd python qt3 qt4 quicktime rdesktop readline real reflection rtsp samba sasl sdl session sharedmem shout skins snmp spell spl sqlite sse sse2 ssl stream svg tcpd theora truetype truetype-fonts type1-fonts unicode upnp usb vcd vim-syntax vorbis wifi win32codecs wxwindows x264 x86 xcomposite xine xml xorg xosd xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv" USERLAND="GNU" VIDEO_CARDS="fglrx radeon vesa" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I can confirm this with 2.6.19-suspend2-r3.
The set_kvobj() from linux-mod.eclass gets not run, so the KV_OBJ="ko" gets not set. Thus "the cannot stat `thinkpad.'" message.
Quick fix for ebuild:
src_install() {
set_kvobj
linux-mod_src_install
I have no idea if that is the proper way to do it, but there is the problem.
Thanks for the fix, it solves the issue here. *** Bug 171462 has been marked as a duplicate of this bug. *** Added without a revbump, sorry this took so long, thanks for all the assistance in here. |