Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703918 - media-plugins/vdr-skincurses-2.2.0 : skincurses.c:30:45: error: invalid cast to abstract class type cCursesFont
Summary: media-plugins/vdr-skincurses-2.2.0 : skincurses.c:30:45: error: invalid cast ...
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:25 UTC by Toralf Förster
Modified: 2019-12-27 10:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.63 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.81 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
environment (environment,88.44 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.49 KB, application/x-bzip)
2019-12-26 21:25 UTC, Toralf Förster
Details
media-plugins:vdr-skincurses-2.2.0:20191226-144609.log (media-plugins:vdr-skincurses-2.2.0:20191226-144609.log,3.38 KB, text/plain)
2019-12-26 21:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.35 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:25:19 UTC
make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/work/skincurses-2.2.0 TMPDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/temp 
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='"skincurses"'  -o skincurses.o skincurses.c
skincurses.c:30:45: error: invalid cast to abstract class type ‘cCursesFont’
   30 | static const cCursesFont Font = cCursesFont(); // w/o the '= cCursesFont()' gcc 4.6 complains - can anybody explain why this is necessary?
      |                                             ^
skincurses.c:21:7: note:   because the following virtual functions are pure within ‘cCursesFont’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20191223-091554

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

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 Rust versions:
  [1]   rust-1.40.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 26 Dec 2019 13:45:40 +0000

emerge -qpvO media-plugins/vdr-skincurses
[ebuild  N    ] media-plugins/vdr-skincurses-2.2.0
Comment 1 Toralf Förster gentoo-dev 2019-12-26 21:25:22 UTC
Created attachment 600884 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-26 21:25:25 UTC
Created attachment 600886 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-26 21:25:27 UTC
Created attachment 600888 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-26 21:25:30 UTC
Created attachment 600890 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-26 21:25:33 UTC
Created attachment 600892 [details]
media-plugins:vdr-skincurses-2.2.0:20191226-144609.log
Comment 6 Toralf Förster gentoo-dev 2019-12-26 21:25:36 UTC
Created attachment 600894 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-12-27 10:46:13 UTC
The bug has been closed via the following commit(s):

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

commit 4511253bd98ec3f0c77f076e8ac12b23c5f41d27
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-27 10:45:32 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-27 10:45:32 +0000

    media-plugins/vdr-skincurses: blocked for compile with >vdr-2.2.0
    
    this version needs ~media-video/vdr-2.2.0
    clearyfied this in DEPEND
    add a blocker in src_prepare
    added info, what to do, to get a later version
    
    Bug: https://bugs.gentoo.org/703918
    Closes: https://bugs.gentoo.org/703918
    Package-Manager: Portage-2.3.83, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../vdr-skincurses/vdr-skincurses-2.2.0.ebuild         | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 4511253bd98ec3f0c77f076e8ac12b23c5f41d27
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-27 10:45:32 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-27 10:45:32 +0000

    media-plugins/vdr-skincurses: blocked for compile with >vdr-2.2.0
    
    this version needs ~media-video/vdr-2.2.0
    clearyfied this in DEPEND
    add a blocker in src_prepare
    added info, what to do, to get a later version
    
    Bug: https://bugs.gentoo.org/703918
    Closes: https://bugs.gentoo.org/703918
    Package-Manager: Portage-2.3.83, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../vdr-skincurses/vdr-skincurses-2.2.0.ebuild         | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)