Mailing List Archive

[Bug 373] ucontext.h: present but cannot be compiled
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373





------- Additional Comments From virginb@oslo.westerngeco.slb.com 2007-06-15 15:33 -------
It should be noted that I have built 0.99.6 several time using the same
environment without problem.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 373] ucontext.h: present but cannot be compiled [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373





------- Additional Comments From paul@dishone.st 2007-06-15 18:31 -------
The configure output is a warning, not an error. configure should continue
running, and still complete successfully.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 373] ucontext.h: present but cannot be compiled [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373





------- Additional Comments From virginb@oslo.westerngeco.slb.com 2007-06-19 10:21 -------
If the only problem was this warning, I wouldn't have bothered submitting a bug
report. The problem is that the subsequent build fails for both the x86 and
powerpc targets:

gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/zebra/\" -I. -I. -I.. -I.. -I..
-I../lib -Os -fno-omit-frame-pointer -g -std=c99 -Wall -Wsign-compare
-Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes
-Wmissing-declarations -Wchar-subscripts -Wcast-qual -MT network.lo -MD -MP -MF
.deps/network.Tpo -c network.c -o network.o
In file included from /usr/include/linux/rtnetlink.h:5,
from ./zebra.h:165,
from network.c:23:
/usr/include/linux/if_link.h:43: error: expected specifier-qualifier-list before
'__u64'
In file included from /usr/include/linux/rtnetlink.h:7,
from ./zebra.h:165,
from network.c:23:
/usr/include/linux/neighbour.h:92: error: expected specifier-qualifier-list
before '__u64'




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 373] ucontext.h: present but cannot be compiled [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373





------- Additional Comments From paul@dishone.st 2007-06-19 11:26 -------
Try specifying -std=gnu99 in the CFLAGS (rather than -std=c99):

./configure CFLAGS="-Os -g -std=gnu99 -Wall"

That said, that should be the default in 0.99.7 iirc. Perhaps you updated from
CVS and forgot to rerun update-autotools.sh (as you must when configure.ac is
modified)?





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 373] ucontext.h: present but cannot be compiled [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373





------- Additional Comments From virginb@oslo.westerngeco.slb.com 2007-06-19 13:08 -------
Running update-autotools did not help, but modifying CFLAGS in configure by hand
did.

Thanks



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 373] ucontext.h: present but cannot be compiled [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=373


paul@dishone.st changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CLOSED
Resolution| |FIXED




------- Additional Comments From ajschorr@alumni.princeton.edu 2007-06-19 13:35 -------
FYI, the fix to change CFLAGS from -std=c99 to -std=gnu99 was
done one day after the 0.99.7 release. So this is broken
in 0.99.7, but should work OK in a current 0.99 CVS snapshot.

------- Additional Comments From paul@dishone.st 2007-06-25 11:55 -------
So this is fixed in CVS (rather than 0.99.7 as I thought). Closing..



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs