Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875410 - mail-filter/libsrs_alt-1.0-r1 - srs.c: error: call to undeclared function wait; ISO C99 and later do not
Summary: mail-filter/libsrs_alt-1.0-r1 - srs.c: error: call to undeclared function wai...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-05 18:09 UTC by Toralf Förster
Modified: 2024-02-26 08:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.91 KB, text/plain)
2022-10-05 18:09 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,2.13 KB, application/x-bzip)
2022-10-05 18:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,52.40 KB, text/plain)
2022-10-05 18:09 UTC, Toralf Förster
Details
environment (environment,75.20 KB, text/plain)
2022-10-05 18:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.76 KB, application/x-bzip)
2022-10-05 18:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.94 KB, application/x-bzip)
2022-10-05 18:09 UTC, Toralf Förster
Details
mail-filter:libsrs_alt-1.0-r1:20221005-084946.log (mail-filter:libsrs_alt-1.0-r1:20221005-084946.log,32.73 KB, text/plain)
2022-10-05 18:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.08 KB, application/x-bzip)
2022-10-05 18:09 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-05 18:09:21 UTC
srs.c:574:66: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
        printf("srs - libsrs_alt library http://srs.mirtol.com/\n<A9>2004 Miles ...
                                                                 ^~~~
srs.c:595:9: error: call to undeclared function 'wait'; 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-20221005-010004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.2
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0 *
GNU Make 4.3

  HEAD of ::gentoo
commit fb5a0618ed7d9dc82d317dba63284b1419c3c942
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Oct 5 08:04:02 2022 +0000

    2022-10-05 08:04:02 UTC

emerge -qpvO mail-filter/libsrs_alt
[ebuild  N    ] mail-filter/libsrs_alt-1.0-r1  USE="-static-libs"
Comment 1 Toralf Förster gentoo-dev 2022-10-05 18:09:22 UTC
Created attachment 820894 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-05 18:09:23 UTC
Created attachment 820897 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-05 18:09:24 UTC
Created attachment 820900 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-05 18:09:26 UTC
Created attachment 820903 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-05 18:09:27 UTC
Created attachment 820906 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-05 18:09:28 UTC
Created attachment 820909 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-05 18:09:29 UTC
Created attachment 820912 [details]
mail-filter:libsrs_alt-1.0-r1:20221005-084946.log
Comment 8 Toralf Förster gentoo-dev 2022-10-05 18:09:30 UTC
Created attachment 820915 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2024-01-26 20:59:26 UTC
The bug has been referenced in the following commit(s):

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

commit 984f5a70d9ed5fef2eef48231705943bd0c6b63d
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-01-26 20:58:27 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-01-26 20:58:27 +0000

    package.mask: include refs to more bugs for libsrs_alt mask
    
    Bug: https://bugs.gentoo.org/875410
    Bug: https://bugs.gentoo.org/847211
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 profiles/package.mask | 1 +
 1 file changed, 1 insertion(+)
Comment 10 Larry the Git Cow gentoo-dev 2024-02-26 08:02:53 UTC
The bug has been closed via the following commit(s):

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

commit f0e3f26709552509d3258ee16525a56b33a6f606
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-02-26 08:02:01 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-02-26 08:02:01 +0000

    mail-filter/libsrs_alt: remove last-rited package
    
    Closes: https://bugs.gentoo.org/885057
    Closes: https://bugs.gentoo.org/875410
    Closes: https://bugs.gentoo.org/847211
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-filter/libsrs_alt/Manifest                    |  1 -
 .../libsrs_alt/files/libsrs_alt-1.0-ftime.patch    | 12 -----
 .../libsrs_alt/files/libsrs_alt-1.0-link-fix.patch | 32 -------------
 mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild    | 54 ----------------------
 mail-filter/libsrs_alt/metadata.xml                | 13 ------
 profiles/package.mask                              |  6 ---
 6 files changed, 118 deletions(-)