All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
@ 2005-11-09 16:34 Damjan
  2005-11-09 17:15 ` Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Damjan @ 2005-11-09 16:34 UTC (permalink / raw)
  To: lartc

> Update to iproute2 is available.  Most of the changes were to repair the
> things that broke with the introduction of the batch mode to the ip command.
> 	http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz

I'm getting this error when trying to compile on Slackware-10.2.
The version of bison is 1.35.

make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'
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


-- 
damjan | дамјан
This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
  2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
@ 2005-11-09 17:15 ` Stephen Hemminger
  2005-11-10 16:35 ` Thomas Graf
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Stephen Hemminger @ 2005-11-09 17:15 UTC (permalink / raw)
  To: lartc

On Wed, 9 Nov 2005 17:34:33 +0100
Damjan <gdamjan@mail.net.mk> wrote:

> > Update to iproute2 is available.  Most of the changes were to repair the
> > things that broke with the introduction of the batch mode to the ip command.
> > 	http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
> 
> I'm getting this error when trying to compile on Slackware-10.2.
> The version of bison is 1.35.
> 
> make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'
> 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
> 
> 

The ematch stuff probably needs bison 2.0 talk to Thomas.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
  2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
  2005-11-09 17:15 ` Stephen Hemminger
@ 2005-11-10 16:35 ` Thomas Graf
  2005-11-10 17:56 ` Damjan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Graf @ 2005-11-10 16:35 UTC (permalink / raw)
  To: lartc

* Stephen Hemminger <shemminger@osdl.org> 2005-11-09 09:15
> On Wed, 9 Nov 2005 17:34:33 +0100
> Damjan <gdamjan@mail.net.mk> wrote:
> 
> > > Update to iproute2 is available.  Most of the changes were to repair the
> > > things that broke with the introduction of the batch mode to the ip command.
> > > 	http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
> > 
> > I'm getting this error when trying to compile on Slackware-10.2.
> > The version of bison is 1.35.
> > 
> > make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'
> > 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
> > 
> > 
> 
> The ematch stuff probably needs bison 2.0 talk to Thomas.

Yes, bison 2.0 or a compatible version is required. It should
be possible to remove '%error-verbose' from the yacc grammar
at the cost of less precise grammar error messages.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
  2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
  2005-11-09 17:15 ` Stephen Hemminger
  2005-11-10 16:35 ` Thomas Graf
@ 2005-11-10 17:56 ` Damjan
  2005-11-17  5:20 ` Damjan
  2005-11-22  7:30 ` Patrick McHardy
  4 siblings, 0 replies; 6+ messages in thread
From: Damjan @ 2005-11-10 17:56 UTC (permalink / raw)
  To: lartc

> > > I'm getting this error when trying to compile on Slackware-10.2.
> > > The version of bison is 1.35.
> > 
> > The ematch stuff probably needs bison 2.0 talk to Thomas.
> 
> Yes, bison 2.0 or a compatible version is required. It should
> be possible to remove '%error-verbose' from the yacc grammar
> at the cost of less precise grammar error messages.

I've upgraded to Bison 1.875d and it compiled fine.

-- 
damjan | дамјан
This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
  2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
                   ` (2 preceding siblings ...)
  2005-11-10 17:56 ` Damjan
@ 2005-11-17  5:20 ` Damjan
  2005-11-22  7:30 ` Patrick McHardy
  4 siblings, 0 replies; 6+ messages in thread
From: Damjan @ 2005-11-17  5:20 UTC (permalink / raw)
  To: lartc

> Patrick McHardy
>         * Fix ip command shortcuts

Hmm.. what's this change?

I've noticed that "ip address" no longer works, only "ip addr" works.


-- 
damjan | дамјан
This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107
  2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
                   ` (3 preceding siblings ...)
  2005-11-17  5:20 ` Damjan
@ 2005-11-22  7:30 ` Patrick McHardy
  4 siblings, 0 replies; 6+ messages in thread
From: Patrick McHardy @ 2005-11-22  7:30 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

Damjan wrote:
>>Patrick McHardy
>>        * Fix ip command shortcuts
> 
> 
> Hmm.. what's this change?
> 
> I've noticed that "ip address" no longer works, only "ip addr" works.

This seems to be one of the things the introduction of
batch mode broke. This patch fixes it.

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 760 bytes --]

Index: ip/ip.c
===================================================================
RCS file: /repos/iproute2/ip/ip.c,v
retrieving revision 1.10
diff -u -r1.10 ip.c
--- ip/ip.c	24 Oct 2005 16:26:25 -0000	1.10
+++ ip/ip.c	22 Nov 2005 03:49:54 -0000
@@ -62,13 +62,15 @@
 	const char *cmd;
 	int (*func)(int argc, char **argv);
 } cmds[] = {
-	{ "addr", 	do_ipaddr },
-	{ "maddr",	do_multiaddr },
+	{ "address", 	do_ipaddr },
+	{ "maddress",	do_multiaddr },
 	{ "route",	do_iproute },
 	{ "rule",	do_iprule },
-	{ "neigh",	do_ipneigh },
+	{ "neighbour",	do_ipneigh },
+	{ "neighbor",	do_ipneigh },
 	{ "link",	do_iplink },
 	{ "tunnel",	do_iptunnel },
+	{ "tunl",	do_iptunnel },
 	{ "monitor",	do_ipmonitor },
 	{ "xfrm",	do_xfrm },
 	{ "mroute",	do_multiroute },

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-22  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-09 16:34 [LARTC] Re: [ANNOUNCE] iproute2 2.6.14-051107 Damjan
2005-11-09 17:15 ` Stephen Hemminger
2005-11-10 16:35 ` Thomas Graf
2005-11-10 17:56 ` Damjan
2005-11-17  5:20 ` Damjan
2005-11-22  7:30 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.