From: Philip P. <phi...@re...> - 2010-12-20 04:14:45
|
2.5.1 has now been out over a year. Noticed that there are some issues w/ building this version, especially in cross-compilation environments. ... Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... Running autoconf... Running autoheader... Running automake... src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name src/q2931/Makefile.am:21: (probably a GNU make extension) src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. Finished... Now run './configure' and 'make'... ... The first warning comes from: SYMFILES = $(srcdir)/uni.h $(shell $(CC) $(CFLAGS) -E $(srcdir)/header.c | $(AWK) -f $(srcdir)/script.awk) and the second warning from: CFLAGS = @CFLAGS_FOR_BUILD@ Could we do a little cleanup on it and release 2.5.2? Thanks, -Philip |
From: chas w. - C. <ch...@cm...> - 2010-12-20 15:24:31
|
can you checkout the V2_5_2 branch and see if it works for you? if you dont see any problem like this, i will make a release of that branch this week. On Sun, 19 Dec 2010 20:14:28 -0800 Philip Prindeville <phi...@re...> wrote: > 2.5.1 has now been out over a year. > > Noticed that there are some issues w/ building this version, > especially in cross-compilation environments. > > ... > Running libtoolize... > libtoolize: putting auxiliary files in `.'. > libtoolize: copying file `./ltmain.sh' > libtoolize: You should add the contents of the following files to > `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' > libtoolize: `/usr/share/aclocal/ltoptions.m4' > libtoolize: `/usr/share/aclocal/ltversion.m4' > libtoolize: `/usr/share/aclocal/ltsugar.m4' > libtoolize: `/usr/share/aclocal/lt~obsolete.m4' > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to > configure.in and libtoolize: rerunning libtoolize, to keep the > correct libtool macros in-tree. libtoolize: Consider adding `-I m4' > to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... > Running autoconf... > Running autoheader... > Running automake... > src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name > src/q2931/Makefile.am:21: (probably a GNU make extension) > src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not > override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. > Finished... Now run './configure' and 'make'... > ... > > The first warning comes from: > > SYMFILES = $(srcdir)/uni.h $(shell $(CC) $(CFLAGS) -E > $(srcdir)/header.c | $(AWK) -f $(srcdir)/script.awk) > > > and the second warning from: > > CFLAGS = @CFLAGS_FOR_BUILD@ > > > Could we do a little cleanup on it and release 2.5.2? > > Thanks, > > -Philip > > > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Linux-atm-general mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linux-atm-general > |
From: Philip P. <phi...@re...> - 2010-12-20 19:17:56
|
Seems to be the same issue: src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name src/q2931/Makefile.am:21: (probably a GNU make extension) src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. Let me see if there's a simple fix from the automake folks. On 12/20/10 7:23 AM, chas williams - CONTRACTOR wrote: > can you checkout the V2_5_2 branch and see if it works for you? if > you dont see any problem like this, i will make a release of that > branch this week. > > On Sun, 19 Dec 2010 20:14:28 -0800 > Philip Prindeville<phi...@re...> wrote: > >> 2.5.1 has now been out over a year. >> >> Noticed that there are some issues w/ building this version, >> especially in cross-compilation environments. >> >> ... >> Running libtoolize... >> libtoolize: putting auxiliary files in `.'. >> libtoolize: copying file `./ltmain.sh' >> libtoolize: You should add the contents of the following files to >> `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' >> libtoolize: `/usr/share/aclocal/ltoptions.m4' >> libtoolize: `/usr/share/aclocal/ltversion.m4' >> libtoolize: `/usr/share/aclocal/ltsugar.m4' >> libtoolize: `/usr/share/aclocal/lt~obsolete.m4' >> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to >> configure.in and libtoolize: rerunning libtoolize, to keep the >> correct libtool macros in-tree. libtoolize: Consider adding `-I m4' >> to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... >> Running autoconf... >> Running autoheader... >> Running automake... >> src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name >> src/q2931/Makefile.am:21: (probably a GNU make extension) >> src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not >> override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. >> Finished... Now run './configure' and 'make'... >> ... >> >> The first warning comes from: >> >> SYMFILES = $(srcdir)/uni.h $(shell $(CC) $(CFLAGS) -E >> $(srcdir)/header.c | $(AWK) -f $(srcdir)/script.awk) >> >> >> and the second warning from: >> >> CFLAGS = @CFLAGS_FOR_BUILD@ >> >> >> Could we do a little cleanup on it and release 2.5.2? >> >> Thanks, >> >> -Philip |
From: chas w. - C. <ch...@cm...> - 2010-12-20 21:16:56
|
On Mon, 20 Dec 2010 11:16:22 -0800 Philip Prindeville <phi...@re...> wrote: > Seems to be the same issue: > > src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name > src/q2931/Makefile.am:21: (probably a GNU make extension) we need to find the path to linux/atmsap.h as understood by your cross compiler. this might not be /usr/include > src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not > override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. qgen runs in the local build environment. there isnt a good well knwon solution for this one as far as i know. if the user passed in CFLAGS i suspect he meant it for the cross compiler, not the local compiler i need to build this program. |
From: Philip P. <phi...@re...> - 2010-12-21 01:39:48
|
On 12/20/10 1:16 PM, chas williams - CONTRACTOR wrote: > On Mon, 20 Dec 2010 11:16:22 -0800 > Philip Prindeville<phi...@re...> wrote: > >> Seems to be the same issue: >> >> src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name >> src/q2931/Makefile.am:21: (probably a GNU make extension) > we need to find the path to linux/atmsap.h as understood by your cross > compiler. this might not be /usr/include I know why it's done... in fact I added the fix myself. I'm just wondering why automake is failing to parse Makefile syntax properly, and if there's a simple solution to get rid of this noise. >> src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not >> override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. > qgen runs in the local build environment. there isnt a good well knwon > solution for this one as far as i know. if the user passed in CFLAGS > i suspect he meant it for the cross compiler, not the local compiler > i need to build this program. Yeah, I should send the mailing list a question about this... -Philip |
From: Philip P. <phi...@re...> - 2010-12-23 00:12:24
Attachments:
linux-atm-automake.patch
|
On 12/20/10 1:16 PM, chas williams - CONTRACTOR wrote: > On Mon, 20 Dec 2010 11:16:22 -0800 > Philip Prindeville<phi...@re...> wrote: > >> Seems to be the same issue: >> >> src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name >> src/q2931/Makefile.am:21: (probably a GNU make extension) > we need to find the path to linux/atmsap.h as understood by your cross > compiler. this might not be /usr/include > >> src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not >> override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. > qgen runs in the local build environment. there isnt a good well knwon > solution for this one as far as i know. if the user passed in CFLAGS > i suspect he meant it for the cross compiler, not the local compiler > i need to build this program. Fix attached for the first issue. |
From: chas w. - C. <ch...@cm...> - 2010-12-23 21:45:19
Attachments:
src-qgen-Makefile.am-patch
|
On Wed, 22 Dec 2010 16:10:53 -0800 Philip Prindeville <phi...@re...> wrote: > Fix attached for the first issue. how about this for the second issue? instead of overriding CC and CFLAGS, i will override COMPILE and LINK. this will also get rid of a potential issue of having to override any LDFLAGS that the cross environment might require for building target binaries that would break when building host tools. |
From: Philip P. <phi...@re...> - 2010-12-23 22:07:06
|
On 12/23/10 1:44 PM, chas williams - CONTRACTOR wrote: > On Wed, 22 Dec 2010 16:10:53 -0800 > Philip Prindeville<phi...@re...> wrote: > >> Fix attached for the first issue. > how about this for the second issue? instead of overriding CC and > CFLAGS, i will override COMPILE and LINK. this will also get rid of a > potential issue of having to override any LDFLAGS that the cross > environment might require for building target binaries that would break > when building host tools. Looks to me like it worked: $ make linux-atm (cd /home/philipp/kernel2/build_i586/linux-atm-V2_5_2; \ if [ -f autotools ]; then \ ./autotools ; \ fi ; \ rm -rf config.cache; \ PATH=/home/philipp/kernel2/build_i586/staging_dir/bin:$PATH \ ./configure \ --target=i586-linux-uclibc \ --host=i586-linux-uclibc \ --build=x86_64-pc-linux-gnu \ --prefix=/usr \ --sysconfdir=/etc \ --program-transform-name='' \ CC_FOR_BUILD=gcc \ CFLAGS_FOR_BUILD= \ CC=i586-linux-uclibc-gcc \ CFLAGS='-Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE' \ ) Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... Running autoconf... Running autoheader... Running automake... configure.in:12: installing `./config.guess' configure.in:12: installing `./config.sub' configure.in:14: installing `./install-sh' configure.in:14: installing `./missing' src/arpd/Makefile.am: installing `./depcomp' configure.in: installing `./ylwrap' Finished... Now run './configure' and 'make'... checking build system type... x86_64-pc-linux-gnu checking host system type... i586-pc-linux-uclibc checking target system type... i586-pc-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i586-linux-uclibc-strip... i586-linux-uclibc-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i586-linux-uclibc-gcc... i586-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i586-linux-uclibc-gcc accepts -g... yes checking for i586-linux-uclibc-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i586-linux-uclibc-gcc... gcc3 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 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i586-linux-uclibc-gcc... /home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld checking if the linker (/home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-nm -B checking the name lister (/home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld option to reload object files... -r checking for i586-linux-uclibc-objdump... i586-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for i586-linux-uclibc-ar... i586-linux-uclibc-ar checking for i586-linux-uclibc-strip... (cached) i586-linux-uclibc-strip checking for i586-linux-uclibc-ranlib... i586-linux-uclibc-ranlib checking command to parse /home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-nm -B output from i586-linux-uclibc-gcc object... ok checking how to run the C preprocessor... i586-linux-uclibc-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i586-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for i586-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if i586-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if i586-linux-uclibc-gcc static flag -static works... yes checking if i586-linux-uclibc-gcc supports -c -o file.o... yes checking if i586-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the i586-linux-uclibc-gcc linker (/home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/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 checking for perl... /usr/bin/perl checking asm/errno.h usability... yes checking asm/errno.h presence... yes checking for asm/errno.h... yes checking linux/atmsap.h usability... yes checking linux/atmsap.h presence... yes checking for linux/atmsap.h... yes checking for main in -lresolv... yes checking cc for build... checking for gcc... gcc gcc configure: WARNING: *** atmoamd will not be built. Missing kernel support? configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/include/Makefile config.status: creating src/lib/Makefile config.status: creating src/test/Makefile config.status: creating src/debug/Makefile config.status: creating src/qgen/Makefile config.status: creating src/saal/Makefile config.status: creating src/q2931/Makefile config.status: creating src/sigd/Makefile config.status: creating src/maint/Makefile config.status: creating src/arpd/Makefile config.status: creating src/ilmid/Makefile config.status: creating src/ilmid/asn1/Makefile config.status: creating src/man/Makefile config.status: creating src/led/Makefile config.status: creating src/lane/Makefile config.status: creating src/mpoad/Makefile config.status: creating src/oamd/Makefile config.status: creating src/switch/Makefile config.status: creating src/switch/debug/Makefile config.status: creating src/switch/tcp/Makefile config.status: creating src/br2684/Makefile config.status: creating src/config/Makefile config.status: creating src/extra/Makefile config.status: creating src/extra/linux-atm.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch /home/philipp/kernel2/build_i586/linux-atm-V2_5_2/.configured PATH=/home/philipp/kernel2/build_i586/staging_dir/bin:$PATH \ make -C /home/philipp/kernel2/build_i586/linux-atm-V2_5_2 make[1]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2' make all-recursive make[2]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2' Making all in src make[3]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src' Making all in include make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/include' Making all in lib make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/lib' /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c -o text2atm.lo text2atm.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c text2atm.c -fPIC -DPIC -o .libs/text2atm.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c text2atm.c -o text2atm.o>/dev/null 2>&1 mv -f .deps/text2atm.Tpo .deps/text2atm.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c -o atm2text.lo atm2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c atm2text.c -fPIC -DPIC -o .libs/atm2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c atm2text.c -o atm2text.o>/dev/null 2>&1 mv -f .deps/atm2text.Tpo .deps/atm2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c -o atmequal.lo atmequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c atmequal.c -fPIC -DPIC -o .libs/atmequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c atmequal.c -o atmequal.o>/dev/null 2>&1 mv -f .deps/atmequal.Tpo .deps/atmequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c -o sdu2cell.lo sdu2cell.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c sdu2cell.c -fPIC -DPIC -o .libs/sdu2cell.o sdu2cell.c: In function 'sdu2cell': sdu2cell.c:21: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c sdu2cell.c -o sdu2cell.o>/dev/null 2>&1 mv -f .deps/sdu2cell.Tpo .deps/sdu2cell.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c -o text2qos.lo text2qos.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c text2qos.c -fPIC -DPIC -o .libs/text2qos.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c text2qos.c -o text2qos.o>/dev/null 2>&1 mv -f .deps/text2qos.Tpo .deps/text2qos.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c -o qos2text.lo qos2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c qos2text.c -fPIC -DPIC -o .libs/qos2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c qos2text.c -o qos2text.o>/dev/null 2>&1 mv -f .deps/qos2text.Tpo .deps/qos2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c -o qosequal.lo qosequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c qosequal.c -fPIC -DPIC -o .libs/qosequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c qosequal.c -o qosequal.o>/dev/null 2>&1 mv -f .deps/qosequal.Tpo .deps/qosequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c -o sap2text.lo sap2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c sap2text.c -fPIC -DPIC -o .libs/sap2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c sap2text.c -o sap2text.o>/dev/null 2>&1 mv -f .deps/sap2text.Tpo .deps/sap2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c -o text2sap.lo text2sap.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c text2sap.c -fPIC -DPIC -o .libs/text2sap.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c text2sap.c -o text2sap.o>/dev/null 2>&1 mv -f .deps/text2sap.Tpo .deps/text2sap.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c -o sapequal.lo sapequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c sapequal.c -fPIC -DPIC -o .libs/sapequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c sapequal.c -o sapequal.o>/dev/null 2>&1 mv -f .deps/sapequal.Tpo .deps/sapequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o>/dev/null 2>&1 mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c -o ans.lo ans.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c ans.c -fPIC -DPIC -o .libs/ans.o ans.c: In function 'ans': ans.c:65: warning: pointer targets in passing argument 4 of '__dn_expand' differ in signedness ans.c:80: warning: pointer targets in passing argument 4 of '__dn_expand' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c ans.c -o ans.o>/dev/null 2>&1 mv -f .deps/ans.Tpo .deps/ans.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o .libs/common.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o>/dev/null 2>&1 mv -f .deps/common.Tpo .deps/common.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c -o diag.lo diag.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c diag.c -fPIC -DPIC -o .libs/diag.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c diag.c -o diag.o>/dev/null 2>&1 mv -f .deps/diag.Tpo .deps/diag.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c -o kptr.lo kptr.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c kptr.c -fPIC -DPIC -o .libs/kptr.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c kptr.c -o kptr.o>/dev/null 2>&1 mv -f .deps/kptr.Tpo .deps/kptr.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c -o text2ip.lo text2ip.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c text2ip.c -fPIC -DPIC -o .libs/text2ip.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c text2ip.c -o text2ip.o>/dev/null 2>&1 mv -f .deps/text2ip.Tpo .deps/text2ip.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o .libs/timer.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o>/dev/null 2>&1 mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo unix.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -fPIC -DPIC -o .libs/unix.o unix.c: In function 'un_recv_connect': unix.c:70: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness unix.c: In function 'un_recv': unix.c:81: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -o unix.o>/dev/null 2>&1 mv -f .deps/unix.Tpo .deps/unix.Plo /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -version-info 1:0:0 -o libatm.la -rpath /usr/lib text2atm.lo atm2text.lo atmequal.lo sdu2cell.lo text2qos.lo qos2text.lo qosequal.lo sap2text.lo text2sap.lo sapequal.lo misc.lo ans.lo common.lo diag.lo kptr.lo text2ip.lo timer.lo unix.lo -lresolv libtool: link: i586-linux-uclibc-gcc -shared .libs/text2atm.o .libs/atm2text.o .libs/atmequal.o .libs/sdu2cell.o .libs/text2qos.o .libs/qos2text.o .libs/qosequal.o .libs/sap2text.o .libs/text2sap.o .libs/sapequal.o .libs/misc.o .libs/ans.o .libs/common.o .libs/diag.o .libs/kptr.o .libs/text2ip.o .libs/timer.o .libs/unix.o -lresolv -march=k6-2 -isysroot /home/philipp/kernel2/build_i586/staging_dir -Wl,-soname -Wl,libatm.so.1 -o .libs/libatm.so.1.0.0 libtool: link: (cd ".libs"&& rm -f "libatm.so.1"&& ln -s "libatm.so.1.0.0" "libatm.so.1") libtool: link: (cd ".libs"&& rm -f "libatm.so"&& ln -s "libatm.so.1.0.0" "libatm.so") libtool: link: i586-linux-uclibc-ar cru .libs/libatm.a text2atm.o atm2text.o atmequal.o sdu2cell.o text2qos.o qos2text.o qosequal.o sap2text.o text2sap.o sapequal.o misc.o ans.o common.o diag.o kptr.o text2ip.o timer.o unix.o libtool: link: i586-linux-uclibc-ranlib .libs/libatm.a libtool: link: ( cd ".libs"&& rm -f "libatm.la"&& ln -s "../libatm.la" "libatm.la" ) make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/lib' Making all in test make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test' i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT aread.o -MD -MP -MF .deps/aread.Tpo -c -o aread.o aread.c mv -f .deps/aread.Tpo .deps/aread.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o aread aread.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/aread aread.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT awrite.o -MD -MP -MF .deps/awrite.Tpo -c -o awrite.o awrite.c mv -f .deps/awrite.Tpo .deps/awrite.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o awrite awrite.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/awrite awrite.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ttcp.o -MD -MP -MF .deps/ttcp.Tpo -c -o ttcp.o ttcp.c ttcp.c: In function 'main': ttcp.c:464: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ttcp.c:471: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness ttcp.c:509: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ttcp.c:518: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ttcp.c: At top level: ttcp.c:48: warning: 'RCSid' defined but not used mv -f .deps/ttcp.Tpo .deps/ttcp.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o ttcp_atm ttcp.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/ttcp_atm ttcp.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmswitch.o -MD -MP -MF .deps/atmswitch.Tpo -c -o atmswitch.o atmswitch.c mv -f .deps/atmswitch.Tpo .deps/atmswitch.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o atmswitch atmswitch.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/atmswitch atmswitch.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svc_recv.o -MD -MP -MF .deps/svc_recv.Tpo -c -o svc_recv.o svc_recv.c mv -f .deps/svc_recv.Tpo .deps/svc_recv.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svc_recv svc_recv.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svc_recv svc_recv.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svc_send.o -MD -MP -MF .deps/svc_send.Tpo -c -o svc_send.o svc_send.c svc_send.c: In function 'main': svc_send.c:28: warning: unused variable 'one' mv -f .deps/svc_send.Tpo .deps/svc_send.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svc_send svc_send.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svc_send svc_send.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT align.o -MD -MP -MF .deps/align.Tpo -c -o align.o align.c mv -f .deps/align.Tpo .deps/align.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o align align.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/align align.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT aping.o -MD -MP -MF .deps/aping.Tpo -c -o aping.o aping.c mv -f .deps/aping.Tpo .deps/aping.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o aping aping.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/aping aping.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT br.o -MD -MP -MF .deps/br.Tpo -c -o br.o br.c mv -f .deps/br.Tpo .deps/br.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o br br.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/br br.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT bw.o -MD -MP -MF .deps/bw.Tpo -c -o bw.o bw.c mv -f .deps/bw.Tpo .deps/bw.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o bw bw.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/bw bw.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT isp.o -MD -MP -MF .deps/isp.Tpo -c -o isp.o isp.c mv -f .deps/isp.Tpo .deps/isp.Po /bin/sh ../../ylwrap ispl_y.y y.tab.c ispl_y.c y.tab.h ispl_y.h y.output ispl_y.output -- bison -y -d /home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test/ispl_y.y:37.28-37: warning: symbol TOK_LISTEN redeclared updating ispl_y.h i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ispl_y.o -MD -MP -MF .deps/ispl_y.Tpo -c -o ispl_y.o ispl_y.c mv -f .deps/ispl_y.Tpo .deps/ispl_y.Po /bin/sh ../../ylwrap ispl_l.l lex.yy.c ispl_l.c -- flex i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ispl_l.o -MD -MP -MF .deps/ispl_l.Tpo -c -o ispl_l.o ispl_l.c ispl_l.c:1456: warning: 'yyunput' defined but not used mv -f .deps/ispl_l.Tpo .deps/ispl_l.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o isp isp.o ispl_y.o ispl_l.o ../../src/lib/libatm.la -lfl libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/isp isp.o ispl_y.o ispl_l.o ../../src/lib/.libs/libatm.so -lresolv -lfl i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c mv -f .deps/window.Tpo .deps/window.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o window window.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/window window.o ../../src/lib/.libs/libatm.so -lresolv make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test' Making all in debug make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/debug' i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT delay.o -MD -MP -MF .deps/delay.Tpo -c -o delay.o delay.c mv -f .deps/delay.Tpo .deps/delay.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o delay delay.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/delay delay.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svctor.o -MD -MP -MF .deps/svctor.Tpo -c -o svctor.o svctor.c mv -f .deps/svctor.Tpo .deps/svctor.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svctor svctor.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svctor svctor.o ../../src/lib/.libs/libatm.so -lresolv make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/debug' Making all in qgen make[4]: E... [truncated message content] |
From: chas w. - C. <ch...@cm...> - 2010-12-28 16:41:02
|
i have released 2.5.2 |
From: Philip P. <phi...@re...> - 2010-12-28 17:33:02
|
On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: > i have released 2.5.2 Awesome. Building now. |
From: Philip P. <phi...@re...> - 2010-12-28 19:20:36
|
On 12/28/10 9:31 AM, Philip Prindeville wrote: > On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: >> i have released 2.5.2 > Awesome. Building now. > Well, with: astlinux, unmodified other than bumping linux-atm to 2.5.2 keeping the experimental firmware on the solos PCI card and using the solos-0.11 download with the same patches as before it fails to train up. ... NET: Registered protocol family 8 NET: Registered protocol family 20 Solos PCI Driver Version 0.11 svn-25 solos 0000:00:0c.0: Solos FPGA Version 0.03 svn-38 solos 0000:00:0c.0: Registered ATM device 0 solos 0000:00:0c.0: Registered ATM device 1 solos 0000:00:0c.0: Port 0: HandShake Bridge firewalling registered eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 device eth0 entered promiscuous mode eth1: link down device eth1 entered promiscuous mode Bringing up br1 as 192.168.0.2 br1: topology change detected, propagating br1: port 1(eth0) entering forwarding state Sleeping for 30 seconds before I bring up ppp0... Attempting to bring up PPPoA on atm0 This could take some time... PPP generic driver version 2.4.2 NET: Registered protocol family 24 Starting ppp.............................. timeout! Pppd timed out waiting for negotiation! not sure why this would fail. I'm using PPPoA. From dmesg: Device: 0 Vpi: 0 Vci: 32 ip_tables: (C) 2000-2006 Netfilter Core Team nf_conntrack version 0.5.0 (8192 buckets, 32768 max) solos 0000:00:0c.0: Port 1: Idle solos 0000:00:0c.0: Port 1: HandShake Device: 0 Vpi: 0 Vci: 32 Device: 0 Vpi: 0 Vci: 32 solos 0000:00:0c.0: Port 1: Idle solos 0000:00:0c.0: Port 0: Idle solos 0000:00:0c.0: Port 1: HandShake solos 0000:00:0c.0: Port 0: HandShake Device: 0 Vpi: 0 Vci: 32 solos 0000:00:0c.0: Port 0: Training solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, Attn 27.5 dB solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 Device: 0 Vpi: 0 Vci: 32 If I kill and restart pppd it works. |
From: Philip P. <phi...@re...> - 2010-12-28 20:18:16
|
On 12/28/10 11:20 AM, Philip Prindeville wrote: > On 12/28/10 9:31 AM, Philip Prindeville wrote: >> On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: >>> i have released 2.5.2 >> Awesome. Building now. >> > Well, with: > > astlinux, unmodified other than bumping linux-atm to 2.5.2 > keeping the experimental firmware on the solos PCI card > and using the solos-0.11 download with the same patches as before > > it fails to train up. > > ... > NET: Registered protocol family 8 > NET: Registered protocol family 20 > Solos PCI Driver Version 0.11 svn-25 > solos 0000:00:0c.0: Solos FPGA Version 0.03 svn-38 > solos 0000:00:0c.0: Registered ATM device 0 > solos 0000:00:0c.0: Registered ATM device 1 > solos 0000:00:0c.0: Port 0: HandShake > Bridge firewalling registered > eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 > device eth0 entered promiscuous mode > eth1: link down > device eth1 entered promiscuous mode > Bringing up br1 as 192.168.0.2 > br1: topology change detected, propagating > br1: port 1(eth0) entering forwarding state > Sleeping for 30 seconds before I bring up ppp0... > Attempting to bring up PPPoA on atm0 > This could take some time... > PPP generic driver version 2.4.2 > NET: Registered protocol family 24 > Starting ppp.............................. timeout! > Pppd timed out waiting for negotiation! > > > not sure why this would fail. I'm using PPPoA. From dmesg: > > Device: 0 Vpi: 0 Vci: 32 > ip_tables: (C) 2000-2006 Netfilter Core Team > nf_conntrack version 0.5.0 (8192 buckets, 32768 max) > solos 0000:00:0c.0: Port 1: Idle > solos 0000:00:0c.0: Port 1: HandShake > Device: 0 Vpi: 0 Vci: 32 > Device: 0 Vpi: 0 Vci: 32 > solos 0000:00:0c.0: Port 1: Idle > solos 0000:00:0c.0: Port 0: Idle > solos 0000:00:0c.0: Port 1: HandShake > solos 0000:00:0c.0: Port 0: HandShake > Device: 0 Vpi: 0 Vci: 32 > solos 0000:00:0c.0: Port 0: Training > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, Attn 27.5 dB > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 > Device: 0 Vpi: 0 Vci: 32 > > > If I kill and restart pppd it works. > Not sure what might have changed, but the link is taking longer to come up than before. Would be nice to be able to limit the profile (Annex A/T1.413) that it tries to train up as, but that's not an option. If I bump the "sleep 30" to "sleep 90" then it works. -Philip |
From: Guy E. <gu...@tr...> - 2010-12-28 21:51:36
|
Hi Philip, I'm just working on a new manual, and trying to build a full list of usefull ADSL parameters. If this trick works let me know and I'll include it in the manual. You could try turning off ADSL2/2+ support, that might speedup training. Try setting these parameters in this order... ActivateLine Abort BisACapability Disable {disable Annex A ADSL2 and ADSL2+} BisMCapability Disable {disable Annex M ADSL2 and ADSL2+} ActivateLine Start To set ADSL parameters use soloscli... <snip> Included in the driver tarball on SourceForge is a simple CLI utility to allow access to the ADSL parameters for each port. Usage... $soloscli -g Port Parameter $soloscli -s Port Parameter Value Notes : g = get s = set Port is the ADSL port number with a value of 0 or 1 </snip> Cheers, - Guy. On 29/12/2010 7:18 AM, Philip Prindeville wrote: > On 12/28/10 11:20 AM, Philip Prindeville wrote: > >> On 12/28/10 9:31 AM, Philip Prindeville wrote: >> >>> On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: >>> >>>> i have released 2.5.2 >>>> >>> Awesome. B >>> uilding now. >>> >>> >> Well, with: >> >> astlinux, unmodified other than bumping linux-atm to 2.5.2 >> keeping the experimental firmware on the solos PCI card >> and using the solos-0.11 download with the same patches as before >> >> it fails to train up. >> >> ... >> NET: Registered protocol family 8 >> NET: Registered protocol family 20 >> Solos PCI Driver Version 0.11 svn-25 >> solos 0000:00:0c.0: Solos FPGA Version 0.03 svn-38 >> solos 0000:00:0c.0: Registered ATM device 0 >> solos 0000:00:0c.0: Registered ATM device 1 >> solos 0000:00:0c.0: Port 0: HandShake >> Bridge firewalling registered >> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 >> device eth0 entered promiscuous mode >> eth1: link down >> device eth1 entered promiscuous mode >> Bringing up br1 as 192.168.0.2 >> br1: topology change detected, propagating >> br1: port 1(eth0) entering forwarding state >> Sleeping for 30 seconds before I bring up ppp0... >> Attempting to bring up PPPoA on atm0 >> This could take some time... >> PPP generic driver version 2.4.2 >> NET: Registered protocol family 24 >> Starting ppp.............................. timeout! >> Pppd timed out waiting for negotiation! >> >> >> not sure why this would fail. I'm using PPPoA. From dmesg: >> >> Device: 0 Vpi: 0 Vci: 32 >> ip_tables: (C) 2000-2006 Netfilter Core Team >> nf_conntrack version 0.5.0 (8192 buckets, 32768 max) >> solos 0000:00:0c.0: Port 1: Idle >> solos 0000:00:0c.0: Port 1: HandShake >> Device: 0 Vpi: 0 Vci: 32 >> Device: 0 Vpi: 0 Vci: 32 >> solos 0000:00:0c.0: Port 1: Idle >> solos 0000:00:0c.0: Port 0: Idle >> solos 0000:00:0c.0: Port 1: HandShake >> solos 0000:00:0c.0: Port 0: HandShake >> Device: 0 Vpi: 0 Vci: 32 >> solos 0000:00:0c.0: Port 0: Training >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, Attn 27.5 dB >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >> Device: 0 Vpi: 0 Vci: 32 >> >> >> If I kill and restart pppd it works. >> >> > > Not sure what might have changed, but the link is taking longer to come up than before. > > Would be nice to be able to limit the profile (Annex A/T1.413) that it tries to train up as, but that's not an option. > > If I bump the "sleep 30" to "sleep 90" then it works. > > -Philip > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Linux-atm-general mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linux-atm-general > > -- Guy Ellis gu...@tr... http://www.traverse.com.au Skype: guy.ellis1 Tel: +613 9386 4430 Fax: +613 9386 4435 |
From: Philip P. <phi...@re...> - 2010-12-28 21:27:30
|
I'm using ADSL2+, just not the G.DMT stuff which is what I'm guessing it tries to train up with first. On 12/28/10 1:21 PM, Guy Ellis wrote: > Hi Philip, > > I'm just working on a new manual, and trying to build a full list of usefull ADSL parameters. > If this trick works let me know and I'll include it in the manual. > > You could try turning off ADSL2/2+ support, that might speedup training. > Try setting these parameters in this order... > > ActivateLine Abort > BisACapability Disable {disable Annex A ADSL2 and ADSL2+} > BisMCapability Disable {disable Annex M ADSL2 and ADSL2+} > ActivateLine Start > > To set ADSL parameters use soloscli... > > <snip> > Included in the driver tarball on SourceForge is a simple CLI utility to allow access to the ADSL > parameters for each port. Usage... > $soloscli -g Port Parameter > $soloscli -s Port Parameter Value > Notes : > g = get > s = set > Port is the ADSL port number with a value of 0 or 1 > </snip> > > Cheers, > > - Guy. > > > > > On 29/12/2010 7:18 AM, Philip Prindeville wrote: >> On 12/28/10 11:20 AM, Philip Prindeville wrote: >>> On 12/28/10 9:31 AM, Philip Prindeville wrote: >>>> On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: >>>>> i have released 2.5.2 >>>> Awesome. B > >>>> uilding now. >>>> >>> Well, with: >>> >>> astlinux, unmodified other than bumping linux-atm to 2.5.2 >>> keeping the experimental firmware on the solos PCI card >>> and using the solos-0.11 download with the same patches as before >>> >>> it fails to train up. >>> >>> ... >>> NET: Registered protocol family 8 >>> NET: Registered protocol family 20 >>> Solos PCI Driver Version 0.11 svn-25 >>> solos 0000:00:0c.0: Solos FPGA Version 0.03 svn-38 >>> solos 0000:00:0c.0: Registered ATM device 0 >>> solos 0000:00:0c.0: Registered ATM device 1 >>> solos 0000:00:0c.0: Port 0: HandShake >>> Bridge firewalling registered >>> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 >>> device eth0 entered promiscuous mode >>> eth1: link down >>> device eth1 entered promiscuous mode >>> Bringing up br1 as 192.168.0.2 >>> br1: topology change detected, propagating >>> br1: port 1(eth0) entering forwarding state >>> Sleeping for 30 seconds before I bring up ppp0... >>> Attempting to bring up PPPoA on atm0 >>> This could take some time... >>> PPP generic driver version 2.4.2 >>> NET: Registered protocol family 24 >>> Starting ppp.............................. timeout! >>> Pppd timed out waiting for negotiation! >>> >>> >>> not sure why this would fail. I'm using PPPoA. From dmesg: >>> >>> Device: 0 Vpi: 0 Vci: 32 >>> ip_tables: (C) 2000-2006 Netfilter Core Team >>> nf_conntrack version 0.5.0 (8192 buckets, 32768 max) >>> solos 0000:00:0c.0: Port 1: Idle >>> solos 0000:00:0c.0: Port 1: HandShake >>> Device: 0 Vpi: 0 Vci: 32 >>> Device: 0 Vpi: 0 Vci: 32 >>> solos 0000:00:0c.0: Port 1: Idle >>> solos 0000:00:0c.0: Port 0: Idle >>> solos 0000:00:0c.0: Port 1: HandShake >>> solos 0000:00:0c.0: Port 0: HandShake >>> Device: 0 Vpi: 0 Vci: 32 >>> solos 0000:00:0c.0: Port 0: Training >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, Attn 27.5 dB >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>> Device: 0 Vpi: 0 Vci: 32 >>> >>> >>> If I kill and restart pppd it works. >>> >> >> Not sure what might have changed, but the link is taking longer to come up than before. >> >> Would be nice to be able to limit the profile (Annex A/T1.413) that it tries to train up as, but that's not an option. >> >> If I bump the "sleep 30" to "sleep 90" then it works. >> >> -Philip |
From: Guy E. <gu...@tr...> - 2010-12-28 21:36:41
|
What makes you think you are using ADSL2+??? <snip> solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, Attn 27.5 dB </snip> That looks like ADSL1 to me. To disable ADSL1 support.. ActivateLine Abort AnnexACapability Disable ActivateLine Start Cheers, - Guy. On 29/12/2010 8:27 AM, Philip Prindeville wrote: > I'm using ADSL2+, just not the G.DMT stuff which is what I'm guessing > it tries to train up with first. > > > On 12/28/10 1:21 PM, Guy Ellis wrote: >> Hi Philip, >> >> I'm just working on a new manual, and trying to build a full list of >> usefull ADSL parameters. >> If this trick works let me know and I'll include it in the manual. >> >> You could try turning off ADSL2/2+ support, that might speedup training. >> Try setting these parameters in this order... >> >> ActivateLine Abort >> BisACapability Disable {disable Annex A ADSL2 and ADSL2+} >> BisMCapability Disable {disable Annex M ADSL2 and ADSL2+} >> ActivateLine Start >> >> To set ADSL parameters use soloscli... >> >> <snip> >> Included in the driver tarball on SourceForge is a simple CLI utility >> to allow access to the ADSL >> parameters for each port. Usage... >> $soloscli -g Port Parameter >> $soloscli -s Port Parameter Value >> Notes : >> g = get >> s = set >> Port is the ADSL port number with a value of 0 or 1 >> </snip> >> >> Cheers, >> >> - Guy. >> >> >> >> >> On 29/12/2010 7:18 AM, Philip Prindeville wrote: >>> On 12/28/10 11:20 AM, Philip Prindeville wrote: >>>> On 12/28/10 9:31 AM, Philip Prindeville wrote: >>>>> On 12/28/10 8:40 AM, chas williams - CONTRACTOR wrote: >>>>>> i have released 2.5.2 >>>>> Awesome. B >> >>>>> uilding now. >>>>> >>>> Well, with: >>>> >>>> astlinux, unmodified other than bumping linux-atm to 2.5.2 >>>> keeping the experimental firmware on the solos PCI card >>>> and using the solos-0.11 download with the same patches as before >>>> >>>> it fails to train up. >>>> >>>> ... >>>> NET: Registered protocol family 8 >>>> NET: Registered protocol family 20 >>>> Solos PCI Driver Version 0.11 svn-25 >>>> solos 0000:00:0c.0: Solos FPGA Version 0.03 svn-38 >>>> solos 0000:00:0c.0: Registered ATM device 0 >>>> solos 0000:00:0c.0: Registered ATM device 1 >>>> solos 0000:00:0c.0: Port 0: HandShake >>>> Bridge firewalling registered >>>> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 >>>> device eth0 entered promiscuous mode >>>> eth1: link down >>>> device eth1 entered promiscuous mode >>>> Bringing up br1 as 192.168.0.2 >>>> br1: topology change detected, propagating >>>> br1: port 1(eth0) entering forwarding state >>>> Sleeping for 30 seconds before I bring up ppp0... >>>> Attempting to bring up PPPoA on atm0 >>>> This could take some time... >>>> PPP generic driver version 2.4.2 >>>> NET: Registered protocol family 24 >>>> Starting ppp.............................. timeout! >>>> Pppd timed out waiting for negotiation! >>>> >>>> >>>> not sure why this would fail. I'm using PPPoA. From dmesg: >>>> >>>> Device: 0 Vpi: 0 Vci: 32 >>>> ip_tables: (C) 2000-2006 Netfilter Core Team >>>> nf_conntrack version 0.5.0 (8192 buckets, 32768 max) >>>> solos 0000:00:0c.0: Port 1: Idle >>>> solos 0000:00:0c.0: Port 1: HandShake >>>> Device: 0 Vpi: 0 Vci: 32 >>>> Device: 0 Vpi: 0 Vci: 32 >>>> solos 0000:00:0c.0: Port 1: Idle >>>> solos 0000:00:0c.0: Port 0: Idle >>>> solos 0000:00:0c.0: Port 1: HandShake >>>> solos 0000:00:0c.0: Port 0: HandShake >>>> Device: 0 Vpi: 0 Vci: 32 >>>> solos 0000:00:0c.0: Port 0: Training >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Port 0: Showtime @1536/896 kb/s, SNR 29.5 dB, >>>> Attn 27.5 dB >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.32 on port 0 >>>> Device: 0 Vpi: 0 Vci: 32 >>>> >>>> >>>> If I kill and restart pppd it works. >>>> >>> >>> Not sure what might have changed, but the link is taking longer to >>> come up than before. >>> >>> Would be nice to be able to limit the profile (Annex A/T1.413) that >>> it tries to train up as, but that's not an option. >>> >>> If I bump the "sleep 30" to "sleep 90" then it works. >>> >>> -Philip > > -- Guy Ellis gu...@tr... http://www.traverse.com.au Skype: guy.ellis1 Tel: +613 9386 4430 Fax: +613 9386 4435 |
From: Philip P. <phi...@re...> - 2010-12-20 19:33:35
|
A few issues... seems to ignore DESTDIR and hence not be cross-compilation friendly: Making install in config make[3]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/config' make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/config' cp hosts.atm /etc cp: cannot create regular file `/etc/hosts.atm': Permission denied make[4]: [install-exec-local] Error 1 (ignored) test -z "/etc" || /bin/mkdir -p "/home/philipp/kernel2/build_i586/root/etc" /usr/bin/install -c -m 644 hosts.atm '/home/philipp/kernel2/build_i586/root/etc' ... make[3]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make install-am make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make[5]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make install-exec-hook make[6]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' /usr/bin/install -c -m 644 ./pca200e.bin /lib/firmware /usr/bin/install: cannot create regular file `/lib/firmware/pca200e.bin': Permission denied make[6]: *** [install-exec-hook] Error 1 make[6]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make[5]: *** [install-exec-am] Error 2 make[5]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make[3]: *** [install] Error 2 make[3]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2' make: *** [/home/philipp/kernel2/build_i586/root/usr/sbin/atmsigd] Error 2 On 12/20/10 7:23 AM, chas williams - CONTRACTOR wrote: > can you checkout the V2_5_2 branch and see if it works for you? if > you dont see any problem like this, i will make a release of that > branch this week. > > On Sun, 19 Dec 2010 20:14:28 -0800 > Philip Prindeville<phi...@re...> wrote: > >> 2.5.1 has now been out over a year. >> >> Noticed that there are some issues w/ building this version, >> especially in cross-compilation environments. >> >> ... >> Running libtoolize... >> libtoolize: putting auxiliary files in `.'. >> libtoolize: copying file `./ltmain.sh' >> libtoolize: You should add the contents of the following files to >> `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' >> libtoolize: `/usr/share/aclocal/ltoptions.m4' >> libtoolize: `/usr/share/aclocal/ltversion.m4' >> libtoolize: `/usr/share/aclocal/ltsugar.m4' >> libtoolize: `/usr/share/aclocal/lt~obsolete.m4' >> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to >> configure.in and libtoolize: rerunning libtoolize, to keep the >> correct libtool macros in-tree. libtoolize: Consider adding `-I m4' >> to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... >> Running autoconf... >> Running autoheader... >> Running automake... >> src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name >> src/q2931/Makefile.am:21: (probably a GNU make extension) >> src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not >> override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. >> Finished... Now run './configure' and 'make'... >> ... >> >> The first warning comes from: >> >> SYMFILES = $(srcdir)/uni.h $(shell $(CC) $(CFLAGS) -E >> $(srcdir)/header.c | $(AWK) -f $(srcdir)/script.awk) >> >> >> and the second warning from: >> >> CFLAGS = @CFLAGS_FOR_BUILD@ >> >> >> Could we do a little cleanup on it and release 2.5.2? >> >> Thanks, >> >> -Philip >> |
From: chas w. - C. <ch...@cm...> - 2010-12-20 21:09:02
|
On Mon, 20 Dec 2010 11:31:58 -0800 Philip Prindeville <phi...@re...> wrote: > hosts.atm /etc cp: cannot create regular file `/etc/hosts.atm': > Permission denied make[4]: [install-exec-local] Error 1 (ignored) > test -z "/etc" || /bin/mkdir -p > "/home/philipp/kernel2/build_i586/root/etc" /usr/bin/install -c -m > 644 hosts.atm '/home/philipp/kernel2/build_i586/root/etc' ... this is fixed. > `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' /usr/bin/install > -c -m 644 ./pca200e.bin /lib/firmware /usr/bin/install: cannot create > regular file `/lib/firmware/pca200e.bin': Permission denied make[6]: and this is fixed. it might take a few hours to get into the read only repository on sourceforge. |
From: Philip P. <phi...@re...> - 2010-12-21 01:29:54
|
On 12/20/10 1:08 PM, chas williams - CONTRACTOR wrote: > On Mon, 20 Dec 2010 11:31:58 -0800 > Philip Prindeville<phi...@re...> wrote: > > >> hosts.atm /etc cp: cannot create regular file `/etc/hosts.atm': >> Permission denied make[4]: [install-exec-local] Error 1 (ignored) >> test -z "/etc" || /bin/mkdir -p >> "/home/philipp/kernel2/build_i586/root/etc" /usr/bin/install -c -m >> 644 hosts.atm '/home/philipp/kernel2/build_i586/root/etc' ... > this is fixed. > > >> `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/extra' /usr/bin/install >> -c -m 644 ./pca200e.bin /lib/firmware /usr/bin/install: cannot create >> regular file `/lib/firmware/pca200e.bin': Permission denied make[6]: > and this is fixed. it might take a few hours to get into the > read only repository on sourceforge. > Confirmed on both. |