Re: build bot failure
David Edelsohn <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAGWvnykERyKGrF4uaU+o52TOTHoKv0Vfqnp+c9D4mW+Bq8MVew@mail.gmail.com> |
Jim, The problem is the debug stabstring for bfd_reloc_code_real_names now overflows the maximum length. Your patch overflowed the limit. More recent releases of GCC for AIX added support for stab continuation strings, but not the release installed on the machine running the buildbot. There was a similar problem in GCC about a year ago. Where it is stabs or DWARF, a single debug statement that large implies something is wrong with the design of that data structure. Also, if you still want an account on the AIX system in the GNU Compile Farm, send me your public key, I can create it while we wait for Laurent. - David On Sat, Jun 11, 2016 at 1:00 PM, Jim Wilson <[email protected]> wrote: > On Sat, Jun 11, 2016 at 5:26 AM, David Edelsohn <[email protected]> wrote: >> The AIX system has not changed, so some change to GDB broke the build >> on AIX. It's warning about missing declarations. Is this related to >> the C++ change? > > An aarch64 binutils patch from me broke it. I can't see anything > wrong with my patch. I can't tell why AIX builds are broken without > access to an AIX system, and my request for a compile farm account 2.5 > weeks ago hasn't gotten a response yet, so I'm stuck. > > https://sourceware.org/ml/binutils/2016-05/msg00103.html > https://sourceware.org/ml/gdb-testers/2016-q2/msg03281.html > > Jim