Nevermind about the previous fix, it repaired the sip_extra.h
generation, but many other headers were incorrectly generated.
The ultimate fix is to use gawk instead of mawk!
"apt-get install gawk" and make sure the awk alternative is set to gawk
makes everything work perfectly.
Hope it helps to
I'm not sure why, but I noticed that the following modification in
"msg_parser.awk" makes it work for me:
@@ -315,6 +315,7 @@ function templates ()
}
getline header < TEMPLATE;
getline template < TEMPLATE;
+ getline dummy < TEMPLATE;
getline footer < TEMPLATE;
The same issue happens to me (amd64 debian testing) without trying parallel
build.
I think there is something wrong with the awk script, or maybe even with
mawk in debian testing?
Generated sip_extra.h starts like that:
---
/**< SIP, SIPS or TEL U
severity 628247 important
thanks
I'm dropping the severity of this one to take it off the release team's radar.
It's only a problem for highly parallel builds (and so mostly only for lucas :)
and we have a number of easy workarounds to avoid it, one or more of which I'll
include with the next upl
Hi,
2011/8/21 Ron :
> I have seen problems like this with parallel builds and generated
> headers before though, so I am fairly confidant this is the kind
> of issue we are looking for with this one. I was less confidant
> that I could fix it 'by eye' though without a better understanding
> of al
Hi,
On Thu, Aug 18, 2011 at 11:24:45AM +0300, Pekka Pessi wrote:
> The header in question is autogenerated by an
> awk script. It would help much if I could see its contents...
This is a bug in the makefiles, not the header or the awk script as such.
It only shows up under heavily parallel buil
6 matches
Mail list logo