On 2006-12-21 11:06:17 -0500 Junichi Uekawa <[EMAIL PROTECTED]> wrote:

I could reproduce the build with the current package in sid.
adding -v option to dh_fixperms, I got this:


find debian/gnustep-base-common -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
cowdancer: mkstemp: Bad file descriptor
chown: changing ownership of `debian/gnustep-base-common/usr/share/GNUstep/Libraries/gnustep-base/NSTimeZones/localtime': Cannot allocate memory
dh_fixperms: command returned error code
make: *** [binary-indep] Error 1

Yup. It seems to be a problem chowning that file. Just before dh_fixperms, I add:
  set
chown --no-dereference 0:0 debian/gnustep-base-common/usr/share/GNUstep/Libraries/gnustep-base/NSTimeZones/localtime

Here's the output of the build, starting from the "set" command (might be mangled due to cut-and-paste):

set
BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_EXECUTION_STRING=set
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="1" [2]="17" [3]="1" [4]="release" [5]="i486-pc-linux-gnu")
BASH_VERSION='3.1.17(1)-release'
COWDANCER_ILISTFILE=/.ilist
COWDANCER_REUSE=yes
DEBIAN_FRONTEND=noninteractive
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_CPU=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu
DIRSTACK=()
DISPLAY=:0.0
EUID=0
FAKED_MODE=unknown-is-root
FAKEROOTKEY=1963848544
GROUPS=()
HOME=/tmp/buildd
HOSTNAME=evinrude
HOSTTYPE=i486
IFS=$' \t\n'
LANG=C
LC_ALL=C
LD_LIBRARY_PATH=/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
LD_PRELOAD='libfakeroot-sysv.so /usr/lib/cowdancer/libcowdancer.so'
MACHTYPE=i486-pc-linux-gnu
MAKEFLAGS=
MAKELEVEL=1
MFLAGS=
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
PBCURRENTCOMMANDLINEOPERATION=build
PPID=4281
PS4='+ '
PWD=/tmp/buildd/gnustep-base-1.13.0
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments
SHLVL=6
SUDO_COMMAND='/usr/sbin/cowbuilder --build --basepath /var/cache/pbuilder/cow/sid/ gnustep-base_1.13.0-7.0~.dsc'
SUDO_GID=1000
SUDO_UID=1000
SUDO_USER=hubert
TERM=linux
UID=0
USER=root
_=debian/rules
chown --no-dereference 0:0 debian/gnustep-base-common/usr/share/GNUstep/Libraries/gnustep-base/NSTimeZones/localtime
cowdancer: mkstemp: Bad file descriptor
chown: changing ownership of `debian/gnustep-base-common/usr/share/GNUstep/Libraries/gnustep-base/NSTimeZones/localtime': Cannot allocate memory
make: *** [binary-indep] Error 1
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting proc filesystem
 -> unmounting /dev filesystem
 -> Cleaning COW directory


There doesn't seem to be anything strange in the environment, at least not that I can see. But it definitely fails when trying to chown that file.

--
Hubert Chan <[EMAIL PROTECTED]> -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA         http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to