Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154559 - livecd-functions.sh from app-misc/livecd-tools prints warning for line 117
Summary: livecd-functions.sh from app-misc/livecd-tools prints warning for line 117
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-11-09 05:19 UTC by Jens Pranaitis
Modified: 2007-01-04 14:54 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 Jens Pranaitis 2006-11-09 05:19:00 UTC
When running x-setup from the livecd-tools package an error in line 117 from livecd-functions.sh is printed. This is due to the way ATi video cards are detected. The warning is about integer comparison with the variable $ATI_CARD not being an integer. 
Here is my lspci line:
01:05.0 VGA compatible controller: ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]
This can also be fixed by adding |sed -e 's/[^0-9]//g' to line 117.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-29 14:58:16 UTC
I've added this to SVN and it'll show up in the next livecd-tools version.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-01-04 14:54:54 UTC
Fixed in 1.0.34 (finally)