Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713844 - media-sound/chuck-1.4.1.0 : util_console.cpp: fatal error: termio.h: No such file or directory
Summary: media-sound/chuck-1.4.1.0 : util_console.cpp: fatal error: termio.h: No such ...
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: 859889
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-21 19:44 UTC by Toralf Förster
Modified: 2022-07-23 03:45 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.06 KB, text/plain)
2020-03-21 19:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,242.73 KB, text/plain)
2020-03-21 19:44 UTC, Toralf Förster
Details
environment (environment,68.76 KB, text/plain)
2020-03-21 19:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.43 KB, application/x-bzip)
2020-03-21 19:44 UTC, Toralf Förster
Details
media-sound:chuck-1.4.0.0:20200321-192912.log (media-sound:chuck-1.4.0.0:20200321-192912.log,16.06 KB, text/plain)
2020-03-21 19:44 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 2020-03-21 19:44:26 UTC
x86_64-gentoo-linux-musl-g++ -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -I. -Icore -Icore/lo -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -I. -Ilo -O3 -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__  -c util_buffers.cpp -o util_buffers.o
x86_64-gentoo-linux-musl-g++ -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -I. -Icore -Icore/lo -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -I. -Ilo -O3 -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__  -c util_console.cpp -o util_console.o
util_console.cpp:99:12: fatal error: termio.h: No such file or directory
   99 |   #include <termio.h>
      |            ^~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200316-165821

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Mar 21 18:38:35 UTC 2020
/var/db/repos/musl	Sat Mar 21 03:09:12 UTC 2020

emerge -qpvO media-sound/chuck
[ebuild  N    ] media-sound/chuck-1.4.0.0  USE="alsa -examples -jack"
Comment 1 Toralf Förster gentoo-dev 2020-03-21 19:44:29 UTC
Created attachment 623992 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-21 19:44:32 UTC
Created attachment 623994 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-21 19:44:34 UTC
Created attachment 623996 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-21 19:44:37 UTC
Created attachment 623998 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-21 19:44:39 UTC
Created attachment 624000 [details]
media-sound:chuck-1.4.0.0:20200321-192912.log
Comment 6 Agostino Sarubbo gentoo-dev 2022-01-28 22:25:38 UTC
tinderbox_musl has reproduced this issue with version 1.4.1.0 - Updating summary.
Comment 7 Miroslav Šulc gentoo-dev 2022-07-22 03:47:31 UTC
just to be sure, this issue was not reproduced with media-sound/chuck-1.4.1.1?
Comment 8 Toralf Förster gentoo-dev 2022-07-22 20:41:19 UTC
(In reply to Miroslav Šulc from comment #7)
> just to be sure, this issue was not reproduced with
> media-sound/chuck-1.4.1.1?

yep - that version is fine
Comment 9 Larry the Git Cow gentoo-dev 2022-07-23 03:45:02 UTC
The bug has been closed via the following commit(s):

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

commit a7687a661b71ca5dd59fec1978361518b484cd0d
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-07-23 03:44:56 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-07-23 03:44:56 +0000

    media-sound/chuck: removed obsolete 1.4.1.0
    
    Bug: https://bugs.gentoo.org/859889
    Closes: https://bugs.gentoo.org/713844
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/chuck/Manifest                         |  1 -
 media-sound/chuck/chuck-1.4.1.0.ebuild             | 70 ----------------------
 .../chuck/files/chuck-1.4.0.0-makefile.patch       | 27 ---------
 3 files changed, 98 deletions(-)