Gentoo Archives: gentoo-dev

From: Norberto BENSA <nbensa@×××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] emerge xfsprogs... sed failed.
Date: Thu, 17 Apr 2003 08:20:45
Message-Id: 200304170516.30832.nbensa@gmx.net
1 Hello,
2
3 I got this on two boxes:
4
5 Calculating dependencies ...done!
6
7 >>> emerge (1 of 1) sys-apps/xfsprogs-2.3.9 to /
8 >>> md5 ;-) xfsprogs-2.3.9.src.tar.gz
9 >>> Unpacking source...
10 >>> Unpacking xfsprogs-2.3.9.src.tar.gz to
11 /var/tmp/portage/xfsprogs-2.3.9/work
12 /usr/sbin/ebuild.sh: line 24: include/builddefs.in: Permission denied
13
14 !!! ERROR: sys-apps/xfsprogs-2.3.9 failed.
15 !!! Function src_unpack, Line 27, Exitcode 1
16 !!! sed failed
17
18
19 On another two boxes, I can emerge xfsprogs just right (same version.)
20
21 The problem is a permission issue on include/* (r--r--r--) When using
22 userpriv, one cannot write to those files (just a guess) and sed fails.
23 chmod'ing +w include/* fixes the problem, but there should be a better way to
24 do it.
25
26 Regards,
27 Norberto