Skip to content
Snippets Groups Projects
  1. Dec 01, 2024
  2. Nov 30, 2024
  3. Nov 29, 2024
  4. Nov 25, 2024
  5. Nov 24, 2024
  6. Nov 22, 2024
  7. Nov 20, 2024
    • Caleb Connolly's avatar
      build: envkernel: cleanup behaviour (MR 2491) · 04635dcb
      Caleb Connolly authored and Oliver Smith's avatar Oliver Smith committed
      
      recent changes to the kernels build infra in -next seem to have exposed
      some issues with "pmbootstrap build --envkernel", specifically in the
      case where the APKBUILD doesn't build out-of-tree.
      
      We used to rely on the fact that the kernel output directory contains a
      Makefile which points to the source directory, however this Makefile
      now(?) contains an absolute path on the host, which won't match what's
      in the chroot.
      
      As a result, it's now necessary to build with the same output directory
      as the APKBUILD.
      
      We probably need some smarter code here... and/or more consistent
      APKBUILDs.
      
      Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
      Unverified
      04635dcb
    • Minecrell's avatar
      pmb/aportgen: lookup package in APKINDEX with correct arch (MR 2493) · 60da4023
      Minecrell authored and Oliver Smith's avatar Oliver Smith committed
      This can otherwise fail if the package was only built for some
      architectures so far, but not for the architecture that is being generated.
      
      E.g. right now musl-1.2.5-r6 was built already for x86_64 but not aarch64,
      which causes errors like the following when running "pmbootstrap aportgen
      musl-x86_64" on aarch64:
      
      >>> musl-x86_64: Fetching musl-1.2.5-r5-x86_64-edge.apk::http://dl-4.alpinelinux.org/alpine//edge/main/x86_64/musl-1.2.5-r5.apk
      Connecting to dl-4.alpinelinux.org (147.75.40.42:80)
      Connecting to dl-4.alpinelinux.org (147.75.40.42:443)
      wget: server returned error: HTTP/1.1 404 Not Found
      >>> ERROR: musl-x86_64: checksum failed
      Unverified
      60da4023
  8. Nov 18, 2024
  9. Nov 14, 2024
  10. Nov 10, 2024
Loading