|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1047] New: [vnet] [xen source version 3.1.0]: vnetd is n
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1047
Summary: [vnet] [xen source version 3.1.0]: vnetd is not
installed (bug in Makefile)
Product: Xen
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: xen@xxxxxxxxxxxx
When running a 'make dist' in the tools/vnet dir, the vnetd doesn't get
installed, because of a bug in the Makefile.
'make dist' prints out
make -C vnetd install
make[1]: Entering directory `/home/Xen/build/xen-3.1.0-src/tools/vnet/vnetd'
mkdir -p /home/Xen/build/xen-3.1.0-src/dist/install/usr/sbin
m0755 -p vnetd /home/Xen/build/xen-3.1.0-src/dist/install/usr/sbin
make[1]: m0755: Command not found
make[1]: [install] Error 127 (ignored)
The 'command not found' occurs, because the 'INSTALL_PROG' (line 32 of
vnetd/Makefile) is not set.
Patch: add the following line to vnetd/Makefile after line 20:
include $(XEN_ROOT)/tools/Rules.mk
(Also I'm not sure, if it's a good idea to ignore this kind of bug...)
(My environment: Linux, gcc 3.4.4, x86_64 - but I think, this is a gereric
error.)
Kind regards
Andreas Florath
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-bugs] [Bug 1047] New: [vnet] [xen source version 3.1.0]: vnetd is not installed (bug in Makefile),
bugzilla-daemon <=
|
|
|
|
|