BritishNemesis
01-23-2003, 01:27 AM
Can anyone interpret the problem here.... I have tried installing my nforce 2 drivers via a SRPM with no luck MANY times... here's the result every single time... Sorry about the long post...
[root@localhost root]# rpmbuild --rebuild NVIDIA_nforce-1.0-0248.src.rpm -- target=athlon
Installing NVIDIA_nforce-1.0-0248.src.rpm
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
Building target platforms: athlon
Building for target athlon
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.51975
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ echo '---- Copying Sources ----'
---- Copying Sources ----
+ cd /usr/src/redhat/BUILD
+ rm -rf nforce
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvnet.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:07:59 nforce/
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/nvnet/
-r--r--r-- buildmeister/adm 14079 2002-11-26 06:08:37 nforce/nvnet/adapter.h
-r--r--r-- buildmeister/adm 794 2002-11-26 06:08:37 nforce/nvnet/basetype.h
-r--r--r-- buildmeister/adm 6416 2002-11-26 06:08:37 nforce/nvnet/nvnet.h
-r--r--r-- buildmeister/adm 3864 2002-11-26 06:08:37 nforce/nvnet/os.h
-r--r--r-- buildmeister/adm 4749 2002-11-26 06:08:37 nforce/nvnet/phy.h
-r--r--r-- buildmeister/adm 34214 2002-11-26 06:08:37 nforce/nvnet/nvnet.c
-rw-r--r-- buildmeister/adm 21768 2002-11-26 06:08:37 nforce/nvnet/nvnetlib.o
-r--r--r-- buildmeister/adm 2661 2002-11-26 06:08:37 nforce/nvnet/Makefile
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ cd /usr/src/redhat/BUILD
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvaudio.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/nvaudio/
-r--r--r-- buildmeister/adm 2599 2002-11-26 06:08:37 nforce/nvaudio/Makefile
-r--r--r-- buildmeister/adm 1088 2002-11-26 06:08:37 nforce/nvaudio/i810_audio-nforce23.patch
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ cd /usr/src/redhat/BUILD
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvmaster.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/
-r--r--r-- buildmeister/adm 1084 2002-11-26 06:08:36 nforce/Makefile
-r--r--r-- buildmeister/adm 12052 2002-11-26 06:08:36 nforce/README
-r--r--r-- buildmeister/adm 5404 2002-11-26 06:08:36 nforce/NVLicense.txt
-r--r--r-- buildmeister/adm 18007 2002-11-26 06:08:36 nforce/GNULicense.txt
-rw-r--r-- buildmeister/adm 100614 2002-11-26 06:08:37 nforce/ReleaseNotes.pdf
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.18435
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ LANG=C
+ export LANG
+ echo '---- Building Drivers ----'
---- Building Drivers ----
+ make
make -C nvnet
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvnet'
cc -c -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes - DCONFIG_PM -fno-strict-
aliasing -mpreferred-stack-boundary=2 -march=i686 - falign-functions=4 -DMODULE -I/lib/modules/2.4.20-
2.21/build/include - DMODVERSIONS -include /lib/modules/2.4.20- 2.21/build/include/linux/modversions.h
nvnet.c
In file included from nvnet.h:23,
from nvnet.c:21:
/lib/modules/2.4.20-2.21/build/include/linux/sched.h:548:1: warning: "cpu_online" redefined
In file included from /lib/modules/2.4.20- 2.21/build/include/linux/sched.h:25,
from nvnet.h:23,
from nvnet.c:21:
/lib/modules/2.4.20-2.21/build/include/linux/smp.h:87:1: warning: this is the location of the previous
definition
ld -r -o temp.o nvnet.o nvnetlib.o
objcopy --strip-symbol="gcc2_compiled." temp.o
cp temp.o nvnet.o
rm temp.o
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvnet'
make -C nvaudio
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
cp /lib/modules/2.4.20-2.21/build/drivers/sound/i810_audio.c i810_audio.c
patch < i810_audio-nforce23.patch
patching file i810_audio.c
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 127 (offset 14 lines).
Hunk #2 succeeded at 308 (offset 35 lines).
make i810_audio.o
make[2]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
cc -D__KERNEL__ -I/lib/modules/2.4.20-2.21/build/include -Wall -Wstrict- prototypes -O -fno-strict-
aliasing -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /
lib/modules/2.4.20- 2.21/build/include/linux/modversions.h -c -o i810_audio.o i810_audio.c
cc1: warning: -malign-functions is obsolete, use -falign-functions
In file included from i810_audio.c:89:
/lib/modules/2.4.20-2.21/build/include/linux/sched.h:548:1: warning: "cpu_online" redefined
In file included from /lib/modules/2.4.20- 2.21/build/include/linux/sched.h:25,
from i810_audio.c:89:
/lib/modules/2.4.20-2.21/build/include/linux/smp.h:87:1: warning: this is the location of the previous
definition
i810_audio.c: In function `i810_probe':
i810_audio.c:3261: warning: label `out_chan' defined but not used
make[2]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
mv i810_audio.o nvaudio.o
rm -f i810_audio.c
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.78015
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ LANG=C
+ export LANG
+ echo '---- Installing Drivers ----'
---- Installing Drivers ----
+ rm -f /usr/src/redhat/BUILD/nforce/modules.list
+ '[' -z '' ']'
++ uname -r
+ export TARGET_KERNEL=2.4.20-2.21
+ TARGET_KERNEL=2.4.20-2.21
+ make INSTROOT= install
make -C nvnet install
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvnet'
mkdir -p //lib/modules/2.4.20-2.21/kernel/drivers/net
install -b -m 644 -o root nvnet.o //lib/modules/2.4.20- 2.21/kernel/drivers/net
/sbin/depmod -a
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvnet'
make -C nvaudio install
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
mkdir -p //lib/modules/2.4.20-2.21/kernel/drivers/sound
install -b -m 644 -o root nvaudio.o //lib/modules/2.4.20- 2.21/kernel/drivers/sound
/sbin/depmod -a
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
+ echo '%attr(644, root, root) /lib/modules/2.4.20- 2.21/kernel/drivers/sound/nvaudio.o'
+ echo '%attr(644, root, root) /lib/modules/2.4.20- 2.21/kernel/drivers/net/nvnet.o'
+ /usr/lib/rpm/brp-compress
Processing files: NVIDIA_nforce-1.0-0248
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.90093
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ DOCDIR=/usr/share/doc/NVIDIA_nforce-1.0
+ export DOCDIR
+ rm -rf /usr/share/doc/NVIDIA_nforce-1.0
+ /bin/mkdir -p /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr README /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr NVLicense.txt /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr GNULicense.txt /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr ReleaseNotes.pdf /usr/share/doc/NVIDIA_nforce-1.0
+ exit 0
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(postun): /bin/sh
Processing files: NVIDIA_nforce-debuginfo-1.0-0248
error: Could not open %files file /usr/src/redhat/BUILD/nforce/debugfiles.list:
No such file or directory
RPM build errors:
user buildmeister does not exist - using root
user buildmeister does not exist - using root
user buildmeister does not exist - using root
user buildmeister does not exist - using root
Could not open %files file /usr/src/redhat/BUILD/nforce/debugfiles.list: No
such file or directory
_
By default I think 8.0.93 may install nforce drivers on its own... however none of these worked so I
decided to install the nice srpm's that you guys have... I can't understand why it refuses to build them
though. Any assistance would be great...
[root@localhost root]# rpmbuild --rebuild NVIDIA_nforce-1.0-0248.src.rpm -- target=athlon
Installing NVIDIA_nforce-1.0-0248.src.rpm
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
warning: user buildmeister does not exist - using root
Building target platforms: athlon
Building for target athlon
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.51975
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ echo '---- Copying Sources ----'
---- Copying Sources ----
+ cd /usr/src/redhat/BUILD
+ rm -rf nforce
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvnet.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:07:59 nforce/
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/nvnet/
-r--r--r-- buildmeister/adm 14079 2002-11-26 06:08:37 nforce/nvnet/adapter.h
-r--r--r-- buildmeister/adm 794 2002-11-26 06:08:37 nforce/nvnet/basetype.h
-r--r--r-- buildmeister/adm 6416 2002-11-26 06:08:37 nforce/nvnet/nvnet.h
-r--r--r-- buildmeister/adm 3864 2002-11-26 06:08:37 nforce/nvnet/os.h
-r--r--r-- buildmeister/adm 4749 2002-11-26 06:08:37 nforce/nvnet/phy.h
-r--r--r-- buildmeister/adm 34214 2002-11-26 06:08:37 nforce/nvnet/nvnet.c
-rw-r--r-- buildmeister/adm 21768 2002-11-26 06:08:37 nforce/nvnet/nvnetlib.o
-r--r--r-- buildmeister/adm 2661 2002-11-26 06:08:37 nforce/nvnet/Makefile
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ cd /usr/src/redhat/BUILD
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvaudio.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/nvaudio/
-r--r--r-- buildmeister/adm 2599 2002-11-26 06:08:37 nforce/nvaudio/Makefile
-r--r--r-- buildmeister/adm 1088 2002-11-26 06:08:37 nforce/nvaudio/i810_audio-nforce23.patch
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ cd /usr/src/redhat/BUILD
+ /usr/bin/gzip -dc /usr/src/redhat/SOURCES/nvmaster.tgz
+ tar -xvvf -
drwxr-xr-x buildmeister/adm 0 2002-11-26 06:08:37 nforce/
-r--r--r-- buildmeister/adm 1084 2002-11-26 06:08:36 nforce/Makefile
-r--r--r-- buildmeister/adm 12052 2002-11-26 06:08:36 nforce/README
-r--r--r-- buildmeister/adm 5404 2002-11-26 06:08:36 nforce/NVLicense.txt
-r--r--r-- buildmeister/adm 18007 2002-11-26 06:08:36 nforce/GNULicense.txt
-rw-r--r-- buildmeister/adm 100614 2002-11-26 06:08:37 nforce/ReleaseNotes.pdf
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nforce
++ /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,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.18435
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ LANG=C
+ export LANG
+ echo '---- Building Drivers ----'
---- Building Drivers ----
+ make
make -C nvnet
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvnet'
cc -c -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes - DCONFIG_PM -fno-strict-
aliasing -mpreferred-stack-boundary=2 -march=i686 - falign-functions=4 -DMODULE -I/lib/modules/2.4.20-
2.21/build/include - DMODVERSIONS -include /lib/modules/2.4.20- 2.21/build/include/linux/modversions.h
nvnet.c
In file included from nvnet.h:23,
from nvnet.c:21:
/lib/modules/2.4.20-2.21/build/include/linux/sched.h:548:1: warning: "cpu_online" redefined
In file included from /lib/modules/2.4.20- 2.21/build/include/linux/sched.h:25,
from nvnet.h:23,
from nvnet.c:21:
/lib/modules/2.4.20-2.21/build/include/linux/smp.h:87:1: warning: this is the location of the previous
definition
ld -r -o temp.o nvnet.o nvnetlib.o
objcopy --strip-symbol="gcc2_compiled." temp.o
cp temp.o nvnet.o
rm temp.o
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvnet'
make -C nvaudio
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
cp /lib/modules/2.4.20-2.21/build/drivers/sound/i810_audio.c i810_audio.c
patch < i810_audio-nforce23.patch
patching file i810_audio.c
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 127 (offset 14 lines).
Hunk #2 succeeded at 308 (offset 35 lines).
make i810_audio.o
make[2]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
cc -D__KERNEL__ -I/lib/modules/2.4.20-2.21/build/include -Wall -Wstrict- prototypes -O -fno-strict-
aliasing -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /
lib/modules/2.4.20- 2.21/build/include/linux/modversions.h -c -o i810_audio.o i810_audio.c
cc1: warning: -malign-functions is obsolete, use -falign-functions
In file included from i810_audio.c:89:
/lib/modules/2.4.20-2.21/build/include/linux/sched.h:548:1: warning: "cpu_online" redefined
In file included from /lib/modules/2.4.20- 2.21/build/include/linux/sched.h:25,
from i810_audio.c:89:
/lib/modules/2.4.20-2.21/build/include/linux/smp.h:87:1: warning: this is the location of the previous
definition
i810_audio.c: In function `i810_probe':
i810_audio.c:3261: warning: label `out_chan' defined but not used
make[2]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
mv i810_audio.o nvaudio.o
rm -f i810_audio.c
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.78015
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ LANG=C
+ export LANG
+ echo '---- Installing Drivers ----'
---- Installing Drivers ----
+ rm -f /usr/src/redhat/BUILD/nforce/modules.list
+ '[' -z '' ']'
++ uname -r
+ export TARGET_KERNEL=2.4.20-2.21
+ TARGET_KERNEL=2.4.20-2.21
+ make INSTROOT= install
make -C nvnet install
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvnet'
mkdir -p //lib/modules/2.4.20-2.21/kernel/drivers/net
install -b -m 644 -o root nvnet.o //lib/modules/2.4.20- 2.21/kernel/drivers/net
/sbin/depmod -a
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvnet'
make -C nvaudio install
make[1]: Entering directory `/usr/src/redhat/BUILD/nforce/nvaudio'
mkdir -p //lib/modules/2.4.20-2.21/kernel/drivers/sound
install -b -m 644 -o root nvaudio.o //lib/modules/2.4.20- 2.21/kernel/drivers/sound
/sbin/depmod -a
make[1]: Leaving directory `/usr/src/redhat/BUILD/nforce/nvaudio'
+ echo '%attr(644, root, root) /lib/modules/2.4.20- 2.21/kernel/drivers/sound/nvaudio.o'
+ echo '%attr(644, root, root) /lib/modules/2.4.20- 2.21/kernel/drivers/net/nvnet.o'
+ /usr/lib/rpm/brp-compress
Processing files: NVIDIA_nforce-1.0-0248
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.90093
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nforce
+ DOCDIR=/usr/share/doc/NVIDIA_nforce-1.0
+ export DOCDIR
+ rm -rf /usr/share/doc/NVIDIA_nforce-1.0
+ /bin/mkdir -p /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr README /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr NVLicense.txt /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr GNULicense.txt /usr/share/doc/NVIDIA_nforce-1.0
+ cp -pr ReleaseNotes.pdf /usr/share/doc/NVIDIA_nforce-1.0
+ exit 0
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(postun): /bin/sh
Processing files: NVIDIA_nforce-debuginfo-1.0-0248
error: Could not open %files file /usr/src/redhat/BUILD/nforce/debugfiles.list:
No such file or directory
RPM build errors:
user buildmeister does not exist - using root
user buildmeister does not exist - using root
user buildmeister does not exist - using root
user buildmeister does not exist - using root
Could not open %files file /usr/src/redhat/BUILD/nforce/debugfiles.list: No
such file or directory
_
By default I think 8.0.93 may install nforce drivers on its own... however none of these worked so I
decided to install the nice srpm's that you guys have... I can't understand why it refuses to build them
though. Any assistance would be great...