Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 1047] New: [vnet] [xen source version 3.1.0]: vnetd is n

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1047] New: [vnet] [xen source version 3.1.0]: vnetd is not installed (bug in Makefile)
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 20 Aug 2007 03:26:48 -0700
Delivery-date: Mon, 20 Aug 2007 03:26:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
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 <=