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-bugs-dist-requ...@lists.d
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
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
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
[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
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
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
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
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
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
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
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
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 +
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
On Mon, 2012-04-16 at 23:14 +0200, Samuel Thibault wrote:
> Svante Signell, le Mon 16 Apr 2012 23:10:42 +0200, a écrit :
> > On Mon, 2012-04-16 at 22:30 +0200, Samuel Thibault wrote:
> > > Svante Signell, le Mon 16 Apr 2012 22:20:20 +0200, a écrit :
> > > > webkit currently FTBFS on hurd-i386, due
On Mon, 2012-04-16 at 22:30 +0200, Samuel Thibault wrote:
> Svante Signell, le Mon 16 Apr 2012 22:20:20 +0200, a écrit :
> > webkit currently FTBFS on hurd-i386, due to the usage of PATH_MAX,
> > which is only recommended by POSIX, not mandatory,
>
> It's not even recommanded. It's just needed whe
Svante Signell, le Mon 16 Apr 2012 23:10:42 +0200, a écrit :
> On Mon, 2012-04-16 at 22:30 +0200, Samuel Thibault wrote:
> > Svante Signell, le Mon 16 Apr 2012 22:20:20 +0200, a écrit :
> > > webkit currently FTBFS on hurd-i386, due to the usage of PATH_MAX,
> > > which is only recommended by POSIX
Svante Signell, le Mon 16 Apr 2012 22:20:20 +0200, a écrit :
> webkit currently FTBFS on hurd-i386, due to the usage of PATH_MAX,
> which is only recommended by POSIX, not mandatory,
It's not even recommanded. It's just needed when the limit exists, and
shall even not be defined when it depends on
Source: webkit
Version: 1.8.0-2
Severity: Important
Usertags: hurd
User: debian-h...@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
19 matches
Mail list logo