[llvm-bugs] [Bug 35330] New: `Make install` does not install anything in Alpine ppc64le
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 16 05:28:49 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35330
Bug ID: 35330
Summary: `Make install` does not install anything in Alpine
ppc64le
Product: compiler-rt
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: robertoguimaraes8 at gmail.com
CC: llvm-bugs at lists.llvm.org
I'm building compiler-rt 5.0 in Alpine Linux ppc64le architecture and make
install is not generating any file.
Here are the steps I did to build it:
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_C_FLAGS_MINSIZEREL_INIT="-Os
-fomit-frame-pointer" -DCMAKE_CXX_FLAGS_MINSIZEREL_INIT="-Os
-fomit-frame-pointer" -DCMAKE_EXE_LINKER_FLAGS_MINSIZEREL_INIT=-Wl,--as-needed
-DCMAKE_INSTALL_PREFIX=/usr -DCOMPILER_RT_INCLUDE_TESTS=ON
-DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF
$ make
and to install:
$ make DESTDIR=/home/rdutra/aports/main/compiler-rt/pkg/compiler-rt install
After it no file is generated. This used to work fine with version 4.0.0
For more information, the Alpine build script for compiler-rt is at:
https://github.com/alpinelinux/aports/blob/master/main/compiler-rt/APKBUILD
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171116/762f9780/attachment.html>
More information about the llvm-bugs
mailing list