Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703986 - media-plugins/vdr-vompserver-0.4.1-r1 : vompclient.c:393:18: error: Channels was not declared in this scope
Summary: media-plugins/vdr-vompserver-0.4.1-r1 : vompclient.c:393:18: error: Channels ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petric Frank
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 703944
  Show dependency tree
 
Reported: 2019-12-27 15:26 UTC by Toralf Förster
Modified: 2020-01-03 17:29 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.48 KB, text/plain)
2019-12-27 15:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,246.45 KB, text/plain)
2019-12-27 15:26 UTC, Toralf Förster
Details
environment (environment,112.17 KB, text/plain)
2019-12-27 15:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.39 KB, application/x-bzip)
2019-12-27 15:26 UTC, Toralf Förster
Details
media-plugins:vdr-vompserver-0.4.1-r1:20191227-152434.log (media-plugins:vdr-vompserver-0.4.1-r1:20191227-152434.log,4.74 KB, text/plain)
2019-12-27 15:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.89 KB, application/x-bzip)
2019-12-27 15:26 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-27 15:26:12 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='"vompserver"' -D__STL_CONFIG_H -DVOMPSERVER  -o vompclient.o vompclient.c
vompclient.c: In member function ‘cChannel* VompClient::channelFromNumber(ULONG)’:
vompclient.c:393:18: error: ‘Channels’ was not declared in this scope; did you mean ‘cChannels’?
  393 |   for (channel = Channels.First(); channel; channel = Channels.Next(channel))
      |                  ^~~~~~~~
      |                  cChannels

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20191222-151549

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

  Please see the tracker bug for details.

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)
  [4]   pypy3 (fallback)
  [5]   pypy (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:


repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Fri, 27 Dec 2019 15:05:36 +0000

emerge -qpvO media-plugins/vdr-vompserver
[ebuild  N    ] media-plugins/vdr-vompserver-0.4.1-r1
Comment 1 Toralf Förster gentoo-dev 2019-12-27 15:26:15 UTC
Created attachment 601160 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-27 15:26:18 UTC
Created attachment 601162 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-27 15:26:21 UTC
Created attachment 601164 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-27 15:26:24 UTC
Created attachment 601166 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-27 15:26:26 UTC
Created attachment 601168 [details]
media-plugins:vdr-vompserver-0.4.1-r1:20191227-152434.log
Comment 6 Toralf Förster gentoo-dev 2019-12-27 15:26:29 UTC
Created attachment 601170 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-01-03 17:29:15 UTC
The bug has been closed via the following commit(s):

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

commit 99239c498c526da8d0eb8bcfa40af5a3d7b76ec1
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2020-01-03 17:27:55 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2020-01-03 17:28:56 +0000

    media-plugins/vdr-vompserver: version bump
    
    this version needs >=vdr-2.4
    older version moved to eapi 7
    keyworded ~arm
    
    Closes: https://bugs.gentoo.org/703986
    Package-Manager: Portage-2.3.83, Repoman-2.3.20
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-plugins/vdr-vompserver/Manifest              |  1 +
 .../vdr-vompserver/vdr-vompserver-0.4.1.ebuild     |  4 +--
 .../vdr-vompserver/vdr-vompserver-0.5.1.ebuild     | 32 ++++++++++++++++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)