Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912384 - net-vpn/ovpn-dco-0.2.20230426 - /.../ovpn.c: error: implicit declaration of function skb_gso_segment
Summary: net-vpn/ovpn-dco-0.2.20230426 - /.../ovpn.c: error: implicit declaration of f...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-17 08:11 UTC by Toralf Förster
Modified: 2023-08-17 08:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.03 KB, text/plain)
2023-08-17 08:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,123.46 KB, text/plain)
2023-08-17 08:11 UTC, Toralf Förster
Details
environment (environment,119.18 KB, text/plain)
2023-08-17 08:11 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,780 bytes, application/x-xz)
2023-08-17 08:11 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,15.06 KB, application/x-xz)
2023-08-17 08:11 UTC, Toralf Förster
Details
net-vpn:ovpn-dco-0.2.20230426:20230817-040046.log (net-vpn:ovpn-dco-0.2.20230426:20230817-040046.log,29.14 KB, text/plain)
2023-08-17 08:11 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,29.66 KB, application/x-xz)
2023-08-17 08:11 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-08-17 08:11:34 UTC
too long lines were shrinked:

  /usr/bin/x86_64-pc-linux-gnu-gcc-13 -Wp,-MMD,/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/.crypto.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/include/ -O2 -pipe -march=native -fno-diagnostics-color   -i
# CC [M]  /var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/ovpn.o
  /usr/bin/x86_64-pc-linux-gnu-gcc-13 -Wp,-MMD,/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/.ovpn.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/include/ -O2 -pipe -march=native -fno-diagnostics-color   -inc
# CC [M]  /var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/peer.o
  /usr/bin/x86_64-pc-linux-gnu-gcc-13 -Wp,-MMD,/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/.peer.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/include/ -O2 -pipe -march=native -fno-diagnostics-color   -inc
/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/ovpn.c: In function ovpn_net_xmit:
/var/tmp/portage/net-vpn/ovpn-dco-0.2.20230426/work/ovpn-dco-0.2.20230426/drivers/net/ovpn-dco/ovpn.c:432:28: error: implicit declaration of function skb_gso_segment; did you mean skb_gso_reset? [-Werror=implicit-function-declaration]
  432 |                 segments = skb_gso_segment(skb, 0);
      |                            ^~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20230815-141022

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.71.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit ae72d9aa3707adb49d6ed475b3041b394be92c94
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Aug 17 03:03:33 2023 +0000

    2023-08-17 03:03:32 UTC

emerge -qpvO net-vpn/ovpn-dco
[ebuild  N    ] net-vpn/ovpn-dco-0.2.20230426  USE="strip -debug -dist-kernel -modules-sign"
Comment 1 Toralf Förster gentoo-dev 2023-08-17 08:11:35 UTC
Created attachment 868040 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-17 08:11:36 UTC
Created attachment 868041 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-08-17 08:11:37 UTC
Created attachment 868042 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-08-17 08:11:38 UTC
Created attachment 868043 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-08-17 08:11:39 UTC
Created attachment 868044 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-17 08:11:40 UTC
Created attachment 868045 [details]
net-vpn:ovpn-dco-0.2.20230426:20230817-040046.log
Comment 7 Toralf Förster gentoo-dev 2023-08-17 08:11:41 UTC
Created attachment 868046 [details]
temp.tar.xz