Bug#408745: FTBFS on hurd-i386

2008-02-29 Thread Samuel Thibault
Mike Hommey, le Fri 29 Feb 2008 19:56:06 +0100, a écrit : > On Fri, Feb 29, 2008 at 06:19:30PM +, Samuel Thibault wrote: > > For hurd-i386, however, it looks like there was a missing reconfigure, > > so as to get the following: > > The second part doesn't make sense to me. Eergl, that was a b

Bug#408745: FTBFS on hurd-i386

2008-02-29 Thread Mike Hommey
On Fri, Feb 29, 2008 at 06:19:30PM +, Samuel Thibault wrote: > found 408745 1.8.1.12-2 > thanks > > Hello, > > Thanks to have applied the patches, xulrunner now properly compiles on > kfreebsd! > > For hurd-i386, however, it looks like there was a missing reconfigure, > so as to get the foll

Bug#408745: FTBFS on hurd-i386

2008-02-29 Thread Samuel Thibault
found 408745 1.8.1.12-2 thanks Hello, Thanks to have applied the patches, xulrunner now properly compiles on kfreebsd! For hurd-i386, however, it looks like there was a missing reconfigure, so as to get the following: --- xulrunner-1.8.1.12/configure.orig 2008-02-29 09:40:56.38000 + +

Bug#408745: FTBFS on hurd-i386 / GNU_kFreeBSD

2007-12-30 Thread Samuel Thibault
Samuel Thibault, le Mon 31 Dec 2007 01:12:51 +, a écrit : > # > +# GNU doesn't have path length limitation > +# > + > +ifeq ($(OS_ARCH),GNU) > +OS_CPPFLAGS += -DPATH_MAX=1024 -DMAXPATHLEN=1024 > +endif Note: of course that is not really a proper fix: it both potentially uses a lot of memory a

Bug#408745: FTBFS on hurd-i386 / GNU_kFreeBSD

2007-12-30 Thread Samuel Thibault
Hello, Here is an updated 38_kbsd.dpatch that includes both the fix for #433126 and fixes for GNU/Hurd. Also, a rediffed 80_uname.dpatch because of the GNU changes. Eventually, for GNU/Hurd, a patch that just defines MAXPATHLEN and PATH_MAX to 1024 from the CPPFLAGS. Could you please apply them