On 05/11/2015 02:57 PM, Mario Mey wrote:
mario@circo3d:~/puredata-0.46.6$ sudo dpkg -i puredata-build-deps_${PDVER}_amd64.deb Seleccionando el paquete puredata-build-deps previamente no seleccionado.
oh i forgot an important step: $ export LANG=C before all the other things. it helps a lot if you want to have people understand the errors you get on your vietnamese installation.
dpkg: error al procesar el paquete puredata-build-deps (--install): problemas de dependencias - se deja sin configurar Se encontraron errores al procesar: puredata-build-deps
but, supposedly, it is fixed with the next command:
yep, that was the plan...
$ sudo apt-get -f install
This does not install anything, but it remove puredata-build-deps (I don't think it is good...)
...but it didn't work out.
probably it would have been better to simply use: $ sudo mk-build-deps -f
which should automatically install the build-deps package and its dependencies, thus making the "dpkg" and "apt-get" steps unnecessary.
dpkg-checkbuilddeps: Dependencias de construcción no satisfechas: portaudio19-dev libjack-dev
you can also install these two packages manually.
(and then re-run the steps starting with dpkg-buildpackage
)
fgards IOhannes