WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1046] New: vnet does not build: `__NR_socketcall' undecl

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1046] New: vnet does not build: `__NR_socketcall' undeclared
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 17 Aug 2007 13:42:34 -0700
Delivery-date: Fri, 17 Aug 2007 13:42:42 -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=1046

           Summary: vnet does not build: `__NR_socketcall' undeclared
           Product: Xen
           Version: unspecified
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: xen@xxxxxxxxxxxx


When trying to build vnet in tools/vnet, the compilation stops with:

/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module/varp_socket.c: In
function `socketcall':
/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module/varp_socket.c:91:
error: `__NR_socketcall' undeclared (first use in this function)
/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module/varp_socket.c:91:
error: (Each undeclared identifier is reported only once
/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module/varp_socket.c:91:
error: for each function it appears in.)
make[5]: ***
[/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module/varp_socket.o]
Error 1
make[4]: ***
[_module_/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module] Error 2
make[3]: *** [modules] Error 2
make[2]: *** [modules] Error 2
make[2]: Leaving directory
`/home/xenhome/Xen/build/xen-3.1.0-src/build-linux-2.6.18-xen_x86_64'
make[1]: *** [module] Error 2
make[1]: Leaving directory
`/home/xenhome/Xen/build/xen-3.1.0-src/tools/vnet/vnet-module'
make: *** [vnet-module-all] Error 2

I'm using gcc 3.3.4.

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 1046] New: vnet does not build: `__NR_socketcall' undeclared, bugzilla-daemon <=