Package: coreutils Version: 7.2-1 Severity: important Tags: patch User: glibc-bsd-de...@lists.alioth.debian.org Usertags: kfreebsd
tests/install/install-C uses mode 1755 to test install -C with non-permission bits set, that is the sticky bit set. Depending on the system, it is not always possible to set this bit for files (but allowed for directories) as non-root user. That's is the case for example on FreeBSD with an UFS filesystem. The patch below uses 2755 instead of 1755, which should work on all systems. It has already been submitted upstream. As it is on of the two remaining blockers to start the kfreebsd-* build daemons, could you please consider an upload soon? >From 4fd18b7feec38e51fdb87323644987ffcf1e8c6d Mon Sep 17 00:00:00 2001 From: Aurelien Jarno <aurel...@aurel32.net> Date: Fri, 17 Apr 2009 17:00:44 +0200 Subject: [PATCH] tests: don't use sticky-bit in install-C test * tests/install/install-C: Use 2755 instead of 1755 to test install -C with non-permission mode set. --- tests/install/install-C | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/install/install-C b/tests/install/install-C index 9d0ec90..959bee1 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -26,7 +26,7 @@ skip_if_setgid_ mode1=0644 mode2=0755 -mode3=1755 +mode3=2755 fail=0 -- 1.5.6.5 -- System Information: Debian Release: squeeze/sid Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 7.1-1-amd64 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 coreutils depends on: ii libc0.1 2.9-7 GNU C Library: Shared libraries coreutils recommends no packages. coreutils suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org