CVS Re: [Simulavr-devel] (No subject header)

2009-06-01 Thread Onno Kortmann
Hi,
 What's happening with cvs.savannah.nongnu.org ?
 I haven't been able to checkout from there yesterday or today.
I am still having the same problem here.

Maybe it is a good reason to switch to git now? :-)

For those who submit patches (like me), using own private branches/forks 
is a lot easier than using the awkward web interface...

Greetings,

Onno


___
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel


Re: CVS Re: [Simulavr-devel] (No subject header)

2009-06-01 Thread henne...@cableone.net
On Mon Jun  1 16:55 , Joel Sherrill  sent:

Onno Kortmann wrote:
 Hi,
   
 What's happening with cvs.savannah.nongnu.org ?
 I haven't been able to checkout from there yesterday or today.
 
 I am still having the same problem here.

 Maybe it is a good reason to switch to git now? :-)

 For those who submit patches (like me), using own private branches/forks 
 is a lot easier than using the awkward web interface...

   
What web interface? I have never used a web interface
for committing.

I'm tring to checkout and get connection refused lately:
cvs -z3 -d:pserver:anonym...@cvs.savannah.nongnu.org:/sources/simulavr co 
simulavrxx

It worked on my previous checkout.

I don't have a strong care about the revision control
system.  Retraining me should still be possible. :)

--
Michael Hennebry
henne...@cableone.net
War is only a hobby.
 Msg sent via CableONE.net MyMail - http://www.cableone.net

___
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel


RE: CVS Re: [Simulavr-devel] (No subject header)

2009-06-01 Thread Weddington, Eric
 

 -Original Message-
 From: 
 simulavr-devel-bounces+eric.weddington=atmel@nongnu.org 
 [mailto:simulavr-devel-bounces+eric.weddington=atmel@nongn
 u.org] On Behalf Of henne...@cableone.net
 Sent: Monday, June 01, 2009 8:23 PM
 To: Onno Kortmann; Joel Sherrill
 Cc: simulavr-devel@nongnu.org; simulavr-devel@nongnu.org; 
 henne...@cableone.net
 Subject: Re: CVS Re: [Simulavr-devel] (No subject header)
 
 On Mon Jun  1 16:55 , Joel Sherrill  sent:
 
 Onno Kortmann wrote:
  Hi,

  What's happening with cvs.savannah.nongnu.org ?
  I haven't been able to checkout from there yesterday or today.
  
  I am still having the same problem here.
 
  Maybe it is a good reason to switch to git now? :-)
 
  For those who submit patches (like me), using own private 
 branches/forks 
  is a lot easier than using the awkward web interface...
 

 What web interface? I have never used a web interface
 for committing.
 
 I'm tring to checkout and get connection refused lately:
 cvs -z3 
 -d:pserver:anonym...@cvs.savannah.nongnu.org:/sources/simulavr
  co simulavrxx
 
 It worked on my previous checkout.
 

Ask the people that run Savannah. If there's something wrong with the CVS 
services, they're the ones with responsibility to fix it.


___
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel


[Simulavr-devel] [sr #106796] ./configure does not generate working makefiles

2009-06-01 Thread anonymous

URL:
  http://savannah.nongnu.org/support/?106796

 Summary: ./configure does not generate working makefiles
 Project: Simulavr: an AVR simulator
Submitted by: None
Submitted on: Tue 02 Jun 2009 02:16:08 AM UTC
Category: bugs
Priority: 5 - Normal
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: p...@ensigma.com.au
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: simulavrxx
Operating System: GNU/Linux

___

Details:

Hi,

I just tried to build simulavrxx against binutils-2.19.1 and the makefiles
generated by ./configure had two errors. 

The configure line I used was:

./configure --with-bfd-path=../binutils-2.19.1/bfd/

The errors were:
1. in the src/Makefile the variables below looked like:
 bfd_a_location = ../../binutils-2.19.1/bfd//
 bfd_h_location = ../../binutils-2.19.1/bfd//
   when they needed to be:
 bfd_a_location = ../../binutils-2.19.1/bfd//
 bfd_h_location = ../../binutils-2.19.1/bfd//
2. The line:
 LIBS = -lncurses
   needed to be:
 LIBS = -lncurses -lz 
   to stop lots of complaints about missing symbols in compress.c
   from binutils (I guess they now using compression from libz)

Once I fixed these things seemed to be OK.

Cheers,

  Paul





___

Reply to this item at:

  http://savannah.nongnu.org/support/?106796

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel


[Simulavr-devel] [sr #106796] ./configure does not generate working makefiles

2009-06-01 Thread anonymous

Follow-up Comment #1, sr #106796 (project simulavr):

I spoke to soon,... another bug,... checkdebug.py is missing from the
examples/anacomp directory.

___

Reply to this item at:

  http://savannah.nongnu.org/support/?106796

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel