Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 696886

Summary: sys-cluster/openmpi-2.0.2 : libtool: error: require no space between '-L' and '-lrt'
Product: Gentoo Linux Reporter: silver_ghost
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log for sys-cluster/openmpi-2.0.2

Description silver_ghost 2019-10-07 12:32:11 UTC
Building fails with error from libtool.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-07 12:34:56 UTC
Please attach the entire build log to this bug report.
Comment 2 silver_ghost 2019-10-07 12:36:06 UTC
Created attachment 592038 [details]
build.log for sys-cluster/openmpi-2.0.2
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-07 13:22:13 UTC
/bin/sh ../../../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -DNDEBUG -march=native -O2 -pipe -ggdb -finline-functions -fno-strict-aliasing -pthread -module -avoid-version -Wl,-O1 -Wl,--as-needed -Wl,-O2,--as-needed    -o mca_pml_ucx.la -rpath /usr/lib64/openmpi pml_ucx.lo pml_ucx_request.lo pml_ucx_datatype.lo pml_ucx_component.lo -lucp -L -lrt -lm -lutil   -lhwloc  -levent -levent_pthreads
libtool:   error: require no space between '-L' and '-lrt'
make[2]: *** [Makefile:1749: mca_pml_ucx.la] Error 1

Yes, there is definitely something missing there.