Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652184 - media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1 : /.../saa716x_ff_ir.c:206:2: error: implicit declaration of function init_timer
Summary: media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1 : /.../saa716x_ff_ir.c:206:2: err...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-02 08:05 UTC by Toralf Förster
Modified: 2018-04-04 23:34 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.34 KB, text/plain)
2018-04-02 08:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,123.32 KB, text/plain)
2018-04-02 08:05 UTC, Toralf Förster
Details
environment (environment,118.20 KB, text/plain)
2018-04-02 08:05 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.62 KB, application/x-bzip)
2018-04-02 08:05 UTC, Toralf Förster
Details
media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20180402-020018.log (media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20180402-020018.log,9.92 KB, text/plain)
2018-04-02 08:05 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-04-02 08:05:10 UTC
  CC [M]  /var/tmp/portage/media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1/work/powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_ff_ir.o
/var/tmp/portage/media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1/work/powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_ff_ir.c: In function ‘saa716x_ir_init’:
/var/tmp/portage/media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1/work/powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_ff_ir.c:206:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
  init_timer(&ir->keyup_timer);
  ^~~~~~~~~~
  init_timers

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl-test_20180326-195709

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:


emerge -qpv media-tv/v4l-dvb-saa716x
[ebuild  N    ] media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1  USE="firmware"
Comment 1 Toralf Förster gentoo-dev 2018-04-02 08:05:13 UTC
Created attachment 526300 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-04-02 08:05:16 UTC
Created attachment 526302 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-04-02 08:05:19 UTC
Created attachment 526304 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-04-02 08:05:22 UTC
Created attachment 526306 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-04-02 08:05:26 UTC
Created attachment 526308 [details]
media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20180402-020018.log
Comment 6 Martin Dummer 2018-04-03 08:40:08 UTC
will be fixed with https://github.com/gentoo/gentoo/pull/7709
Comment 7 Larry the Git Cow gentoo-dev 2018-04-04 23:34:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7611642848ad5a520e7a1d193002b7724561f767

commit 7611642848ad5a520e7a1d193002b7724561f767
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2018-04-04 06:40:06 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-04-04 23:27:31 +0000

    media-tv/v4l-dvb-saa716x: fix compile with kernel 4.16
    
    adjust sources due to moved DVB header files in kernel 4.16
    
    Closes: https://bugs.gentoo.org/652346
    Closes: https://bugs.gentoo.org/652184
    Package-Manager: Portage-2.3.27, Repoman-2.3.9

 .../files/v4l-dvb-saa716x-4.16-fix-compile.patch   | 49 ++++++++++++++++++++++
 .../v4l-dvb-saa716x-0.0.1_p20170225-r1.ebuild      |  1 +
 2 files changed, 50 insertions(+)