Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811264 - sys-cluster/rdma-core-36.0 fails to compile
Summary: sys-cluster/rdma-core-36.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-31 14:33 UTC by Agostino Sarubbo
Modified: 2021-09-01 05:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,270.49 KB, text/plain)
2021-08-31 14:33 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 2021-08-31 14:33:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/rdma-core-36.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-31 14:33:26 UTC
CC'ing also the author of the commit (594da07af9248c8220837e9d3e6eee242da89c59)
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-31 14:33:28 UTC
Created attachment 736948 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2021-09-01 05:09:23 UTC
The bug has been referenced in the following commit(s):

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

commit 8c71395e3432540062d86a31c533c74cbd137dab
Author:     Patrick Lauer <patrick@gentoo.org>
AuthorDate: 2021-09-01 05:08:54 +0000
Commit:     Patrick Lauer <patrick@gentoo.org>
CommitDate: 2021-09-01 05:09:18 +0000

    sys-cluster/rdma-core: Fix src_install
    
    Double slash from EPREFIX and get_udevdir trip up build system.
    Remove separator slash as get_udevdir is an absolute path, so it
    should always have a leading slash.
    
    Bug: https://bugs.gentoo.org/811264
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Patrick Lauer <patrick@gentoo.org>

 sys-cluster/rdma-core/rdma-core-36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)