Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646372 - net-wireless/ndiswrapper-1.61 : /.../ntoskernel.c:455:2: error: implicit declaration of function init_timer
Summary: net-wireless/ndiswrapper-1.61 : /.../ntoskernel.c:455:2: error: implicit decl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-01 23:35 UTC by Toralf Förster
Modified: 2018-10-20 12:17 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.19 KB, text/plain)
2018-02-01 23:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,259.28 KB, text/plain)
2018-02-01 23:35 UTC, Toralf Förster
Details
environment (environment,121.93 KB, text/plain)
2018-02-01 23:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.36 KB, application/x-bzip)
2018-02-01 23:35 UTC, Toralf Förster
Details
net-wireless:ndiswrapper-1.61:20180201-224553.log (net-wireless:ndiswrapper-1.61:20180201-224553.log,5.77 KB, text/plain)
2018-02-01 23:35 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 2018-02-01 23:35:22 UTC
  CC [M]  /var/tmp/portage/net-wireless/ndiswrapper-1.61/work/ndiswrapper-1.61/driver/ntoskernel.o
/var/tmp/portage/net-wireless/ndiswrapper-1.61/work/ndiswrapper-1.61/driver/ntoskernel.c: In function ‘wrap_init_timer’:
/var/tmp/portage/net-wireless/ndiswrapper-1.61/work/ndiswrapper-1.61/driver/ntoskernel.c:455:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
  init_timer(&wrap_timer->timer);
  ^~~~~~~~~~
  init_timers

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20180127-224621

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0
 [2] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-wireless/ndiswrapper
Comment 1 Toralf Förster gentoo-dev 2018-02-01 23:35:25 UTC
Created attachment 517510 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-01 23:35:28 UTC
Created attachment 517512 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-02-01 23:35:31 UTC
Created attachment 517514 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-02-01 23:35:34 UTC
Created attachment 517516 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-02-01 23:35:36 UTC
Created attachment 517518 [details]
net-wireless:ndiswrapper-1.61:20180201-224553.log
Comment 6 Larry the Git Cow gentoo-dev 2018-10-20 12:17:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02614d472a3d5def51b601f40abd8de5dee03e11

commit 02614d472a3d5def51b601f40abd8de5dee03e11
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-20 12:13:22 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-20 12:16:51 +0000

    net-wireless/ndiswrapper: Fix compilation with newer kernels
    
    Closes: https://bugs.gentoo.org/646372
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/ndiswrapper-1.61-kernel-4.15.patch       | 199 +++++++++++++++++++++
 net-wireless/ndiswrapper/ndiswrapper-1.61.ebuild   |   5 +-
 2 files changed, 202 insertions(+), 2 deletions(-)