[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gpart FTBFS



On Sat, 2012-01-28 at 01:57:21 +0530, harish badrinath wrote:
> gpart does not build on hurd right ??
> According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636814,
> the proposed patch boils down to
> <snip>
> -ifeq ($(shell uname),Linux)
> +ifneq ($(findstring $(shell uname),Linux GNU GNU/kFreeBSD),)
> LIBS=-ldl
> </snip>
> in the make file ??
> After applying the patch, the build is failing because gm_ntfs.h
> cannot find asm/byteorder.h.

The proposed patch also fixes the endian issues as stated on the bug
report.

As a side remark the definition of __USE_FILE_OFFSET64 and
__USE_LARGEFILE64 are wrong, those are glibc internal symbols.

> Should i make the package linux-any only and close #636814 ??

I don't see why?

thanks,
guillem


Reply to: