pmbootstrap/pmb
Oliver Smith 550b9b3466
pmb.aportgen.gcc: remove !tracedeps option
abuild traces shared library dependencies for binaries in built
packages, and adds all of them to depends. This is needed for the cross
gcc builds, as otherwise it will not add the isl dependency (currently
isl25).

With the crossdirect compilation method we mount the cross-gcc from the
native chroot in the foreign arch chroot. Due to the missing dependency,
isl was not installed in the native chroot, and so when attempting to
use that native cross gcc from the foreign arch chroot, it would try to
load the foreign arch isl instead of the native one. Resulting in lots
of the following errors (and of course not a working gcc):

  Error relocating /usr/lib/libisl.so.23: unsupported relocation type 1026

I had probably added '!tracedeps' because abuild complains about it
otherwise... but as noted in [1] these complaints are safe to ignore.

Keep !strip for now even though it's not in Alpine's APKBUILD. I've
tried to build without and the build fails with:
  strip: Unable to recognise the format of the input file `./usr/aarch64-alpine-linux-musl/lib/libgcc_s.so.1'

[1]: 0415ebf6f9
Related: pmaports issue 1732
2022-10-05 20:44:31 +02:00
..
aportgen pmb.aportgen.gcc: remove !tracedeps option 2022-10-05 20:44:31 +02:00
build pmb.parse.kconfig: rename anbox check to waydroid (MR 2204) 2022-09-13 09:30:23 +02:00
chroot pmb.chroot.root: preserve proxy environment variables (MR 2201) 2022-09-08 18:11:54 +08:00
config Prepare 1.47.0 release 2022-10-04 09:00:44 +02:00
data pmb: data: keys: sync with Alpine (MR 2131) 2021-10-19 01:44:35 +02:00
export pmb/export: Fix Odin export filenames (MR 2191) 2022-06-23 17:45:47 +02:00
flasher pmb: flasher: frontend: don't fail if kernel config cannot be found (MR 2184) 2022-06-06 09:52:17 +02:00
helpers pmb.parse.kconfig: rename anbox check to waydroid (MR 2204) 2022-09-13 09:30:23 +02:00
install Rename Chrome OS kernel partition to pmOS_kernel (MR 2187) 2022-06-08 23:16:17 +03:00
netboot pmb/netboot: new feature (MR 2064) 2022-01-20 22:29:41 +01:00
parse pmb.parse.kconfig: rename anbox check to waydroid (MR 2204) 2022-09-13 09:30:23 +02:00
qemu pmb.qemu.run: drop removed depedency (MR 2196) 2022-08-11 21:17:20 -04:00
sideload pmb: sideload: Handle ssh_install_apks() errors (MR 2195) 2022-08-22 09:45:30 +02:00
__init__.py Happy new year 2022! 2022-01-02 22:39:14 +01:00