Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162670 - sys-apps/hal fails to build - simple ebuild bug
Summary: sys-apps/hal fails to build - simple ebuild bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 15:46 UTC by Rob Clark
Modified: 2007-01-18 19:41 UTC (History)
2 users (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 Rob Clark 2007-01-18 15:46:02 UTC
Hi, 
Fails on build, broken ebuild, line 146 needs a trailing '\' 

I would submit a patch but this is too trivial, cant bring myself to do it :-)

Cheers
-Rob

Reproducible: Always
Comment 1 Jan Waldmann 2007-01-18 16:08:09 UTC
Here you go? :-)


--- hal-0.5.7.1-r3.ebuild       2007-01-18 15:36:19.000000000 +0100
+++ hal-0.5.7.1-r3.ebuild       2007-01-18 17:06:30.000000000 +0100
@@ -142,7 +142,7 @@
                --with-doc-dir=/usr/share/doc/${PF} \
                --with-os-type=gentoo \
                --with-pid-file=/var/run/hald.pid \
-               --with-hwdata=${hwdata}
+               --with-hwdata=${hwdata} \
                --enable-hotplug-map \
                $(use_enable debug verbose-mode) \
                $(use_enable pcmcia pcmcia-support) \
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-18 19:41:35 UTC
FIXED