Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 23:31:18 +0200
From:      Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
To:        Rainer Hurling <rhurlin@gwdg.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Nvidia-driver and current lead system reboot with	no	error	message
Message-ID:  <200707112331.19068.h.schmalzbauer@omnisec.de>
In-Reply-To: <469536BA.5090306@gwdg.de>
References:  <468345F2.1060209@freebsd.org> <200707111903.53790.h.schmalzbauer@omnisec.de> <469536BA.5090306@gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Mittwoch, 11. Juli 2007 schrieb Rainer Hurling:
> Hallo Harry,
>
> for version 100.14.11 (after unpacking the tarball) I had to make four
> changes before I had been able to install:
>
> 1. set environment variable 'X11BASE' to '/usr/local'
>
> 2. Delete lines 24-26 in 'src/nv-freebsd.h' (test for FreeBSD version
>
>  >=70000)
>
> 3. Change '${X11BASE}/lib/modules[...]' to
> '${X11BASE}/lib/xorg/modules[...]' in Makefiles under
> x11/[driver,extension,lib]
>
> 4. Change '/usr/X11R6/lib/modules[...]' to
> '/usr/local/lib/xorg/modules[...]' in 'doc/html/appendix-b.html'
>
>
> Don't forget to delete any installed x11/nvidia-driver* port before
> installing this new driver version.
>
> Hope this helps,
> Rainer

Hello Rainer,

thanks for your hints.
Unfortunately it's not just a matter of paths.

Here's the compiler showstopper:
cc -O1 -pipe -march=prescott -march=prescott -DNV_VERSION_STRING=\"100.14.11\" -
D__KERNEL__ -DNVRM -UDEBUG -U_DEBUG -DNDEBUG -O -fno-common -msoft-float
-fno-unit-at-a-time -minline-all-stringops  -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc
-I/src -I. -I@ -I@/contrib/altq -finline-limit=8000 --paraminline-unit-growth=100 
--paramlarge-function-growth=1000 -fno-common  -mno-align-long-strings -mpre
ferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffree
standing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing
-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -ffo
rmat-extensions -c nvidia_pci.c
nvidia_pci.c: In function 'nvidia_pci_setup_intr':
nvidia_pci.c:56: warning: passing argument 7 of 'bus_setup_intr' from 
incompatible pointer type
nvidia_pci.c:56: error: too many arguments to function 'bus_setup_intr'
*** Error code 1

Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-100.14.11/src.
*** Error code 1

Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-100.14.11.
*** Error code 1

Thansk in advance for any hint.

-Harry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707112331.19068.h.schmalzbauer>