Hello. I think there's a mistake here clang Pkgfile : . . .. # multilib stub mv $PKG/usr/include/llvm/Config/llvm-config{,-64}.h install -m 0644 $SRC/llvm-config.h $PKG/usr/include/llvm/Config/ ^^^^ llvm => clang ??? grep 64 .footprint => result nothing Regards -- ---------------------------------------------------------------------------- Remember, no question is too stupid and no problem too small--We've all been beginners
On 6/2/2018 11:48, Milan Buška wrote:
Hello. I think there's a mistake here
clang Pkgfile : . . .. # multilib stub mv $PKG/usr/include/llvm/Config/llvm-config{,-64}.h install -m 0644 $SRC/llvm-config.h $PKG/usr/include/llvm/Config/
^^^^ llvm => clang ???
grep 64 .footprint => result nothing
Regards
That's not a typo, but it's also not useful or necessary, because immediately after that in the Pkgfile, llvm is removed. Regards, Matt
Hello, 2018-06-02 22:14 GMT+02:00 Matt Housh <jaeger@crux.ninja>:
On 6/2/2018 11:48, Milan Buška wrote:
Hello. I think there's a mistake here
clang Pkgfile : . . .. # multilib stub mv $PKG/usr/include/llvm/Config/llvm-config{,-64}.h install -m 0644 $SRC/llvm-config.h $PKG/usr/include/llvm/Config/
^^^^ llvm => clang ???
grep 64 .footprint => result nothing
Regards
That's not a typo, but it's also not useful or necessary, because immediately after that in the Pkgfile, llvm is removed.
Regards, Matt
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
If I understand this correctly, those lines are useless. -- ---------------------------------------------------------------------------- Remember, no question is too stupid and no problem too small--We've all been beginners
participants (2)
-
Matt Housh
-
Milan Buška