Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938087 - dev-libs/bglibs-2.04-r2 - unix/sig_block.c: error: implicit declaration of function sigblock
Summary: dev-libs/bglibs-2.04-r2 - unix/sig_block.c: error: implicit declaration of fu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-08-17 07:32 UTC by Toralf Förster
Modified: 2025-02-22 16:49 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.02 KB, text/plain)
2024-08-17 07:32 UTC, Toralf Förster
Details
dev-libs:bglibs-2.04-r2:20240817-042930.log (dev-libs:bglibs-2.04-r2:20240817-042930.log,5.23 KB, text/plain)
2024-08-17 07:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,76.98 KB, text/plain)
2024-08-17 07:32 UTC, Toralf Förster
Details
environment (environment,63.13 KB, text/plain)
2024-08-17 07:32 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,33.36 KB, application/x-xz)
2024-08-17 07:32 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,164.85 KB, text/plain)
2024-08-17 07:32 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,15.12 KB, application/x-xz)
2024-08-17 07:32 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 2024-08-17 07:32:46 UTC
./ltcompile str/env_from_array.c
./ltcompile dict/init.c
./ltcompile iobuf/obuf_seek.c
./ltcompile net/dns_resolve.c
./ltcompile unix/sig_block.c
unix/sig_block.c: In function 'sig_block':
unix/sig_block.c:30:3: error: implicit declaration of function 'sigblock'; did you mean 'sig_block'? [-Wimplicit-function-declaration]
   30 |   sigblock(1 << (s - 1));
      |   ^~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl_hardened-20240815-231008

  Block bug #35155 if this looks like a parallel build issue.
  Possible reproducer: MAKEOPTS='...  shuffle=652276322'

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-musl-14 *
clang/llvm (if any):
/usr/lib/llvm/18
18.1.8
Python 3.12.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.80.1 *
php cli (if any):
go version go1.23.0 linux/amd64

  HEAD of ::gentoo
commit e5e7b3564261e0f218b2b318107e47bb1fe8ad58
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Aug 17 02:19:04 2024 +0000

    2024-08-17 02:19:04 UTC

emerge -qpvO =dev-libs/bglibs-2.04-r2
[ebuild  N    ] dev-libs/bglibs-2.04-r2  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2024-08-17 07:32:47 UTC
Created attachment 900401 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-17 07:32:47 UTC
Created attachment 900402 [details]
dev-libs:bglibs-2.04-r2:20240817-042930.log
Comment 3 Toralf Förster gentoo-dev 2024-08-17 07:32:49 UTC
Created attachment 900403 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-08-17 07:32:50 UTC
Created attachment 900404 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-08-17 07:32:51 UTC
Created attachment 900405 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-17 07:32:52 UTC
Created attachment 900406 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2024-08-17 07:32:53 UTC
Created attachment 900407 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2025-02-22 16:49:44 UTC
The bug has been closed via the following commit(s):

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

commit 897f1c0224cdd6d7df1f4aa2de75b81f094e4d14
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2025-02-19 22:01:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-22 16:49:13 +0000

    dev-libs/bglibs: fix build with gcc 14
    
    Closes: https://bugs.gentoo.org/938087
    Closes: https://bugs.gentoo.org/944233
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/bglibs/bglibs-2.04-r4.ebuild          | 98 ++++++++++++++++++++++++++
 dev-libs/bglibs/files/bglibs-2.04-gcc14.patch  | 81 +++++++++++++++++++++
 dev-libs/bglibs/files/bglibs-2.04-prefix.patch | 14 ++++
 3 files changed, 193 insertions(+)