Your message dated Sat, 25 Nov 2017 19:53:56 +0000 (UTC)
with message-id <[email protected]>
and subject line Re: Bug#880068: marked as done (virtualbox: Doesn't build on 
kernel linux-4.14-rc6)
has caused the Debian Bug report #880068,
regarding virtualbox: Doesn't build on kernel linux-4.14-rc6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
880068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virtualbox
Version: 5.2.0-dfsg-2
Severity: normal

Dear maintainer,

building modules via m-a against linux-4.14-rc6 fails with:

/usr/src/modass/usr_src/modules/virtualbox/vboxnetflt/linux/VBoxNetFlt-linux.c:741:24:
 error: ‘SKB_GSO_UDP’ undeclared (first use in this function); did you mean 
‘SKB_GSO_ESP’?
             fGsoType = SKB_GSO_UDP;



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-rc6-galadriel-lxtec-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), 
LANGUAGE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages virtualbox depends on:
ii  adduser                                               3.116
ii  iproute2                                              4.9.0-2
ii  libc6                                                 2.24-17
ii  libcurl3-gnutls                                       7.56.1-1
ii  libdevmapper1.02.1                                    2:1.02.142-1
ii  libgcc1                                               1:7.2.0-12
ii  libgsoap-2.8.49                                       2.8.49-1
ii  libpng16-16                                           1.6.34-1
ii  libpython3.6                                          3.6.3-1
ii  libsdl1.2debian                                       1.2.15+dfsg2-0.1
ii  libssl1.1                                             1.1.0f-5
ii  libstdc++6                                            7.2.0-12
ii  libvncserver1                                         0.9.11+dfsg-1
ii  libvpx4                                               1.6.1-3
ii  libx11-6                                              2:1.6.4-3
ii  libxcursor1                                           1:1.1.14-3
ii  libxext6                                              2:1.3.3-1+b2
ii  libxml2                                               2.9.4+dfsg1-5
ii  libxmu6                                               2:1.1.2-2
ii  libxt6                                                1:1.1.5-1
ii  procps                                                2:3.3.12-3
ii  python3                                               3.6.3-2
ii  python3.6                                             3.6.3-1
ii  virtualbox-modules-4.13.8-galadriel-lxtec-amd64 [vir  5.1.30-dfsg-1+1lxtec1
ii  virtualbox-modules-4.9.57-galadriel-lxtec-amd64 [vir  5.1.30-dfsg-1+1lxtec1
ii  virtualbox-source                                     5.2.0-dfsg-2
ii  zlib1g                                                1:1.2.8.dfsg-5

Versions of packages virtualbox recommends:
ii  libgl1          0.2.999+git20170802-5
ii  libqt5core5a    5.9.2+dfsg-4
ii  libqt5opengl5   5.9.2+dfsg-4
ii  libqt5widgets5  5.9.2+dfsg-4
ii  virtualbox-qt   5.2.0-dfsg-2

Versions of packages virtualbox suggests:
pn  vde2                            <none>
ii  virtualbox-guest-additions-iso  5.2.1-118452-1

-- Configuration Files:
/etc/default/virtualbox changed:
LOAD_VBOXDRV_MODULE=0
SHUTDOWN_USERS=""
SHUTDOWN=poweroff


-- no debconf information

--- End Message ---
--- Begin Message ---
I fixed it already this morning.
Upstream told me they had a different and better fix, probably they were wrong 
:)

G.




Il Sabato 25 Novembre 2017 13:45, Elimar Riesebieter <[email protected]> ha 
scritto:



Control: tags -a +patch

* Elimar Riesebieter <[email protected]> [2017-11-25 09:06 +0100]:

> Control: reopen -1 =
> Control: found -1 5.2.2-dfsg-1
> 
> The modules build failed again:
> 
> /usr/src/modass/usr_src/modules/virtualbox/vboxpci/linux/VBoxPci-linux.c:44:10:
>  fatal error: VBoxPciInternal.h: file or directory not found.
>    #include "VBoxPciInternal.h"
> 
> VBoxPciInternal.h resides in 
> /usr/src/modass/usr_src/modules/virtualbox/vboxpci.

Attached patch should fix the issue but maybe addressed to upstream?


Elimar
-- 
  You cannot propel yourself forward by
  patting yourself on the back.

Attachment: signature.asc
Description: PGP signature

From dc5192d8442684b97118efe85df9f7ee8c831014 Mon Sep 17 00:00:00 2001
From: Elimar Riesebieter <[email protected]>
Date: Sat, 25 Nov 2017 13:23:25 +0100
Subject: [PATCH] Fix modules built searching VBoxPciInternal.h.

---
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c b/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
index 61873f460..65105d18f 100644
--- a/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
+++ b/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
@@ -41,7 +41,7 @@
 #include <iprt/string.h>
 #include <iprt/mem.h>
 
-#include "VBoxPciInternal.h"
+#include "../VBoxPciInternal.h"
 
 #ifdef VBOX_WITH_IOMMU
 # include <linux/dmar.h>
-- 
2.15.0

--- End Message ---

Reply via email to