- Oct 07, 2022
-
-
Don't build with !tracedeps, as otherwise the isl dependency is not properly added to the built gccs. In practice this probably doesn't matter since we only use these old gccs to build kernels in the native chroots (not via crossdirect in foreign arch chroots), and we also install a proper gcc in the native chroot that pulls in the isl dependency. But fix it for correctness. Related: pmaports issue 1732 [ci:skip-build] Already built successfuly on CI in MR
-
- Sep 11, 2022
-
-
Oliver Smith authored
Adjust to removal of isl in Alpine, see pmbootstrap issue 2167. Packages generated with pmbootstrap MR 2203.
-
- Aug 05, 2022
-
-
Oliver Smith authored
Bump the pkgrel of gcc4 and gcc6, and regenerate the cross/* versions with "pmbootstrap aportgen gcc6-armv7" etc. Should fix these errors: Error loading shared library libisl.so.22: No such file or directory (needed by /usr/gcc6/libexec/gcc/x86_64-alpine-linux-musl/6.4.0/cc1) Error relocating /usr/gcc6/libexec/gcc/x86_64-alpine-linux-musl/6.4.0/cc1: isl_union_map_free: symbol not found Error relocating /usr/gcc6/libexec/gcc/x86_64-alpine-linux-musl/6.4.0/cc1: isl_map_from_pw_aff: symbol not found Error relocating /usr/gcc6/libexec/gcc/x86_64-alpine-linux-musl/6.4.0/cc1: isl_schedule_from_domain: symbol not found ... Related: https://gitlab.alpinelinux.org/alpine/aports/-/commit/54749a52225575a91f01d04f8d024b4ee853cfb6 [ci:skip-build]: already built successfully in CI
-
- Dec 11, 2021
-
-
Clayton Craft authored
-
- Aug 09, 2021
-
-
[ci:skip-build] gcc never builds on CI, let alone 11 gccs [ci:skip-vercheck]
-
- Oct 31, 2020
-
-
Martijn Braam authored
Following upgrade in Alpine
-
- Sep 11, 2019
-
-
Oliver Smith authored
Rebuild all other GCC packages against mpfr4, so they don't fail with: Error loading shared library libmpfr.so.4: No such file or directory (needed by /usr/gcc4/libexec/gcc/x86_64-alpine-linux-musl/4.9.2/cc1) [ci:skip-build]: won't finish in time Related: 2b32ed3a48786fa151cad8f920e5d9997bee94ed in Alpine's aports.git
-
- Jun 29, 2019
-
-
Luca Weiss authored
codespell --skip="./.git,*.patch,*.diff,config-*.*" [ci:skip-build] [ci:skip-vercheck]
-
- Apr 26, 2019
-
-
Oliver Smith authored
Explicitly depend on mpc1. Our generated gcc aports use the !tracedeps option, so we need to explicitly set the libraries it depends on. This has mostly not been an issue, as we are installing our gcc packages together with Alpine's gcc package, which causes the libraries to get installed anyway. Fixes #236. [ci:skip-build]: takes too long to build.
-
- Dec 31, 2018
-
-
Oliver Smith authored
Run 'pmbootstrap aportgen gcc6-aarch64 gcc6-armhf' again and commit the resulting changes, as these packages are meant to be always auto-generated and therefore in sync with main/gcc6. This changes the pkgver to 9999, as it was required in main/gcc6 to avoid conflicts with Alpine's gcc6 package.
-
- Nov 27, 2018
-
-
Oliver Smith authored
This covers most use cases and saves a lot of build time. Can be changed on demand. Again, this simplifies package building as part of the new build infrastructure effort. [skip ci]
-
Oliver Smith authored
I did it manually in the previous commit and replaced the wrong for loop in gcc6-armhf. [skip ci]
-
Oliver Smith authored
I thought only having specific symlinks was enough, and it was for one kernel. However, to make sure it works with all kernels, let's just add symlinks for all the binutils.
-
Oliver Smith authored
-
Oliver Smith authored
Without this symlink, lots of messages like this one appear while compiling kernels: /bin/sh: gcc6-armv6-alpine-linux-muslgnueabihf-objdump: not found
-
Oliver Smith authored
GCC6 cross compiler packages, based on the latest pmbootstrap aportgen code. Related: #103
-