Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646910 - sys-cluster/openmpi-2.1.2 mangles CFLAGS - .../work/openmpi-2.1.2-abi_x86_32.x86/config.log: x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory
Summary: sys-cluster/openmpi-2.1.2 mangles CFLAGS - .../work/openmpi-2.1.2-abi_x86_32....
Status: CONFIRMED
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: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-02-07 17:26 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-09-04 14:18 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,363.63 KB, text/plain)
2018-02-07 17:26 UTC, Jeroen Roovers (RETIRED)
Details
openmpi-uniq.patch (openmpi-uniq.patch,4.28 KB, patch)
2018-02-11 13:47 UTC, Jeroen Roovers (RETIRED)
Details | Diff
openmpi-2.1.2.ebuild-uniq.patch (openmpi-2.1.2.ebuild-uniq.patch,911 bytes, patch)
2018-02-11 14:09 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2018-02-07 17:26:31 UTC
Created attachment 518368 [details]
config.log

configure:16648: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -mss
e2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-co
mment -finline-functions -fno-strict-aliasing  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory
x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-07 17:27:52 UTC
2.1.0 supposedly fixed the --param problem, but 2.1.2 still has it. 3.0.0 handles weird CFLAGS fine, however.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-11 13:47:30 UTC
Created attachment 519054 [details, diff]
openmpi-uniq.patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-11 13:48:58 UTC
(In reply to Jeroen Roovers from comment #2)
> Created attachment 519054 [details, diff] [details, diff]
> openmpi-uniq.patch

Requires eautoreconf.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-11 14:09:47 UTC
Created attachment 519058 [details, diff]
openmpi-2.1.2.ebuild-uniq.patch