Summary: | dev-libs/userspace-rcu-0.15.0 compile error urcu-bp.c implicit declaration of function assert | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joe Harvell <landshark> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | landshark |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: |
emerge --info
add required include of assert.h |
Description
Joe Harvell
2025-01-18 17:13:14 UTC
Created attachment 917008 [details]
emerge --info
output of emerge --info
Created attachment 917009 [details, diff]
add required include of assert.h
package compiles successfully with attached patch jharvell@wolfhound ~$ gcc-config -l [1] x86_64-pc-linux-gnu-12 [2] x86_64-pc-linux-gnu-13 [3] x86_64-pc-linux-gnu-14 * jharvell@wolfhound ~$ gcc --version gcc (Gentoo 14.2.1_p20241221 p7) 14.2.1 20241221 Copyright (C) 2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Note that this is caused by -DNDEBUG. Please send the patch upstream. |