Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670156 - media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1 : /.../saa716x_ff_main.c:443:7: error: AUDIO_GET_PTS undeclared (first use in this function)
Summary: media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r1 : /.../saa716x_ff_main.c:443:7: e...
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: PullRequest
Depends on:
Blocks:
 
Reported: 2018-11-02 16:56 UTC by Toralf Förster
Modified: 2019-02-03 22:57 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.35 KB, text/plain)
2018-11-02 16:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,309.81 KB, text/plain)
2018-11-02 16:57 UTC, Toralf Förster
Details
environment (environment,117.32 KB, text/plain)
2018-11-02 16:57 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.23 KB, application/x-bzip)
2018-11-02 16:57 UTC, Toralf Förster
Details
media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20181102-151423.log (media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20181102-151423.log,8.68 KB, text/plain)
2018-11-02 16:57 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-11-02 16:56:56 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_main.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_main.c: In function ‘do_dvb_audio_ioctl’:
/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_main.c:443:7: error: ‘AUDIO_GET_PTS’ undeclared (first use in this function); did you mean ‘VIDEO_GET_PTS’?
  case AUDIO_GET_PTS:
       ^~~~~~~~~~~~~
       VIDEO_GET_PTS

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_abi32+64_20181025-203518

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

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

emerge -qpvO 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-11-02 16:56:58 UTC
Created attachment 553884 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-02 16:57:01 UTC
Created attachment 553886 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-11-02 16:57:04 UTC
Created attachment 553888 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-11-02 16:57:07 UTC
Created attachment 553890 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-11-02 16:57:09 UTC
Created attachment 553892 [details]
media-tv:v4l-dvb-saa716x-0.0.1_p20170225-r1:20181102-151423.log
Comment 6 Larry the Git Cow gentoo-dev 2019-02-03 22:57:26 UTC
The bug has been closed via the following commit(s):

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

commit e67dfee2ac77d29107a204c4485367c8f7d6e919
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2018-11-08 16:25:33 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-02-03 22:57:00 +0000

    media-tv/v4l-dvb-saa716x: fix AUDIO_GET_PTS undeclared
    
    fix compile error "... AUDIO_GET_PTS undeclared" with kernel >=4.17
    
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://bugs.gentoo.org/670156
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/10363
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 ...v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch | 12 +++++
 .../v4l-dvb-saa716x-0.0.1_p20170225-r2.ebuild      | 60 ++++++++++++++++++++++
 2 files changed, 72 insertions(+)