Re: [gentoo-user] matplotlib build fails: link using /usr/lib instead of /usr/lib64

2020-05-27 Thread Jack
On 2020.05.27 10:26, Grant Edwards wrote: I tried to emerge matplotlib today, and it failed because it's linking in 32-bit libraries instead of 64 bit ones: x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe -fno-strict-aliasing -DNDEBUG

Re: [gentoo-user] matplotlib build fails: link using /usr/lib instead of /usr/lib64

2020-05-27 Thread Michael Orlitzky
On 5/27/20 10:26 AM, Grant Edwards wrote: > I tried to emerge matplotlib today, and it failed because it's linking > in 32-bit libraries instead of 64 bit ones: > > ... > > What would cause that? > On the command-line: -L/usr/lib -L/usr/lib64 Some part of... some build system... is buggy.

[gentoo-user] matplotlib build fails: link using /usr/lib instead of /usr/lib64

2020-05-27 Thread Grant Edwards
I tried to emerge matplotlib today, and it failed because it's linking in 32-bit libraries instead of 64 bit ones: x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe -fno-strict-aliasing -DNDEBUG