Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832966 - sys-cluster/ucx-1.10.0_rc5 fails to compile: fcntl.h:1:2: error: #warning redirecting incorrect #include fcntl.h> to <fcntl.h> [-Werror=cpp]
Summary: sys-cluster/ucx-1.10.0_rc5 fails to compile: fcntl.h:1:2: error: #warning red...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PullRequest
: 867061 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-02-09 07:09 UTC by Agostino Sarubbo
Modified: 2022-09-03 00:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,91.22 KB, text/plain)
2022-02-09 07:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-02-09 07:09:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/ucx-1.10.0_rc5 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-09 07:09:32 UTC
Created attachment 764660 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-09 07:09:33 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 19989: doxygen: command not found
Package 'knem', required by 'virtual:world', not found
/usr/include/sys/fcntl.h:1:2: error: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Werror=cpp[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp]]
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-02 23:12:29 UTC
*** Bug 867061 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2022-09-03 00:08:52 UTC
The bug has been closed via the following commit(s):

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

commit b1701a3522a4a51e4dcd57a531b608a739c620b6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-02 23:46:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-02 23:50:08 +0000

    sys-cluster/ucx: add 1.13.0
    
    Bug: https://bugs.gentoo.org/861653
    Closes: https://bugs.gentoo.org/798051
    Closes: https://bugs.gentoo.org/822132
    Closes: https://bugs.gentoo.org/832966
    Closes: https://bugs.gentoo.org/868117
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-cluster/ucx/Manifest                           |   1 +
 .../ucx-1.13.0-binutils-2.39-ptr-typedef.patch     |  25 +++++
 sys-cluster/ucx/files/ucx-1.13.0-drop-werror.patch |  33 +++++++
 .../ucx/files/ucx-1.13.0-fix-bashisms.patch        |  44 +++++++++
 .../files/ucx-1.13.0-fix-fcntl-include-musl.patch  | 103 +++++++++++++++++++++
 sys-cluster/ucx/ucx-1.13.0.ebuild                  |  56 +++++++++++
 6 files changed, 262 insertions(+)