Marco,
Actually I think dev packages are only needed for linux ; iirc on mac I only had to install GPGSuite, from https://gpgtools.org/, then deken worked fine.Good luck !2016-02-16 15:48 GMT+01:00 Marco Matteo Markidis <mm.markidis@gmail.com>:Dear Antoine,I installed via MacPorts gpg, libffi-dev and libssl-dev. Actually, (I suppose!) the macports names are gpg-agent, libffi and openssl. I don't find python-dev or similar. During python27 installation Macports installs a dynamic library (python2.7.dylib) and an header (python.h), but I don't know what are in python-dev.Do you know which dependence I have to satisfy?Thank you.Marco Matteo Markidis2016-02-16 15:21 GMT+01:00 Marco Matteo Markidis <mm.markidis@gmail.com>:Ahhhh!Sorry Antoine, newbie question :(Thank you.2016-02-16 15:14 GMT+01:00 Antoine Rousseau <antoine@metalu.net>:cheersHi,you need to install gpg. (see https://github.com/pure-data/deken/issues/108).
You also need :
- libffi-dev
- libssl-dev
- python-dev
2016-02-16 12:06 GMT+01:00 Marco Matteo Markidis <mm.markidis@gmail.com>:_______________________________________________Hi guys!I'm trying to upload my first external on deken. During the package command I get this problem:MMMarkidis:deken dis$ ./deken package -v 1.0 gigaverb~
Deken 0.1
Packaging gigaverb~-v1.0-(Darwin-i386-32)(Darwin-x86_64-32)-externals.tar.gz
Attempting to GPG sign 'gigaverb~-v1.0-(Darwin-i386-32)(Darwin-x86_64-32)-externals.tar.gz'
Traceback (most recent call last):
File "/Users/dis/.deken/virtualenv/bin/hy", line 9, in <module>
load_entry_point('hy==0.11.0', 'console_scripts', 'hy')()
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/hy/cmdline.py", line 347, in hy_main
sys.exit(cmdline_handler("hy", sys.argv))
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/hy/cmdline.py", line 335, in cmdline_handler
return run_file(options.args[0])
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/hy/cmdline.py", line 210, in run_file
import_file_to_module("__main__", filename)
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/hy/importer.py", line 78, in import_file_to_module
eval(ast_compile(_ast, fpath, "exec"), mod.__dict__)
File "/Users/dis/.deken/deken.hy", line 672, in <module>
File "/Users/dis/.deken/deken.hy", line 394, in main
(defn main []
File "/Users/dis/.deken/deken.hy", line 650, in _hy_anon_fn_63
File "/Users/dis/.deken/deken.hy", line 412, in _hy_anon_fn_62
(command arguments))))
File "/Users/dis/.deken/deken.hy", line 352, in _hy_anon_fn_57
(let [[package-filename (make-archive-basename args.source args.version)]]
File "/Users/dis/.deken/deken.hy", line 608, in _hy_anon_fn_56
File "/Users/dis/.deken/deken.hy", line 356, in _hy_anon_fn_55
(gpg-sign-file archive-filename)
File "/Users/dis/.deken/deken.hy", line 237, in gpg_sign_file
(defn gpg-sign-file [filename]
File "/Users/dis/.deken/deken.hy", line 243, in _hy_anon_fn_37
(do-gpg-sign-file filename signfile))))
File "/Users/dis/.deken/deken.hy", line 458, in do_gpg_sign_file
File "/Users/dis/.deken/deken.hy", line 467, in _hy_anon_fn_35
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/gnupg.py", line 680, in __init__
p = self._open_subprocess(["--version"])
File "/Users/dis/.deken/virtualenv/lib/python2.7/site-packages/gnupg.py", line 726, in _open_subprocess
return Popen(cmd, shell=False, stdin=PIPE, stdout=PIPE, stderr=PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Someone can help me?
Moreover, in my gigaverb~ directory source files are present, but the zip file doesn't contain the (Sources) name.
Best regards,
Marco Matteo Markidis
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--Antoine Rousseau
--Antoine Rousseau