Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: gdb-buildbot@sergiodj.net
Cc: gdb-patches@sourceware.org
Subject: Re: Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 4ada3dfd5c07f0f1045a721a28fc905918ffbdfd
Date: Wed, 02 Jan 2019 06:34:00 -0000	[thread overview]
Message-ID: <20190102063417.GA28188@adacore.com> (raw)
In-Reply-To: <E1gea1P-00010b-Qr@kwanyin.sergiodj.net>

> Unfortunately it seems that there is a breakage on GDB.
> 
> Commit title: 'Fix year range in unittests/.../char/empty.cc copyright header'
> Revision: 4ada3dfd5c07f0f1045a721a28fc905918ffbdfd

Looks unrelated to my change (error in gnulib)...


> 
> You can find more details below:
> 
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> 
> Buildslave:
> 	ubuntu16-aarch64
> 
> Full Build URL:
> 	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/365>
> 
> Commit(s) tested:
> 	4ada3dfd5c07f0f1045a721a28fc905918ffbdfd
> 
> Author(s) (in the same order as the commits):
> 	Joel Brobecker <brobecker@adacore.com>
> 
> Subject:
> 	Fix year range in unittests/.../char/empty.cc copyright header
> 
> Testsuite log (gdb.sum and gdb.log) URL(s):
> 	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/4a/4ada3dfd5c07f0f1045a721a28fc905918ffbdfd/>
> 
> *** Failed to compiled GDB.  ***
> ============================
> 
> +++ The full log is too big to be posted here.
> +++ These are the last 100 lines of it.
> 
>   GEN      arpa/inet.h
>   GEN      signal.h
>   GEN      math.h
>   GEN      stdio.h
>   GEN      stdlib.h
>   GEN      string.h
>   GEN      time.h
>   GEN      sys/socket.h
>   GEN      sys/stat.h
>   GEN      sys/time.h
>   GEN      unistd.h
>   GEN      wchar.h
>   GEN      wctype.h
> make  all-recursive
> make[9]: Entering directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver/import'
> make[10]: Entering directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver/import'
>   CC       cloexec.o
>   CC       dirname-lgpl.o
>   CC       basename-lgpl.o
>   CC       stripslash.o
>   CC       exitfail.o
>   CC       fd-hook.o
>   CC       filenamecat-lgpl.o
>   CC       getprogname.o
>   CC       hard-locale.o
>   CC       localcharset.o
>   CC       malloca.o
>   CC       math.o
>   CC       openat-die.o
>   CC       save-cwd.o
> In file included from ../../../../../binutils-gdb/gdb/gdbserver/../gnulib/import/cloexec.c:20:0:
> ../config.h:2056:19: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                    ^
> ../config.h:2056:28: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                             ^
> In file included from ../../../../../binutils-gdb/gdb/gdbserver/../gnulib/import/openat-die.c:18:0:
> ../config.h:2056:19: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                    ^
> ../config.h:2056:28: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                             ^
>   CC       strnlen1.o
> Makefile:1762: recipe for target 'cloexec.o' failed
> make[10]: *** [cloexec.o] Error 1
> make[10]: *** Waiting for unfinished jobs....
> In file included from ../../../../../binutils-gdb/gdb/gdbserver/../gnulib/import/save-cwd.c:21:0:
> ../config.h:2056:19: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                    ^
> ../config.h:2056:28: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                             ^
> In file included from ../../../../../binutils-gdb/gdb/gdbserver/../gnulib/import/localcharset.c:20:0:
> ../config.h:2056:19: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                    ^
> ../config.h:2056:28: error: two or more data types in declaration specifiers
>  #define socklen_t unsigned int
>                             ^
> Makefile:1762: recipe for target 'openat-die.o' failed
> make[10]: *** [openat-die.o] Error 1
> Makefile:1762: recipe for target 'save-cwd.o' failed
> make[10]: *** [save-cwd.o] Error 1
> Makefile:1762: recipe for target 'localcharset.o' failed
> make[10]: *** [localcharset.o] Error 1
> make[10]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver/import'
> Makefile:1782: recipe for target 'all-recursive' failed
> make[9]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver/import'
> make[9]: *** [all-recursive] Error 1
> Makefile:1612: recipe for target 'all' failed
> make[8]: *** [all] Error 2
> make[8]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver/import'
> Makefile:161: recipe for target 'subdir_do' failed
> make[7]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver'
> make[7]: *** [subdir_do] Error 1
> Makefile:116: recipe for target 'all' failed
> make[6]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver/build-gnulib-gdbserver'
> make[6]: *** [all] Error 2
> Makefile:477: recipe for target 'subdir_do' failed
> make[5]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver'
> make[5]: *** [subdir_do] Error 1
> Makefile:406: recipe for target 'all-lib' failed
> make[4]: *** [all-lib] Error 2
> make[4]: *** Waiting for unfinished jobs....
> make[4]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/gdbserver'
> Makefile:1998: recipe for target 'subdir_do' failed
> make[3]: *** [subdir_do] Error 1
> make[3]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb'
> Makefile:1636: recipe for target 'all' failed
> make[2]: *** [all] Error 2
> make[2]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb'
> Makefile:8792: recipe for target 'all-gdb' failed
> make[1]: *** [all-gdb] Error 2
> make[1]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build'
> Makefile:849: recipe for target 'all' failed
> make: *** [all] Error 2
> ============================

-- 
Joel


  reply	other threads:[~2019-01-02  6:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-02  6:29 Oh dear. I regret to inform you that commit 4ada3dfd5c07f0f1045a721a28fc905918ffbdfd might be unfortunate gdb-buildbot
2019-01-02  6:29 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 4ada3dfd5c07f0f1045a721a28fc905918ffbdfd gdb-buildbot
2019-01-02  6:34   ` Joel Brobecker [this message]
2019-01-02 18:06     ` Sergio Durigan Junior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190102063417.GA28188@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb-buildbot@sergiodj.net \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox