aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/libbsd: disable on armhf, fails to buildJakub Jirutka2017-04-121-1/+1
| | | | | | | nlist.c:43:25: fatal error: linux/a.out.h: No such file or directory #include <linux/a.out.h> ^ compilation terminated.
* main/py-gtk: update dependsCarlo Landmeter2017-04-121-2/+2
|
* main/py-cairo: rename to py2-cairoCarlo Landmeter2017-04-121-16/+6
|
* main/libbsd: try to enable on all archesJakub Jirutka2017-04-121-1/+1
|
* testing/llvm-libunwind: disable on x86, fails to buildJakub Jirutka2017-04-121-1/+1
| | | | | | | | | | | | | | | | | 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
* testing/llvm3.9: install FileCheckJakub Jirutka2017-04-121-0/+5
|
* testing/llvm3.9: add backported patches for RustJakub Jirutka2017-04-126-1/+1480
| | | | | I've copied these patches from Fedora package: http://pkgs.fedoraproject.org/cgit/rpms/llvm3.9.git/
* testing/llvm3.9: new aportJakub Jirutka2017-04-124-0/+279
| | | | | http://llvm.org/ Low Level Virtual Machine compiler system (version 3.9)
* testing/xorgxrdp: disable on x86Carlo Landmeter2017-04-121-1/+1
| | | | TEXTREL /home/buildozer/aports/testing/xorgxrdp/pkg/xorgxrdp/usr/lib/xorg/modules/libxorgxrdp.so
* community/perl-net-cli-interact: Fix dependency listBreno Leitao2017-04-111-2/+3
| | | | | | | | | | | This package FTBFS because not all the dependencies were listed properly. Causing errors like: Can't locate object method "log_at" via package "Net::CLI::Interact Error: Can't locate Eval/Closure.pm in @INC Adding the missing dependencies fixed this problem.
* community/icingaweb2: Disabling on ppc64leBreno Leitao2017-04-111-1/+1
| | | | | | | | | Currently icingaweb2 depends on icinga2 that depends on monitoring-plugins. Package monitoring-plugins is crashing the ppc64le builder at this moment. Once we have monitoring-plugins build fixed, we can revert this package.
* community/py-gevent: fix and improve abuildJakub Jirutka2017-04-111-8/+8
| | | | | Dependencies defined in split functions are needed in build time, so move them to global depends.
* main/llvm: fix targets name back to "all"Jakub Jirutka2017-04-111-1/+1
| | | | Sorry about that, I've changed it by mistake.
* main/llvm: use options to disable tests on arm*Jakub Jirutka2017-04-111-9/+6
|
* community/py3-cairo: move to main due to py-gobject3Carlo Landmeter2017-04-113-0/+0
|
* main/llvm: move check-llvm invocation to check() functionJakub Jirutka2017-04-111-0/+4
|
* community/monitoring-plugins: disable on all archsNatanael Copa2017-04-112-10/+24
| | | | | bug in the configure script will fill up the buildservers disk https://github.com/monitoring-plugins/monitoring-plugins/issues/1480
* testing/py-gst1: add support for py3Carlo Landmeter2017-04-111-11/+41
|
* main/py-gobject3: add support for py3Carlo Landmeter2017-04-111-16/+49
|
* community/py3-cairo: new aportCarlo Landmeter2017-04-113-0/+64
|
* main/llvm: improve abuildJakub Jirutka2017-04-111-30/+29
| | | | Using both ON/OFF and YES/NO style is very confusing (ON-NO...).
* main/uwsgi: fix permissions of log and socket dirNatanael Copa2017-04-112-16/+6
| | | | | | | enable group write permissions to socket dir and to log dir so clidren have the permissions to create sockets and logfiles create the log directory from apk
* main/acpica: fix build on 32bit systemsNatanael Copa2017-04-112-0/+16
|
* main/xen: upgrade to 4.7.2 and fix xsa210 and xsa211Natanael Copa2017-04-1128-1862/+595
|
* community/bareos: Update config.guessBreno Leitao2017-04-111-0/+5
| | | | | Currently bareos FTBFS on ppc64le due to outdate config.guess that does not recognize the platform. Updating it before building it.
* testing/shairport-sync: don't start with --daemonJakub Jirutka2017-04-113-3/+52
|
* testing/shairport-sync: fix and modernize abuildJakub Jirutka2017-04-111-22/+15
|
* testing/shairport-sync: add init scriptHenrik Nilsson2017-04-112-5/+15
|
* testing/shairport-sync: upgrade to 3.0.2Henrik Nilsson2017-04-111-5/+5
|
* main/py-phonenumbers: upgrade to 8.4.0Kaarle Ritvanen2017-04-111-2/+2
|
* main/gnumeric: upgrade to 1.12.34Natanael Copa2017-04-113-78/+2
|
* main/xfce4-vala: rebuild against vala 0.36Natanael Copa2017-04-111-1/+1
|
* main/vala: upgrade to 0.36.1Natanael Copa2017-04-111-6/+2
|
* main/py-gobject3: upgrade to 3.24.1Natanael Copa2017-04-111-4/+2
|
* main/phodav: upgrade to 2.2Natanael Copa2017-04-111-6/+2
|
* main/librsvg: upgrade to 2.40.17Natanael Copa2017-04-111-5/+3
|
* main/libgee: upgrade to 0.20.0Natanael Copa2017-04-111-2/+2
|
* main/json-glib: upgrade to 1.2.8Natanael Copa2017-04-111-4/+2
|
* main/gvfs: upgrade to 1.32.1Natanael Copa2017-04-111-2/+2
|
* main/goffice: upgrade to 0.10.34Natanael Copa2017-04-111-4/+2
|
* main/glibmm: upgrade to 2.50.1Natanael Copa2017-04-111-4/+2
|
* main/gdk-pixbuf: upgrade to 2.36.6Natanael Copa2017-04-111-2/+2
|
* main/atk: upgrade to 2.24.0Natanael Copa2017-04-111-4/+2
|
* main/at-spi2-atk: upgrade to 2.24.0Natanael Copa2017-04-111-18/+6
|
* main/at-spi2-core: upgrade to 2.24.0Natanael Copa2017-04-111-20/+6
|
* main/gtk+3.0: upgrade to 3.22.12Natanael Copa2017-04-111-2/+2
|
* testing/etcd: rename subpkg etcd-etcdctl to etcd-ctlJakub Jirutka2017-04-111-3/+3
|
* main/curl: rearrange functions into more logical orderJakub Jirutka2017-04-111-5/+5
|
* main/curl: add static libraryJakub Jirutka2017-04-111-2/+1
|
* main/libgit2: build both dynamic and static libraryJakub Jirutka2017-04-112-3/+57
|