Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870568 - sys-apps/dnotify-0.18.0-r1:0 - configure: error: SIGRTMIN not supported
Summary: sys-apps/dnotify-0.18.0-r1:0 - configure: error: SIGRTMIN not supported
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard: dead upstream; problem in configure
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2022-09-16 21:51 UTC by Toralf Förster
Modified: 2025-02-26 22:27 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.79 KB, text/plain)
2022-09-16 21:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,74.49 KB, text/plain)
2022-09-16 21:51 UTC, Toralf Förster
Details
environment (environment,22.01 KB, text/plain)
2022-09-16 21:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.15 KB, application/x-bzip)
2022-09-16 21:51 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.63 KB, application/x-bzip)
2022-09-16 21:51 UTC, Toralf Förster
Details
sys-apps:dnotify-0.18.0:20220916-212903.log (sys-apps:dnotify-0.18.0:20220916-212903.log,6.38 KB, text/plain)
2022-09-16 21:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.95 KB, application/x-bzip)
2022-09-16 21:51 UTC, Toralf Förster
Details
Resolve implicit declaration warnings in configure script and in the code (dnotify-0.18.0-implicit-declarations.patch,821 bytes, patch)
2025-02-26 22:24 UTC, gentoo
Details | Diff
Patch for the ebuild to apply eautoreconf (dnotify-0.18.0-r1.ebuild.patch,601 bytes, patch)
2025-02-26 22:27 UTC, gentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-09-16 21:51:16 UTC
*** Your system does not seem to support real-time signals
*** (SIGRTMIN is less than 0). If you are using GNU libc 2.3.1
*** then this is a known bug - your system DOES support real-time
*** signals. You will have to upgrade (or downgrade) the GNU libc.
configure: error: SIGRTMIN not supported

!!! Please attach the following file when seeking support:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220916-040004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit b55dcb6d332b428b7641d5af234af72a26d98b03
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 21:01:52 2022 +0000

    2022-09-16 21:01:52 UTC

emerge -qpvO sys-apps/dnotify
[ebuild  N    ] sys-apps/dnotify-0.18.0  USE="nls"
Comment 1 Toralf Förster gentoo-dev 2022-09-16 21:51:17 UTC
Created attachment 806701 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 21:51:18 UTC
Created attachment 806704 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-16 21:51:19 UTC
Created attachment 806707 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-16 21:51:20 UTC
Created attachment 806710 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-16 21:51:21 UTC
Created attachment 806713 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 21:51:22 UTC
Created attachment 806716 [details]
sys-apps:dnotify-0.18.0:20220916-212903.log
Comment 7 Toralf Förster gentoo-dev 2022-09-16 21:51:23 UTC
Created attachment 806719 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2023-03-01 08:05:56 UTC
tinderbox_musl has reproduced this issue with version 0.18.0-r1 - Updating summary.
Comment 9 gentoo 2025-02-26 22:24:25 UTC
Created attachment 919945 [details, diff]
Resolve implicit declaration warnings in configure script and in the code

This patch resolves two issues with implicit declarations in the configure script and one instance in the source code.

Was applied with gcc 14 and glibc 2.40-r8.
Comment 10 gentoo 2025-02-26 22:27:07 UTC
Created attachment 919946 [details, diff]
Patch for the ebuild to apply eautoreconf

This patch executes eautoreconf in the ebuild in order to execute a patched configure script.