Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929238 - media-plugins/vdr-skincurses-2.2.0 - skincurses.c: error: invalid use of incomplete type WINDOW {aka struct _win_st}
Summary: media-plugins/vdr-skincurses-2.2.0 - skincurses.c: error: invalid use of inco...
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:
 
Reported: 2024-04-12 18:12 UTC by Toralf Förster
Modified: 2024-04-15 02:03 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,22.59 KB, text/plain)
2024-04-12 18:12 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,82.25 KB, application/x-xz)
2024-04-12 18:12 UTC, Toralf Förster
Details
environment (environment,110.33 KB, text/plain)
2024-04-12 18:12 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.29 KB, application/x-xz)
2024-04-12 18:12 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,40.98 KB, application/x-xz)
2024-04-12 18:12 UTC, Toralf Förster
Details
media-plugins:vdr-skincurses-2.2.0:20240412-181123.log (media-plugins:vdr-skincurses-2.2.0:20240412-181123.log,6.97 KB, text/plain)
2024-04-12 18:12 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,86.21 KB, application/x-xz)
2024-04-12 18:12 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,25.45 KB, application/x-xz)
2024-04-12 18:12 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 2024-04-12 18:12:29 UTC
too long lines were shrinked:

>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/work/skincurses-2.2.0 ...
make -j4 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/temp/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-skincurses-2.2.0/temp/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-
x86_64-pc-linux-gnu-g++ -O3 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -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
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-skincurses --package-version=2.2.0 --msgid-bugs-address='<see README>' -o po/skincurses.pot `ls skincurses.c`
skincurses.c: In member function virtual void cCursesOsd::RestoreRegion():
skincurses.c:130:52: error: invalid use of incomplete type WINDOW {aka struct _win_st}
  130 |      copywin(savedRegion, window, 0, 0, savedRegion->_begy, savedRegion->_begx, savedRegion->_maxy - savedRegion->_begy, savedRegion->_maxx - savedRegion->_begx, false);
      |                                                    ^~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd-20240406-005502

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.3
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1
  [2]   rust-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.22_p7 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.402_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit ec35206ccca1634aa321978571c99faea46d8bb9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Apr 12 17:34:11 2024 +0000

    2024-04-12 17:34:11 UTC

emerge -qpvO media-plugins/vdr-skincurses
[ebuild  N    ] media-plugins/vdr-skincurses-2.2.0
Comment 1 Toralf Förster gentoo-dev 2024-04-12 18:12:30 UTC
Created attachment 890561 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-12 18:12:31 UTC
Created attachment 890562 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-04-12 18:12:32 UTC
Created attachment 890563 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-04-12 18:12:33 UTC
Created attachment 890564 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-04-12 18:12:34 UTC
Created attachment 890565 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-12 18:12:35 UTC
Created attachment 890566 [details]
media-plugins:vdr-skincurses-2.2.0:20240412-181123.log
Comment 7 Toralf Förster gentoo-dev 2024-04-12 18:12:36 UTC
Created attachment 890567 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-12 18:12:37 UTC
Created attachment 890568 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-04-15 02:03:54 UTC
The bug has been closed via the following commit(s):

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

commit d7b3889a66553ad455ee778230d11b0d30d8810e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-04-15 02:02:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-04-15 02:03:40 +0000

    sys-libs/ncurses: add 6.4_p20240414
    
    Don't make window and friends opaque for now. Revisit in future with
    a planned migration and tinderboxing.
    
    Closes: https://bugs.gentoo.org/928873
    Closes: https://bugs.gentoo.org/929238
    Closes: https://bugs.gentoo.org/929224
    Closes: https://bugs.gentoo.org/929198
    Closes: https://bugs.gentoo.org/929130
    Closes: https://bugs.gentoo.org/929056
    Closes: https://bugs.gentoo.org/928887
    Closes: https://bugs.gentoo.org/928945
    Closes: https://bugs.gentoo.org/928884
    Closes: https://bugs.gentoo.org/928876
    Closes: https://bugs.gentoo.org/928872
    Closes: https://bugs.gentoo.org/928871
    Closes: https://bugs.gentoo.org/928735
    Closes: https://bugs.gentoo.org/928943
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-libs/ncurses/Manifest                     |   5 +
 sys-libs/ncurses/ncurses-6.4_p20240414.ebuild | 487 ++++++++++++++++++++++++++
 2 files changed, 492 insertions(+)