[PD] deken problem

Marco Matteo Markidis mm.markidis at gmail.com
Wed Mar 2 17:06:24 CET 2016


Dear Jonghyun,

after several days I installed properly a Virtual Box with Debian 8 and I
compile gigaverb~ for linux, or i suppose to did it. I have problems in
virtual box to use alsa and jack, so I don't manage to listen correctly
audio from Pd.
Please get a try :)

Best regards,

Marco Matteo Markidis

2016-02-16 19:19 GMT+01:00 Jonghyun Kim <agitato816 at gmail.com>:

> thanks for upload it. however there is no MAKEFILE for linux. i want to
> try it on linux. who can help me for the MAKEFILE?
>
> jonghyun
>
> On Wed, Feb 17, 2016 at 2:06 AM, Marco Matteo Markidis <
> mm.markidis at gmail.com> wrote:
>
>> Yeah! Upload completed :)
>> I will offer you a coffee.
>> Thank you again.
>>
>> Marco
>>
>> 2016-02-16 17:40 GMT+01:00 Antoine Rousseau <antoine at metalu.net>:
>>
>>> 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 at 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 Markidis
>>>>
>>>> 2016-02-16 15:21 GMT+01:00 Marco Matteo Markidis <mm.markidis at gmail.com
>>>> >:
>>>>
>>>>> Ahhhh!
>>>>> Sorry Antoine, newbie question :(
>>>>> Thank you.
>>>>>
>>>>> 2016-02-16 15:14 GMT+01:00 Antoine Rousseau <antoine at metalu.net>:
>>>>>
>>>>>> Hi,
>>>>>> you need to install gpg. (see
>>>>>> https://github.com/pure-data/deken/issues/108).
>>>>>> You also need :
>>>>>>
>>>>>>    - libffi-dev
>>>>>>    - libssl-dev
>>>>>>    - python-dev
>>>>>>
>>>>>> cheers
>>>>>>
>>>>>>
>>>>>> 2016-02-16 12:06 GMT+01:00 Marco Matteo Markidis <
>>>>>> mm.markidis at 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 at lists.iem.at mailing list
>>>>>>> UNSUBSCRIBE and account-management ->
>>>>>>> http://lists.puredata.info/listinfo/pd-list
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Antoine Rousseau
>>>>>>   http://www.metalu.net <http://metalu.net> __
>>>>>> http://www.metaluachahuter.com/
>>>>>> <http://www.metaluachahuter.com/compagnies/al1-ant1/>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Antoine Rousseau
>>>   http://www.metalu.net <http://metalu.net> __
>>> http://www.metaluachahuter.com/
>>> <http://www.metaluachahuter.com/compagnies/al1-ant1/>
>>>
>>>
>>
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160302/1320b418/attachment-0001.html>


More information about the Pd-list mailing list