On Fri, 2002-07-26 at 21:08, nDiScReEt wrote:
> On Friday 26 July 2002 8:35 pm, David Bolin wrote:
> > I finally got a successful FTP install today (problems before caused by
> > the bootspash package I believe.) Anyway. ON a current cooker install
> > I received an error today while trying to rebuild the NVIDIA kernel
> > package. It complained that I was not rebuilding the package with the
> > same compiler that was used to build the kernel. I did however compile
> > the package on my laptop and move it over to my desktop and it installed
> > fine and works great.
> >
> > On Fri, 2002-07-26 at 19:22, Buchan Milne wrote:
> > > [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> > > >And the NVdriver compiled form a tar.gz's fron nvidia dont work,=20
> > > >nv driver offers for XFREE works fine but the Nvidia dont work, for a
> > > > probl= em=20
> > > >with a usable screen resolution, because in mdk 8.2 work correctly.
> > >
> > > And you built against the kernel source that shipped with the beta?
> > >
> > > Sorry, but:
> > > 1)I find this hard to believe, I compiled mine two days ago on cooker
> > > (which was probably a day or two behind then) and I have no problems.
> > >
> > > 2)This isn't a problem with any of the software (regaring your display
> > > card) shipped in the beta, since all the software that did seems to work
> > > fine according to your comment.
> > >
> > > Since I made RPMs for 8.2's updated kernel for the Mandrake Club, and
> > > built them on my cooker box also, you can grab RPMs for the current
> > > cooker kernel here:
> > >
> > > http://ranger.dnsalias.com/mandrake/cooker/
> > >
> > > SRPM is on the Mandrake club.
> > >
> > > Buchan
>
> So, I am correct that is is due to your system having and using gcc3.2 while
> your kernel was compiled with gcc3.2, right?
>
> --
> ------------------------------------------------------------------------
> Altoine B
> Maximum Time Unlimited
> Chicago Based and Operated
> ------------------------------------------------------------------------
> Good day to avoid cops. Crawl to school.
> ---------------------------
> 2.4.18-21mdk
> Mandrake Linux release 9.0 (Cooker) for i586
> ------------------------------------------------------------------------
>
Here is the screen dump.
[root@bscar root]# rpm --rebuild NVIDIA_kernel-1.0-2960.src.rpm
Installing NVIDIA_kernel-1.0-2960.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.60477
+ umask 022
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf NVIDIA_kernel-1.0-2960
+ /bin/gzip -dc /usr/src/RPM/SOURCES/NVIDIA_kernel-1.0-2960.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd NVIDIA_kernel-1.0-2960
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.60477
+ umask 022
+ cd /usr/src/RPM/BUILD
+ cd NVIDIA_kernel-1.0-2960
+ set +e
++ rpm -q --queryformat '%{VERSION}' rpm
+ RPMVERSION=4.0.4
++ echo 4.0.4
++ awk -F . '{print $1;}'
+ RPMMAJOR=4
++ echo 4.0.4
++ awk -F . '{print $2;}'
+ RPMMINOR=0
++ echo 4.0.4
++ awk -F . '{print $3;}'
+ RPMPATCH=4
+ '[' 4 -le 3 -a 0 -le 0 -a 4 -lt 4 ']'
+ make NVdriver
You appear to be compiling the NVdriver kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed cc sanity check. Bailing out! ***
make: *** [gcc-check] Error 1
+ exit 0