Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874312 - media-sound/mpg321-0.3.2 - network.c: error: call to undeclared function do_basicauth; ISO C99 and
Summary: media-sound/mpg321-0.3.2 - network.c: error: call to undeclared function do_b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-02 20:06 UTC by Toralf Förster
Modified: 2022-10-15 20:07 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.50 KB, text/plain)
2022-10-02 20:06 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.83 KB, application/x-bzip)
2022-10-02 20:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,119.77 KB, text/plain)
2022-10-02 20:06 UTC, Toralf Förster
Details
environment (environment,76.54 KB, text/plain)
2022-10-02 20:06 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.02 KB, application/x-bzip)
2022-10-02 20:06 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.34 KB, application/x-bzip)
2022-10-02 20:06 UTC, Toralf Förster
Details
media-sound:mpg321-0.3.2:20221002-200037.log (media-sound:mpg321-0.3.2:20221002-200037.log,18.83 KB, text/plain)
2022-10-02 20:06 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,24.89 KB, application/x-bzip)
2022-10-02 20:06 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 2022-10-02 20:06:36 UTC
network.c:217:10: warning: comparison of array 'ipstring' equal to a null
      pointer is always false [-Wtautological-pointer-compare]
            if (ipstring == NULL)
                ^~~~~~~~    ~~~~
network.c:482:5: error: call to undeclared function 'do_basicauth'; 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_desktop_plasma_systemd-j4-20221001-190003

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

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 Ruby profiles:
  [1]   ruby30 *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p5 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 537f0728d71c0125d7658e76ec3f8f4d9d32a627
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Oct 2 19:16:53 2022 +0000

    2022-10-02 19:16:53 UTC

emerge -qpvO media-sound/mpg321
[ebuild  N    ] media-sound/mpg321-0.3.2  USE="alsa ipv6"
Comment 1 Toralf Förster gentoo-dev 2022-10-02 20:06:37 UTC
Created attachment 815980 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-02 20:06:38 UTC
Created attachment 815983 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-02 20:06:39 UTC
Created attachment 815986 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-02 20:06:41 UTC
Created attachment 815989 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-02 20:06:42 UTC
Created attachment 815992 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-02 20:06:43 UTC
Created attachment 815995 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-02 20:06:44 UTC
Created attachment 815998 [details]
media-sound:mpg321-0.3.2:20221002-200037.log
Comment 8 Toralf Förster gentoo-dev 2022-10-02 20:06:45 UTC
Created attachment 816001 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-15 20:07:14 UTC
The bug has been closed via the following commit(s):

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

commit ba6b4630d2b4cc294a3057b1f4770650bcb12c87
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-15 15:07:09 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-15 20:06:45 +0000

    media-sound/mpg321: drop ipv6 USE + fix build w/ upcoming clang16
    
    clang fixes also fixed lto issues wrt #860876.
    
    Closes: https://bugs.gentoo.org/860876
    Closes: https://bugs.gentoo.org/874312
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../mpg321/files/mpg321-0.3.2-clang16.patch        | 79 ++++++++++++++++++++++
 ...{mpg321-0.3.2.ebuild => mpg321-0.3.2-r1.ebuild} |  7 +-
 2 files changed, 83 insertions(+), 3 deletions(-)