Re: About opencv packages

2021-12-12 Thread John Paul Adrian Glaubitz
On 12/12/21 11:45, Christian Marillat wrote: > Im' using dak since years and dak have commands to import existing > repository. dak doesn't support "unreleased" which is why Debian Ports is using Mini-DAK. There are plans to extend DAK in this regard, but this hasn't happened yet, unfortunately.

Re: About opencv packages

2021-12-12 Thread Christian Marillat
On 12 déc. 2021 10:52, John Paul Adrian Glaubitz wrote: [...] > What Debian Ports is missing is cruft [1] since we're using Mini-DAK > instead of DAK (Debian > Archive Kit). There is unfortunately not enough interest in Debian Ports > throughout > the Debian project and/or the community to dri

Re: libffi illegal instruction - again

2021-12-12 Thread John Paul Adrian Glaubitz
Hi! On 12/12/21 10:15, Efraim Flashner wrote: > I ran into the issue on my 32-bit powerpc: > > [ 92.119397] unattended-upgr[627]: illegal instruction (4) at ed78a00 nip > ed78a00 lr ed789f8 code 1 in libffi.so.8.1.0[ed76000+9000] > [ 92.119499] unattended-upgr[627]: code: 83e1001c 38210020 7

Re: About opencv packages

2021-12-12 Thread John Paul Adrian Glaubitz
On 12/12/21 10:38, Christian Marillat wrote: > But clang is available for powerpc : Yes, but it's not available on some of the other architectures and I haven't bothered working on bootstrapping ffmpeg again for ports until this particular bug is fixed. What Debian Ports is missing is cruft [1]

Re: About opencv packages

2021-12-12 Thread Christian Marillat
On 12 déc. 2021 10:02, John Paul Adrian Glaubitz wrote: [...] > They do. We're just waiting for #994537 [1] to be fixed. > > Adrian > >> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994537 But clang is available for powerpc : , | $ sudo apt-get install clang | Reading package lis

Re: libffi illegal instruction - again

2021-12-12 Thread Efraim Flashner
On Sat, Dec 11, 2021 at 07:23:51PM +0100, John Paul Adrian Glaubitz wrote: > On 12/11/21 19:14, Riccardo Mottola wrote: > > How is the current situation? I had an "fixed" package installed (I don't > > remember > > if it was your build or one of mines) that got replaced during an upgrade > > beca

Re: About opencv packages

2021-12-12 Thread John Paul Adrian Glaubitz
Hello! On 12/12/21 09:22, Christian Marillat wrote: > Apparently ffmpeg and gstreamer1.0-plugins-bad still depends on libaom0 > and needs to be build with libaom3. > > Transitions doesn't work with Debian ports ? They do. We're just waiting for #994537 [1] to be fixed. Adrian > [1] https://bug

About opencv packages

2021-12-12 Thread Christian Marillat
Hi, Apparently ffmpeg and gstreamer1.0-plugins-bad still depends on libaom0 and needs to be build with libaom3. Transitions doesn't work with Debian ports ? Christian