svn commit: r469570 - in head/emulators: virtualbox-osevirtualbox-ose-additions virtualbox-ose-kmod

Cy Schubert Cy.Schubert at cschubert.com
Tue May 15 14:12:11 UTC 2018


It built fine here. Using 12-current.

---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, this old phone only supports top post. Apologies.

Cy Schubert
<Cy.Schubert at cschubert.com> or <cy at freebsd.org>
The need of the many outweighs the greed of the few.
---

-----Original Message-----
From: Mathieu Arnold
Sent: 15/05/2018 03:51
To: Jung-uk Kim
Cc: ports-committers at freebsd.org; svn-ports-all at freebsd.org; svn-ports-head at freebsd.org
Subject: Re: svn commit: r469570 - in head/emulators: virtualbox-osevirtualbox-ose-additions virtualbox-ose-kmod

On Thu, May 10, 2018 at 06:41:32PM +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu May 10 18:41:32 2018
> New Revision: 469570
> URL: https://svnweb.freebsd.org/changeset/ports/469570
> 
> Log:
>   Update to 5.2.12.

After this, I get build errors:

/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:113:45: error: use of undeclared identifier 'glBlitFramebuffer'
        { "glBlitFramebuffer", (CR_PROC) VBOXGLTAG(glBlitFramebuffer) },
                                                   ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:133:52: error: use of undeclared identifier 'glCheckFramebufferStatus'
        { "glCheckFramebufferStatus", (CR_PROC) VBOXGLTAG(glCheckFramebufferStatus) },
                                                          ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:310:48: error: use of undeclared identifier 'glDeleteFramebuffers'
        { "glDeleteFramebuffers", (CR_PROC) VBOXGLTAG(glDeleteFramebuffers) },
                                                      ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:453:50: error: use of undeclared identifier 'glFramebufferTexture2D'
        { "glFramebufferTexture2D", (CR_PROC) VBOXGLTAG(glFramebufferTexture2D) },
                                                        ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.12/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:473:45: error: use of undeclared identifier 'glGenFramebuffers'
        { "glGenFramebuffers", (CR_PROC) VBOXGLTAG(glGenFramebuffers) },

https://pkg.absolight.fr/data/11amd64-pkgng-default/20180515T094733Z/logs/errors/virtualbox-ose-additions-5.2.12.log

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list