<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/llvm-libunwind, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/llvm-libunwind: move from testing</title>
<updated>2017-04-30T22:42:12+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-30T22:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=abfa07f26ff2837922903586b15e137b67b43219'/>
<id>abfa07f26ff2837922903586b15e137b67b43219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: fix build on x86</title>
<updated>2017-04-12T17:31:12+00:00</updated>
<author>
<name>Shiz</name>
<email>hi@shiz.me</email>
</author>
<published>2017-04-12T17:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6245e20b52907a0efb44bf38c97e52d0bfe6ffc3'/>
<id>6245e20b52907a0efb44bf38c97e52d0bfe6ffc3</id>
<content type='text'>
libunwind likes to play fast and loose with -nodefaultlibs for no
real useful reason, it seems. This prevents -lssp_nonshared from
being linked in on x86 and thus breaking the stack protector-enabled
build. Make it think -nodefaultlibs is not available to have it link
the normal way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libunwind likes to play fast and loose with -nodefaultlibs for no
real useful reason, it seems. This prevents -lssp_nonshared from
being linked in on x86 and thus breaking the stack protector-enabled
build. Make it think -nodefaultlibs is not available to have it link
the normal way.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: remove unused patch</title>
<updated>2017-04-12T13:59:46+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-12T13:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=95d198e1cbb48b908878504913c5263d1bbd2202'/>
<id>95d198e1cbb48b908878504913c5263d1bbd2202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: upgrade to 3.9.1 and build with llvm3.9</title>
<updated>2017-04-12T11:49:51+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-12T10:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e2345d3156f0f713623ab9265a931e780b2e9958'/>
<id>e2345d3156f0f713623ab9265a931e780b2e9958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: disable on x86, fails to build</title>
<updated>2017-04-11T23:25:22+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-11T23:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9f4dcc969d23c8ecb1cdb497f888de08d9cc16cc'/>
<id>9f4dcc969d23c8ecb1cdb497f888de08d9cc16cc</id>
<content type='text'>
  cd /home/buildozer/aports/testing/llvm-libunwind/src/libunwind-3.8.1.src/build-1/src &amp;&amp; /usr/bin/cmake -E cmake_link_script CMakeFiles/unwind.dir/link.txt --verbose=1
  /usr/bin/c++  -fPIC -Os -fomit-frame-pointer -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -Os -DNDEBUG  -nodefaultlibs -Wl,--as-needed -Wl,-z,defs -shared -Wl,-soname,libunwind.so.1 -o ../lib/libunwind.so.1.0 CMakeFiles/unwind.dir/libunwind.cpp.o CMakeFiles/unwind.dir/Unwind-EHABI.cpp.o CMakeFiles/unwind.dir/UnwindLevel1.c.o CMakeFiles/unwind.dir/UnwindLevel1-gcc-ext.c.o CMakeFiles/unwind.dir/Unwind-sjlj.c.o CMakeFiles/unwind.dir/UnwindRegistersRestore.S.o CMakeFiles/unwind.dir/UnwindRegistersSave.S.o -lc -ldl -lpthread
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get8(unsigned int) [clone .isra.11]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace4get8Ej.isra.11+0x4c): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get16(unsigned int) [clone .isra.12]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get16Ej.isra.12+0x59): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get32(unsigned int) [clone .isra.13]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get32Ej.isra.13+0x58): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get64(unsigned int) [clone .isra.14]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get64Ej.isra.14+0x59): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::UnwindCursor&lt;libunwind::LocalAddressSpace, libunwind::Registers_x86&gt;::getFunctionName(char*, unsigned int, unsigned long long*)':
  libunwind.cpp:(.text._ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy[_ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy]+0x87): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o:libunwind.cpp:(.text._ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE[_ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE]+0xe0): more undefined references to `__stack_chk_fail_local' follow
  collect2: error: ld returned 1 exit status
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  cd /home/buildozer/aports/testing/llvm-libunwind/src/libunwind-3.8.1.src/build-1/src &amp;&amp; /usr/bin/cmake -E cmake_link_script CMakeFiles/unwind.dir/link.txt --verbose=1
  /usr/bin/c++  -fPIC -Os -fomit-frame-pointer -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -Os -DNDEBUG  -nodefaultlibs -Wl,--as-needed -Wl,-z,defs -shared -Wl,-soname,libunwind.so.1 -o ../lib/libunwind.so.1.0 CMakeFiles/unwind.dir/libunwind.cpp.o CMakeFiles/unwind.dir/Unwind-EHABI.cpp.o CMakeFiles/unwind.dir/UnwindLevel1.c.o CMakeFiles/unwind.dir/UnwindLevel1-gcc-ext.c.o CMakeFiles/unwind.dir/Unwind-sjlj.c.o CMakeFiles/unwind.dir/UnwindRegistersRestore.S.o CMakeFiles/unwind.dir/UnwindRegistersSave.S.o -lc -ldl -lpthread
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get8(unsigned int) [clone .isra.11]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace4get8Ej.isra.11+0x4c): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get16(unsigned int) [clone .isra.12]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get16Ej.isra.12+0x59): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get32(unsigned int) [clone .isra.13]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get32Ej.isra.13+0x58): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::LocalAddressSpace::get64(unsigned int) [clone .isra.14]':
  libunwind.cpp:(.text._ZN9libunwind17LocalAddressSpace5get64Ej.isra.14+0x59): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o: In function `libunwind::UnwindCursor&lt;libunwind::LocalAddressSpace, libunwind::Registers_x86&gt;::getFunctionName(char*, unsigned int, unsigned long long*)':
  libunwind.cpp:(.text._ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy[_ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_13Registers_x86EE15getFunctionNameEPcjPy]+0x87): undefined reference to `__stack_chk_fail_local'
  CMakeFiles/unwind.dir/libunwind.cpp.o:libunwind.cpp:(.text._ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE[_ZN9libunwind14EHHeaderParserINS_17LocalAddressSpaceEE11decodeEHHdrERS1_jjRNS2_12EHHeaderInfoE]+0xe0): more undefined references to `__stack_chk_fail_local' follow
  collect2: error: ld returned 1 exit status
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lvm-libunwind: really add the patch</title>
<updated>2017-04-09T22:05:52+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-09T22:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f2db2fc02b687bb96e28a14c0a134a226f527703'/>
<id>f2db2fc02b687bb96e28a14c0a134a226f527703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: fix build on aarch64</title>
<updated>2017-04-09T22:02:05+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-09T22:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=51e248119621f200d5254562fb4cfa5e33eed846'/>
<id>51e248119621f200d5254562fb4cfa5e33eed846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/llvm-libunwind: new aport</title>
<updated>2017-04-09T21:31:41+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-09T21:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=11cc8881063997c414bd2490b7db3116c5d4b348'/>
<id>11cc8881063997c414bd2490b7db3116c5d4b348</id>
<content type='text'>
http://llvm.org/
LLVM version of libunwind library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://llvm.org/
LLVM version of libunwind library
</pre>
</div>
</content>
</entry>
</feed>
