Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-22 Thread Steven Chamberlain
On 22/03/12 20:23, Robert Millan wrote: > Please could someone test this? It's not correct, but it should do the trick. Hi, I don't /think/ it worked. I didn't have enough disk space to rebuild eglibc entirely. I built only libc0.1-i686, with your patch, and replaced only the libpthread librar

Re: Unable to mount filesystem from the Install CD: permission denied ( are you root )

2012-03-22 Thread Steven Chamberlain
On 20/02/12 14:44, Emmanuel Kasper wrote: > mount -t ufs /dev/ad0s1 /mnt > mount:permission denied ( are you root ) Hi! I just hit this problem myself, and now I know why it randomly happens. This happens if the filesystem was mounted uncleanly. Mounting it with '-o ro' will work. Or run fsck

Re: Is There Anybody Out There?

2012-03-22 Thread Damien Raude-Morvan
Hi BSD Team ! On 22/03/2012 21:27, Robert Millan wrote: Also AFAIK openjdk-7 has never been a blocker, since it's also unavailable on other release architectures. Hum? Other "release target" architectures are in sync : openjdk-7-jdk | 7~u3-2.1-3 | wheezy | amd64, armel, armhf, i386, ia64, m

Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-22 Thread Steven Chamberlain
On 22/03/12 20:23, Robert Millan wrote: > Please could someone test this? It's not correct, but it should do the trick. Hi, I'm trying it now, but I didn't realise eglibc would take more than 2 hours to build... or so much disk space. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To

Re: Is There Anybody Out There?

2012-03-22 Thread Robert Millan
Hi Christoph, El 20 de març de 2012 11:04, Christoph Egger ha escrit: >  I am seeing rather urgent kfreebsd problems unsolved for some time now > and I definitely won't manage to solve these by myself. So hopefully > some people reading here also want to make kfreebsd+wheezy happening and > can f

Bug#665287: advertises unsupported clockid_t types

2012-03-22 Thread Robert Millan
Package: libc0.1-dev Version: 2.11.3-2 I found this while investigating #662018. advertises the following clockid_t types, however most of them are not provided. In fact, in most cases we don't have the facilities necessary to provide them: # define CLOCK_REALTIME 0 This one is

Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-22 Thread Robert Millan
El 22 de març de 2012 19:58, Robert Millan ha escrit: > This smells like #662018. > > I'll see if I can spend some time on it (this weekend if noone beats me to > it). Please could someone test this? It's not correct, but it should do the trick. -- Robert Millan Index: eglibc-2.13/linuxthread

Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-22 Thread Robert Millan
El 20 de març de 2012 21:38, Steven Chamberlain ha escrit: > Test case with extra debug info: > >>         time = g_get_monotonic_time () + 5 * G_TIME_SPAN_SECOND; >> debug_printf (1, "  g_cond_wait_until %lu\n", time); >>         if (g_cond_wait_until (&test1_cond, &test1_mutex, time)) >>