Bug#330166: lvm2: O_DIRECT not disabled on HPPA

Patrick Caulfield patrick at debian.org
Mon Sep 26 13:16:22 UTC 2005


Package: lvm2
Version: 2.01.14-1
Severity: important
Tags: patch

HPPA kernels don't support O_DIRECT, as LVM2 uses O_DIRECT to read/write 
metadata this option has to be disabled in ./configure.

It looks to me like a simple typo in debian rules:

-ifneq (,$(findstring $(DEB_HOST_ARCH), arm hpp mips mipsel))
+ifneq (,$(findstring $(DEB_HOST_ARCH), arm hppa mips mipsel))


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: hppa (parisc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lvm2 depends on:
ii  debconf                      1.4.58      Debian configuration management sy
ii  libc6                        2.3.5-6.0.1 GNU C Library: Shared libraries an
ii  libdevmapper1.01             2:1.01.04-2 The Linux Kernel Device Mapper use
ii  libselinux1                  1.26-1      SELinux shared libraries
ii  lvm-common                   1.5.17      The Logical Volume Manager for Lin

lvm2 recommends no packages.

-- debconf information excluded




More information about the pkg-lvm-maintainers mailing list