- Mar 13, 2019
-
-
Leonardo Arena authored
This reverts commit a3806703.
-
Leonardo Arena authored
Tests failing on builders: gcc -Wl,--as-needed -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o job.o make.o make_malloc.o metachar.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o usage: bmake [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [-v variable] [variable=value] [target ...] >>> ERROR: bmake: build failed
-
Steffen Nurpmeso authored
-
Natanael Copa authored
fixes #10041
-
Natanael Copa authored
ref #10041
-
Paul Bredbury authored
https://wiki.gnome.org/action/show/Projects/libgxps XPS documents library & conversion utilities.
-
Leonardo Arena authored
-
Paul Bredbury authored
Since the mdocml-apropos package (which provides makewhatis) is not pulled in by default, and isn't needed, then stop moaning about it being missing. Silences e.g.: $ man neomutt man: outdated mandoc.db lacks neomutt(1) entry, run makewhatis /usr/share/man
-
Paul Bredbury authored
https://github.com/acidrain42/evolution-on Tray plugin for Evolution email client.
-
Paul Bredbury authored
-
Paul Bredbury authored
-
Paul Bredbury authored
-
Francesco Colista authored
-
Francesco Colista authored
-
Marian Buschsieweke authored
GDB for embedded targets
-
Marian Buschsieweke authored
C library for embedded targets
-
Marian Buschsieweke authored
Cross compilers for bare metal targets. This package contains the subpackages gcc-arm-none-eabi, gcc-mips-mti-elf, and gcc-msp430-elf. The bare metal ARM toolchain is tested and fully functional, the others are a proof of concept and not tested (due to lack of hardware).
-
Marian Buschsieweke authored
Intermediate step in building a cross toolchain for bare metal targets. This is working around cyclic dependencies between GCC and newlib. The build order is this: 1. binutils-cross-embedded (final package) 2. gcc-cross-embedded-stage1 (intermediate step, needed for step 3) 3. newlib-stage1 (intermediate step, needed for step 4) 4. gcc-cross-embedded (final package) 5. newlib (final package)
-
Marian Buschsieweke authored
Intermediate step in building a cross toolchain for bare metal targets. This is working around cyclic dependencies between GCC and newlib. The build order is this: 1. binutils-cross-embedded (final package) 2. gcc-cross-embedded-stage1 (intermediate step, needed for step 3) 3. newlib-stage1 (intermediate step, needed for step 4) 4. gcc-cross-embedded (final package) 5. newlib (final package)
-
Marian Buschsieweke authored
binutils for bare metal targets
-
-
- Mar 12, 2019
-
-
-
Henrik Riomar authored
PREFIX used by make to fix the scdoc.pc file
-
-
-
-
-
-
-
-
-
-
Natanael Copa authored
it appears that tests times out on s390x. reduce number of messages to 10k. see also https://github.com/farsightsec/fstrm/issues/58
-
Natanael Copa authored
-
https://github.com/docker/docker-ce/releases/tag/v18.09.3 The more important fixes in this version: * When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. docker/engine#135 * Graphdriver: fix device mode not being detected if character-device bit is set. docker/engine#160 * Fix nil pointer derefence on failure to connect to containerd. docker/engine#162 * Delete stale containerd object on start failure. docker/engine#154
-
-
https://mynewt.apache.org Apache Newt is a smart build and package management tool for Apache Mynewt Operating System
-
prspkt authored
-
-
Kevin Daudt authored
The install_if definitions for the openrc subpackages contain an invalid definition of the 'parrent' package due to an missing 'r'. This causes the openrc subpackages to be installed whenever openrc is installed. Fix it by add the missing 'r'.
-