Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932137 - app-editors/curses-hexedit-0.9.7-r1 - misc.c: error: invalid use of incomplete typedef WINDOW {aka struct _win_st}
Summary: app-editors/curses-hexedit-0.9.7-r1 - misc.c: error: invalid use of incomplet...
Status: RESOLVED DUPLICATE of bug 932131
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 930805
  Show dependency tree
 
Reported: 2024-05-18 07:50 UTC by Toralf Förster
Modified: 2024-05-18 09:08 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,21.79 KB, text/plain)
2024-05-18 07:50 UTC, Toralf Förster
Details
app-editors:curses-hexedit-0.9.7-r1:20240517-201801.log (app-editors:curses-hexedit-0.9.7-r1:20240517-201801.log,11.25 KB, text/plain)
2024-05-18 07:50 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,117.58 KB, application/x-xz)
2024-05-18 07:50 UTC, Toralf Förster
Details
environment (environment,78.86 KB, text/plain)
2024-05-18 07:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-05-18 07:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,49.11 KB, application/x-xz)
2024-05-18 07:50 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,5.31 KB, application/x-xz)
2024-05-18 07:50 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,117.02 KB, application/x-xz)
2024-05-18 07:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,20.31 KB, application/x-xz)
2024-05-18 07:50 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-05-18 07:50:47 UTC
too long lines were shrinked:

make[2]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o misc.o misc.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o print.o print.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o edit.o edit.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -march=native -fno-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o file.o file.c
misc.c: In function handleSigwinch:
misc.c:637:17: error: invalid use of incomplete typedef WINDOW {aka struct _win_st}
  637 |    Globals.wmain->_cury = cursor_y - 1;
      |                 ^~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20240507-035004

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.5
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.5
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 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.23_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.11_p9 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.412_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.22.3 linux/amd64

  HEAD of ::gentoo
commit 29f9cc61ede010efa76ff687f28277b74cdfe865
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri May 17 19:33:43 2024 +0000

    2024-05-17 19:33:42 UTC

emerge -qpvO app-editors/curses-hexedit
[ebuild  N    ] app-editors/curses-hexedit-0.9.7-r1
Comment 1 Toralf Förster gentoo-dev 2024-05-18 07:50:48 UTC
Created attachment 893250 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-18 07:50:48 UTC
Created attachment 893251 [details]
app-editors:curses-hexedit-0.9.7-r1:20240517-201801.log
Comment 3 Toralf Förster gentoo-dev 2024-05-18 07:50:50 UTC
Created attachment 893252 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-05-18 07:50:51 UTC
Created attachment 893253 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-05-18 07:50:52 UTC
Created attachment 893254 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-18 07:50:53 UTC
Created attachment 893255 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-05-18 07:50:53 UTC
Created attachment 893256 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-05-18 07:50:55 UTC
Created attachment 893257 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-05-18 07:50:55 UTC
Created attachment 893258 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-05-18 09:08:37 UTC

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