Re: [ANNOUNCEMENT] GDB BuildBot
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Sergio Durigan Junior <[email protected]> > Cc: [email protected] > 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.