You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I note is that make -f ../s2e/Makefile S2E_PREFIX=$pkgdir/opt/s2e stamps/llvm-release-make fails to extract the clang-llvm .tar.xz archive by crashing my system during the extraction by tar -Jxf command.
Is it possible to make Makefile to use the latest clang in order to install as dependency the related Arch Linux clang package?
I'm aware it could create some issues during building but it could be a possibility to prevent the unarchiving and build of clang-llvm provided above.
The text was updated successfully, but these errors were encountered:
Hello,
I am creating a PKGBUILD file to create a package for Arch Linux environment. The current code is:
What I note is that
make -f ../s2e/Makefile S2E_PREFIX=$pkgdir/opt/s2e stamps/llvm-release-make
fails to extract the clang-llvm .tar.xz archive by crashing my system during the extraction bytar -Jxf
command.Is it possible to make Makefile to use the latest clang in order to install as dependency the related Arch Linux clang package?
I'm aware it could create some issues during building but it could be a possibility to prevent the unarchiving and build of clang-llvm provided above.
The text was updated successfully, but these errors were encountered: