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

Bug 875011

Summary: media-sound/mt-daapd-0.2.4.2-r1 - webserver.c: error: call to undeclared function config_set_status; ISO
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=894024
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
clang.tar.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
media-sound:mt-daapd-0.2.4.2-r1:20221004-062234.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-10-04 16:36:19 UTC
/usr/include/sys/socket.h:307:28: note: passing argument to parameter
      '__addr_len' here
                   socklen_t *__restrict __addr_len);
                                         ^
webserver.c:467:5: error: call to undeclared function 'config_set_status'; ISO
      C99 and later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20221003-222746

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 6f5121d98083db328dd0fe9b8fc9b0a8a27b5353
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 05:47:05 2022 +0000

    2022-10-04 05:47:04 UTC

emerge -qpvO media-sound/mt-daapd
[ebuild  N    ] media-sound/mt-daapd-0.2.4.2-r1  USE="-vorbis"
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:36:20 UTC
Created attachment 819304 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:36:21 UTC
Created attachment 819307 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:36:22 UTC
Created attachment 819310 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:36:24 UTC
Created attachment 819313 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:36:25 UTC
Created attachment 819316 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:36:26 UTC
Created attachment 819319 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-04 16:36:27 UTC
Created attachment 819322 [details]
media-sound:mt-daapd-0.2.4.2-r1:20221004-062234.log
Comment 8 Toralf Förster gentoo-dev 2022-10-04 16:36:28 UTC
Created attachment 819325 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-02-12 02:04:36 UTC
The bug has been closed via the following commit(s):

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

commit 0ef37beab8dd53a9badc9a4a953093fdef1fc757
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-11 23:30:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-12 02:03:39 +0000

    media-sound/mt-daapd: update EAPI 7 -> 8; fix musl; fix clang 16
    
    - EAPI 8
    - Fix musl build
    - Fix Clang 16 compat
    - Use tmpfiles for /var/cache
    
    Closes: https://bugs.gentoo.org/875011
    Closes: https://bugs.gentoo.org/860879
    Closes: https://bugs.gentoo.org/520582
    Signed-off-by: Sam James <sam@gentoo.org>

 .../mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch  | 80 ++++++++++++++++++
 .../mt-daapd/files/mt-daapd-0.2.4.2-musl.patch     | 32 ++++++++
 media-sound/mt-daapd/files/mt-daapd.tmpfiles       |  1 +
 media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild    | 95 ++++++++++++++++++++++
 4 files changed, 208 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2023-02-13 00:18:04 UTC
The bug has been referenced in the following commit(s):

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

commit 192cd4d71140674f42364774cfb1b9f809c27b74
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-13 00:17:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-13 00:17:42 +0000

    media-sound/mt-daapd: build with byacc
    
    Incompatible with Bison 3 and this package is on life-support, long-dead
    upstream.
    
    Bug: https://bugs.gentoo.org/875011
    Closes: https://bugs.gentoo.org/894024
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch | 2 +-
 media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild           | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)