Wireshark-bugs: [Wireshark-bugs] [Bug 9706] Fix trunk for FreeBSD 10.0

Date: Mon, 03 Feb 2014 23:28:10 +0000

changed bug 9706

What Removed Added
OS Windows 7 FreeBSD

Comment # 6 on bug 9706 from
(In reply to comment #5)
> The Solaris builbot is not happy :
> 
> http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/8737
> 
> bison -y -d -p ascend -o ascend.c ./ascend.y
>   RUNLEX   k12text.c
> ../tools/runlex.sh: bad substitution
> gmake[2]: *** [k12text.c] Error 1
> gmake[2]: *** Waiting for unfinished jobs....

The Solaris buildbot is running Solaris 10, and /bin/sh in Solaris 10 does
*NOT* understand ${OS#Windows}:

    http://docs.oracle.com/cd/E19253-01/816-5165/6mbb0m9rm/index.html

I've submitted a change to use a case statement, and reviewed it with +2;
hopefully Gerrit will hand it to the buildbot sometime within this century, so
that it gets build-tested and propagated to the main repository.


You are receiving this mail because:
  • You are watching all bug changes.