Hello,
I don`t know if the docker installation got messed up (different so versions
than on my native system), but the dh_shlibdeps step won`t find the correct
packages for some 32bit libraries.
In case some packages wont build, those errors could be ignored.
diff -burN debian.org/control debian/control
--- debian.org/control 2016-10-31 23:33:26.307560672 +0100
+++ debian/control 2016-10-31 23:36:29.861497749 +0100
@@ -7,7 +7,7 @@
cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9),
lsb-release, patchutils, diffstat, xz-utils, python-dev,
libedit-dev, swig, python-six, python-sphinx, ocaml-nox, binutils-dev,
- libjsoncpp-dev,
+ libjsoncpp-dev, g++-multilib,
lcov, procps, help2man, dh-ocaml, zlib1g-dev
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev,
libllvm-3.5-ocaml-dev,
libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
diff -burN debian.org/rules debian/rules
--- debian.org/rules 2016-10-31 23:33:26.307560672 +0100
+++ debian/rules 2016-11-01 00:48:08.022283769 +0100
@@ -400,7 +400,7 @@
override_dh_shlibdeps:
-
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/
dh_shlibdeps
+ dh_shlibdeps -l$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ --
--ignore-missing-info
override_dh_installman:
dh_installman
________________________________________
Von: Lange Norbert
Gesendet: Montag, 31. Oktober 2016 23:58
An: Sylvestre Ledru; 841...@bugs.debian.org
Betreff: AW: AW: Bug#841923: libclang-common-3.9-dev: missing multilib binaries
Hi,
patch is attached. I tested a clean docker installation of debian-testing,
adding this dependency generates the additional libraries.
Having those built once via the debian build machinery should give us an idea
which subtypes are supported, and wether it crashes and burns an some systems
(looking at gcc-6 source package theres alot arch.dependend libraries there)
I`ll think of some scriptable tests too, but this will have to smart enough to figure out
the expected variants for all supported hosts (ie the suported "multilib"
flags).
Kind regards,
Norbert
_______________________________________________
Pkg-llvm-team mailing list
pkg-llvm-t...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-llvm-team