[Pkg-sysvinit-devel] Bug#534471: sysvinit: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Wed Jun 24 16:13:12 UTC 2009
Package: sysvinit
Version: 2.86.ds1-62
Severity: important
Tags: patch
Hello,
sysvinit currently FTBFS on hurd-i386 because of unconditional use of
O_DIRECT with is not posix. Could you please apply the attached patch?
Thanks,
Samuel
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sysvinit depends on:
ii file-rc 0.8.11 Alternative boot mechanism using a
ii initscripts 2.86.ds1-61 Scripts for initializing and shutt
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libselinux1 2.0.71-1 SELinux shared libraries
ii libsepol1 2.0.32-1 Security Enhanced Linux policy lib
ii sysvinit-utils 2.86.ds1-61 System-V-like utilities
sysvinit recommends no packages.
sysvinit suggests no packages.
-- no debconf information
--
Samuel Thibault <samuel.thibault at fnac.net>
requests.</FONT></SPAN></TD></TR></TBODY></TABLE></DIV></BODY></HTML>agnjo
gj a po mi
shnthdrdcvallus hsx mvgduwolgfwtq
uzuy
s
p
h
-+- spams forever ... -+-
-------------- next part --------------
--- debian/startpar/makeboot.c.orig 2009-06-24 16:08:00.000000000 +0000
+++ debian/startpar/makeboot.c 2009-06-24 16:08:14.000000000 +0000
@@ -19,6 +19,9 @@
# include <fcntl.h>
static int o_flags = O_RDONLY;
#endif
+#ifndef O_DIRECT
+# define O_DIRECT 0
+#endif
int tree_entries = 0;
More information about the Pkg-sysvinit-devel
mailing list