Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile does not work on Dragonfly BSD #6

Open
mikhailnov opened this issue Nov 1, 2019 · 1 comment
Open

Makefile does not work on Dragonfly BSD #6

mikhailnov opened this issue Nov 1, 2019 · 1 comment

Comments

@mikhailnov
Copy link
Contributor

[root@nas-dfly ~/abf-console-client]# make DESTDIR=/tmp/abf-test install
mkdir -p /tmp/abf-test/lib/python/site-packages /tmp/abf-test/usr/bin /tmp/abf-test/usr/share/man/man1
cp -p --parents abf/console/*.py abf/*.py abf/api/*.py /tmp/abf-test/lib/python/site-packages
cp: illegal option -- -
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpvx] source_file target_file
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpvx] source_file ... target_directory
*** Error code 64

Stop.
make: stopped in /root/abf-console-client
[root@nas-dfly ~/abf-console-client]# uname -a
DragonFly nas-dfly 5.6-RELEASE DragonFly v5.6.1.3.gabd682-RELEASE #0: Sun Jun 23 01:20:29 MSK 2019     root@nas-dfly:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
[root@nas-dfly ~/abf-console-client]# 
@mikhailnov
Copy link
Contributor Author

Running ./abf.py directly after installing dependencies (pkg install py36-magic py36-yaml py36-beaker python3) works OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant