I'm trying to backports LLVM in these both version to have the latest version of Mesa for my hardware in buster (i have an AMD rx5600XT).
Unfortunately, it fails at the "debian-full-build' step in debian/rules :
- Code: Select all
# Check the stage 2 build worked
if test "$(BUILD_METHOD)" = "stage2"; then \
if ! readelf --string-dump .comment $(TARGET_BUILD_STAGE2)/bin/clang 2>&1|grep -q "clang version"; then \
echo "clang hasn't been built using clang. Bye bye. Check that the stage2 build has been done."; \
fi; \
fi
touch $@
To build LLVM, i use pbuilder and i use this command :
- Code: Select all
DIST=stable pdebuild --debbuildopts -j10
I share you the .build file.
https://send.firefox.com/download/40001 ... WQ2FwHO12Q
Thanks for your help,