Re: Bug#669308: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-05-22 Thread Samuel Thibault
Gustavo Noronha Silva, le Tue 22 May 2012 11:54:40 -0300, a écrit : > It will be taken care of in the next couple days, though, and I'll > be sure to upstream the patch as well, like I did for previous ones =) Great, thanks! Samuel -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.o

Re: Bug#669308: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-05-22 Thread Gustavo Noronha Silva
On Sex, 2012-04-27 at 23:14 +0100, Steven Chamberlain wrote: > > This is incredible: The Debian maintainer uploads a fixed version for > > kFreeBSD (and partially for GNU/Hurd by adding __GLIBC__) and meanwhile > > totally neglecting the additional small changes needed for a successful > > build fo

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-05-16 Thread Samuel Thibault
Hello, I have attached an updated patch for the experimental package, which I guess will end up in unstable sooner or later. Svante Signell, le Fri 27 Apr 2012 23:33:10 +0200, a écrit : > On Fri, 2012-04-27 at 19:06 +0200, Samuel Thibault wrote: > > There was no comment on the latest proposed pat

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-27 Thread Steven Chamberlain
On 27/04/12 23:26, Svante Signell wrote: > GNU/Hurd is currently struggling to > getting into testing too, so when things like this happens, they are > _very_ unfortunate. Yes it will be very difficult, a slow climb, but once you reach that new level, everything will become much easier from there

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-27 Thread Svante Signell
Adding: Debian Webkit Maintainers to this mail. On Fri, 2012-04-27 at 23:14 +0100, Steven Chamberlain wrote: > [I took #669059 out of CC to not clutter the open bug] > > On 27/04/12 22:33, Svante Signell wrote: > > This is incredible: The Debian maintainer uploads a fixed version for > > kFreeBSD

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-27 Thread Steven Chamberlain
[I took #669059 out of CC to not clutter the open bug] On 27/04/12 22:33, Svante Signell wrote: > This is incredible: The Debian maintainer uploads a fixed version for > kFreeBSD (and partially for GNU/Hurd by adding __GLIBC__) and meanwhile > totally neglecting the additional small changes needed

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-27 Thread Svante Signell
On Fri, 2012-04-27 at 19:06 +0200, Samuel Thibault wrote: > Hello, > > There was no comment on the latest proposed patch. The first part of it > should be actually fixed by the patch for 669308, but what about the > second part, attached to thix mail? This is incredible: The Debian maintainer upl

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-27 Thread Samuel Thibault
Hello, There was no comment on the latest proposed patch. The first part of it should be actually fixed by the patch for 669308, but what about the second part, attached to thix mail? Samuel --- a/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp 2012-02-19 18:45:45.0 +0100 +++ b

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Svante Signell
On Mon, 2012-04-23 at 10:00 +0200, Pino Toscano wrote: > Alle lunedì 23 aprile 2012, Svante Signell ha scritto: > > -#elif OS(UNIX) > > +#elif OS(HURD) > > CString getCurrentExecutablePath() > > + return CString(); > > +#elif OS(UNIX) > > This won't ever compile (missing curly brackets). Sorry

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Pino Toscano
Alle lunedì 23 aprile 2012, Svante Signell ha scritto: > -#elif OS(UNIX) > +#elif OS(HURD) > CString getCurrentExecutablePath() > + return CString(); > +#elif OS(UNIX) This won't ever compile (missing curly brackets). Svante, instead of flooding the bug reports with reviews about unfinished pa

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Guillem Jover
On Mon, 2012-04-23 at 08:18:46 +0200, Svante Signell wrote: > On Mon, 2012-04-23 at 07:54 +0200, Guillem Jover wrote: > > On Wed, 2012-04-18 at 08:35:23 +0200, Svante Signell wrote: > > > Attached is an updated patch. This patch together with the one in > > > #664810 would enable a successful build

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Svante Signell
On Mon, 2012-04-23 at 07:54 +0200, Guillem Jover wrote: > On Wed, 2012-04-18 at 08:35:23 +0200, Svante Signell wrote: > > Attached is an updated patch. This patch together with the one in > > #664810 would enable a successful build of webkit-1.8.0 for GNU/Hurd. > > > --- a/Source/JavaScriptCore/wt

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Svante Signell
On Mon, 2012-04-23 at 08:18 +0200, Svante Signell wrote: > On Mon, 2012-04-23 at 07:54 +0200, Guillem Jover wrote: > > On Wed, 2012-04-18 at 08:35:23 +0200, Svante Signell wrote: > > > Attached is an updated patch. This patch together with the one in > > > #664810 would enable a successful build of

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-22 Thread Guillem Jover
On Wed, 2012-04-18 at 08:35:23 +0200, Svante Signell wrote: > Attached is an updated patch. This patch together with the one in > #664810 would enable a successful build of webkit-1.8.0 for GNU/Hurd. > --- a/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp 2012-02-19 > 18:45:45.0 +

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-17 Thread Svante Signell
On Mon, 2012-04-16 at 23:28 +0200, Svante Signell wrote: > > > In some way the updated patch was not attached. The updated patch will > > > follow soon... > > > > Please also take into account Pino's remarks from debian-hurd, which > > will actually keep the pointer non-static. > > Yes, Pino's s

Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-16 Thread Svante Signell
Source: webkit Version: 1.8.0-2 Severity: Important Usertags: hurd User: debian-hurd@lists.debian.org Hello, webkit currently FTBFS on hurd-i386, due to the usage of PATH_MAX, which is only recommended by POSIX, not mandatory, and GNU/Hurd does not have this limitation. The attached patch fixes t