Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895220 - media-plugins/vdr-remotetimers-1.0.2 - watcher.c: error: Recordings was not declared in this scope
Summary: media-plugins/vdr-remotetimers-1.0.2 - watcher.c: error: Recordings was not d...
Status: RESOLVED DUPLICATE of bug 871711
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:
 
Reported: 2023-02-18 08:42 UTC by Toralf Förster
Modified: 2023-03-18 18:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.25 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,65.56 KB, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
environment (environment,106.65 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,833 bytes, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.83 KB, application/x-bzip)
2023-02-18 08:42 UTC, Toralf Förster
Details
media-plugins:vdr-remotetimers-1.0.2:20230218-063819.log (media-plugins:vdr-remotetimers-1.0.2:20230218-063819.log,5.08 KB, text/plain)
2023-02-18 08:42 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.49 KB, application/x-bzip)
2023-02-18 08:42 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 2023-02-18 08:42:37 UTC
too long lines were shrinked:

xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktrREMOTETIMERS -ktrNOOP --package-name=vdr-remotetimers --package-version=1.0.2 --msgid-bugs-address='<vdrdev@schmirler.de>' -o po/remotetimers.pot `ls conflict.c menu.c menuitems.c moverec.c remotetimers.c setup.c svdrp.c watcher.c menu.h`
x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"remotetimers"'  -o menuitems.o menuitems.c
x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"remotetimers"'  -o moverec.o moverec.c
x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"remotetimers"'  -o svdrp.o svdrp.c
x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"remotetimers"'  -o watcher.o watcher.c
watcher.c: In member function 'virtual void cUpdateWatcher::Action()':
watcher.c:121:33: error: 'Recordings' was not declared in this scope; did you mean 'kRecordings'?
  121 |                                 Recordings.Update();
      |                                 ^~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j4-20230214-130059

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.67.1 *
php cli (if any):

  HEAD of ::gentoo
commit f1456c6ecc7386dbadafbf6446f36cc0a615dae7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Feb 18 05:31:54 2023 +0000

    2023-02-18 05:31:54 UTC

emerge -qpvO media-plugins/vdr-remotetimers
[ebuild  N    ] media-plugins/vdr-remotetimers-1.0.2-r1
Comment 1 Toralf Förster gentoo-dev 2023-02-18 08:42:38 UTC
Created attachment 852518 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-18 08:42:40 UTC
Created attachment 852520 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-18 08:42:41 UTC
Created attachment 852522 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-18 08:42:42 UTC
Created attachment 852524 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-18 08:42:43 UTC
Created attachment 852526 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-18 08:42:44 UTC
Created attachment 852528 [details]
media-plugins:vdr-remotetimers-1.0.2:20230218-063819.log
Comment 7 Toralf Förster gentoo-dev 2023-02-18 08:42:45 UTC
Created attachment 852530 [details]
temp.tar.bz2
Comment 8 David Seifert gentoo-dev 2023-03-18 18:23:23 UTC

*** This bug has been marked as a duplicate of bug 871711 ***