Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281552 - app-misc/lcd4linux: minor typo in pkg_setup() section of the ebuild
Summary: app-misc/lcd4linux: minor typo in pkg_setup() section of the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Robert Buchholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-15 08:32 UTC by Enrico
Modified: 2009-08-17 16:09 UTC (History)
1 user (show)

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 Enrico 2009-08-15 08:32:54 UTC
[code]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r2.ebuild,v 1.6 2009/05/16 09:00:26 robbat2 Exp $

...

pkg_setup() {
        echo
        elog "If you wish to compile only specific plugins, please use"
        elog "the LCD4LINUX_PLUGINS environment variable. Plugins must be comma separated and can be either of:"
        elog "apm cpuinfo diskstats dvb exec file ic_sensors imon isdn kvv loadavg meminfo netdev pop3 ppp proc_stat seti statfs uname uptime wireless"
        echo
}
[/code]

ic_sensors is wrong - it has to be i2csensors

Introduced in version 0.10.1_rc2_r1

I copy/pasted this message to create the mentioned variable in make.conf and so took over the typo - leads to emerge stopping with an error message.


Reproducible: Always
Comment 1 Enrico 2009-08-15 08:36:04 UTC
sorry - did a typo here in the description ^^

wrong:   "ic_sensors is wrong - it has to be i2csensors"
correct: "ic_sensors is wrong - it has to be i2c_sensors"
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2009-08-17 16:09:24 UTC
Fixed, thanks.