This is an update to iproute2 utilities including bug fixes and features related to 2.6.22 kernel. This package tries to be source compatible across releases. The same source should build on older systems, but obviously the newer kernel features won''t be available. It can be downloaded from: http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.22-070710.tar.gz Repository: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git For more info on iproute2 see: http://linux-net.osdl.org/index.php/Iproute2 Changelog David Lamparter (1): iproute2: Format IPv6 tunnels endpoints nicely. Mike Frysinger (1): ip/routef lifesaver Patrick McHardy (1): Fwd: Re: more iproute2 issues (not critical) Pavel Roskin (1): ip: add support for displaying link types 802 and 803 Stephen Hemminger (11): Revert "Increase internal clock resolution to nsec" Add xt_tcpudp.h incorrect initialization headers update to 2.6.22 fix last change fix build warnings netem: static Add TC_LIB_DIR environment variable. ss: fix issues with signed inodes Thomas Graf (2): iproute2: support for goto/nop action and detached flag iproute2: Support IFF_LOWER_UP and IFF_DORMANT Yasuyuki KOZAKAI (1): Fix symbolic link to tc-bfifo.8 jamal (2): SAD info SPD info -- Stephen Hemminger <shemminger@linux-foundation.org> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Mr. James W. Laferriere
2007-Jul-12 03:38 UTC
re: iproute2 2.6.22-070710 , mp_ematch.y:11: unrecognized: %error-verbose , ...
Hello Stephen (& All) , Maybe next build of the tarball one could tar up the base directory name as well . ie: iproute2-2.6.22-070710/ . The error below while being (quite probably) manually correctable isn''t something I''d expect to see in a release . Twyl , JimL ps: I am not subscribed to netdev (I am quite sure) . $ ./configure TC schedulers ATM no $ make make[1]: Entering directory `/home/archive/iproute2-2_6_22-070710/lib'' ...snip... gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ematch.o m_ematch.c bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y emp_ematch.y:11: unrecognized: %error-verbose emp_ematch.y:11: Skipping to next % make[1]: *** [emp_ematch.yacc.c] Error 1 make[1]: Leaving directory `/home/archive/iproute2-2_6_22-070710/tc'' make: *** [all] Error 2 jiml@filesrv1:/home/archive On Tue, 10 Jul 2007, Stephen Hemminger wrote:> This is an update to iproute2 utilities including bug fixes and features > related to 2.6.22 kernel. > > This package tries to be source compatible across releases. > The same source should build on older systems, but obviously the > newer kernel features won''t be available. > > It can be downloaded from: > http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.22-070710.tar.gz > > Repository: > git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git > > For more info on iproute2 see: > http://linux-net.osdl.org/index.php/Iproute2 > > Changelog > > David Lamparter (1): > iproute2: Format IPv6 tunnels endpoints nicely. > > Mike Frysinger (1): > ip/routef lifesaver > > Patrick McHardy (1): > Fwd: Re: more iproute2 issues (not critical) > > Pavel Roskin (1): > ip: add support for displaying link types 802 and 803 > > Stephen Hemminger (11): > Revert "Increase internal clock resolution to nsec" > Add xt_tcpudp.h > incorrect initialization > headers update to 2.6.22 > fix last change > fix build warnings > netem: static > Add TC_LIB_DIR environment variable. > ss: fix issues with signed inodes > > Thomas Graf (2): > iproute2: support for goto/nop action and detached flag > iproute2: Support IFF_LOWER_UP and IFF_DORMANT > > Yasuyuki KOZAKAI (1): > Fix symbolic link to tc-bfifo.8 > > jamal (2): > SAD info > SPD info-- +-----------------------------------------------------------------+ | James W. Laferriere | System Techniques | Give me VMS | | Network Engineer | 663 Beaumont Blvd | Give me Linux | | babydr@baby-dragons.com | Pacifica, CA. 94044 | only on AXP | +-----------------------------------------------------------------+ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Stephen Hemminger
2007-Jul-12 04:10 UTC
Re: iproute2 2.6.22-070710 , mp_ematch.y:11: unrecognized: %error-verbose , ...
On Wed, 11 Jul 2007 20:38:43 -0700 (PDT) "Mr. James W. Laferriere" <babydr@baby-dragons.com> wrote:> Hello Stephen (& All) , Maybe next build of the tarball one could tar > up the base directory name as well . ie: iproute2-2.6.22-070710/ . > The error below while being (quite probably) manually correctable isn''t > something I''d expect to see in a release . > Twyl , JimL > > ps: I am not subscribed to netdev (I am quite sure) . > > $ ./configure > TC schedulers > ATM no > > $ make > make[1]: Entering directory `/home/archive/iproute2-2_6_22-070710/lib'' > ...snip... > gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ematch.o m_ematch.c > bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y > emp_ematch.y:11: unrecognized: %error-verbose > emp_ematch.y:11: Skipping to next % > make[1]: *** [emp_ematch.yacc.c] Error 1 > make[1]: Leaving directory `/home/archive/iproute2-2_6_22-070710/tc'' > make: *** [all] Error 2 > jiml@filesrv1:/home/archiveWhich version of bison. There have been issues where bison / flex don''t always stay source compatible across releases. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Mr. James W. Laferriere
2007-Jul-13 03:58 UTC
Re: iproute2 2.6.22-070710 , mp_ematch.y:11: unrecognized: %error-verbose , ...
Hello Stephen , Thank you . see inline . On Wed, 11 Jul 2007, Stephen Hemminger wrote:> On Wed, 11 Jul 2007 20:38:43 -0700 (PDT) > "Mr. James W. Laferriere" <babydr@baby-dragons.com> wrote: > >> Hello Stephen (& All) , Maybe next build of the tarball one could tar >> up the base directory name as well . ie: iproute2-2.6.22-070710/ . >> The error below while being (quite probably) manually correctable isn''t >> something I''d expect to see in a release . >> Twyl , JimL >> >> ps: I am not subscribed to netdev (I am quite sure) . >> >> $ ./configure >> TC schedulers >> ATM no >> >> $ make >> make[1]: Entering directory `/home/archive/iproute2-2_6_22-070710/lib'' >> ...snip... >> gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ematch.o m_ematch.c >> bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y >> emp_ematch.y:11: unrecognized: %error-verbose >> emp_ematch.y:11: Skipping to next % >> make[1]: *** [emp_ematch.yacc.c] Error 1 >> make[1]: Leaving directory `/home/archive/iproute2-2_6_22-070710/tc'' >> make: *** [all] Error 2 >> jiml@filesrv1:/home/archive > > Which version of bison. There have been issues where bison / flex don''t > always stay source compatible across releases.$ bison --version bison (GNU Bison) 1.35 $ flex --version flex version 2.5.4 $ /usr/src/linux/scripts/ver_linux If some fields are empty or look unusual you may have an old version. Compare to the current minimal requirements in Documentation/Changes. Linux filesrv1 2.6.18.3 #2 SMP Fri Jan 5 20:01:06 PST 2007 i686 unknown unknown GNU/Linux Gnu C 3.3.6 Gnu make 3.80 binutils 2.15.92.0.2 util-linux 2.12p mount 2.12p module-init-tools 3.1 e2fsprogs 1.38 jfsutils 1.1.8 reiserfsprogs 3.6.19 xfsprogs 2.6.13 pcmcia-cs 3.2.8 quota-tools 3.12. PPP 2.4.4b1 nfs-utils 1.0.7 Linux C Library 2.3.5 Dynamic linker (ldd) 2.3.5 Linux C++ Library 5.0.7 Procps 3.2.5 Net-tools 1.60 Kbd 1.12 Sh-utils 5.2.1 udev 064 Modules Loaded Any thing else I can provide to help diagnose this please just ask . Tia , JimL -- +-----------------------------------------------------------------+ | James W. Laferriere | System Techniques | Give me VMS | | Network Engineer | 663 Beaumont Blvd | Give me Linux | | babydr@baby-dragons.com | Pacifica, CA. 94044 | only on AXP | +-----------------------------------------------------------------+ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html