-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
After following these instructions on the wiki, for building smartos-live, gmake live fails when copying a file in from the illumos-extra repo to the proto area. Below is the output:
[...SNIP...]
gmake[2]: Entering directory `/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32/tests'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32/tests'
gmake[2]: Entering directory `/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32'
gmake[2]: Leaving directory `/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32'
gmake[1]: Leaving directory `/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32'
mkdir -p /home/nickziv/smartos-live/proto/usr/bin
mkdir -p /home/nickziv/smartos-live/proto/usr/lib
mkdir -p /home/nickziv/smartos-live/proto/usr/share/man/man1
/usr/bin/elfedit -e 'dyn:value -s SONAME libjoy_lzma.so.5' \
/home/nickziv/smartos-live/projects/illumos-extra/xz/xz-5.2.1-32/src/liblzma/.libs/liblzma.so.5.2.1 \
/home/nickziv/smartos-live/proto/usr/lib/libjoy_lzma.so.5.2.1
cp: cannot create /home/nickziv/smartos-live/proto/usr/lib/libjoy_lzma.so.5.2.1: Permission denied
gmake[2]: *** [install] Error 1
gmake[2]: Leaving directory `/home/nickziv/smartos-live/projects/illumos-extra/xz'
gmake[1]: *** [xz] Error 2
gmake[1]: Leaving directory `/home/nickziv/smartos-live/projects/illumos-extra'
gmake: *** [1-extra-stamp] Error 2
Here are the permissions on the file:
] ls -lh /home/nickziv/smartos-live/proto/usr/lib/libjoy_lzma.so.5.2.1
-r-xr-xr-x 1 nickziv other 197K Mar 26 17:59 /home/nickziv/smartos-live/proto/usr/lib/libjoy_lzma.so.5.2.1
And the same for the parent directory:
drwxr-xr-x 73 nickziv other 915 Mar 26 19:39 lib
Hope this helps.
Metadata
Metadata
Assignees
Labels
No labels