This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.30 branch created, snapshot available


On Tue, 23 Jan 2018, Nick Clifton wrote:

> Hi Guys,
> 
> >> The version number on the branch seems to be incorrect. It's now
> >> 2.30.0.20180123, pointing to a version after the initial 2.30 release
> >> (unless you plan to call the first 2.30 release 2.30.1).
> 
> *sigh*  A case of premature version incrementing...
> 
> I have reset the version to 2.29.90.

I'm now seeing a build failure from my glibc bots using 2.30 branch:

In file included from /scratch/jmyers/glibc-bot/src/binutils/gprof/gprof.h:41:0,
                 from /scratch/jmyers/glibc-bot/src/binutils/gprof/basic_blocks.c:24:
./gconfig.h:101:0: error: "VERSION" redefined [-Werror]
 #define VERSION "2.30.0"
 ^
In file included from /scratch/jmyers/glibc-bot/src/binutils/gprof/../bfd/sysdep.h:29:0,
                 from /scratch/jmyers/glibc-bot/src/binutils/gprof/gprof.h:33,
                 from /scratch/jmyers/glibc-bot/src/binutils/gprof/basic_blocks.c:24:
../bfd/config.h:385:0: note: this is the location of the previous definition
 #define VERSION "2.29.90"
 ^
cc1: all warnings being treated as errors
Makefile:513: recipe for target 'basic_blocks.o' failed
make[5]: *** [basic_blocks.o] Error 1


-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]