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

Bug#71503: apt: [hurd] doesn't support MS_SYNC



Package: apt
Version: 0.3.18
Severity: important

Hi,

the Hurd doesn't support MS_SYNC on mmaped memory objects, sorry,
and it is not easy to add (because of gnumach shortage). Please add the
following workaround: Replace the two occurences of

#ifdef _POSIX_SYNCHRONIZED_IO

in apt-pkg/contrib/mmap.cc to

#if defined(_POSIX_SYNCHRONIZED_IO) && !defined(__GNU__)

until the Hurd is fixed (which might take months to years, so it is not
feasible to hold your breath :)

Thanks,
Marcus

-- System Information
Debian Release: 2.2
Kernel Version: Linux ulysses 2.4.0-test5 #1 Mon Sep 4 23:03:35 CEST 2000 i686 unknown

Versions of the packages apt depends on:
ii  libc6               2.1.3-2             GNU C Library: Shared libraries and Timezone data
ii  libstdc++2.10       2.95.2-5            The GNU stdc++ library



Reply to: