Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 958010 - net-vpn/ovpn-dco-0.2.20241216 - [gcc-16] drivers/.../peer.c: error: implicit declaration of function del_timer_sync
Summary: net-vpn/ovpn-dco-0.2.20241216 - [gcc-16] drivers/.../peer.c: error: implicit ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-13 08:33 UTC by Toralf Förster
Modified: 2025-06-13 08:33 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.94 KB, text/plain)
2025-06-13 08:33 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,74.03 KB, application/x-xz)
2025-06-13 08:33 UTC, Toralf Förster
Details
environment (environment,112.99 KB, text/plain)
2025-06-13 08:33 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.60 KB, application/x-xz)
2025-06-13 08:33 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,25.28 KB, application/x-xz)
2025-06-13 08:33 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,284 bytes, application/x-xz)
2025-06-13 08:33 UTC, Toralf Förster
Details
net-vpn:ovpn-dco-0.2.20241216:20250613-043449.log (net-vpn:ovpn-dco-0.2.20241216:20250613-043449.log,23.11 KB, text/plain)
2025-06-13 08:33 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,86.58 KB, application/x-xz)
2025-06-13 08:33 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,26.70 KB, application/x-xz)
2025-06-13 08:33 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 2025-06-13 08:33:42 UTC
too long lines were shrinked:

  /usr/bin/x86_64-pc-linux-gnu-gcc-16 -Wp,-MMD,drivers/net/ovpn-dco/.bind.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241216/include/ -O2 -pipe -march=native -fno-diagnostics-color  -include /var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241
# CC [M]  drivers/net/ovpn-dco/ovpn.o
  /usr/bin/x86_64-pc-linux-gnu-gcc-16 -Wp,-MMD,drivers/net/ovpn-dco/.ovpn.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241216/include/ -O2 -pipe -march=native -fno-diagnostics-color  -include /var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241
# CC [M]  drivers/net/ovpn-dco/peer.o
  /usr/bin/x86_64-pc-linux-gnu-gcc-16 -Wp,-MMD,drivers/net/ovpn-dco/.peer.o.d -nostdinc -I/var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241216/include/ -O2 -pipe -march=native -fno-diagnostics-color  -include /var/tmp/portage/net-vpn/ovpn-dco-0.2.20241216/work/ovpn-dco-0.2.20241
drivers/net/ovpn-dco/peer.c: In function ovpn_peer_timer_delete_all:
drivers/net/ovpn-dco/peer.c:194:9: error: implicit declaration of function del_timer_sync; did you mean dev_mc_sync? [-Wimplicit-function-declaration]
  194 |         del_timer_sync(&peer->keepalive_xmit);
      |         ^~~~~~~~~~~~~~

  -------------------------------------------------------------------
  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20250606-080502

  KEYWORDED/UNMASKED

  
  <sys-devel/gcc-16.0.9999:16

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-16 *
clang version 20.1.6
llvm-config: 20.1.6
Python 3.13.5
go version go1.24.4 linux/amd64
  [1]   php8.2 *
  [2]   php8.4
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems)
  [3]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.86.0
  [2]   rust-bin-1.87.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.7_p6 [openjdk-bin-21]
2)	Eclipse Temurin JDK 8.452_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-21  system-vm

  HEAD of ::gentoo
commit 4b2b0342c21f4042f9ebc087c3e27897aabe7dca
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jun 13 03:22:25 2025 +0000

    2025-06-13 03:22:25 UTC

The tinderbox task was: net-vpn/ovpn-dco

emerge -qpvO =net-vpn/ovpn-dco-0.2.20241216
[ebuild  N    ] net-vpn/ovpn-dco-0.2.20241216  USE="strip -debug -dist-kernel -modules-compress -modules-sign"
Comment 1 Toralf Förster gentoo-dev 2025-06-13 08:33:43 UTC
Created attachment 933898 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-06-13 08:33:44 UTC
Created attachment 933899 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2025-06-13 08:33:46 UTC
Created attachment 933900 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2025-06-13 08:33:46 UTC
Created attachment 933901 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-06-13 08:33:47 UTC
Created attachment 933902 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-06-13 08:33:48 UTC
Created attachment 933903 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-06-13 08:33:49 UTC
Created attachment 933904 [details]
net-vpn:ovpn-dco-0.2.20241216:20250613-043449.log
Comment 8 Toralf Förster gentoo-dev 2025-06-13 08:33:50 UTC
Created attachment 933905 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-06-13 08:33:51 UTC
Created attachment 933906 [details]
temp.tar.xz