[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Plash] chown and make install
From: |
Thomas Leonard |
Subject: |
[Plash] chown and make install |
Date: |
Sat, 23 Sep 2006 17:48:04 +0100 |
Hi all,
I'm trying to install GNU Hello using plash (my test-case for
0compile), but it gets confused by the error from chown:
plash$ make 'install' => .
./mkinstalldirs prefix/bin prefix/info
mkdir prefix
mkdir prefix/bin
mkdir prefix/info
/usr/bin/install -c hello prefix/bin/hello
/usr/bin/install: setting permissions for `prefix/bin/hello': No such
file or directory
/usr/bin/install: cannot change ownership of `prefix/bin/hello':
Function not implemented
make: *** [install] Error 1
plash: job 9: process #1 (pid 7205) exited with status 2
Note: It appears that it doesn't actually want to change anything at all:
$ strace -e chown32 /usr/bin/install -c hello prefix/bin/hello
chown32("prefix/bin/hello", -1, -1) = 0
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
- [Plash] chown and make install,
Thomas Leonard <=