Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc gdal failure



gdal-lib seems ok on amd64, and I saw a failure in an aarch64 bulk build:

https://www.invisible.ca/arm/reports/arm64/netbsd-9/20200919.1243/gdal-lib-3.0.4nb4/build.log

The issue is an undefined symbol at link time:

  /bin/sh /data/scratch/geography/gdal-lib/work/gdal-3.0.4/libtool --mode=link --silent c++ -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib gdalserver.lo  /data/scratch/geography/gdal-lib/work/gdal-3.0.4/libgdal.la -o gdalserver
  ld: /data/scratch/geography/gdal-lib/work/gdal-3.0.4/.libs/libgdal.so: undefined reference to `__floatuntidf'

and this is part of the soft float implementation:

https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html

which I would not expect to be used.

I wonder if anyone else with an aarch64 machine finds that gdal-lib does
or doesn't build, or if anyone has any wisdom for me.

I will try a build on earmv7hf-el when my pkg builder finishes pkg_rr
for the branch.

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index