Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112997 - Error when compile gentoo-sources-2.6.14-r2
Summary: Error when compile gentoo-sources-2.6.14-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 07:21 UTC by garfungiloops
Modified: 2005-11-30 06:40 UTC (History)
1 user (show)

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


Attachments
.config file as requested (.config,31.75 KB, text/plain)
2005-11-19 10:43 UTC, garfungiloops
Details
fix-budget-ci-linking.patch (fix-budget-ci-linking.patch,341 bytes, patch)
2005-11-19 12:29 UTC, Carlos Silva (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description garfungiloops 2005-11-19 07:21:40 UTC
drivers/built-in.o(.text+0xae575): In function `dvbc_philips_tdm1316l_pll_set':
: undefined reference to `stv0297_enable_plli2c'
drivers/built-in.o(.text+0xae5a9): In function `dvbc_philips_tdm1316l_pll_set':
: undefined reference to `stv0297_enable_plli2c'
drivers/built-in.o(.text+0xae75b): In function `frontend_init':
: undefined reference to `stv0297_attach'
make: *** [.tmp_vmlinux1] Error 1


Reproducible: Always
Steps to Reproduce:
1.emerge gentoo-sources
2.ln -s linux-2.6.14-gentoo-r2 linux
3.cd linux
4.make

Actual Results:  
the above error

Expected Results:  
compile the kernel

root:/home/bob# emerge info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.13-gen
too-r5 i686)
=================================================================
System uname: 2.6.13-gentoo-r5 i686 AMD Athlon(tm) XP
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb
 /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/
http://distfiles.gentoo.org ht
tp://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_GB.utf8"
LC_ALL=""
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 aac alsa apm audiofile avi berkdb bidi bitmap-fonts bzip2 cdr crypt
cups
 curl divx4linux dvb dvd dvdr eds emboss encode esd exif expat faad fam ffmpeg
flac f
oomaticdb fortran gdbm gif glut gpm gstreamer gtk gtk2 icc idn imagemagick imlib
ipv6
 jack java jpeg lcms ldap libg++ libwww mad matroska mikmod mmx mng motif
mozilla mp3
 mpeg mysql ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl oss pam pcre
pdflib
 perl png python qt quicktime readline real sdl slang spell sse ssl svga tcltk
tcpd t
iff truetype truetype-fonts type1-fonts udev unicode usb v41 v412 vorbis
wxwindows x8
6 xine xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-11-19 08:33:19 UTC
Can you please attach your .config file?
Comment 2 garfungiloops 2005-11-19 10:43:54 UTC
Created attachment 73188 [details]
.config file as requested
Comment 3 Carlos Silva (RETIRED) gentoo-dev 2005-11-19 12:29:41 UTC
Created attachment 73194 [details, diff]
fix-budget-ci-linking.patch

Please test this patch and see if it fixes the problem for you.

To apply this patch, follow this steps:
download the patch to somewhere
cd /usr/src/linux
patch -p0 < /path/to/fix-budget-ci-linking.patch
make menuconfig (and exit saving, don't change anything)
make
Comment 4 garfungiloops 2005-11-19 15:55:54 UTC
It works now, without any problems.
Many Thanks!
Comment 5 Carlos Silva (RETIRED) gentoo-dev 2005-11-19 16:00:07 UTC
Don't close it just yet... the patch wasn't applied to any kernel :)
Comment 6 Carlos Silva (RETIRED) gentoo-dev 2005-11-19 16:00:42 UTC
buah.... wrong resolution... sorry
Comment 7 Daniel Drake (RETIRED) gentoo-dev 2005-11-25 04:37:48 UTC
Fixed in gentoo-sources-2.6.14-r3 (genpatches-2.6.14-4)
Carlos, please follow this up and make sure it gets merged upstream before
closing this bug.
Comment 8 Carlos Silva (RETIRED) gentoo-dev 2005-11-30 06:40:37 UTC
Ok. It's merged...