[Bug admin/32252] ./configure produces invalid Makefile
https://sourceware.org/bugzilla/show_bug.cgi?id=32252 --- Comment #1 from dilyan.palauzov at aegee dot org --- Created attachment 15737 --> https://sourceware.org/bugzilla/attachment.cgi?id=15737&action=edit config.status For the record, I use gawk 5.3.1. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/32243] NAME_MAX does not exist on mingw-w64 without the define of _POSIX_ macro
https://sourceware.org/bugzilla/show_bug.cgi?id=32243 --- Comment #2 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=967dc35c78adb85ee1e2e596047d9dc69107a9db commit 967dc35c78adb85ee1e2e596047d9dc69107a9db Author: Alan Modra Date: Wed Oct 9 11:41:08 2024 +1030 PR32243, NAME_MAX does not exist on mingw-w64 without _POSIX_ PR 32243 * dlltool.c: Move forward decls. Delete unnecessary ones. (bfd_errmsg): Delete macro, define as inline function. (PATHMAX): Delete. (NAME_MAX): Define. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/32243] NAME_MAX does not exist on mingw-w64 without the define of _POSIX_ macro
https://sourceware.org/bugzilla/show_bug.cgi?id=32243 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Assignee|unassigned at sourceware dot org |amodra at gmail dot com --- Comment #3 from Alan Modra --- Fixed -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/30479] bfd.info build failure on centos 8
https://sourceware.org/bugzilla/show_bug.cgi?id=30479 Alexey Izbyshev changed: What|Removed |Added CC||izbyshev at ispras dot ru --- Comment #6 from Alexey Izbyshev --- Commit https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=98b1464bdf6306a8ab4614b5e9f76cdb2dd00b33 probably helps. Also, for anybody who applies the patch to the unpacked release tarball: be sure to reset timestamps of the patched files to the original ones. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/32254] New: Build problems related to doc/asconfig.texi
https://sourceware.org/bugzilla/show_bug.cgi?id=32254 Bug ID: 32254 Summary: Build problems related to doc/asconfig.texi Product: binutils Version: 2.43.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: rdiezmail-binutils at yahoo dot de Target Milestone: --- I have been building a GCC toolchain for embedded ARM for years with this makefile: https://github.com/rdiez/DebugDue/tree/master/Toolchain After upgrading to binutils 2.43 and 2.43.1, I have sporadic build errors like this: make [...] GEN doc/asconfig.texi [...] make install-strip [...] make[5]: Entering directory '/home/rdiez/rdiez/arduino/DebugDue/SelfTestOutput/DebugDueSelfTest-2024-10-08~2/toolchain-with-newlib/Toolchain-Build/binutils-2.43.1-obj/gas' GEN doc/asconfig.texi chmod: cannot access 'doc/asconfig.texi': No such file or directory Finding the cause is not easy. There are 2 things I noticed in the logs: 1) File doc/asconfig.texi is generated once during "make", and again during "make install-strip". It is the only file which gets regenerated during "make install-strip". I do not think that this is normal. 2) I compared the log with a previous successful "make install-strip" with binutils 2.42: make[5]: Entering directory '/home/rdiez/rdiez/arduino/DebugDue/SelfTestOutput/DebugDueSelfTest-2024-07-20~2/toolchain-with-newlib/Toolchain-Build/binutils-2.42-obj/gas' GEN doc/asconfig.texi make[6]: Entering directory '/home/rdiez/rdiez/arduino/DebugDue/SelfTestOutput/DebugDueSelfTest-2024-07-20~2/toolchain-with-newlib/Toolchain-Build/binutils-2.42-obj/gas' GEN doc/asconfig.texi Note that both lines make[5] and make[6] are largely the same. That is probably not normal either. Can someone help? -- You are receiving this mail because: You are on the CC list for the bug.
Re: Issue 372093895: binutils:fuzz_dlltool: Null-dereference READ in _bfd_mips_elf_symbol_processing
Replying to this email means your email address will be shared with the team that works on this product. https://issues.oss-fuzz.com/issues/372093895 Changed Disclosure: → Jan 6, 2025 ___ Reference Info: 372093895 binutils:fuzz_dlltool: Null-dereference READ in _bfd_mips_elf_symbol_processing component: Public Trackers > 1362134 > OSS Fuzz status: New reporter: 87...@developer.gserviceaccount.com cc: am...@gmail.com, bug-binutils@gnu.org, da...@adalogics.com, and 2 more collaborators: co...@oss-fuzz.com type: Bug access level: Limited visibility priority: P2 severity: S4 hotlist: Reproducible, Stability-Memory-AddressSanitizer retention: Component default Disclosure: Jan 6, 2025 Project: binutils Reported: Oct 8, 2024 Generated by Google IssueTracker notification system. You're receiving this email because you are subscribed to updates on Google IssueTracker issue 372093895 Unsubscribe from this issue.
[Bug admin/32252] New: ./configure produces invalid Makefile
https://sourceware.org/bugzilla/show_bug.cgi?id=32252 Bug ID: 32252 Summary: ./configure produces invalid Makefile Product: binutils Version: pre-2.15 Status: UNCONFIRMED Severity: normal Priority: P2 Component: admin Assignee: unassigned at sourceware dot org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- Created attachment 15736 --> https://sourceware.org/bugzilla/attachment.cgi?id=15736&action=edit Generated Makefile With the most recent code (gdb-15-branchpoint-1221-ge808bbbe3) calling > /git/binutils-gdb/configure --enable-threads --with-system-zlib > --with-system-readline --with-python=/usr/local/bin/python3 > --enable-default-hash-style=gnu --enable-gold --without-guile produces the attached Makefile. Runnung it prints Makefile:655: *** missing separator. Stop. host and target specific makefile fragments come in here. @target_makefile_frag@ ⇐ this is line 655 @alphaieee_frag@ @ospace_frag@ @host_makefile_frag@ ### -- You are receiving this mail because: You are on the CC list for the bug.