Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715754

Summary: media-sound/dagrab-0.513-r1 : cddb.c: error: unknown type name fd_set
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: sys/select.h
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-sound:dagrab-0.513-r1:20200401-115202.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-01 13:11:58 UTC
cc -O2 -pipe -march=native -std=gnu89 -W -Wall -DPTHREAD -c cddb.c -o cddb.o
cddb.c: In function cddb_getresp:
cddb.c:101:2: error: unknown type name fd_set
  101 |  fd_set re, wr, ex;
      |  ^~~~~~
cddb.c:102:17: error: storage size of to isnt known

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

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

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

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.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  1 10:41:49 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO media-sound/dagrab
[ebuild  N    ] media-sound/dagrab-0.513-r1
Comment 1 Toralf Förster gentoo-dev 2020-04-01 13:12:01 UTC
Created attachment 628430 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-01 13:12:03 UTC
Created attachment 628432 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-01 13:12:06 UTC
Created attachment 628434 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-01 13:12:09 UTC
Created attachment 628436 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-01 13:12:12 UTC
Created attachment 628438 [details]
media-sound:dagrab-0.513-r1:20200401-115202.log
Comment 6 Toralf Förster gentoo-dev 2020-04-01 13:12:14 UTC
Created attachment 628440 [details]
temp.tbz2
Comment 7 Michael 'veremitz' Everitt 2020-04-01 14:02:15 UTC
Likely missing #include <sys/select.h> .
Comment 8 Larry the Git Cow gentoo-dev 2022-03-20 18:49:29 UTC
The bug has been closed via the following commit(s):

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

commit ea9f1eb279c5bdb7625d90fa9fa5f6d2da74c808
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-03-20 18:49:01 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-03-20 18:49:01 +0000

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

 ...grab-0.513-r1.ebuild => dagrab-0.513-r2.ebuild} | 23 +++++++++--------
 .../dagrab/files/dagrab-0.513-C99-inline.patch     | 30 ++++++++++++++++++++++
 media-sound/dagrab/files/dagrab-0.513-build.patch  | 30 +++++++++++++---------
 media-sound/dagrab/files/dagrab-0.513-fd_set.patch | 10 ++++++++
 4 files changed, 70 insertions(+), 23 deletions(-)