Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 19:54:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240109] x11/nvidia-driver-304 fails to build on 12-stable
Message-ID:  <bug-240109-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240109

            Bug ID: 240109
           Summary: x11/nvidia-driver-304 fails to build on 12-stable
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: mi@FreeBSD.org
          Assignee: danfe@FreeBSD.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)

On a 12.x system, with today's content of /sys I get the following error tr=
ying
to build the port:

nvidia_subr.c:1219:45: error: too few arguments to function call, expected =
8,
have 7
            sc->dma_mask, PAGE_SIZE, 0, attr);
                                            ^
/usr/src/sys/vm/vm_extern.h:57:1: note: 'kmem_alloc_contig' declared here
vm_offset_t kmem_alloc_contig(struct vmem *, vm_size_t size, int flags,
^
nvidia_subr.c:1267:61: error: too few arguments to function call, expected =
3,
have 2
        kmem_free(at->pte_array[0].virtual_address, at->size);
        ~~~~~~~~~                                           ^
/usr/src/sys/vm/vm_extern.h:61:1: note: 'kmem_free' declared here
void kmem_free(struct vmem *, vm_offset_t, vm_size_t);

... more errors about kmem_free ...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240109-7788>