Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703916 - media-plugins/vdr-remotetimers-1.0.2 : menu.h:91:3: error: cSchedulesLock does not name a type
Summary: media-plugins/vdr-remotetimers-1.0.2 : menu.h:91:3: error: cSchedulesLock doe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 703944
  Show dependency tree
 
Reported: 2019-12-26 21:24 UTC by Toralf Förster
Modified: 2020-01-04 14:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.20 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,192.77 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
environment (environment,109.07 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.69 KB, application/x-bzip)
2019-12-26 21:25 UTC, Toralf Förster
Details
media-plugins:vdr-remotetimers-1.0.2:20191226-111727.log (media-plugins:vdr-remotetimers-1.0.2:20191226-111727.log,7.19 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.58 KB, application/x-bzip)
2019-12-26 21:25 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 2019-12-26 21:24:57 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"remotetimers"'  -o remotetimers.o remotetimers.c
In file included from remotetimers.c:27:
menu.h:91:3: error: ‘cSchedulesLock’ does not name a type; did you mean ‘cSchedules_Lock’?
   91 |   cSchedulesLock schedulesLock;
      |   ^~~~~~~~~~~~~~
      |   cSchedules_Lock

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-libressl-20191221-230500

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

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

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 26 Dec 2019 10:33:16 +0000

emerge -qpvO media-plugins/vdr-remotetimers
[ebuild  N    ] media-plugins/vdr-remotetimers-1.0.2
Comment 1 Toralf Förster gentoo-dev 2019-12-26 21:25:00 UTC
Created attachment 600872 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-26 21:25:02 UTC
Created attachment 600874 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-26 21:25:05 UTC
Created attachment 600876 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-26 21:25:08 UTC
Created attachment 600878 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-26 21:25:11 UTC
Created attachment 600880 [details]
media-plugins:vdr-remotetimers-1.0.2:20191226-111727.log
Comment 6 Toralf Förster gentoo-dev 2019-12-26 21:25:14 UTC
Created attachment 600882 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-01-04 14:48:22 UTC
The bug has been closed via the following commit(s):

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

commit 233d3b66db36db6727276bcc3a71de2d39935564
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2020-01-04 14:47:43 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2020-01-04 14:47:43 +0000

    media-plugins/vdr-remotetimers: restricted to vdr-2.2.0, eapi 7
    
    vdr-remotetimer-1.0.2-r1 is restricted to
    ~media-video/vdr-2.2.0 as
    this function from this plugins is supported
    in later vdr versions in core vdr
    moved to eapi 7
    
    Closes: https://bugs.gentoo.org/703916
    Package-Manager: Portage-2.3.83, Repoman-2.3.20
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../vdr-remotetimers/vdr-remotetimers-1.0.2-r1.ebuild    | 16 ++++++++++++++++
 .../vdr-remotetimers/vdr-remotetimers-1.0.2.ebuild       |  4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)