bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build failure with GCC 5.2.1 (was: ANN: ncurses-6.0-20150725)


From: Thomas Dickey
Subject: Re: Build failure with GCC 5.2.1 (was: ANN: ncurses-6.0-20150725)
Date: Sun, 9 Aug 2015 21:18:02 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Aug 09, 2015 at 06:59:23PM +0200, Sven Joachim wrote:
> On 2015-07-26 03:04 +0200, Thomas Dickey wrote:
> 
> >     + use alternate workaround for gcc 5.x feature (adapted from patch by
> >       Mikhail Peselnik).
> 
> I'm afraid this alternate workaround does not work at all, since I'm now
> getting precisely the same failure as in https://bugs.debian.org/777461:

I might have fixed this last week: I tried a couple of builds (including
what I had as your set of options), and both worked.

Last week, I was fixing test-builds on Unix platforms, and while making
workarounds, improved one of the regular expressions.

The chunk in MKlib_gen.sh (which narrows down the compiler/version)
now looks like this:

PRG=`echo "$1" | $AWK '{ sub(/^[[:space:]]*/,""); sub(/[[:space:]].*$/, ""); 
print; }' || exit 0`
FSF=`"$PRG" --version 2>/dev/null || exit 0 | fgrep "Free Software Foundation" 
| head -n 1`
ALL=`"$PRG" -dumpversion 2>/dev/null || exit 0`
ONE=`echo "$ALL" | sed -e 's/\..*$//'`

> This is with GCC 5.2.1 from Debian unstable:
> 
> $ gcc --version
> gcc (Debian 5.2.1-14) 5.2.1 20150730

I set that up...

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]