[ANNOUNCEMENT] GDB BuildBot

Eli Zaretskii eliz@gnu.org
Thu Jan 22 20:39:00 GMT 2015


> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: gdb@sourceware.org
> Date: Thu, 22 Jan 2015 14:55:08 -0500
> 
> > Thanks, I tried to fix that in this commit:
> 
> It fixed libdecnumber, but now I see:
> 
>   <http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/53/steps/make%20tags/logs/stdio>

It's a bug in libiberty/Makefile.in:

  TAGS: $(CFILES)
	  etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`

and CFILES is just a list of files, without $(srcdir)/.  So this can
only work when building inside the source tree.

I will see what I can do with this.



More information about the Gdb mailing list