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-users

[Xen-users] compilation problems for unstable

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] compilation problems for unstable
From: Paolo Supino <paolo@xxxxxxxxxxxxx>
Date: Sun, 08 May 2005 18:49:39 +0300
Delivery-date: Sun, 08 May 2005 15:49:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414
Hi

Because I'm having problems with SCSI I thought of giving a try to xen-unstable and see maybe it will work. Trying to compile xen-unstable fails with the following error:

gcc -D__KERNEL__ -I/tmp/xen-unstable/linux-2.4.29-xen0/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=pci_pc -c -o pci-pc.o pci-pc.c
pci-pc.c: In function `pci_confx_read':
pci-pc.c:55: error: `PHYSDEVOP_PCI_CFGREG_READ' undeclared (first use in this function)
pci-pc.c:55: error: (Each undeclared identifier is reported only once
pci-pc.c:55: error: for each function it appears in.)
pci-pc.c:56: error: union has no member named `pci_cfgreg_read'
pci-pc.c:57: error: union has no member named `pci_cfgreg_read'
pci-pc.c:58: error: union has no member named `pci_cfgreg_read'
pci-pc.c:59: error: union has no member named `pci_cfgreg_read'
pci-pc.c:60: error: union has no member named `pci_cfgreg_read'
pci-pc.c:65: error: union has no member named `pci_cfgreg_read'
pci-pc.c: In function `pci_confx_write':
pci-pc.c:79: error: `PHYSDEVOP_PCI_CFGREG_WRITE' undeclared (first use in this function)
pci-pc.c:80: error: union has no member named `pci_cfgreg_write'
pci-pc.c:81: error: union has no member named `pci_cfgreg_write'
pci-pc.c:82: error: union has no member named `pci_cfgreg_write'
pci-pc.c:83: error: union has no member named `pci_cfgreg_write'
pci-pc.c:84: error: union has no member named `pci_cfgreg_write'
pci-pc.c:85: error: union has no member named `pci_cfgreg_write'
pci-pc.c: In function `pcibios_init':
pci-pc.c:198: error: `PHYSDEVOP_PCI_PROBE_ROOT_BUSES' undeclared (first use in this function)
pci-pc.c:207: error: union has no member named `pci_probe_root_buses'
pci-pc.c:207: error: union has no member named `pci_probe_root_buses'
pci-pc.c: In function `pcibios_enable_device':
pci-pc.c:232: error: `PHYSDEVOP_PCI_INITIALISE_DEVICE' undeclared (first use in this function)
pci-pc.c:233: error: union has no member named `pci_initialise_device'
pci-pc.c:234: error: union has no member named `pci_initialise_device'
pci-pc.c:235: error: union has no member named `pci_initialise_device'
make[4]: *** [pci-pc.o] Error 1
make[4]: Leaving directory `/tmp/xen-unstable/linux-2.4.29-xen0/arch/xen/kernel'
make[3]: *** [_dir_arch/xen/kernel] Error 2
make[3]: Leaving directory `/tmp/xen-unstable/linux-2.4.29-xen0'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/tmp/xen-unstable'
make[1]: *** [linux-2.4-xen0-build] Error 2
make[1]: Leaving directory `/tmp/xen-unstable'
make: *** [kernels] Error 1
root@wintermute:/tmp/xen-unstable#


Can anyone give me a pointer on why it fails and how I fix it?


TIA
Paolo

PS - a couple of more details: Base system is Slackware 10.1. The only change from the stock slackware is the use of grub 0.96.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] compilation problems for unstable, Paolo Supino <=