Steve Tell wrote:
The "Building packages for Bering-uClibc 2.x" page atThanks for pointing that out - it should be fixed in the web-page by now.
http://leaf.sourceforge.net/mod.php?mod=userpage&menu=91018&page_id=52
says to "Download the uClibc_fopencookie.diff.gz patch," but the link, http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/leaf/src/bering-uclibc/configs/uclibc/0.9.20/uClibc_fopencookie.diff.gz doesn't return anything content except an empty web page.
Navigating down from the leaf CVS browser and looking for the same file, I get to this page
http://cvs.sourceforge.net/viewcvs.py/leaf/src/bering-uclibc/configs/uclibc/0.9.20/?
containing this link to the _fopencookie.diff.gz file:
http://cvs.sourceforge.net/viewcvs.py/leaf/src/bering-uclibc/configs/uclibc/0.9.20/uClibc_fopencookie.diff.gz
But it also doesn't return any content.
I'm not quite sure what's going on here, since I too get an empty page when I try to download it via the ViewCVS pages.
It seems to be somewhat browser-dependant, since IE decides to decode the page for me (ignoring the "application-octet-stream" mime-type, but Mozilla (for Linux and Windws) and wget get the patch just fine now.
Is this patch still necessary to build a uClibc usable for compilng applications with Bering-2.0?It is. It fixes a bug where /dev/null gets created as a regular file, rather than a device.
If so, could someone please point me to a working url for it? (preferrably a normal file and not a cgi)Well, the page should work now. The "best" way to get data from CVS is probably doing a CVS checkout - that way, you can not only download the files you need (without all the mess caused by different browsers) but you can also keep you copy up to date.
To do that, you need CVS installed on your box, and then do:
$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf login
(simply hit enter, when asked for a password)
And then, enter (in one line)
$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf co src/bering-uclibc/configs
Which should get you the whole "configs" directory tree. You can do the same for src/bering-uclibc/apps (or even just src/bering-uclibc) but beware, there's a lot of stuff in apps, so it may take a while if you don't have a fast internet connection.
I hope that helps
Martin
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html