| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
A mouse cursor theme
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We have switched rustc to use dynamic linking as default.
|
|
|
|
|
| |
Note that users still can switch to static linking using
`-C target-feature=+crt-static`, that is allowed in our rustc.
|
| |
|
| |
|
|
|
|
| |
Remove merged musl fixes
|
| |
|
|
|
|
|
| |
https://code.google.com/p/flowd
Small, fast and secure NetFlow collector
|
|
|
|
|
| |
https://xorg.freedesktop.org/
System load average display for X
|
|
|
|
|
| |
https://github.com/nicklan/pnmixer
PNMixer is a simple mixer application designed to run in system tray.
|
| |
|
|
|
|
|
|
|
| |
* Upgrade to 2.9.1
* Add check
* Remove returns
* Cleanup dependencies
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Disabing the build of webkitgtk on ppc64le since we are focusing on
webkitgtk2.
Disabling the packages that depends on community/webkitgtk also.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
needed by libgdata
|
|
|
|
| |
needed by shotwell
|
|
|
|
| |
needed by libgdata
|
| |
|
|
|
|
|
| |
snapserver is now a metapackage installing snapclient and snapserver.
also added default config and init file for snapserver.
|
|
|
|
| |
Command line tool for DVD backups
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It fails, probably due to some specific setup of /tmp on build servers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd /home/buildozer/aports/testing/llvm-libunwind/src/libunwind-3.8.1.src/build-1/src && /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<libunwind::LocalAddressSpace, libunwind::Registers_x86>::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
|
| |
|
|
|
|
|
| |
I've copied these patches from Fedora package:
http://pkgs.fedoraproject.org/cgit/rpms/llvm3.9.git/
|
|
|
|
|
| |
http://llvm.org/
Low Level Virtual Machine compiler system (version 3.9)
|