On Mon, 26 Jan 2009 14:25:13 -0800
Mike Larson <[email protected]> wrote:

>  Makefile.am          |    7 +------
>  src/common/unionfs.c |    2 +-
>  2 files changed, 2 insertions(+), 7 deletions(-)
> 
> New commits:
> commit e2022fecd97f3088dc489bc61fad38c012623b7f
> Author: slioch <[email protected]>
> Date:   Mon Jan 26 14:16:49 2009 -0800
> 
>     expose new cli functions in cfg library.
> 
> http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=e2022fecd97f3088dc489bc61fad38c012623b7f
> _______________________________________________
> svn mailing list
> [email protected]
> http://mailman.vyatta.com/mailman/listinfo/svn

This breaks, can no longer built vyatta-cfg

 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_objects.lo -MD -MP -MF 
src/.deps/cli_objects.Tpo -c src/cli_objects.c -o src/cli_objects.o >/dev/null 
2>&1
/bin/sh ./libtool --tag=CC   --mode=link i486-linux-gnu-gcc -I src -Wall -I 
/usr/include/glib-2.0 -I /usr/lib/glib-2.0/include -Wall -g  -Os -version-info 
1:0:0 -Wl,-z,defs -o src/libvyatta-cfg.la -rpath /opt/vyatta/lib 
src/cli_parse.lo src/cli_def.lo src/cli_val.lo src/cli_new.lo 
src/cli_path_utils.lo src/common/common.lo src/common/unionfs.lo 
src/cli_val_engine.lo src/cli_objects.lo  
i486-linux-gnu-gcc -shared  src/.libs/cli_parse.o src/.libs/cli_def.o 
src/.libs/cli_val.o src/.libs/cli_new.o src/.libs/cli_path_utils.o 
src/common/.libs/common.o src/common/.libs/unionfs.o src/.libs/cli_val_engine.o 
src/.libs/cli_objects.o   -Wl,-z -Wl,defs -Wl,-soname -Wl,libvyatta-cfg.so.1 -o 
src/.libs/libvyatta-cfg.so.1.0.0
src/common/.libs/unionfs.o: In function `insert_sibling_in_order':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:1084: undefined reference to 
`g_node_insert_after'
src/common/.libs/unionfs.o: In function `dlist_test_func':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:975: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:986: undefined reference to 
`g_quark_to_string'
src/common/.libs/unionfs.o: In function `match_priority_node':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:747: undefined reference to 
`g_node_depth'
src/common/.libs/unionfs.o: In function `set_node_priority':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:778: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:787: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `apply_priority':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:807: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:815: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `get_term_data_values':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:867: undefined reference to 
`g_datalist_init'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:881: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:887: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:898: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:898: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:904: undefined reference to 
`g_quark_try_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:904: undefined reference to 
`g_datalist_id_get_data'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:908: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:908: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:929: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:938: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:938: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:945: undefined reference to 
`g_datalist_foreach'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:949: undefined reference to 
`g_strfreev'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:950: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `retrieve_data':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:153: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:213: undefined reference to 
`g_node_n_children'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:283: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:316: undefined reference to 
`g_node_new'
src/common/.libs/unionfs.o: In function `common_get_local_session_data':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:354: undefined reference to 
`g_node_new'
collect2: ld returned 1 exit status
make[1]: *** [src/libvyatta-cfg.la] Error 1
make[1]: Leaving directory `/home/shemminger/vyatta-cfg'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
debuild: fatal error at line 1319:
dpkg-buildpackage -rfakeroot -D -us -uc -i -b failed


























































































































































checking for i486-linux-gnu-epcf90... no
checking for i486-linux-gnu-gfortran... no
checking for i486-linux-gnu-g95... no
checking for i486-linux-gnu-xlf95... no
checking for i486-linux-gnu-f95... no
checking for i486-linux-gnu-fort... no
checking for i486-linux-gnu-ifort... no
checking for i486-linux-gnu-ifc... no
checking for i486-linux-gnu-efc... no
checking for i486-linux-gnu-pgf95... no
checking for i486-linux-gnu-lf95... no
checking for i486-linux-gnu-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc 
object... ok
checking for objdir... .libs
checking for i486-linux-gnu-ar... no
checking for ar... ar
checking for i486-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i486-linux-gnu-strip... no
checking for strip... strip
checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i486-linux-gnu-gcc option to produce PIC... -fPIC
checking if i486-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i486-linux-gnu-gcc static flag -static works... yes
checking if i486-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i486-linux-gnu-gcc linker (/usr/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i486-linux-gnu-g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking for i486-linux-gnu-g++ option to produce PIC... -fPIC
checking if i486-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i486-linux-gnu-g++ static flag -static works... yes
checking if i486-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
appending configuration tag "F77" to libtool
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: creating debian/vyatta-cfg.postinst
config.status: creating debian/vyatta-cfg.postrm
config.status: executing depfiles commands
dh_testdir
/usr/bin/make
make[1]: Entering directory `/home/shemminger/vyatta-cfg'
/bin/sh ./config/ylwrap src/cli_parse.y y.tab.c src/cli_parse.c y.tab.h 
src/cli_parse.h y.output src/cli_parse.output -- bison -y  -d 
--name-prefix=yy_`basename src/cli_parse .y`_
conflicts: 2 shift/reduce
updating src/cli_parse.h
depbase=`echo src/cli_parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_parse.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_parse.lo src/cli_parse.c &&\
        mv -f $depbase.Tpo $depbase.Plo
mkdir src/.libs
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_parse.lo -MD -MP -MF 
src/.deps/cli_parse.Tpo -c src/cli_parse.c  -fPIC -DPIC -o src/.libs/cli_parse.o
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_parse.lo -MD -MP -MF 
src/.deps/cli_parse.Tpo -c src/cli_parse.c -o src/cli_parse.o >/dev/null 2>&1
/bin/sh ./config/ylwrap src/cli_def.l lex.yy.c src/cli_def.c -- flex  
--prefix=yy_`basename src/cli_def .l`_ -olex.yy.c
depbase=`echo src/cli_def.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_def.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_def.lo src/cli_def.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_def.lo -MD -MP -MF 
src/.deps/cli_def.Tpo -c src/cli_def.c  -fPIC -DPIC -o src/.libs/cli_def.o
src/cli_def.c:18:14: warning: missing whitespace after the macro name
src/cli_def.c:2924: warning: ‘input’ defined but not used
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_def.lo -MD -MP -MF 
src/.deps/cli_def.Tpo -c src/cli_def.c -o src/cli_def.o >/dev/null 2>&1
/bin/sh ./config/ylwrap src/cli_val.l lex.yy.c src/cli_val.c -- flex  
--prefix=yy_`basename src/cli_val .l`_ -olex.yy.c
depbase=`echo src/cli_val.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_val.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_val.lo src/cli_val.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_val.lo -MD -MP -MF 
src/.deps/cli_val.Tpo -c src/cli_val.c  -fPIC -DPIC -o src/.libs/cli_val.o
src/cli_val.c:18:14: warning: missing whitespace after the macro name
src/cli_val.c:2298: warning: ‘input’ defined but not used
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_val.lo -MD -MP -MF 
src/.deps/cli_val.Tpo -c src/cli_val.c -o src/cli_val.o >/dev/null 2>&1
depbase=`echo src/cli_new.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_new.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_new.lo src/cli_new.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_new.lo -MD -MP -MF 
src/.deps/cli_new.Tpo -c src/cli_new.c  -fPIC -DPIC -o src/.libs/cli_new.o
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_new.lo -MD -MP -MF 
src/.deps/cli_new.Tpo -c src/cli_new.c -o src/cli_new.o >/dev/null 2>&1
depbase=`echo src/cli_path_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_path_utils.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_path_utils.lo src/cli_path_utils.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_path_utils.lo -MD -MP -MF 
src/.deps/cli_path_utils.Tpo -c src/cli_path_utils.c  -fPIC -DPIC -o 
src/.libs/cli_path_utils.o
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_path_utils.lo -MD -MP -MF 
src/.deps/cli_path_utils.Tpo -c src/cli_path_utils.c -o src/cli_path_utils.o 
>/dev/null 2>&1
depbase=`echo src/common/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/common/common.lo -MD -MP -MF 
$depbase.Tpo -c -o src/common/common.lo src/common/common.c &&\
        mv -f $depbase.Tpo $depbase.Plo
mkdir src/common/.libs
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/common/common.lo -MD -MP -MF 
src/common/.deps/common.Tpo -c src/common/common.c  -fPIC -DPIC -o 
src/common/.libs/common.o
In file included from src/common/defs.h:6,
                 from src/common/common.h:4,
                 from src/common/common.c:2:
src/cli_val.h:7:1: warning: "TRUE" redefined
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from src/common/common.c:1:
/usr/include/glib-2.0/glib/gmacros.h:171:1: warning: this is the location of 
the previous definition
In file included from src/common/defs.h:6,
                 from src/common/common.h:4,
                 from src/common/common.c:2:
src/cli_val.h:8:1: warning: "FALSE" redefined
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from src/common/common.c:1:
/usr/include/glib-2.0/glib/gmacros.h:167:1: warning: this is the location of 
the previous definition
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/common/common.lo -MD -MP -MF 
src/common/.deps/common.Tpo -c src/common/common.c -o src/common/common.o 
>/dev/null 2>&1
depbase=`echo src/common/unionfs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/common/unionfs.lo -MD -MP -MF 
$depbase.Tpo -c -o src/common/unionfs.lo src/common/unionfs.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/common/unionfs.lo -MD -MP -MF 
src/common/.deps/unionfs.Tpo -c src/common/unionfs.c  -fPIC -DPIC -o 
src/common/.libs/unionfs.o
In file included from src/common/defs.h:6,
                 from src/common/unionfs.c:8:
src/cli_val.h:7:1: warning: "TRUE" redefined
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from src/common/unionfs.c:7:
/usr/include/glib-2.0/glib/gmacros.h:171:1: warning: this is the location of 
the previous definition
In file included from src/common/defs.h:6,
                 from src/common/unionfs.c:8:
src/cli_val.h:8:1: warning: "FALSE" redefined
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from src/common/unionfs.c:7:
/usr/include/glib-2.0/glib/gmacros.h:167:1: warning: this is the location of 
the previous definition
src/common/unionfs.c: In function ‘retrieve_data’:
src/common/unionfs.c:288: warning: passing argument 3 of ‘retrieve_data’ 
discards qualifiers from pointer target type
src/common/unionfs.c: In function ‘common_get_local_session_data’:
src/common/unionfs.c:357: warning: passing argument 3 of ‘retrieve_data’ 
discards qualifiers from pointer target type
src/common/unionfs.c:506:43: warning: "/*" within comment
src/common/unionfs.c:512:40: warning: "/*" within comment
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/common/unionfs.lo -MD -MP -MF 
src/common/.deps/unionfs.Tpo -c src/common/unionfs.c -o src/common/unionfs.o 
>/dev/null 2>&1
depbase=`echo src/cli_val_engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_val_engine.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_val_engine.lo src/cli_val_engine.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_val_engine.lo -MD -MP -MF 
src/.deps/cli_val_engine.Tpo -c src/cli_val_engine.c  -fPIC -DPIC -o 
src/.libs/cli_val_engine.o
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_val_engine.lo -MD -MP -MF 
src/.deps/cli_val_engine.Tpo -c src/cli_val_engine.c -o src/cli_val_engine.o 
>/dev/null 2>&1
depbase=`echo src/cli_objects.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ./libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DPACKAGE_NAME=\"vyatta-cfg\" -DPACKAGE_TARNAME=\"vyatta-cfg\" 
-DPACKAGE_VERSION=\"2.4\" -DPACKAGE_STRING=\"vyatta-cfg\ 2.4\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I.    -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g  -Os -MT src/cli_objects.lo -MD -MP -MF 
$depbase.Tpo -c -o src/cli_objects.lo src/cli_objects.c &&\
        mv -f $depbase.Tpo $depbase.Plo
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_objects.lo -MD -MP -MF 
src/.deps/cli_objects.Tpo -c src/cli_objects.c  -fPIC -DPIC -o 
src/.libs/cli_objects.o
 i486-linux-gnu-gcc -DPACKAGE_NAME=\"vyatta-cfg\" 
-DPACKAGE_TARNAME=\"vyatta-cfg\" -DPACKAGE_VERSION=\"2.4\" 
"-DPACKAGE_STRING=\"vyatta-cfg 2.4\"" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"vyatta-cfg\" 
-DVERSION=\"2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DYYTEXT_POINTER=1 -I. -I src -Wall -I /usr/include/glib-2.0 -I 
/usr/lib/glib-2.0/include -Wall -g -Os -MT src/cli_objects.lo -MD -MP -MF 
src/.deps/cli_objects.Tpo -c src/cli_objects.c -o src/cli_objects.o >/dev/null 
2>&1
/bin/sh ./libtool --tag=CC   --mode=link i486-linux-gnu-gcc -I src -Wall -I 
/usr/include/glib-2.0 -I /usr/lib/glib-2.0/include -Wall -g  -Os -version-info 
1:0:0 -Wl,-z,defs -o src/libvyatta-cfg.la -rpath /opt/vyatta/lib 
src/cli_parse.lo src/cli_def.lo src/cli_val.lo src/cli_new.lo 
src/cli_path_utils.lo src/common/common.lo src/common/unionfs.lo 
src/cli_val_engine.lo src/cli_objects.lo  
i486-linux-gnu-gcc -shared  src/.libs/cli_parse.o src/.libs/cli_def.o 
src/.libs/cli_val.o src/.libs/cli_new.o src/.libs/cli_path_utils.o 
src/common/.libs/common.o src/common/.libs/unionfs.o src/.libs/cli_val_engine.o 
src/.libs/cli_objects.o   -Wl,-z -Wl,defs -Wl,-soname -Wl,libvyatta-cfg.so.1 -o 
src/.libs/libvyatta-cfg.so.1.0.0
src/common/.libs/unionfs.o: In function `insert_sibling_in_order':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:1084: undefined reference to 
`g_node_insert_after'
src/common/.libs/unionfs.o: In function `dlist_test_func':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:975: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:986: undefined reference to 
`g_quark_to_string'
src/common/.libs/unionfs.o: In function `match_priority_node':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:747: undefined reference to 
`g_node_depth'
src/common/.libs/unionfs.o: In function `set_node_priority':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:778: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:787: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `apply_priority':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:807: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:815: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `get_term_data_values':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:867: undefined reference to 
`g_datalist_init'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:881: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:887: undefined reference to 
`g_strsplit'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:898: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:898: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:904: undefined reference to 
`g_quark_try_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:904: undefined reference to 
`g_datalist_id_get_data'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:908: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:908: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:929: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:938: undefined reference to 
`g_quark_from_string'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:938: undefined reference to 
`g_datalist_id_set_data_full'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:945: undefined reference to 
`g_datalist_foreach'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:949: undefined reference to 
`g_strfreev'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:950: undefined reference to 
`g_strfreev'
src/common/.libs/unionfs.o: In function `retrieve_data':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:153: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:213: undefined reference to 
`g_node_n_children'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:283: undefined reference to 
`g_node_new'
/home/shemminger/vyatta-cfg/src/common/unionfs.c:316: undefined reference to 
`g_node_new'
src/common/.libs/unionfs.o: In function `common_get_local_session_data':
/home/shemminger/vyatta-cfg/src/common/unionfs.c:354: undefined reference to 
`g_node_new'
collect2: ld returned 1 exit status
make[1]: *** [src/libvyatta-cfg.la] Error 1
make[1]: Leaving directory `/home/shemminger/vyatta-cfg'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
debuild: fatal error at line 1319:
dpkg-buildpackage -rfakeroot -D -us -uc -i -b failed
[lenny ~/vyatta-cfg]$ 

_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to