From kristian@juniks.net Mon Jun 6 03:55:03 2005 From: kristian@juniks.net (Kristian Larsson) Date: Mon, 6 Jun 2005 04:55:03 +0200 Subject: [Xorp-hackers] config.[guess|sub] update to enable build on DragonFly Message-ID: <20050606025503.GB9623@juniks.net> xorp/config/config.guess xorp/config/config.sub xorp/cli/libtecla/config.guess xorp/cli/libtecla/config.sub the above files are quite out of date (2003-02-22) by updating them to the latest version it is possible to build xorp on DragonFlyBSD (cvs as of May sometime). I beleive it is _not_ possible to build xorp on DragonFlyBSD 1.2, I tried 1.2rcX a time ago and there were errors. To avoid spamming the list with files I won't attach the files but they can be fetched from: http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub //Kristian From pavlin@icir.org Mon Jun 6 22:24:55 2005 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 06 Jun 2005 14:24:55 -0700 Subject: [Xorp-hackers] config.[guess|sub] update to enable build on DragonFly In-Reply-To: Message from Kristian Larsson of "Mon, 06 Jun 2005 04:55:03 +0200." <20050606025503.GB9623@juniks.net> Message-ID: <200506062124.j56LOtli028291@possum.icir.org> > xorp/config/config.guess > xorp/config/config.sub > xorp/cli/libtecla/config.guess > xorp/cli/libtecla/config.sub > > the above files are quite out of date (2003-02-22) > by updating them to the latest version it is possible to build xorp on > DragonFlyBSD (cvs as of May sometime). > I beleive it is _not_ possible to build xorp on DragonFlyBSD 1.2, I > tried 1.2rcX a time ago and there were errors. > > To avoid spamming the list with files I won't attach the files but they > can be fetched from: > http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess > http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub Thanks for the info. Lastest versions committed to CVS. Pavlin From edrt@citiz.net Tue Jun 7 07:28:19 2005 From: edrt@citiz.net (edrt) Date: Tue, 7 Jun 2005 14:28:19 +0800 Subject: [Xorp-hackers] XORP per-commit CVS history Message-ID: <200506070630.j576UYTZ071507@wyvern.icir.org> Hi XORP developers: I want to manually merge XORP changesets (during last 4~5 months) to the ported system. But I found it's really hard to merge the changsets in an incremental way (in order to regress) without the per-commit information (like subversion could provides). Old xorp-cvs mailing list is not archived. Do I have other way to access the per-commit history (and desirablly, generate per-commit patch by some tool)? Thanks Eddy From pavlin@icir.org Tue Jun 7 19:28:42 2005 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 07 Jun 2005 11:28:42 -0700 Subject: [Xorp-hackers] XORP per-commit CVS history In-Reply-To: Message from "edrt" of "Tue, 07 Jun 2005 14:28:19 +0800." <200506070630.j576UYTZ071507@wyvern.icir.org> Message-ID: <200506071828.j57ISgA7087472@possum.icir.org> > I want to manually merge XORP changesets (during last 4~5 months) to the ported > system. But I found it's really hard to merge the changsets in an incremental > way (in order to regress) without the per-commit information (like subversion > could provides). > > Old xorp-cvs mailing list is not archived. Do I have other way to access the > per-commit history (and desirablly, generate per-commit patch by some tool)? What about "cvs diff" by date? E.g., to see all changes between, say Jan 1, 2005 and May 31, 2005, you can use a command like: cvs diff -u -p -D 2005-01-01 -D 2005-05-31 To see the log messages in that period you can use: cvs log -d "2005-01-01;2005-05-31" I don't know if you can get the info per-commit, and I also would be interested in finding the answer. Pavlin From edrt@citiz.net Wed Jun 8 15:37:30 2005 From: edrt@citiz.net (edrt) Date: Wed, 8 Jun 2005 22:37:30 +0800 Subject: [Xorp-hackers] XORP per-commit CVS history Message-ID: <200506081434.j58EY3ke090773@wyvern.icir.org> >> I want to manually merge XORP changesets (during last 4~5 months) to the ported >> system. But I found it's really hard to merge the changsets in an incremental >> way (in order to regress) without the per-commit information (like subversion >> could provides). >> >> Old xorp-cvs mailing list is not archived. Do I have other way to access the >> per-commit history (and desirablly, generate per-commit patch by some tool)? > >What about "cvs diff" by date? >E.g., to see all changes between, say Jan 1, 2005 and May 31, 2005, >you can use a command like: > >cvs diff -u -p -D 2005-01-01 -D 2005-05-31 > >To see the log messages in that period you can use: >cvs log -d "2005-01-01;2005-05-31" > Yes, this could be used as a temp solution: First get commit list using "cvs log -d ...", then grep the file revision entries share the same cvs log information. Then we can rebuild the per-commit-changset information. But, the method is low efficiency, especially when considering per-commit-changset might contain files distributing at different directories... > >I don't know if you can get the info per-commit, and I also would be >interested in finding the answer. > > Just for the integrity of XORP codebase history, it would be desirable if anyone with old xorp-cvs mail archive could contribute and put it on the XORP website... Thanks Eddy From atanu@ICSI.Berkeley.EDU Wed Jun 8 18:07:27 2005 From: atanu@ICSI.Berkeley.EDU (Atanu Ghosh) Date: Wed, 08 Jun 2005 10:07:27 -0700 Subject: [Xorp-hackers] XORP per-commit CVS history In-Reply-To: Message from "edrt" of "Wed, 08 Jun 2005 22:37:30 +0800." <200506081434.j58EY3ke090773@wyvern.icir.org> Message-ID: <99862.1118250447@tigger.icir.org> edrt> Just for the integrity of XORP codebase history, it would be edrt> desirable if anyone with old xorp-cvs mail archive could edrt> contribute and put it on the XORP website... I have a copy of the email and we are looking at getting it inserted into the archive. Atanu. From edrt@citiz.net Thu Jun 9 02:52:48 2005 From: edrt@citiz.net (edrt) Date: Thu, 9 Jun 2005 9:52:48 +0800 Subject: [Xorp-hackers] XORP per-commit CVS history Message-ID: <200506090155.j591t3Al096988@wyvern.icir.org> > edrt> Just for the integrity of XORP codebase history, it would be > edrt> desirable if anyone with old xorp-cvs mail archive could > edrt> contribute and put it on the XORP website... > >I have a copy of the email and we are looking at getting it inserted >into the archive. > > Atanu. > Thanks Atanu for the help. Eddy From samelstob@fastmail.fm Thu Jun 16 19:58:06 2005 From: samelstob@fastmail.fm (Sam Elstob) Date: Thu, 16 Jun 2005 19:58:06 +0100 Subject: [Xorp-hackers] using gcc4.0 Message-ID: <1118948286.4945.3.camel@localhost.localdomain> Has anyone tried compiling XORP with GCC4.0? What's the status on this. sam From pavlin@icir.org Thu Jun 16 22:02:17 2005 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 16 Jun 2005 14:02:17 -0700 Subject: [Xorp-hackers] using gcc4.0 In-Reply-To: Message from Sam Elstob of "Thu, 16 Jun 2005 19:58:06 BST." <1118948286.4945.3.camel@localhost.localdomain> Message-ID: <200506162102.j5GL2Hr5023784@possum.icir.org> > Has anyone tried compiling XORP with GCC4.0? What's the status on this. Yes, some time ago we tried it and there were few compilation errors. Some of them are already fixed in CVS, but there are few remaining that require refactoring of the relevant code. In the mean time please use a different compiler. Pavlin From xorp@mail.realacom.com Fri Jun 24 03:25:37 2005 From: xorp@mail.realacom.com (xorp ) Date: Thu, 23 Jun 2005 22:25:37 -0400 Subject: [Xorp-hackers] status and cvs on windows port and OSPFv3 Message-ID: <200506232225.AA27918526@mail.realacom.com> I want to use xorp on the windows platform but I don't see any signs in the cvs that you have started on these portions yet. I started last year to do the OSPFv3 myself since no one supports it on the windows platform. I have been doing wireless routing since 1999 and with OSPF since 2000. I like to see the project succeded. Rob