Infinidat / relocatable-python

build system for building a portable python interpreter
24 stars 8 forks source link

Cannot build openssh #5

Closed amal-khailtash closed 9 years ago

amal-khailtash commented 9 years ago

$ ./bin/build ... (umask 022 ; ./mkinstalldirs /var/empty) mkdir /var/empty mkdir: cannot create directory ‘/var/empty’: Permission denied Makefile:253: recipe for target 'install-files' failed make: *\ [install-files] Error 1 openssh: Command failed with exit code 2: make install openssh: Compilation error. The package is left as is at /home/username/relocatable-python/parts/opensshcompile/openssh-5.8p1 where you can inspect what went wrong While: Installing openssh. Error: System error

wiggin15 commented 9 years ago

I committed a fix but I still need to make sure it doesn't break anything on any of the supported platforms. Please let me know if it fixes your issue.

amal-khailtash commented 9 years ago

Similar error and the same for python3 version. This one is on Ubuntu 14.10.

(cd openbsd-compat && make) make[1]: Entering directory '/home/username/relocatable-python/parts/opensshcompile/openssh-5.8p1/openbsd-compat' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/username/relocatable-python/parts/opensshcompile/openssh-5.8p1/openbsd-compat' ./mkinstalldirs /home/username/relocatable-python/dist/bin ./mkinstalldirs /home/username/relocatable-python/dist/sbin ./mkinstalldirs /home/username/relocatable-python/dist/share/man ./mkinstalldirs /home/username/relocatable-python/dist/share/man/man1 ./mkinstalldirs /home/username/relocatable-python/dist/share/man/man5 ./mkinstalldirs /home/username/relocatable-python/dist/share/man/man8 ./mkinstalldirs /home/username/relocatable-python/dist/libexec (umask 022 ; ./mkinstalldirs /var/empty) mkdir /var/empty mkdir: cannot create directory ‘/var/empty’: Permission denied Makefile:253: recipe for target 'install-files' failed make: *\ [install-files] Error 1 openssh: Command failed with exit code 2: make install-nosysconf openssh: Compilation error. The package is left as is at /home/username/relocatable-python/parts/opensshcompile/openssh-5.8p1 where you can inspect what went wrong While: Installing openssh. Error: System error

wiggin15 commented 9 years ago

Right, I committed another fix, please try now