Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110311 - building rivatv module fails at compiling start process
Summary: building rivatv module fails at compiling start process
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Lauwers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 04:42 UTC by deadline2005
Modified: 2005-11-03 14:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deadline2005 2005-10-24 04:42:15 UTC
I am trying to build the 'media-tv/rivatv' (version media-tv/rivatv-0.8.2)
module from portage, 'emerge media-tv/rivatv' results in following error:

No problems found.
To build RivaTV type `make'.  For cleaning up type `make clean`.
make -C /lib/modules/2.6.13-gentoo-r3/build SUBDIRS=`pwd`/bttv modules
make[1]: Entering directory `/usr/src/linux-2.6.13-gentoo-r3'
Makefile:530: /usr/src/linux-2.6.13-gentoo-r3/arch/x86/Makefile: No such file or
directory
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make[1]: *** No rule to make target
`/usr/src/linux-2.6.13-gentoo-r3/arch/x86/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.13-gentoo-r3'
make: [all-kbuild] Error 2 (ignored)
make -C /lib/modules/2.6.13-gentoo-r3/build SUBDIRS=`pwd`/src
EXTRA_CFLAGS=-I`pwd`/bttv modules
make[1]: Entering directory `/usr/src/linux-2.6.13-gentoo-r3'
Makefile:530: /usr/src/linux-2.6.13-gentoo-r3/arch/x86/Makefile: No such file or
directory
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make[1]: *** No rule to make target
`/usr/src/linux-2.6.13-gentoo-r3/arch/x86/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.13-gentoo-r3'
make: *** [all-kbuild] Error 2

SOFTWARE: 
2.6.13-gentoo-r3 kernel
(this problem may affect all platforms, but i only could test it on x86) 
gcc: i686-pc-linux-gnu-3.3.6
NPTL support

HARDWARE: 
P3 1Ghz x86 platform
Videocard: nVidia GeForce FX5600 128 MB

my emerge --info is:

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2,
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
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="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /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="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LANG="en_US"
LC_ALL="en_US"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://10.0.0.99/gentoo-portage"
USE="x86 X alsa apm avi bitmap-fonts bonobo cdr crypt curl dvd eds encode fam
flac gif gpm gstreamer gtk gtk2 gtkhtml imagemagick imlib java jpeg libg++
libwww mmx motif mp3 mpeg ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl
oss pam pdflib png python quicktime readline ssl svga tcltk tiff udev unicode
vcd vorbis win32codecs xml xml2 xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY



Reproducible: Always
Steps to Reproduce:
1.install 2.6.13-gentoo-r3 kernel and configure as required for the rivatv module
2.emerge media-tv/rivatv


Actual Results:  
emerge/compile error
not able to build the module


Please don't advise not to use the module, since my videocard does not need it
for TV output. i need this module as requirement for i2c and lm_sensors.
Comment 1 Bart Lauwers (RETIRED) gentoo-dev 2005-10-27 17:50:16 UTC
Can you try to emerge the latest test ebuild and see if that has the same issue?

Thanks!
Comment 2 deadline2005 2005-10-28 03:26:06 UTC
(In reply to comment #1)
> Can you try to emerge the latest test ebuild and see if that has the same issue?
> 
> Thanks!

Hi Bart,

i have now tried to build 'media-tv/rivatv' with the ~x86 keyword set. this
emerged version media-tv/rivatv-0.8.6 and it has built the package fine. there
were some warnings/errors in the compile process, but the module was installed
correctly. let me just try out if the module really works now and we can close
this bug as resolved. do you agree?

thanks a lot for your effort.
Comment 3 Bart Lauwers (RETIRED) gentoo-dev 2005-11-03 14:58:11 UTC
I am closing this bug in the assumption it works for you. Please reopen this bug if needed.