Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Newlib stuck

Hi!

There seems to be some problem with updating newlib...

(Failed 4 months ago.)

TIA,
Peter

Peter Rosin over 15 years ago
 

Hi Peter,

There seems to be something wrong with the CVS/Entries in this repository. We're unable to checkout files from 1999, e.g.:

cvsnt -d :pserver:anoncvs:[email protected]:/cvs/src checkout -D'1999/05/03 07:29:06Z' -A -d'476'

cvsnt checkout: cannot open CVS/Entries for reading: No such file or directory

I have the same problem on my macbook. Would you be able to fix this problem in the repo or know someone who could?

Thanks,
Andy

PS In some cases, problems like this are fixed in a subsequent checkin and do not affect the typical users of the repository. Unfortunately, Ohloh needs to checkout every commit and gives up if it's unable to.

Andy Verprauskus over 15 years ago
 

Hmmm, I'm not really familiar with newlib and how they are using cvs, but it seems that the newlib cvs module is just an alias for stuff really located elsewhere in the repo.

I changed the enlistments to point at the two major components (src/newlib and src/libgloss) instead.

However, I'll share the following observation. If I run this command, it fails:

cvs -z 9 -d :pserver:anoncvs:[email protected]:/cvs/src co -D'1999/05/03 07:29:06Z' -A -d'476' newlib

But it I add -N in there, it succeeds:

cvs -z 9 -d :pserver:anoncvs:[email protected]:/cvs/src co -D'1999/05/03 07:29:06Z' -AN -d'476' newlib

Maybe that's the problem you are hitting as well?

Cheers,
Peter

Peter Rosin over 15 years ago