[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The binutils-2_38-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dc2474e7d204c124ab5a21b4490aa46eb7e1d4c3 commit dc2474e7d204c1

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The binutils-2_39-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a98316d5cf970cbc99689797d84c2ea832bcdcbb commit a98316d5cf970cb

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=59f214544c50ec7ebbca285ff2b4949f48671690 commit 59f214544c50ec7ebbca285ff2b4949f

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-02 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #7 from Francois-Xavier Coudert --- It was reported by @carlocab at github (https://github.com/xianyi/OpenBLAS/issues/3708#issuecomment-1202146894) that the patch fixes the original issue. -- You are receiving this mail because:

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #6 from H.J. Lu --- Created attachment 14248 --> https://sourceware.org/bugzilla/attachment.cgi?id=14248&action=edit A patch Try this. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from H.J. Lu --- [hjl@g

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #4 from Francois-Xavier Coudert --- We've had this issue across a bunch of different systems. Mine has Debian GLIBC 2.31-13+deb11u3 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com Stat

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #2 from Francois-Xavier Coudert --- I have put a copy of the faulty library (built on x86_64 linux) as well as the same one (built without `DYNAMIC_ARCH`) at this URL if someone wants to debug this issue further: https://www.dropbo

[Bug binutils/29435] Building openblas with binutils 2.38 leads to "ELF load command address/offset not properly aligned"

2022-08-01 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29435 --- Comment #1 from Francois-Xavier Coudert --- How to reproduce: 1. Download and extract OpenBLAS-0.3.20 from https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz 2. Run: $ DYNAMIC_ARCH=1 TARGET=CORE2 make libs netlib shared 3. Create