Trying to compile HP / Emulex 10GbE Driver with OVM 2.2.2 SDK

Hi
I am trying to compile AN HP/EMULEX driver using the ovm 2.2.2 SDK. The driver seems to be included in OVM 3.0 by default. Card is not recognised in 2.2.2. I need a 2.2.2 driver to connect our older VM servers to a new 10GbE network. The diver is found at
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=uk&prodNameId=4111423&prodTypeId=329290&prodSeriesId=4111422&swLang=8&taskId=135&swEnvOID=4004
I get the following errors. Any advice much appreciated.
Mike
[root@ovmbuild ~]# rpmbuild target=i686 -bb /usr/src/redhat/SPECS/hp-benet.kmp.spec define 'KVER 2.6.18-8.el5xen'
Building target platforms: i686
Building for target i686
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.97553
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf hp-be2net-4.0.359.0
+ /bin/gzip -dc /usr/src/redhat/SOURCES/hp-be2net-4.0.359.0.tar.gz
+ tar -xvvf -
drwxr-xr-x root/root 0 2011-08-18 10:58:31 hp-be2net-4.0.359.0/
-rw-r--r-- root/root 68535 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_cmds.c
-rw-r--r-- root/root 16630 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_compat.h
-rw-r--r-- root/root 39057 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_cmds.h
-rw-r--r-- root/root 185 2011-08-18 10:58:31 hp-be2net-4.0.359.0/Makefile
-rw-r--r-- root/root 18693 2011-08-18 10:58:31 hp-be2net-4.0.359.0/COPYING
-rw-r--r-- root/root 15325 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be.h
-rw-r--r-- root/root 2593 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_misc.c
-rw-r--r-- root/root 15180 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_proc.c
-rw-r--r-- root/root 104420 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_main.c
-rw-r--r-- root/root 15462 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_compat.c
-rw-r--r-- root/root 1286 2011-08-18 10:58:31 hp-be2net-4.0.359.0/version.h
-rw-r--r-- root/root 15404 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_hw.h
-rw-r--r-- root/root 23261 2011-08-18 10:58:31 hp-be2net-4.0.359.0/be_ethtool.c
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd hp-be2net-4.0.359.0
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ set -- COPYING Makefile be.h be_cmds.c be_cmds.h be_compat.c be_compat.h be_ethtool.c be_hw.h be_main.c be_misc.c be_proc.c version.h
+ mkdir source
+ mv COPYING Makefile be.h be_cmds.c be_cmds.h be_compat.c be_compat.h be_ethtool.c be_hw.h be_main.c be_misc.c be_proc.c version.h source/
+ mkdir obj
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.97553
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd hp-be2net-4.0.359.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ export 'EXTRA_CFLAGS=-DVERSION=\"4.0.359.0\"'
+ EXTRA_CFLAGS='-DVERSION=\"4.0.359.0\"'
+ for flavor in xen
+ rm -rf obj/xen
+ cp -r source obj/xen
+ export SRC=/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen
+ SRC=/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen
++ '[' xen = default ']'
++ echo xen-
+ make -C /usr/src/kernels/2.6.18-8.el5-xen-i686 modules M=/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen CONFIG_BE2NET=m
make: Entering directory `/usr/src/kernels/2.6.18-8.el5-xen-i686'
CC [M] /usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.o
In file included from /usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be.h:38,
from /usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:18:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:286: warning: 'struct delayed_work' declared inside parameter list
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:286: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h: In function 'backport_cancel_delayed_work_sync':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:288: error: dereferencing pointer to incomplete type
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h: At top level:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:294: warning: 'struct delayed_work' declared inside parameter list
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h: In function 'backport_schedule_delayed_work':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:297: error: dereferencing pointer to incomplete type
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:299: error: dereferencing pointer to incomplete type
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h: At top level:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:321: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'csum_unfold'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:346: error: expected specifier-qualifier-list before '__wsum'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:424: error: expected declaration specifiers or '...' before '__wsum'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:429: error: expected declaration specifiers or '...' before '__wsum'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h: In function 'be_vlan_put_tag':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_compat.h:596: error: implicit declaration of function 'skb_set_network_header'
In file included from /usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:18:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be.h: At top level:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be.h:380: error: field 'work' has incomplete type
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:45: warning: type defaults to 'int' in declaration of 'DEFINE_PCI_DEVICE_TABLE'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:45: warning: parameter names (without types) in function declaration
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:45: error: function 'DEFINE_PCI_DEVICE_TABLE' is initialized like a variable
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: braces around scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: invalid initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:46: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: braces around scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: invalid initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:47: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: braces around scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: invalid initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:48: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: braces around scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: invalid initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: field name not in record or union initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:49: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: warning: braces around scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: error: invalid initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: error: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: warning: excess elements in scalar initializer
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:54: warning: (near initialization for 'DEFINE_PCI_DEVICE_TABLE')
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: In function 'wrb_fill_hdr':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:590: error: implicit declaration of function 'skb_is_gso_v6'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: In function 'be_vlan_rem_vid':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:836: error: implicit declaration of function 'vlan_group_set_device'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: In function 'be_rx_compl_process_lro':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:1278: error: too many arguments to function 'lro_receive_frags_compat'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:1282: error: too many arguments to function 'lro_vlan_hwaccel_receive_frags_compat'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: In function 'be_worker':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:2176: warning: type defaults to 'int' in declaration of '__mptr'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:2176: warning: initialization from incompatible pointer type
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: In function 'be_probe':
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:3699: error: implicit declaration of function 'DMA_BIT_MASK'
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c: At top level:
/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.c:4036: error: 'be_dev_ids' undeclared here (not in a function)
make[1]: *** [usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen/be_main.o] Error 1
make: *** [_module_/usr/src/redhat/BUILD/hp-be2net-4.0.359.0/obj/xen] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-8.el5-xen-i686'
error: Bad exit status from /var/tmp/rpm-tmp.97553 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.97553 (%build)

http://www.nvnews.net/vbulletin/showpos … ostcount=4

Similar Messages

  • Trying to replace my current home drive with new drive

    Trying to clone home drive to new drive and this is the error I receive. Source volume is read-write and cannot be unmounted, so it can't be block copied.

    You are using Carbon Copy Cloner? maybe you need to boot from another system clone you made, or using Recovery Mode and Disk Utility?
    I always keep a separate special emergency-maintenance boot drive in addition to having a working system drive; a clone of the working system (at a minimum)
    That way I can also have 10.7.4 and 10.7.5 or Lion and Mountain Lion if needed.
    Have you got other drives, internal and external, and tried removing those?
    A safe boot should of course work.
    Might include more details

  • Replacing old hard drive with a new one. HP ENVY DV7 7230us laptop

    I am trying to replace my old hard drive with a new one. For some reason it won't do it. I want to perform a clean install with the recovery disks. It seems the only way I can do this is to clone the old one with the new. I have attempted several times and wasted a lot of time trying to use my new drive. Is HP preventing me from doing this for some reason? Is there a work around for this?

    Do you know anything about this? Now I am having problems installing the original win8 operating system, (purchased the 3 disk set) on the original hard drive, Toshiba 750g.. It installs up to updating updates but hangs at 13%. The reinstall hasn't even finished. Getting very frustrated. Your assistance is very appreciated.

  • Trying to clone my old hard drive to my new one.

    Hi guys
    I have installed a new drive called "Main Drive" on my Power Mac G4. This Main Drive is my boot drive, and has all the basic software of OSX 10.3.9, for now. So I am trying to clone my OSX disc onto my new start up disk called "Main Drive", which as a lot more space.
    I have tried both carbon copy cloner, and super duper, and for some reason, my new Main Drive does not show up as an option in the "target" selection in carbon copy cloner, or the "to" selection in super duper.
    Am I doing something wrong?
    Is there another way of doing this?
    Hope you can help.
    Oh, this version of OSX does not have Migration Assistant.
    Thanks,
    Anneita

    Hi again
    Well, I am in trouble again. Hope you can help.
    Here's what I did:
    1. I stopped the cloning after leaving it overnight with no results. I started the process again, this time not choosing any extra options, and it worked. The clone was successful.
    2. So I restarted from my new "Main Drive" but it hung up at 98 % and said "Login in Window Starting".
    3. Kept my mouse down, pressed the restart button, and installed the installation disc, and started with the C key down.
    4. Started Disk Utility, to repair permissions, and got the following error: Disk Utility Internal Error, "Disk Utility has lost its connection with Disk Management Tool, and cannot continue, Please quit and relaunch Disk Utility. Well, quitting and relaunching didn't work.
    5. Did some research and discovered that there is some kind of conflict with I Tunes and OSX 10.3.9. So, I went back and restarted to my old OSX disk. Clicked on the new Main Drive and dragged itunes to the osx desktop. Then tried to run disk utility form the installation disk and it still didn't work. Come to find out I did this incorrectly.
    6. So, this time, I started back up to my old osx disc. I clicked on the new Main Drive, chose go to folder from the finders menu, typed in /Library/Receipts, and dragged the ITunes Pkg. to the desk top of osx. (there was no itunes 4.pkg listed.)
    7. Started from the C key again to repair permissions, and disk utility still gave me that same error message.
    8. Started up from osx again, but this time, I repaired disk the disk permissions from osx not the start up disc, and disk utility seemed to work. I put the removed itunes receipts back.
    9. Tried starting up from new Main Drive again, but this time the start up window got hung up on "Waiting for Network File System", which was even worse than the "Login Window Starting" message.
    10. Tried to start up new Main Drive with c key and had the same problem as step 9.
    11. Started up old osx drive from c key. This time clicked on the new Main drive from the osx, removed the itunes receipts, ran disk utility for the new Main Drive from osx, repaired permissions successfully, but this time, I did not put the itunes receipts back.
    12. Then started up from my new Main Drive again, and new its back being hung up at 98 % and once again says "Login Window Starting..."
    Help!
    Thanks,
    Anneita

  • Time Machine backup to Maxtor Drives with Powerbook G4

    Been trying to use Time Machine to backup a G4 Powerbook, via the FireWire port to a Maxtor One-Touch 1 and also a Maxtor One-Touch 2 external drive. I have formatted both drives with a 250G partition for a PowerPC Mac. Using either drive, the Backup begins normally, but after 20-200Meg of backup time, the entire system simple stops and crashes the MAC. My only option is to Power down.
    Is the Maxtor One-Touch 1 and/or 2 simply not compatible with Time Machines and/or the firewire port on the PowerBook G4? I also tried the USB port on both drives with the same results.
    The drives format, partition, and erase correctly. Time Machine simply crashes at some point shortly after beginning the backup. Any thoughts? Thanks.

    Hi Bob,
    Try reformatting the drive and then restarting your backups. [Here's|http://gizmodo.com/gadgets/apple/leopard-disk-utility-format-issue-scre ws-with-time-machine-but-theres-an-easy-fix-316573.php] a tutorial on how to make sure that Disk Utility formats the drive correctly.
    After that, try your backup again, and let me know if it doesn't work!
    —Hazy

  • Booting IDE drive with USB controller

    Greetings,
    I'm trying to boot an old IDE drive with one of those IDE/USB controllers.  My computer recognizes the USB controller:
    usb 1-2: new high speed USB device using ehci_hcd and address 4
    usb 1-2: configuration #1 chosen from 1 choice
    scsi8 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 4
    usb-storage: waiting for device to settle before scanning
    scsi 8:0:0:0: Direct-Access PQ: 0 ANSI: 2 CCS
    sd 8:0:0:0: [sdb] Attached SCSI disk
    sd 8:0:0:0: Attached scsi generic sg2 type 0
    usb-storage: device scan complete
    But I keep getting this error:
    NTFS-fs error (device sdb): ntfs_fill_super(): Unable to determine device size.
    Is it possible to manually input the size?  If not, are there any alternatives to get this drive to boot?  I just want to recover some pictures.
    Thanks for your help.

    I think you could use a rescue livecd, or archinstaller image to boot and then mount your ntfs partition and copy the desired pictures to your usb stick or usb storage.

  • I want to know if I can backup my Ipad to an external harddrive. I have a pc with xp pro media edition and a partitioned hard drive with very little space on C and lots on D. I am trying to update my Ipad to 5.1.1 and it says it needs 12  gb to backup.

    I have a Sony Vaio desktop PC with a partitioned hard drive, running Windows XP Pro. There is 13 gb on C drive with the OS, and 140 gb left on D drive. I am  trying to update my Original Ipad from 4.3.4 to 5.1.1 and because C drive is full ( I have moved everything that can be moved to D drive) mostly from Microsoft updates over the years, I am unable to do  the backup Itunes is telling me I have to do to update or lose all media on this iPad. 12.67 gb is required to do the backup and I have a whopping 965.2 MB.  I can not get the cloud to use as backup as it requires 5.0 or better. Does anyone know if I can back up to D drive,  and if so how? Also, I have a 1 terrabyte WD mini external hard drive I just got as a gift...could I do the backup to it and, again, if so, how? Please explain from start to finish, as my brain is now fried from, first from finally getting Itunes updated to 10.6 ,and now trying to do this update. Thanks to anyone for their help!!

    iOS device backups are stored in your iTunes library.
    Move your iTunes library to an external drive.

  • Trying to backup one of my iPhoto libraries I keep getting a error message that basically says that the file could not be backed up because there is another file on the external drive with the same name, etc. There is no other file.

    While trying to copy one of my iPhoto libraries to an external hard drive I get the following error message "You can’t copy “iPhoto Library old” because it has the same name as another item on the destination volume, and that volume doesn’t distinguish between upper- and lowercase letters in filenames." There is no other file on the external drive with this name. I have asked this question before and was told that there are some duplicate photos (files) in my library and I needed to go to "show file contents" and look at certain files to find duplicates and delete the duplicates. I did all of this and the library will still not copy and always stops copying in the exact same place on each attempt. Any help would be greatly appreciated.

    You've been deleting your actual Photos.
    Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things, deleting them or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    Best way forward now is to recover the surviving Originals from this library and start over from scratch.
    Regards
    TD

  • I got a Model Number: A1181, My hard drive burned out. I bouhgt a new hard drive Wd Scorpio 500 GB. When i tried to install the MAC OS, it identies a hard drive with 3.6 TB and i'm not able to do the installation.

    I got a Model Number: A1181, My hard drive burned out. I bouhgt a new hard drive Wd Blue Scorpio 500 GB. When i tried to install the MAC OS, it identifies a hard drive with 3.6 TB and i'm not able to do the installation. I touhgt the new ard drive was bad but i was able to install windows XP. Any ideas what do i have to do?

    Well, let's hope that nothing was jiggled out of place when you were installing the new hard drive. Your optical drive may just be out of alignment or the disc you have is "dirty." Get a lint-free cloth and some rubbing alcohol, then clean the disc as thoroughly as you can starting from the center and working outward in a concentric circlular motion. See if that helps. In particular clean the inner portion well.
    If this does not help, then you have a problem. You have opened the computer yourself. That action voids all support from Apple. If you take the computer in for service the store may refuse to service the computer. This is not related to your now expired warranty.

  • I tried to install a new hard drive using Snow Leopard to back up with Time Machine. When I installed the new HD I installed Leopard (10.5) on it and tried to use time machine to restore the backup I had made using 10.6. Kernel panic screen occurred.

    I backed up my system using 10.6 Snow Leopard's Time Machine to an external hard drive. I did this because I purchased a new internal hard drive to upgrade my 2007 White Macbook from 80GB to 320GB. When I installed the new hard drive, I installed 10.4 (Tiger) and then 10.5 (Leopard) and once Leopard was in I tried to use Time Machine to restore my backup from 10.6 (Snow Leopard) and received a kernal panic screen directly after the bootup.
    The screen had code asking for 10.6, so does this mean that the computer is searching for Snow Leopard? If so, how can I do this? Will a bootable drive with Snow Leopard on it be able to solve the issue or will I somehow need to find a way to wipe out this new hard drive?
    -Steve

    Booting From Snow Leopard Installer Disc
    1. Insert Snow Leopard Installer Disc into the optical drive.
    2. Restart the computer.
    3. Immediately after the chime press and hold down the "C" key.
    4. Release the key when the spinning gear below the dark gray Apple logo appears.
    5. Wait for installer to finish loading.
    Drive Preparation and Installation
    1. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    7. After formatting is complete quit DU and return to the installer. Install Snow Leopard.

  • I have a hard disk drive with data that i want to back up onto another hard disk drive. I tried just copy and it won't let me paste it in the new drive. I have also tried to drag the files across and they won't go across. Does anyone know how to do this?

    I have an external hard disk drive with data that I want to back up onto another extrnal hard disk drive. I have tried to copy and paste but this wont give me a paste option. I have also tried to click and drag but it wont let me either. I have reformatted the external hard drive to accept both mac and pc files and this did not make any difference. Can anyone help me with this?

    How did you reformat the drive? If you formatted it as NTFS, your Mac will not be able to write files to it unless you use a small application such as Paragon's.
    Please reply as to how you formatted the drive.
    Clinton

  • Trying to free up space on hard drive, with an external hard drive, but don't want to lose the files!

    So I am really stressed out right now.
    I have a macbook pro, with a 750 gb hard drive in it. My internal hard drive filled up  a while back so I bought a 3TB external hard drive. I backed up my files onto my external a while ago, but I don't really remember how... There is a folder on my hard drive that is called " wd smartware.swstor" , and inside that folder is about 1.7 TB of files (when I click 'get info')... So I'm guessing that is where all my stuff is being backed up. But I also moved files from my computer onto that hard drive, like pictures and videos, that I wanted to delete off my internal... So I may have duplicates?
    But my 3TB hard drive is almost full, it has 400GB free on it. And my 750gb internal hard drive on my macbook pro, has filled up again so it only has 10gb free space. So basically I have almost 3TB of files on my external hard drive, and 740gb on my internal.. This can't be right. There is no way I have this many files. I am guessing I have some of the same files on my internal that I do on my external.. Most of my files are high quality HD video files that I imported through final cut pro x....
    So I bought another 3TB external hard drive that I haven't used yet. Basically, I just want to move all my files that are on my internal hard drive (roughly 750gb) onto my NEW external 3TB hard drive- and then delete the files off my internal so I have more free space. I just don't know if these files are already being backed up on my OLD external 3TB hard drive.
    Can someone please help? Thank you!

    craigbuckley wrote:
    If I get rid of my TIme Machine, will I lose all my files from the past?
    Yes it will unless you back it up first out of TM.
    TimeMachine is a self rotating image of your boot drive with saved states,  it manages itself based upon the available space on the drive. As new states are created, old ones are deleted along with older versions of your files.
    Also if you incur a drastic large change to your boot drive, TimeMachine will DELETE older versions of your files.
    TimeMachine is not a archival solution!
    To rescue yourself from TimeMachine, you will first need to save the recent copy of file(s) to the new 3TB, then restore the older version of the file from TimeMachine to the boot drive and then rename it/date it and save that older copy to the new 3TB drive.
    This way you have both the new copy and the old copy of the file pernamently archived on the new 3TB drive.
    Once you have exhausted all of TimeMachines older files, you can free yourself from it, erase the drive.
    For your needs, I suggest this.
    Internal drive and bootable clone
    1: Your internal 750GB boot drive contains active working files.
    2: You have another external drive that's either 750GB or 1TB, you use Carbon Copy Cloner to make a bootable clone of your boot drive, update it when you know you have a stable OS X system on your boot drive and before updates or changes, this way if the update goes bad and the machine will not boot. You can connect the clone, hold the option key down and boot the comptuer from the clone. You then can get online to get help, or simply reverse clone your software problems away.
    CCC has the ability like TimeMachine to save states between clones, it's on be default but you can turn this off as to maintain a pure clone, this is what I advise you do as to avoid confusion. You clone is a perfect copy since the last update of the clone, which you can setup to do nightly if you wish or every few days or every few weeks, whatever.
    Your bootable clone is your lifesaver if your boot hard drive dies or refuses to boot up, you can boot from the clone in seconds and only be slightly off since the last update of the clone. TM won't run the computer like a clone will.
    I highly adise keeping your clone in a very safe place, away from theft, fire, electrical, etc.
    http://www.bombich.com/
    External Storage Drives
    3: Your first external 3TB drive (sans TimeMachine) will be your storage drive, this will contain any files that you don't wish to have on the internal drive and as a result also not on the clone.
    You maintain folders that are dated, with older copies of files in those folders if you wish. This way you can control the space on the drive and not make multiple duplicates of all the large files like TM does.
    For instance if you work on a 100GB project for three days, instead of having three copies taking up 300GB like what TM does, you can rather choose to have just one older copy at 100GB. You can decide you don't need a particular older version of a file and remove it, thus managing your drive space yourself.
    4: Your other external 3TB is a Carbon Copy Cloner backup of the first 3TB, maintain a perfect clone of that as well and update it periodically as your needs change. Since CCC can be schedualed and works in the background, you can have it update your clones overnight or another time your not using the machine. This free's up performance as TM isn't running in the background while your trying to work.
    Also with no TM local cache file, that also will free up space on the boot drive.
    The general rule is you need both hardware AND software protection for your data, thus with too much data to fit on the boot drive, you need a external storage drive and then a backup of that as to maintain TWO hardware copies of your data at all times.
    This method is also scaleable, if you need more room than 3TB externally, you then get another 2 3TB drives, one for the new data and one for backup.
    The bootable clone of your bootdrive is kept in a very safe place, it's designed to protect your OS X investment in software etc. and espectially, to get your Mac booting in as short as a time as possible while you plan on a replacement boot hard drive/repair.
    Read more about the advanced options bootable clones give here.
    Most commonly used backup methods
    With your large storage needs, you basically have outgrown TimeMachine by hitting the hardware limit of drives.
    If there were 10-20TB drives, you likely could keep on going with TimeMachine, but you can't.
    Your clearly in the more "professional" catagory with your storage management needs, not in the TM "newbie to computers" where it's managed for you.
    If your finding your needs are going to exceed 6TB, you might want to consider a external hardware RAID 5 box with 5+ drives, they will self redundancy so if a drive dies you just switch it with a new one and the missing data is copied from the other drives.
    https://en.wikipedia.org/wiki/RAID
    http://www.macgurus.com/
    Good Luck

  • Trying to defrag my macbook pro(2010)with drive genius startup disc and the disc is stuck in my computer.  How do I get it out??

    Trying to defrag my macbook pro(2010)with drive genius startup disc and the disc is stuck in my computer.  How do I get it out??

    Try these options:
    Credit Kappy.
    Look at these discussions:
    https://discussions.apple.com/message/6369213#6369213
    https://discussions.apple.com/docs/DOC-4032
    Ciao.
    Message was edited by: OGELTHORPE

  • How do I figure out if I have usb 3.0?  I am trying to buy compatible external hard drive (western digital my passport for mac) and I can not figure out if it will work with my mac book.

    how do I figure out if I have usb 3.0?  I am trying to buy compatible external hard drive (western digital my passport for mac) and I can not figure out if it will work with my mac book.

    Dont buy a Western Digital, get a Hitachi or Seagate (Toshiba is made by Hitachi). These are the most reliable, and the HD used inside Macs.
    ALL HD can be made compatible with your MAC (including a WD if you already bought same), ......they just need to be formatted for the Mac platform, format them in Disk Utility as Mac OSX extended journaled. 

  • I am trying to get an Iomega hard drive to work with Time Machine

    I have replaced my old Iomega drive with a new 2TB one but unlike the old one, which worked the minute I connected it to Time Machine, this one requests a password to the Iomega server. I have registered the product with Iomega but I have no idea where or how to set up this password. I found a way to update it in the Iomega settings but it requires and 'old' password to allow you to change it. I have tried everything I can think of but it still won't work!

    Disk Utility, Partition (just one partition perhaps), make sure that GUID Partition table is chosen, then erase and format in Mac OS Extended (Journalled).
    Then probably you can assign it in TM preferences.

Maybe you are looking for

  • My scanner isn't a choice in File Import in PSE 8 for Mac

    I just loaded PSE 8 in my new Macbook (Snow Leopard), but my Epson scanner doesn't appear in File>Import. I've followed all the instructions I can find including loading Rosetta and downloading the Twain drivers from the Epson site. Can anyone help?

  • How To Display  attributes of Child Node and Parent Node in same view

    Suppose I have two view Carview and CarDetail View...IN Component context I have Parent Node Called Cars and It have its attribute as Price,Warranty,Year and also One Child Node Called as Brand Name Whose attribute are PrimaryBrand and SecondaryBrand

  • Change country or language settings - iTunes match

    I've subscribed for iTunes match and now I'd like to change my country or language settings from Germany to Holland. If I need to unsubscribe iTunes match then how do I do it. I could not find any option to unsubscribe iTunes match in Itunes.

  • Error : URL not called due to an error

    Hi All,          I developed a Web Dynpro ABAp application and tested it through a user with SAP_ALL Profile, and am getting the following error message: The URL http://sileccdev053.simondelhi.com:8000/sap/bc/webdynpro/sap/zadobe was not called due t

  • Link in Webhelp to open sub-TOC tree of a 'Book with Link'

    RH8 HTML Hi all, hoping I can find a solution for this. Currently, and as it should, I link to a page in my webhelp, from within my webhelp. i.e front page has a link that refers to another section in the webhelp. The links work fine, these links how