#11858 closed defect (fixed)
(x86) platform - Quagga compilation erron (babeld)
Reported by: | telstar924@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
make[6]: Entering directory `/mnt/storage1/vassilis/trunk/build_dir/target-i386_uClibc-0.9.33.2/quagga-0.99.21/babeld'
i486-openwrt-linux-uclibc-gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/quagga/\" -I. -I.. -I.. -I.. -I../lib -I/mnt/storage1/vassilis/trunk/staging_dir/target-i386_uClibc-0.9.33.2/usr/include -I/mnt/storage1/vassilis/trunk/staging_dir/target-i386_uClibc-0.9.33.2/include -I/mnt/storage1/vassilis/trunk/staging_dir/toolchain-i386_gcc-4.7-linaro_uClibc-0.9.33.2/usr/include -I/mnt/storage1/vassilis/trunk/staging_dir/toolchain-i386_gcc-4.7-linaro_uClibc-0.9.33.2/include -O2 -pipe -march=i486 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -std=gnu99 -MT babel_zebra.o -MD -MP -MF .deps/babel_zebra.Tpo -c -o babel_zebra.o babel_zebra.c
In file included from babel_zebra.c:48:0:
xroute.h:55:56: warning: 'struct prefix_ipv6' declared inside parameter list [enabled by default]
xroute.h:55:56: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
xroute.h:55:56: warning: 'struct zapi_ipv6' declared inside parameter list [enabled by default]
xroute.h:57:30: warning: 'struct prefix_ipv6' declared inside parameter list [enabled by default]
xroute.h:57:30: warning: 'struct zapi_ipv6' declared inside parameter list [enabled by default]
babel_zebra.c: In function 'babel_zebra_read_ipv6':
babel_zebra.c:89:22: error: storage size of 'api' isn't known
babel_zebra.c:92:24: error: storage size of 'prefix' isn't known
babel_zebra.c:97:29: error: invalid application of 'sizeof' to incomplete type 'struct zapi_ipv6'
babel_zebra.c:98:33: error: invalid application of 'sizeof' to incomplete type 'struct prefix_ipv6'
make[6]: * [babel_zebra.o] Error 1
make[6]: Leaving directory `/mnt/storage1/vassilis/trunk/build_dir/target-i386_uClibc-0.9.33.2/quagga-0.99.21/babeld'
make[5]: * [all-recursive] Error 1
make[5]: Leaving directory `/mnt/storage1/vassilis/trunk/build_dir/target-i386_uClibc-0.9.33.2/quagga-0.99.21'
make[4]: * [all] Error 2
make[4]: Leaving directory `/mnt/storage1/vassilis/trunk/build_dir/target-i386_uClibc-0.9.33.2/quagga-0.99.21'
make[3]: * /mnt/storage1/vassilis/trunk/build_dir/target-i386_uClibc-0.9.33.2/quagga-0.99.21/.built Error 2
make[3]: Leaving directory `/mnt/storage1/vassilis/trunk/feeds/packages/net/quagga'
make[2]: * [package/feeds/packages/quagga/compile] Error 2
make[2]: Leaving directory `/mnt/storage1/vassilis/trunk'
make[1]: * /mnt/storage1/vassilis/trunk/staging_dir/target-i386_uClibc-0.9.33.2/stamp/.package_compile Error 2
make[1]: Leaving directory `/mnt/storage1/vassilis/trunk'
make: * [world] Error 2
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by acinonyx
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Fixed in r32707. Thanks!