On 10/10/16 17:56, Gianfranco Costamagna wrote: > Hi, > >> > >> I fixed gnome-builder to not use LLVM on armel. We have some regressions, >> freemat, libclang-perl and irony-mode, probably because they have been moved >>from LLVM 3.6 to 3.8. And qtcreator still needs a fix. >> >> libclang-perl should be removed. irony-mode as well, as it needs libclang >> unconditionally it seems. I haven't checked if freemat could just drop LLVM >> support on armel. qtcreator can, and should be fixed. > > > this is what I get on coccia > > dak rm -Rn -a armel -b clang-3.8 clang-3.8-examples > W: -a/--architecture implies -p/--partial. > Will remove the following packages from unstable: > > clang-3.8 | 1:3.8~svn247576-1 | armel > clang-3.8-examples | 1:3.8~svn247576-1 | armel > > Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org> > > ------------------- Reason ------------------- > > ---------------------------------------------- > > Checking reverse dependencies... > # Broken Depends: > llvm-defaults: clang > llvm-toolchain-snapshot: clang-modernize-3.8 > > # Broken Build-Depends: > beignet: clang-3.8 > libclc: clang-3.8 > oclgrind: clang-3.8 > pocl: clang-3.8 > > Dependency problem found. > > I'm not even sure why stuff like beignet is picked up
Those are broken build-depends, because e.g. beignet build-depends on clang-3.8. That can be ignored, we'll remove the binaries and the package will just be bd-uninst in armel (or in this case, the package is disabled in that architecture already, so no problem). Emilio