| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
I found out that jemalloc significantly increases size of statically
linked binaries produced by rustc (stripped hello_world 186 kiB vs.
358 kiB) and it seems that it does not gain justifiable performance
boost (actually even negative in some tests).
https://users.rust-lang.org/t/optimizing-rust-binaries-observation-of-musl-versus-glibc-and-jemalloc-versus-system-alloc/8499/7
|
| |
|
|
|
|
| |
This is not necessary, but better...
|
| |
|
|
|
|
|
|
|
|
| |
I don't remember the exact reason why I've disabled stripping. Maybe
I get it from Fedora package [1]? Anyway, I've checked that our strip
does not remove .rustc section, so it should be probably okay.
[1]: https://src.fedoraproject.org/cgit/rpms/rust.git/tree/rust.spec?id=2453b710d43f1f9cacc53b4e9caa2da2f9c888ac#n185
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
perl-specio fails to build due to lack of dependency. Adding perl as
dependecy for specio.
|
|
|
|
|
|
| |
Adding new package to the archive because there is one package
(community/perl-net-cli-interact) that FTBFS because it depends on this
package.
|
|
|
|
|
| |
Glide depends on go that is still not build on ppc64le. Disabling it on
ppc64le temporarily.
|
|
|
|
|
| |
Disabling the build on ppc64le because ppc64le does not have package
monitoring-plugins, which is causing a deadloop in the server.
|
|
|
|
|
| |
dspam APKBUILD applies the build manually instead of using the
default_prepare() helper. Also using the $builddir variable.
|
|
|
|
|
| |
Currently dspam package does not build on ppc64le because it contains
outdate config.guess file. Updating it before building it.
|
|
|
|
|
| |
Currently flickcurl FTBFS due to an outdate config.guess file. Updating
it to reflect the new platforms.
|
|
|
|
|
| |
Girara is failing to test on ppc64le due to lack of symbols.
Skipping the tests on ppc64le for a while.
|
|
|
|
|
|
|
| |
The current $source URL does not seem to exist anymore. Grabbing the
source from the github project.
The checksum package changed!
|
|
|
|
|
| |
Currently musl on ppc64le does not define cpuid.h. Avoiding including
and calling _cpuid.
|
|
|
|
|
| |
Disabling this package temporarily because I am not able to reproduce
the buildlog issue on my machine.
|
| |
|
| |
|
|
|
|
|
|
|
| |
adds a checkpath to initd for /usr/lib/exim
this stops hourly messages in exim's mainlog:
'Couldn't open /usr/lib/exim/: not loading lookup modules'
|
|
|
|
|
| |
* Add check function
* Add noarch to htmlreport
|
|
|
|
|
|
|
| |
This is the SELinux policy library, which contains a large number of
interface (and other) definitions for use in SELinux policies.
Signed-off-by: Tycho Andersen <tycho@docker.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Adds a new piece of software to aports. EJSON is a small library to
manage encrypted secrets using asymmetric encryption.
This aport includes only the binary cli program. It omits the man pages
and ruby gem.
|
| |
|
|
|
|
|
|
| |
use_ssl field of SERVER_CONNECT_REC has been renamed to use_tls.
Patch integrated upstream already
0d9e5f7f1a0edaea0de312828ce47d11f74ee3dc
|
|
|
|
|
| |
Disabling mate-utils on ppc64le for now. Desktop packages are not
important at this moment.
|
| |
|
| |
|
|
|
|
|
|
| |
Some packages like Rust need the _Unwind_* symbols as part of libunwind.
While the package configure.ac says this implementation doesn't work too well,
other distros seem to have had it enabled for years without issues.
|
|
|
|
| |
XXXDBUSDAEMONNOTFOUND error
|
|
|
|
| |
the mate desktop
|
|
|
|
|
| |
Core utilities for Python packages. Adding it because this is a
requirement for community/obnam package.
|
|
|
|
| |
Go is still missing on ppc64le. Skipping this package for a while.
|
|
|
|
|
|
|
|
|
| |
Currently deadbeef FTBFS on ppc64le due to two issues:
1) config.guess is outdated
2) deadbeef is not able to identify endianess on PPC machines.
Fixing both of the issues to enable deadbeef to build on ppc64le.
|
|
|
|
|
|
|
|
| |
Currently gns3-server keeps a x86 binary as part of the source package,
and this package currently fails on non-x86 machines on the strip()
step.
Replacing the x86 binary by the build server binary.
|
|
|
|
| |
disable check()
|
|
|
|
| |
https://github.com/leitao/aports/commit/9f4395581c9d594d2ffed51f2354c991e2c88c1a
|