Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398655 - app-emulation/xen-tools-4.1.2-r2: bug in ebuild
Summary: app-emulation/xen-tools-4.1.2-r2: bug in ebuild
Status: RESOLVED DUPLICATE of bug 392403
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 11:55 UTC by Pavel
Modified: 2012-01-12 12:13 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 Pavel 2012-01-12 11:55:43 UTC
There are lines in file xen-tools-4.1.2-r2.ebuild:
lines 259,260:
    newinitd "${FILESDIR}"/xenstored.initd xenstored \
        "${FILESDIR}"/xenconsoled.initd xenconsoled

It seems like a bug. It has to be:
    newinitd "${FILESDIR}"/xenstored.initd xenstored 
    newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled


Reproducible: Always

Steps to Reproduce:
cave resolve app-emulation/xen-tools
(I use paludis but it has to be the same for emerge too, I guess)
Actual Results:  
Installing is finished with error
Comment 1 Sebastian Luther (few) 2012-01-12 12:13:21 UTC

*** This bug has been marked as a duplicate of bug 392403 ***