Control: forcemerge 1075799 -1

Yue Gui writes ("Bug#1078190: chiark-utils:FTBFS:build failure(compile 
failed)"):
> My solution to this issue:
> The error is caused by _TIME_BITS=64 is used without also setting
> _FILE_OFFSET_BITS=64.To fix this problem, you need to add _FILE_OFFSET_BITS=64
> definition to the compilation options. We can modify the file debian/rules on
> line20 "CMDLINE_CPPFLAGS="$(shell $(D_BUILDFLAGS) --get CPPFLAGS) 
> -D_TIME_BITS=
> 64 -D_FILE_OFFSET_BITS=64" \". Replace that with "CMDLINE_CPPFLAGS="$(shell $
> (D_BUILDFLAGS) --get CPPFLAGS) -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" \".This
> way the issue can be fixed. I have tested that in local, and it works well.
> Please let me know wheather this solution can be accepted.

Thanks.  I think you are probably right.  I am going to apply that.

Ian.

-- 
Ian Jackson <ijack...@chiark.greenend.org.uk>   These opinions are my own.  

Pronouns: they/he.  If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.

Reply via email to