On Wed, 21 Sep 2011 09:37:35 you wrote: > Package: lrzip > Version: 0.607+20110917+git79c2e9a-2 > Severity: important > Tags: patch > User: [email protected] > Usertags: hurd > > Hi, > > currently[1], lrzip does not compile on GNU/Hurd. > This is because it is not configured to use a fake mremap function, so it > is being used as if it would exist in libc. > The attached patch enables the use of fake_mremap as mremap also on > GNU/Hurd. (Ideally a configure check would do this job?) > > [1] > https://buildd.debian.org/status/fetch.php?pkg=lrzip&arch=hurd-i386&ver=0. > 607%2B20110917%2Bgit79c2e9a-2&stamp=1316559794 > > Thanks,
+ defined(__APPLE__) || defined(__CYGWIN__) || \ + defined(__GNU__) Wouldn't this also define fake mremap on linux too, which actually does have mremap? Regards, Con -- -ck -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

