Re: webkit-1.8.0-2: Patches for review

2012-04-19 Thread Svante Signell
On Wed, 2012-04-18 at 10:27 +0200, Svante Signell wrote: > > Your patch would make use of /proc/curproc/file, which would seem to be > > part of the FreeBSD procfs[1]; our procfs is more oriented to emulate > > Linux's one, so IMHO we should either use the Linux code, or add an > > empty getCur

warning: apt-get segfaults on packages from -ports!

2012-04-19 Thread Svante Signell
apt 0.9.1 segfaults, therefore no packages from -ports are found And my computer has to be rebooted (or at least X restarted...) -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http:/

Re: warning: apt-get segfaults on packages from -ports!

2012-04-19 Thread Svante Signell
On Thu, 2012-04-19 at 23:18 +0200, Svante Signell wrote: > apt 0.9.1 segfaults, therefore no packages from -ports are found > And my computer has to be rebooted (or at least X restarted...) Looks like the problem is not the repo but the port. GNU/Linux is OK, GNU/Hurd not, GMU/kFreeBSD?? --

Re: warning: apt-get segfaults on packages from -ports!

2012-04-19 Thread Svante Signell
On Thu, 2012-04-19 at 23:18 +0200, Svante Signell wrote: > apt 0.9.1 segfaults, therefore no packages from -ports are found > And my computer has to be rebooted (or at least X restarted...) Looks like it's not the repo, but the port, GNU/Linux is OK, GNU/Hurd is not, GNU/kFreeBSD?? -- To UN

Re: warning: apt-get segfaults on packages from -ports!

2012-04-19 Thread Samuel Thibault
Svante Signell, le Thu 19 Apr 2012 23:18:44 +0200, a écrit : > apt 0.9.1 segfaults, therefore no packages from -ports are found > And my computer has to be rebooted (or at least X restarted...) I don't have that issue on my box or on the buildds. Did you add the archive keyring as suggest

Re: webkit-1.8.0-2: Patches for review

2012-04-19 Thread Guillem Jover
On Wed, 2012-04-18 at 09:54:55 +0200, Pino Toscano wrote: > Now that I saw webkit's code, I'm a bit dubious about the code in > Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp; it basically does > something like this (simplified for convenience of email): > > | #if OS(LINUX) > | CString getCu