Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696886 - sys-cluster/openmpi-2.0.2 : libtool: error: require no space between '-L' and '-lrt'
Summary: sys-cluster/openmpi-2.0.2 : libtool: error: require no space between '-L' and...
Status: UNCONFIRMED
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:
Depends on:
Blocks:
 
Reported: 2019-10-07 12:32 UTC by silver_ghost
Modified: 2019-10-07 13:22 UTC (History)
0 users

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


Attachments
build.log for sys-cluster/openmpi-2.0.2 (build.log.xz,135.80 KB, application/x-xz)
2019-10-07 12:36 UTC, silver_ghost
Details

Note You need to log in before you can comment on or make changes to this bug.
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.