Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74852 - RivaTV 0.8.5-r1 ebuild has "invalid command" on line 63
Summary: RivaTV 0.8.5-r1 ebuild has "invalid command" on line 63
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bart Lauwers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 11:02 UTC by Shan Destromp
Modified: 2005-01-09 16:56 UTC (History)
0 users

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


Attachments
updated ebuild containing fixed line. (rivatv-0.8.5-r2.ebuild,2.40 KB, application/octet-stream)
2004-12-18 11:03 UTC, Shan Destromp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shan Destromp 2004-12-18 11:02:45 UTC
Line 63 contains a check to see if devfsd is running; if not it makes the device nodes for udev.  The line (and check) fails because of a missing space between [ and !  Enclosed is an updated ebuild (-r2) fixing this problem.

Reproducible: Always
Steps to Reproduce:
1. emerge rivatv
2. 
3.

Actual Results:  
device nodes aren't made

Expected Results:  
device nodes should be made.

mia ~ # emerge info
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r10 i686)
=================================================================
System uname: 2.6.9-gentoo-r10 i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 17 2004, 23:02:00)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.8.5-r2, 1.5, 1.6.3, 1.4_p6, 1.9.3, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -mfpmath=sse -msse -m3dnow -mmmx -pipe -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/kde/cvs/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -mfpmath=sse -msse -m3dnow -mmmx -pipe -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr http://www.gigaload.org/gentoo.org/
http://gentoo.mirrors.pair.com/ http://gentoo.binarycompass.org
http://gentoo.math.bme.hu http://www.zentek-international.com/mirrors/gentoo/
http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.seren.com/gentoo
ftp://mirror.nutsmaas.nl/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-fluidportage/trunk"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apache2 apm arts avi berkdb bitmap-fonts bzlib cddb cdparanoia
cdr crypt dba divx4linux dvd dvdr dvdread encode esd f77 fam flac foomaticdb
fortran gd gdbm gif gpm gtk gtk2 imagemagick imlib jpeg jpg kde libg++ libwww
mad mikmod mmx motif moznocompose moznoirc moznomail mozsvg mpeg mysql nas
ncurses nptl nptlonly nvidia offensive oggvorbis opengl pam pdflib perl png
python qt quicktime readline rtc sdl slang spell sse ssl svga tcltk tcpd tga
tiff truetype usb userlocales x86 xine xml2 xv xvid zlib video_cards_nvidia"
Comment 1 Shan Destromp 2004-12-18 11:03:42 UTC
Created attachment 46274 [details]
updated ebuild containing fixed line.

New to this so I just updated the line and filename, not sure if I should have
changed the $Header line or not *shrug*
Comment 2 Bart Lauwers (RETIRED) gentoo-dev 2005-01-09 16:56:39 UTC
Fixed version has been comitted to portage as rivatv-0.8.5-r2 Please test and provide feedback.