Re: [Buildroot] dead link report.

2009-10-13 Thread Peter Korsgaard
W == W P laure...@wp.pl writes: Hi, It would be good to get the buildroot references in http://uclibc.org/toolchains.html updated. The ancient 0.9.27 release is moved to /downloads/old/buildroot-0.9.27.tar.bz2, and the source mirror is at /downloads/sources/ (but I've purged that dir some

Re: [Buildroot] dead link report.

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 03:28:13 Peter Korsgaard wrote: It would be good to get the buildroot references in http://uclibc.org/toolchains.html updated. the uClibc website is in a normal git repo for people to push to -mike signature.asc Description: This is a digitally signed message part.

Re: [Buildroot] dead link report.

2009-10-13 Thread Peter Korsgaard
Mike == Mike Frysinger vap...@gentoo.org writes: Mike On Tuesday 13 October 2009 03:28:13 Peter Korsgaard wrote: It would be good to get the buildroot references in http://uclibc.org/toolchains.html updated. Mike the uClibc website is in a normal git repo for people to push to And you

Re: [Buildroot] dead link report.

2009-10-13 Thread Peter Korsgaard
Mike == Mike Frysinger vap...@gentoo.org writes: Mike the uClibc website is in a normal git repo for people to push to .. except that I'm not in the uclibc group so I cannot. -- Bye, Peter Korsgaard ___ uClibc mailing list uClibc@uclibc.org

Re: [Buildroot] dead link report.

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 06:02:50 Peter Korsgaard wrote: Mike == Mike Frysinger vap...@gentoo.org writes: On Tuesday 13 October 2009 03:28:13 Peter Korsgaard wrote: It would be good to get the buildroot references in http://uclibc.org/toolchains.html updated. the uClibc website is in a

Re: [Buildroot] dead link report.

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 06:03:57 Peter Korsgaard wrote: Mike == Mike Frysinger vap...@gentoo.org writes: the uClibc website is in a normal git repo for people to push to .. except that I'm not in the uclibc group so I cannot. `git send-email` still works though ;) -mike signature.asc

[PATCH] toolchains.html: fix links to ancient buildroot release

2009-10-13 Thread Peter Korsgaard
Signed-off-by: Peter Korsgaard jac...@sunsite.dk --- toolchains.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchains.html b/toolchains.html index 8e4b78f..784d48b 100644 --- a/toolchains.html +++ b/toolchains.html @@ -66,8 +66,8 @@ strace, busybox, GNU

Re: [PATCH] toolchains.html: fix links to ancient buildroot release

2009-10-13 Thread Mike Frysinger
pushed, thanks ;) -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH] toolchains.html: fix links to ancient buildroot release

2009-10-13 Thread Bernhard Reutner-Fischer
On Tue, Oct 13, 2009 at 12:24:46PM +0200, Peter Korsgaard wrote: Signed-off-by: Peter Korsgaard jac...@sunsite.dk Perhaps you could poke the buildroot maintainer to rebuild these periodically with the current stable series of BR, uClibc, busybox, toolchain? ;)

Re: [PATCH] toolchains.html: fix links to ancient buildroot release

2009-10-13 Thread Peter Korsgaard
Bernhard == Bernhard Reutner-Fischer rep.dot@gmail.com writes: Bernhard On Tue, Oct 13, 2009 at 12:24:46PM +0200, Peter Korsgaard wrote: Signed-off-by: Peter Korsgaard jac...@sunsite.dk Bernhard Perhaps you could poke the buildroot maintainer to rebuild these Bernhard periodically with

Re: [PATCH] toolchains.html: fix links to ancient buildroot release

2009-10-13 Thread Bernhard Reutner-Fischer
On Tue, Oct 13, 2009 at 01:41:13PM +0200, Peter Korsgaard wrote: Bernhard == Bernhard Reutner-Fischer rep.dot@gmail.com writes: Bernhard On Tue, Oct 13, 2009 at 12:24:46PM +0200, Peter Korsgaard wrote: Signed-off-by: Peter Korsgaard jac...@sunsite.dk Bernhard Perhaps you could poke the

gethostbyname problem

2009-10-13 Thread Cuero Bugot
Hi all, We actually found the problem with gethostbyname on uClibc. When we change the network interface, the /etc/resolv.conf is also and apparently the uClibc resolve code is not reloading the nameserver configuration files. To fixe it we did a very simple patch (attached) (against version

Re: Buildroot with uClibc 0.9.29

2009-10-13 Thread Souvik Ghosh
Hi, I am trying to build a toolchain for ARM 926t with uclibc version 0.9.29. I have checked the buildroot releases and found that release 2009.02 allows to change uClibc version to 0.9.29 through make menuconfig interface. But when I compile buildroot using 'make' command it fives me the

wine and dll linking

2009-10-13 Thread Natanael Copa
Hi, I got wine compiled and notepad.exe runs. I get errors when loading windows dll's though. /mnt/Setup.exe: '/home/ncopa/.wine/dosdevices/c:/windows/temp/nsk1ed0.tmp/System.dll' is not an ELF file fixme:ntdll:FILE_GetNtStatus Converting errno -1208336632 to STATUS_UNSUCCESSFUL

Re: preparing 0.9.30.2

2009-10-13 Thread Lennart Sorensen
On Mon, Oct 12, 2009 at 10:16:24PM +0200, Bernhard Reutner-Fischer wrote: On Mon, Oct 12, 2009 at 08:38:31PM +0200, Stephan Raue wrote: Hi Bernhard, i will trying this branch. can you include: http://git.uclibc.org/uClibc/commit/?id=1b6ff11554c7a1fea728167cc814db5440da289c I'd rather

Re: gethostbyname problem

2009-10-13 Thread Bernhard Reutner-Fischer
On Tue, Oct 13, 2009 at 06:11:48AM -0700, Cuero Bugot wrote: Hi all, We actually found the problem with gethostbyname on uClibc. When we change the network interface, the /etc/resolv.conf is also and apparently the uClibc resolve code is not reloading the nameserver configuration files. To fixe

Re: gethostbyname problem

2009-10-13 Thread Denys Vlasenko
On Tuesday 13 October 2009 19:11, Bernhard Reutner-Fischer wrote: On Tue, Oct 13, 2009 at 06:11:48AM -0700, Cuero Bugot wrote: Hi all, We actually found the problem with gethostbyname on uClibc. When we change the network interface, the /etc/resolv.conf is also and apparently the uClibc

Re: gethostbyname problem

2009-10-13 Thread Bernhard Reutner-Fischer
On Tue, Oct 13, 2009 at 09:02:10PM +0200, Denys Vlasenko wrote: Perhaps I thought time() is cheaper than stat(), but that's what i thought, yes :) this patch will make us see new /etc/resolv.conf at once - better user experience. I like it. + static time_t resolv_conf_mtime; ... +

Re: gethostbyname problem

2009-10-13 Thread Bernhard Reutner-Fischer
On Tue, Oct 13, 2009 at 09:10:58PM +0200, Bernhard Reutner-Fischer wrote: On Tue, Oct 13, 2009 at 09:02:10PM +0200, Denys Vlasenko wrote: I propose using: static unsigned resolv_conf_mtime; ... if (resolv_conf_mtime != (unsigned)sb.st_mtime) 0) { s/) 0// I use unsigned in order

Re: Buildroot with uClibc 0.9.29

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 09:33:36 Souvik Ghosh wrote: I am trying to build a toolchain for ARM 926t with uclibc version 0.9.29. I have checked the buildroot releases and found that release 2009.02 allows to change uClibc version to 0.9.29 through make menuconfig interface. But when I compile

Re: wine and dll linking

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 10:03:35 Natanael Copa wrote: I got wine compiled and notepad.exe runs. I get errors when loading windows dll's though. should start with a small app that shows the problem, and then post info on how to reproduce the issue ... otherwise, you're pretty much on your

Re: gethostbyname

2009-10-13 Thread Timothy Holdener
On Tue, Oct 13, 2009 at 09:02:10PM +0200, Denys Vlasenko wrote: Perhaps I thought time() is cheaper than stat(), but that's what i thought, yes :) this patch will make us see new /etc/resolv.conf at once - better user experience. I like it. + static time_t resolv_conf_mtime; ... +

Re: gethostbyname

2009-10-13 Thread Mike Frysinger
On Tuesday 13 October 2009 20:20:54 Timothy Holdener wrote: +#ifdef FALLBACK_TO_CONFIG_RESOLVCONF + if (stat(/etc/config/resolv.conf, sb) 0) +#endif yikes, such things really dont belong in uClibc proper (i dont think they belong in anyone's uClibc). you could just post