[L2Ork-dev] Debian 11?
Mario Mey
mariomey at gmail.com
Fri Aug 27 23:19:48 EDT 2021
I will report it... when I can log in Gitlab. I don't understand why I
can't. My mail is registred, my name is registred... I tried every
possible password but nothing. I click on "I forgot my password" but
nothing arrives to my account, neither in Spam. I will continue to wait
the mail.
Thank you!
On 27/8/21 20:59, Albert Graef wrote:
> Great that it works for you. BTW, Gem is responsible for handling the
> video stuff, but yes, I noticed those freezes as well. Just avoid the
> odd video device indices like a plague, that's what I do. :) And yes
> again, that dependency needs to be installed on Debian/Ubuntu, I'm not
> sure why that's not in the runtime dependencies. It would be great if
> you could report that packaging bug on the purr-data gitlab so that I
> don't forget to look into it, thanks!
>
> Best,
> Albert
>
>
> On Sat, Aug 28, 2021 at 1:29 AM Mario Mey <mariomey at gmail.com
> <mailto:mariomey at gmail.com>> wrote:
>
> Oh, man, you are so great!
>
> I installed it and, after some hours of not working... it finally
> worked. The issues were:
>
> 1. Webcams, in linux, are logged in two paths, e.g. /dev/video0
> and /dev/video1. As here
> https://unix.stackexchange.com/a/539573/318549
> <https://unix.stackexchange.com/a/539573/318549> says: /The
> second device provides metadata about the video data from the
> first device. The new devices were introduced by this
> patch//https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=088ead25524583e2200aa99111bea2f66a86545a"
> <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=088ead25524583e2200aa99111bea2f66a86545a>///So,
> if I send |[device /dev/video1( -> [pix_video]|, *PurrData
> freezes for ever*. I don't know if this bug is well reported
> here... but it does happen. Now, I have a big sign like "/Be
> carefull!/" next to the video device select radio. Anyway,
> this bug is not new, I think it was always there.
> 2. PDLUA *is not working* right out the box. It needs
> |liblua5.3-0| to work, but this dependency package is not
> installed automatically.
>
> Anyway, thanks for the new repository! I totally migrated to
> Debian 11 😁.
>
>
>
> On 27/8/21 12:59, Albert Graef wrote:
>> All good. I haven't updated the wiki yet, but Debian 11 packages
>> are now at the usual location:
>> https://software.opensuse.org//download.html?project=home%3Aaggraef&package=purr-data
>> <https://software.opensuse.org//download.html?project=home%3Aaggraef&package=purr-data>
>> (click on Debian and follow the instructions).
>>
>> HTH
>> Albert
>>
>>
>> On Fri, Aug 27, 2021 at 8:27 AM Albert Graef <aggraef at gmail.com
>> <mailto:aggraef at gmail.com>> wrote:
>>
>> Hi,
>>
>> I just added Debian 11 to the OBS builds, it's currently
>> building (fingers crossed ;-). Chances are good, though, the
>> builds on Debian Unstable and Testing have all been going
>> well, so I don't foresee any major hitches on Bullseye.
>>
>> Albert
>>
>> On Thu, Aug 26, 2021 at 7:10 PM Jonathan Wilkes
>> <jon.w.wilkes at gmail.com <mailto:jon.w.wilkes at gmail.com>> wrote:
>>
>> Sorry, I've been focusing mainly on the web app for
>> awhile now.
>>
>> Albert-- did you have Debian 11 set up as part of OBS?
>>
>> If not, I'm happy to help get it up and running.
>>
>> -Jonathan
>>
>> On Thu, Aug 26, 2021 at 10:35 AM Mario Mey
>> <mariomey at gmail.com <mailto:mariomey at gmail.com>> wrote:
>>
>> What a pitty... it's the only software that I need to
>> completeIy migrate to Debian 11, the only one! And I
>> use it a lot.
>>
>> tried with Debian 9 and 10 repositories with no
>> success. I tried Ubuntu 21.04, 20.10, 20.04 and they
>> all need other packages (libjpeg8, a newer version of
>> libc6, libdc1394-22, etc)
>>
>> Here https://tracker.debian.org/pkg/libdc1394-22
>> <https://tracker.debian.org/pkg/libdc1394-22>, it
>> says that libdc1394-22 is no more in Debian new
>> versions. And here is the bug-report/mail-list where
>> they talk about replacing it with libdc1394:
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963924
>> <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963924>.
>> At the end, it says:
>>
>> From: Debian FTP Masters
>> <ftpmaster at ftp-master.debian.org
>> <mailto:ftpmaster at ftp-master.debian.org>>
>> To: 963924-close at bugs.debian.org
>> <mailto:963924-close at bugs.debian.org>
>> Cc: libdc1394-22 at packages.debian.org
>> <mailto:libdc1394-22 at packages.debian.org>
>> Subject: Bug#963924: Removed package(s) from unstable
>> Date: Sat, 10 Oct 2020 15:54:54 +0000
>> We believe that the bug you reported is now fixed;
>> the following
>> package(s) have been removed from unstable:
>>
>> libdc1394-22 | 2.2.5-2.1 | source, amd64, arm64,
>> armel, armhf, i386, mips64el, mipsel, ppc64el, s390x
>> libdc1394-22-doc | 2.2.5-2.1 | all
>>
>> ------------------- Reason -------------------
>> RoQA; Superceded by libdc1394
>> ----------------------------------------------
>> (...)
>>
>> On 24/8/21 19:09, Mario Sottile - Marionetas Mey wrote:
>>>
>>> I upgraded from 10 to 11... and now, I can't install
>>> Purr-Data. Should I compile it completely...? 😖
>>>
>>> |mariomey at mario-debian-11:~/Descargas/software-linux$ |echo 'debhttp://download.opensuse.org/repositories/home:/aggraef/Debian_9.0/ <http://download.opensuse.org/repositories/home:/aggraef/Debian_9.0/> /' | sudo tee /etc/apt/sources.list.d/home:aggraef.list
>>> debhttp://download.opensuse.org/repositories/home:/aggraef/Debian_10/ <http://download.opensuse.org/repositories/home:/aggraef/Debian_10/> /
>>> |mariomey at mario-debian-11:~/Descargas/software-linux$ |curl -fsSLhttps://download.opensuse.org/repositories/home:aggraef/Debian_9.0/Release.key <https://download.opensuse.org/repositories/home:aggraef/Debian_9.0/Release.key> | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef.gpg > /dev/null
>>> gpg: AVISO: permisos inseguros del directorio personal '/home/mariomey/.gnupg'
>>> |mariomey at mario-debian-11:~/Descargas/software-linux$|sudo apt update
>>> .......|mariomey at mario-debian-11:~/Descargas/software-linux$
>>> sudo apt install purr-data|||
>>> ||
>>>
>>> |Leyendo lista de paquetes... Hecho||
>>> ||Creando árbol de dependencias... Hecho||
>>> ||Leyendo la información de estado... Hecho||
>>> ||No se pudieron instalar algunos paquetes. Esto
>>> puede significar que||
>>> ||usted pidió una situación imposible o, si está
>>> usando la distribución||
>>> ||inestable, que algunos paquetes necesarios aún no
>>> se han creado o se||
>>> ||han sacado de «Incoming».||
>>> ||La siguiente información puede ayudar a resolver
>>> la situación:||
>>> ||
>>> ||Los siguientes paquetes tienen dependencias
>>> incumplidas:||
>>> || purr-data : Depende: libdc1394-22 pero no es
>>> instalable||
>>> || Recomienda: tap-plugins pero no va a
>>> instalarse||
>>> || Recomienda: ladspa-foo-plugins pero
>>> no es instalable||
>>> || Recomienda:
>>> invada-studio-plugins-ladspa pero no va a instalarse||
>>> || Recomienda: blepvco pero no va a
>>> instalarse||
>>> || Recomienda: swh-plugins pero no va a
>>> instalarse||
>>> || Recomienda: mcp-plugins pero no va a
>>> instalarse||
>>> || Recomienda: cmt pero no va a instalarse||
>>> || Recomienda: blop pero no va a
>>> instalarse||
>>> || Recomienda: omins pero no va a
>>> instalarse||
>>> || Recomienda:
>>> ubuntustudio-audio-plugins pero no es instalable||
>>> || Recomienda: rev-plugins pero no va a
>>> instalarse||
>>> || Recomienda: dssi-utils pero no va a
>>> instalarse||
>>> || Recomienda: vco-plugins pero no va a
>>> instalarse||
>>> || Recomienda: wah-plugins pero no va a
>>> instalarse||
>>> || Recomienda: fil-plugins pero no va a
>>> instalarse||
>>> || Recomienda: mda-lv2 pero no va a
>>> instalarse||
>>> ||E: No se pudieron corregir los problemas, usted ha
>>> retenido paquetes rotos.||
>>> |
>>>
>>> --
>>>
>>> Mario Sottile - Director
>>> (011) 15.6283.1576
>>> www.mariomey.com.ar <http://www.mariomey.com.ar>
>>> info at mariomey.com.ar <mailto:info at mariomey.com.ar>
>>>
>> _______________________________________________
>> L2Ork-dev mailing list
>> L2Ork-dev at disis.music.vt.edu
>> <mailto:L2Ork-dev at disis.music.vt.edu>
>> https://disis.music.vt.edu/listinfo/l2ork-dev
>> <https://disis.music.vt.edu/listinfo/l2ork-dev>
>>
>> _______________________________________________
>> L2Ork-dev mailing list
>> L2Ork-dev at disis.music.vt.edu
>> <mailto:L2Ork-dev at disis.music.vt.edu>
>> https://disis.music.vt.edu/listinfo/l2ork-dev
>> <https://disis.music.vt.edu/listinfo/l2ork-dev>
>>
>>
>>
>> --
>> Dr. Albert Gr"af
>> Computer Music Research Group, JGU Mainz, Germany
>> Email: aggraef at gmail.com <mailto:aggraef at gmail.com>, web:
>> https://agraef.github.io/ <https://agraef.github.io/>
>>
>>
>>
>> --
>> Dr. Albert Gr"af
>> Computer Music Research Group, JGU Mainz, Germany
>> Email: aggraef at gmail.com <mailto:aggraef at gmail.com>, web:
>> https://agraef.github.io/ <https://agraef.github.io/>
>>
>> _______________________________________________
>> L2Ork-dev mailing list
>> L2Ork-dev at disis.music.vt.edu <mailto:L2Ork-dev at disis.music.vt.edu>
>> https://disis.music.vt.edu/listinfo/l2ork-dev <https://disis.music.vt.edu/listinfo/l2ork-dev>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu <mailto:L2Ork-dev at disis.music.vt.edu>
> https://disis.music.vt.edu/listinfo/l2ork-dev
> <https://disis.music.vt.edu/listinfo/l2ork-dev>
>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email: aggraef at gmail.com <mailto:aggraef at gmail.com>, web:
> https://agraef.github.io/ <https://agraef.github.io/>
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210828/103cab7f/attachment-0001.htm>
More information about the L2Ork-dev
mailing list