Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714654 - media-sound/combine_wave-0.3.1-r1 : combine_wave.c: error: unknown type name fd_set
Summary: media-sound/combine_wave-0.3.1-r1 : combine_wave.c: error: unknown type name ...
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: sys/select.h
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-25 08:10 UTC by Toralf Förster
Modified: 2022-07-29 21:39 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.32 KB, text/plain)
2020-03-25 08:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,304.37 KB, text/plain)
2020-03-25 08:10 UTC, Toralf Förster
Details
environment (environment,47.74 KB, text/plain)
2020-03-25 08:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.54 KB, application/x-bzip)
2020-03-25 08:10 UTC, Toralf Förster
Details
media-sound:combine_wave-0.3.1-r1:20200325-022120.log (media-sound:combine_wave-0.3.1-r1:20200325-022120.log,4.01 KB, text/plain)
2020-03-25 08:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.21 KB, application/x-bzip)
2020-03-25 08:10 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-25 08:10:35 UTC
      |  ^~~~~~~
combine_wave.c: In function main:
combine_wave.c:115:1: error: unknown type name fd_set
  115 | fd_set readfs;
      | ^~~~~~
combine_wave.c:116:16: error: storage size of timeout isnt known

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

  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 *
  [2]   rust-bin-1.42.0

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Mar 25 01:38:57 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO media-sound/combine_wave
[ebuild  N    ] media-sound/combine_wave-0.3.1-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-25 08:10:39 UTC
Created attachment 625528 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-25 08:10:41 UTC
Created attachment 625530 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-25 08:10:44 UTC
Created attachment 625532 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-25 08:10:47 UTC
Created attachment 625534 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-25 08:10:50 UTC
Created attachment 625536 [details]
media-sound:combine_wave-0.3.1-r1:20200325-022120.log
Comment 6 Toralf Förster gentoo-dev 2020-03-25 08:10:53 UTC
Created attachment 625538 [details]
temp.tbz2
Comment 7 Michael 'veremitz' Everitt 2020-04-01 14:06:50 UTC
Likely missing #include <sys/select.h> .
Comment 8 Larry the Git Cow gentoo-dev 2022-07-29 21:39:09 UTC
The bug has been closed via the following commit(s):

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

commit 088ae1176787ef3d2c6bcd6f314b59b8766a7149
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-07-29 21:38:14 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-07-29 21:38:14 +0000

    media-sound/combine_wave: update EAPI 6 -> 8
    
    Closes: https://bugs.gentoo.org/714654
    Signed-off-by: David Seifert <soap@gentoo.org>

 ....3.1-r1.ebuild => combine_wave-0.3.1-r2.ebuild} | 22 +++++++++-------------
 .../files/combine_wave-0.3.1-makefile.patch        | 22 ++++++++++++++++++++++
 .../combine_wave-0.3.1-missing-includes.patch      | 14 ++++++++++++++
 3 files changed, 45 insertions(+), 13 deletions(-)