Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928735 - media-sound/cvoicecontrol-0.9_alpha-r2 - ncurses_tools.c: error: invalid use of incomplete typedef WINDOW {aka struct _win_st}
Summary: media-sound/cvoicecontrol-0.9_alpha-r2 - ncurses_tools.c: error: invalid use ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-06 14:03 UTC by Toralf Förster
Modified: 2024-04-15 02:03 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.66 KB, text/plain)
2024-04-06 14:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,138.44 KB, text/plain)
2024-04-06 14:03 UTC, Toralf Förster
Details
environment (environment,76.59 KB, text/plain)
2024-04-06 14:03 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,992 bytes, application/x-xz)
2024-04-06 14:03 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.42 KB, application/x-xz)
2024-04-06 14:03 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,4.38 KB, application/x-xz)
2024-04-06 14:03 UTC, Toralf Förster
Details
media-sound:cvoicecontrol-0.9_alpha-r2:20240406-140114.log (media-sound:cvoicecontrol-0.9_alpha-r2:20240406-140114.log,9.75 KB, text/plain)
2024-04-06 14:03 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,235.17 KB, text/plain)
2024-04-06 14:03 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.58 KB, application/x-xz)
2024-04-06 14:03 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-06 14:03:34 UTC
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -c -o realfftf.o realfftf.c
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -c -o score.o score.c
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -c -o semaphore.o semaphore.c
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -c -o cvoicecontrol.o cvoicecontrol.c
x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -c -o ncurses_tools.o ncurses_tools.c
ncurses_tools.c: In function 'wstringInput':
ncurses_tools.c:178:16: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
  178 |         if (win->_curx > x)
      |                ^~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl-20240403-202925

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

gcc-config -l:
 [1] x86_64-pc-linux-musl-13 *
clang/llvm (if any):
clang version 18.1.3
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg
/usr/lib/llvm/18
18.1.3
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (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 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

php cli (if any):
  [1]   php8.1
  [2]   php8.3 *
go version go1.22.1 linux/amd64

  HEAD of ::gentoo
commit 016bf2b1c5852ff2e96c0f42eeb4751c1a73d03d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Apr 6 11:19:01 2024 +0000

    2024-04-06 11:19:01 UTC

emerge -qpvO media-sound/cvoicecontrol
[ebuild  N    ] media-sound/cvoicecontrol-0.9_alpha-r2
Comment 1 Toralf Förster gentoo-dev 2024-04-06 14:03:35 UTC
Created attachment 889589 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-06 14:03:36 UTC
Created attachment 889590 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-04-06 14:03:37 UTC
Created attachment 889591 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-04-06 14:03:38 UTC
Created attachment 889592 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-04-06 14:03:39 UTC
Created attachment 889593 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-06 14:03:40 UTC
Created attachment 889594 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-06 14:03:41 UTC
Created attachment 889595 [details]
media-sound:cvoicecontrol-0.9_alpha-r2:20240406-140114.log
Comment 8 Toralf Förster gentoo-dev 2024-04-06 14:03:42 UTC
Created attachment 889596 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-04-06 14:03:43 UTC
Created attachment 889597 [details]
temp.tar.xz
Comment 10 Larry the Git Cow gentoo-dev 2024-04-15 02:03:57 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(+)