Bug#1068383: librsl: FTBFS with HDF 4.3.0.

Bas Couwenberg sebastic at xs4all.nl
Thu Apr 4 11:27:45 BST 2024


Source: librsl
Version: 1.43-1.2
Severity: serious
Tags: upstream ftbfs
Justification: makes the package in question unusable or mostly so
User: debian-gis at lists.debian.org
Usertags: hdf-4.3

Dear Maintainer,

Your package FTBFS while performing test rebuilds with HDF 4.3.20.

The attached debdiff contains changes to fix FTBFS issues unrelated to HDF 4.3.20.

Once those are applied, the package fails to build because it uses private methods from HDF:

 /usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_head':
 ././lassen.c:65:(.text+0xc8): undefined reference to `xdrstdio_create'
 /usr/bin/ld: ././lassen.c:72:(.text+0xdd): undefined reference to `xdr_string'
 /usr/bin/ld: ././lassen.c:78:(.text+0x138): undefined reference to `xdr_u_char'

And many more like these.

Kind Regards,

Bas
-------------- next part --------------
diff -Nru librsl-1.43/debian/changelog librsl-1.43/debian/changelog
--- librsl-1.43/debian/changelog	2018-01-20 14:16:41.000000000 +0100
+++ librsl-1.43/debian/changelog	2024-04-04 11:46:10.000000000 +0200
@@ -1,3 +1,10 @@
+librsl (1.43-1.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild with HDF 4.3.0.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 04 Apr 2024 11:46:10 +0200
+
 librsl (1.43-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru librsl-1.43/debian/control librsl-1.43/debian/control
--- librsl-1.43/debian/control	2018-01-20 14:14:53.000000000 +0100
+++ librsl-1.43/debian/control	2024-04-04 11:46:10.000000000 +0200
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Andy Spencer <andy753421 at gmail.com>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libhdf4-dev, libjpeg-dev, flex, libfl-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libhdf4-dev, libjpeg-dev, flex, libfl-dev, libtirpc-dev
 Standards-Version: 3.9.4
 Section: science
 Homepage: http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/
diff -Nru librsl-1.43/debian/rules librsl-1.43/debian/rules
--- librsl-1.43/debian/rules	2013-06-20 11:45:10.000000000 +0200
+++ librsl-1.43/debian/rules	2024-04-04 11:46:10.000000000 +0200
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
+
+export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/tirpc -Wno-error=implicit-function-declaration
+
 %:
 	dh $@ --with autoreconf
-------------- next part --------------
dpkg-checkbuilddeps: error: Unmet build dependencies: libhdf4-dev
W: Unmet build-dependency in source
dh clean --with autoreconf
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building librsl using existing ./librsl_1.43.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building librsl in librsl_1.43-1.3.debian.tar.xz
dpkg-source: info: building librsl in librsl_1.43-1.3.dsc
I: Generated dsc will be overwritten by build result; not generating changes file
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.228716
I: forking: cp -al /var/cache/pbuilder/base-sid+rebuild.cow /var/cache/pbuilder/build/cow.228716
I: removed stale ilistfile /var/cache/pbuilder/build/cow.228716/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.228716 cowdancer-ilistcreate /.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace /var/cache/pbuilder/build/cow.228716 --buildresult .. --mirror http://ftp.nl.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.228716 cow-shell' /home/bas/tmp/debian/librsl_1.43-1.3.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Thu Apr  4 12:14:45 CEST 2024
I: pbuilder-time-stamp: 1712225685
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/home/bas/tmp/debian/librsl_1.43-1.3.dsc]
I: copying [/home/bas/tmp/debian/librsl_1.43.orig.tar.gz]
I: copying [/home/bas/tmp/debian/librsl_1.43-1.3.debian.tar.xz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (librsl_1.43-1.3.dsc)
dpkg-source: info: extracting librsl in librsl-1.43
dpkg-source: info: unpacking librsl_1.43.orig.tar.gz
dpkg-source: info: unpacking librsl_1.43-1.3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying rsl-automake.patch
I: using fakeroot in build.
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-autoreconf, libhdf4-dev, libjpeg-dev, flex, libfl-dev, libtirpc-dev
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 16118 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 9); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on dh-autoreconf; however:
  Package dh-autoreconf is not installed.
 pbuilder-satisfydepends-dummy depends on libhdf4-dev; however:
  Package libhdf4-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libjpeg-dev; however:
  Package libjpeg-dev is not installed.
 pbuilder-satisfydepends-dummy depends on flex; however:
  Package flex is not installed.
 pbuilder-satisfydepends-dummy depends on libfl-dev; however:
  Package libfl-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libtirpc-dev; however:
  Package libtirpc-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdextrautils{a} debhelper{a} dh-autoreconf{a} dh-strip-nondeterminism{a} dwz{a} file{a} flex{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} libaec0{a} libarchive-zip-perl{a} libdebhelper-perl{a} libelf1t64{a} libfile-stripnondeterminism-perl{a} libfl-dev{a} libfl2{a} libhdf4-0{a} libhdf4-dev{a} libicu72{a} libjpeg-dev{a} libjpeg62-turbo{a} libjpeg62-turbo-dev{a} libmagic-mgc{a} libmagic1t64{a} libpipeline1{a} libsub-override-perl{a} libsz2{a} libtirpc-dev{a} libtool{a} libuchardet0{a} libxml2{a} m4{a} man-db{a} po-debconf{a} zlib1g-dev{a} 
The following packages are RECOMMENDED but will NOT be installed:
  curl libarchive-cpio-perl libltdl-dev libmail-sendmail-perl lynx wget 
0 packages upgraded, 41 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/22.0 MB of archives. After unpacking 82.1 MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16118 files and directories currently installed.)
Preparing to unpack .../00-m4_1.4.19-4_amd64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package flex.
Preparing to unpack .../01-flex_2.6.4-8.2+b2_amd64.deb ...
Unpacking flex (2.6.4-8.2+b2) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../02-libmagic-mgc_1%3a5.45-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.45-3) ...
Selecting previously unselected package libmagic1t64:amd64.
Preparing to unpack .../03-libmagic1t64_1%3a5.45-3_amd64.deb ...
Unpacking libmagic1t64:amd64 (1:5.45-3) ...
Selecting previously unselected package file.
Preparing to unpack .../04-file_1%3a5.45-3_amd64.deb ...
Unpacking file (1:5.45-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../05-gettext-base_0.21-14+b1_amd64.deb ...
Unpacking gettext-base (0.21-14+b1) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../06-libuchardet0_0.0.8-1+b1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.8-1+b1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../07-groff-base_1.23.0-3+b1_amd64.deb ...
Unpacking groff-base (1.23.0-3+b1) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../08-bsdextrautils_2.39.3-11_amd64.deb ...
Unpacking bsdextrautils (2.39.3-11) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../09-libpipeline1_1.5.7-2_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../10-man-db_2.12.0-4_amd64.deb ...
Unpacking man-db (2.12.0-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../11-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../12-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../13-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../14-autopoint_0.21-14_all.deb ...
Unpacking autopoint (0.21-14) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../15-libdebhelper-perl_13.15.3_all.deb ...
Unpacking libdebhelper-perl (13.15.3) ...
Selecting previously unselected package libtool.
Preparing to unpack .../16-libtool_2.4.7-7_all.deb ...
Unpacking libtool (2.4.7-7) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../17-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../18-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../19-libsub-override-perl_0.10-1_all.deb ...
Unpacking libsub-override-perl (0.10-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../20-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../21-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package libelf1t64:amd64.
Preparing to unpack .../22-libelf1t64_0.191-1_amd64.deb ...
Unpacking libelf1t64:amd64 (0.191-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../23-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../24-libicu72_72.1-4+b1_amd64.deb ...
Unpacking libicu72:amd64 (72.1-4+b1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../25-libxml2_2.9.14+dfsg-1.3+b2_amd64.deb ...
Unpacking libxml2:amd64 (2.9.14+dfsg-1.3+b2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.21-14+b1_amd64.deb ...
Unpacking gettext (0.21-14+b1) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_13.15.3_all.deb ...
Unpacking debhelper (13.15.3) ...
Selecting previously unselected package libaec0:amd64.
Preparing to unpack .../30-libaec0_1.1.3-1_amd64.deb ...
Unpacking libaec0:amd64 (1.1.3-1) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../31-libfl2_2.6.4-8.2+b2_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-8.2+b2) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../32-libfl-dev_2.6.4-8.2+b2_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.4-8.2+b2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../33-libjpeg62-turbo_1%3a2.1.5-2+b2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2+b2) ...
Selecting previously unselected package libsz2:amd64.
Preparing to unpack .../34-libsz2_1.1.3-1_amd64.deb ...
Unpacking libsz2:amd64 (1.1.3-1) ...
Selecting previously unselected package libhdf4-0:amd64.
Preparing to unpack .../35-libhdf4-0_4.3.0-1~exp1_amd64.deb ...
Unpacking libhdf4-0:amd64 (4.3.0-1~exp1) ...
Selecting previously unselected package libjpeg62-turbo-dev:amd64.
Preparing to unpack .../36-libjpeg62-turbo-dev_1%3a2.1.5-2+b2_amd64.deb ...
Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2+b2) ...
Selecting previously unselected package libjpeg-dev:amd64.
Preparing to unpack .../37-libjpeg-dev_1%3a2.1.5-2+b2_amd64.deb ...
Unpacking libjpeg-dev:amd64 (1:2.1.5-2+b2) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../38-zlib1g-dev_1%3a1.3.dfsg-3.1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1) ...
Selecting previously unselected package libhdf4-dev.
Preparing to unpack .../39-libhdf4-dev_4.3.0-1~exp1_amd64.deb ...
Unpacking libhdf4-dev (4.3.0-1~exp1) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../40-libtirpc-dev_1.3.4+ds-1.2_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.4+ds-1.2) ...
Setting up libpipeline1:amd64 (1.5.7-2) ...
Setting up libicu72:amd64 (72.1-4+b1) ...
Setting up bsdextrautils (2.39.3-11) ...
Setting up libmagic-mgc (1:5.45-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.15.3) ...
Setting up libmagic1t64:amd64 (1:5.45-3) ...
Setting up gettext-base (0.21-14+b1) ...
Setting up m4 (1.4.19-4) ...
Setting up file (1:5.45-3) ...
Setting up libaec0:amd64 (1.1.3-1) ...
Setting up libelf1t64:amd64 (0.191-1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libtirpc-dev:amd64 (1.3.4+ds-1.2) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-2+b2) ...
Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2+b2) ...
Setting up autopoint (0.21-14) ...
Setting up libfl2:amd64 (2.6.4-8.2+b2) ...
Setting up autoconf (2.71-3) ...
Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libuchardet0:amd64 (0.0.8-1+b1) ...
Setting up libsub-override-perl (0.10-1) ...
Setting up libxml2:amd64 (2.9.14+dfsg-1.3+b2) ...
Setting up libsz2:amd64 (1.1.3-1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up flex (2.6.4-8.2+b2) ...
Setting up gettext (0.21-14+b1) ...
Setting up libtool (2.4.7-7) ...
Setting up libjpeg-dev:amd64 (1:2.1.5-2+b2) ...
Setting up libhdf4-0:amd64 (4.3.0-1~exp1) ...
Setting up libfl-dev:amd64 (2.6.4-8.2+b2) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up libhdf4-dev (4.3.0-1~exp1) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up groff-base (1.23.0-3+b1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up man-db (2.12.0-4) ...
Building database of manual pages ...
Setting up debhelper (13.15.3) ...
Processing triggers for libc-bin (2.37-15.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libfakeroot
The following NEW packages will be installed:
  fakeroot libfakeroot
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/103 kB of archives.
After this operation, 385 kB of additional disk space will be used.
Selecting previously unselected package libfakeroot:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18362 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.34-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.34-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.34-1_amd64.deb ...
Unpacking fakeroot (1.34-1) ...
Setting up libfakeroot:amd64 (1.34-1) ...
Setting up fakeroot (1.34-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Processing triggers for man-db (2.12.0-4) ...
Processing triggers for libc-bin (2.37-15.1) ...
I: Copying back the cached apt archive contents
I: Building the package
I: Running cd /build/librsl-1.43/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc  && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-genchanges -S  > ../librsl_1.43-1.3_source.changes
dpkg-buildpackage: info: source package librsl
dpkg-buildpackage: info: source version 1.43-1.3
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Bas Couwenberg <sebastic at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --with autoreconf
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building librsl using existing ./librsl_1.43.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building librsl in librsl_1.43-1.3.debian.tar.xz
dpkg-source: info: building librsl in librsl_1.43-1.3.dsc
 debian/rules build
dh build --with autoreconf
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
   dh_autoreconf
autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:6: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9851: AM_CONFIG_HEADER is expanded from...
configure.in:6: the top level
configure.in:13: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:13: You should run autoupdate.
aclocal.m4:123: AM_PROG_LIBTOOL is expanded from...
configure.in:13: the top level
configure.in:15: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
aclocal.m4:9756: AM_PROG_LEX is expanded from...
configure.in:15: the top level
configure.in:20: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:20: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.in:20: the top level
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:12: installing './compile'
configure.in:5: installing './missing'
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am: installing './depcomp'
examples/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for bison... no
checking for byacc... no
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... -ll
checking whether yytext is a pointer... yes
checking whether ln -s works... yes
checking for ranlib... (cached) ranlib
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for mktime... yes
checking for strdup... yes
checking for strstr... yes
checking for _implode in -limplode... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking for DFopen in -ldf... yes
checking for SDstart in -lmfhdf... yes
checking for TKopen in -ltsdistk... no
checking for /usr/lib/libetor.a... no
checking for /usr/local/lib/libetor.a... no
checking for yywrap in -ltsdistk... no
LIBS = -L/usr/lib -lmfhdf -ldf -ljpeg -lz -lm -ll 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating colors/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	make -j1
make[1]: Entering directory '/build/librsl-1.43'
make  all-recursive
make[2]: Entering directory '/build/librsl-1.43'
Making all in .
make[3]: Entering directory '/build/librsl-1.43'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rapic_to_radar.lo rapic_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic_to_radar.c  -fPIC -DPIC -o .libs/rapic_to_radar.o
rapic_to_radar.c: In function 'RSL_rapic_to_radar':
rapic_to_radar.c:26:13: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
   26 |   close(0); dup(fileno(fp)); /* Redirect stdin. */
      |             ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic_to_radar.c -o rapic_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rapic.lo rapic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic.c  -fPIC -DPIC -o .libs/rapic.o
rapic.y: In function 'rapicparse':
rapic.y:337:26: warning: '%s' directive writing up to 19 bytes into a region of size 8 [-Wformat-overflow=]
  337 |   sprintf(radar->h.name, "%s", rh.namestr);
      |                          ^~~~  ~~~~~~~~~~
In file included from /usr/include/stdio.h:906,
                 from rsl.h:84,
                 from rapic_routines.h:1,
                 from rapic.y:25:
In function 'sprintf',
    inlined from 'rapicparse' at rapic.y:337:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 1 and 20 bytes into a destination of size 8
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
rapic.y: In function 'rapicparse':
rapic.y:338:32: warning: '%s' directive writing up to 19 bytes into a region of size 8 [-Wformat-overflow=]
  338 |   sprintf(radar->h.radar_name, "%s", rh.namestr);
      |                                ^~~~  ~~~~~~~~~~
In function 'sprintf',
    inlined from 'rapicparse' at rapic.y:338:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 1 and 20 bytes into a destination of size 8
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic.c -o rapic.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rapic-lex.lo rapic-lex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic-lex.c  -fPIC -DPIC -o .libs/rapic-lex.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic-lex.c -o rapic-lex.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rapic_routines.lo rapic_routines.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic_routines.c  -fPIC -DPIC -o .libs/rapic_routines.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rapic_routines.c -o rapic_routines.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radtec_to_radar.lo radtec_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radtec_to_radar.c  -fPIC -DPIC -o .libs/radtec_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radtec_to_radar.c -o radtec_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radtec.lo radtec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radtec.c  -fPIC -DPIC -o .libs/radtec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radtec.c -o radtec.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o dorade.lo dorade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade.c  -fPIC -DPIC -o .libs/dorade.o
dorade.c: In function 'dorade_read_comment_block':
dorade.c:80:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   80 |   fread(cb->code, sizeof(cb->code), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:81:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   81 |   fread(&cb->len, sizeof(cb->len), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:99:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   99 |   fread(cb->comment, sizeof(char), cb->len-8, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_volume_desc':
dorade.c:118:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  118 |   fread(vd, sizeof(Volume_desc), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_radar_desc':
dorade.c:161:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  161 |   fread(rd, sizeof(Radar_desc), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_parameter_desc':
dorade.c:220:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  220 |   fread(pd, sizeof(Parameter_desc), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_cell_range_vector':
dorade.c:262:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  262 |   fread(&cv->code, sizeof(cv->code), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:263:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  263 |   fread(&cv->len, sizeof(cv->len), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:264:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  264 |   fread(&cv->ncells, sizeof(cv->ncells), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:274:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  274 |   fread(cv->range_cell, sizeof(float), cv->ncells, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:292:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  292 |   fread(buff, sizeof(char), i, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_correction_factor_desc':
dorade.c:316:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  316 |       fread(cf->code, sizeof(cf->code), 1, in);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:320:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  320 |           fread(&cf->len, sizeof(cf->len), 1, in);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:328:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  328 |           fread(remaining, sizeof(char), cf->len-8, in);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:332:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  332 |   fread(&cf->len, sizeof(Correction_factor_desc)-4, 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_sweep_info':
dorade.c:407:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  407 |   fread(si, sizeof(Sweep_info), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_ray_info':
dorade.c:449:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  449 |   fread(ri, sizeof(Ray_info), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_platform_info':
dorade.c:492:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  492 |   fread(pi->code, sizeof(pi->code), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:493:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  493 |   fread(&pi->len, sizeof(pi->len), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:498:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  498 |       fread(&pi->longitude, sizeof(Platform_info)-len_first_two, 1, in);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c: In function 'dorade_read_parameter_data':
dorade.c:554:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  554 |   fread(&pd->code, sizeof(pd->code), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:555:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  555 |   fread(&pd->len, sizeof(pd->len), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:556:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  556 |   fread(&pd->name, sizeof(pd->name), 1, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dorade.c:569:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  569 |   fread(pd->data, sizeof(char), len, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade.c -o dorade.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o dorade_print.lo dorade_print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade_print.c  -fPIC -DPIC -o .libs/dorade_print.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade_print.c -o dorade_print.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o dorade_to_radar.lo dorade_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade_to_radar.c  -fPIC -DPIC -o .libs/dorade_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c dorade_to_radar.c -o dorade_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o lassen.lo lassen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c lassen.c  -fPIC -DPIC -o .libs/lassen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c lassen.c -o lassen.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o lassen_to_radar.lo lassen_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c lassen_to_radar.c  -fPIC -DPIC -o .libs/lassen_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c lassen_to_radar.c -o lassen_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radar.lo radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar.c  -fPIC -DPIC -o .libs/radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar.c -o radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o volume.lo volume.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c volume.c  -fPIC -DPIC -o .libs/volume.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c volume.c -o volume.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o image_gen.lo image_gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c image_gen.c  -fPIC -DPIC -o .libs/image_gen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c image_gen.c -o image_gen.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o cappi.lo cappi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c cappi.c  -fPIC -DPIC -o .libs/cappi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c cappi.c -o cappi.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o fraction.lo fraction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c fraction.c  -fPIC -DPIC -o .libs/fraction.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c fraction.c -o fraction.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o read_write.lo read_write.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c read_write.c  -fPIC -DPIC -o .libs/read_write.o
read_write.c: In function 'RSL_write_radar_fp':
read_write.c:317:49: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
  317 |   (void)sprintf(title, "RSL v%s. sizeof(Range) %d", VERSION, sizeof(Range));
      |                                                ~^            ~~~~~~~~~~~~~
      |                                                 |            |
      |                                                 int          long unsigned int
      |                                                %ld
read_write.c: In function 'RSL_read_ray':
read_write.c:59:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   59 |   (void)fread(header_buf, sizeof(char), sizeof(header_buf), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:60:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   60 |   (void)fread(&nbins, sizeof(int), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:68:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   68 |   (void)fread(r->range, sizeof(Range), r->h.nbins, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c: In function 'RSL_read_sweep':
read_write.c:79:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   79 |   (void)fread(header_buf, sizeof(char), sizeof(header_buf), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:81:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   81 |   (void)fread(&nrays, sizeof(int), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c: In function 'RSL_read_volume':
read_write.c:106:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  106 |   (void)fread(header_buf, sizeof(char), sizeof(header_buf), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:107:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  107 |   (void)fread(&nsweeps, sizeof(int), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c: In function 'RSL_read_radar':
read_write.c:193:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  193 |   (void)fread(title, sizeof(char), sizeof(title), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:196:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  196 |   (void)fread(header_buf, sizeof(char), sizeof(header_buf), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_write.c:201:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  201 |   (void)fread(&nradar, sizeof(int), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c read_write.c -o read_write.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o farea.lo farea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c farea.c  -fPIC -DPIC -o .libs/farea.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c farea.c -o farea.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o range.lo range.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c range.c  -fPIC -DPIC -o .libs/range.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c range.c -o range.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radar_to_uf.lo radar_to_uf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_uf.c  -fPIC -DPIC -o .libs/radar_to_uf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_uf.c -o radar_to_uf.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o uf_to_radar.lo uf_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c uf_to_radar.c  -fPIC -DPIC -o .libs/uf_to_radar.o
uf_to_radar.c: In function 'RSL_uf_to_radar_fp':
uf_to_radar.c:506:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  506 |     (void)fread(&uf[1], sizeof(char), nbytes-2, fp);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:508:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  508 |     (void)fread(&nbytes, sizeof(int), 1, fp);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:514:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  514 |       (void)fread(uf, sizeof(char), nbytes, fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:517:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  517 |       (void)fread(&nbytes, sizeof(int), 1, fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:529:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  529 |     (void)fread(&uf[2], sizeof(char), sbytes-4, fp);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:531:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  531 |     (void)fread(&sbytes, sizeof(short), 1, fp);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:537:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  537 |       (void)fread(uf, sizeof(char), sbytes, fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:540:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  540 |       (void)fread(&sbytes, sizeof(short), 1, fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:553:11: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  553 |     (void)fread(&uf[3], sizeof(short), sbytes-3, fp);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uf_to_radar.c:561:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  561 |       (void)fread(&uf[2], sizeof(short), sbytes-2, fp);  /* Have words 1,2. */
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c uf_to_radar.c -o uf_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o wsr88d_to_radar.lo wsr88d_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_to_radar.c  -fPIC -DPIC -o .libs/wsr88d_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_to_radar.c -o wsr88d_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o carpi.lo carpi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c carpi.c  -fPIC -DPIC -o .libs/carpi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c carpi.c -o carpi.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o cube.lo cube.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c cube.c  -fPIC -DPIC -o .libs/cube.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c cube.c -o cube.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o sort_rays.lo sort_rays.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c sort_rays.c  -fPIC -DPIC -o .libs/sort_rays.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c sort_rays.c -o sort_rays.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o toga_to_radar.lo toga_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toga_to_radar.c  -fPIC -DPIC -o .libs/toga_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toga_to_radar.c -o toga_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o gts.lo gts.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c gts.c  -fPIC -DPIC -o .libs/gts.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c gts.c -o gts.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o histogram.lo histogram.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c histogram.c  -fPIC -DPIC -o .libs/histogram.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c histogram.c -o histogram.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o ray_indexes.lo ray_indexes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c ray_indexes.c  -fPIC -DPIC -o .libs/ray_indexes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c ray_indexes.c -o ray_indexes.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o anyformat_to_radar.lo anyformat_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c anyformat_to_radar.c  -fPIC -DPIC -o .libs/anyformat_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c anyformat_to_radar.c -o anyformat_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o get_win.lo get_win.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c get_win.c  -fPIC -DPIC -o .libs/get_win.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c get_win.c -o get_win.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o endian.lo endian.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c endian.c  -fPIC -DPIC -o .libs/endian.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c endian.c -o endian.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o mcgill_to_radar.lo mcgill_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c mcgill_to_radar.c  -fPIC -DPIC -o .libs/mcgill_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c mcgill_to_radar.c -o mcgill_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o mcgill.lo mcgill.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c mcgill.c  -fPIC -DPIC -o .libs/mcgill.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c mcgill.c -o mcgill.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o interp.lo interp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c interp.c  -fPIC -DPIC -o .libs/interp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c interp.c -o interp.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o toga.lo toga.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toga.c  -fPIC -DPIC -o .libs/toga.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toga.c -o toga.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o wsr88d.lo wsr88d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d.c  -fPIC -DPIC -o .libs/wsr88d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d.c -o wsr88d.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o wsr88d_get_site.lo wsr88d_get_site.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_get_site.c  -fPIC -DPIC -o .libs/wsr88d_get_site.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_get_site.c -o wsr88d_get_site.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o wsr88d_m31.lo wsr88d_m31.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_m31.c  -fPIC -DPIC -o .libs/wsr88d_m31.o
wsr88d_m31.c: In function 'wsr88d_load_ray_into_radar':
wsr88d_m31.c:381:11: warning: type defaults to 'int' in declaration of 'nconstblocks' [-Wimplicit-int]
  381 |     const nconstblocks = 3;
      |           ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c wsr88d_m31.c -o wsr88d_m31.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o gzip.lo gzip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c gzip.c  -fPIC -DPIC -o .libs/gzip.o
gzip.c: In function 'uncompress_pipe':
gzip.c:80:3: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
   80 |   dup(fileno(fp));
      |   ^~~~~~~~~~~~~~~
gzip.c:85:3: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
   85 |   dup(save_fd);
      |   ^~~~~~~~~~~~
gzip.c: In function 'compress_pipe':
gzip.c:101:3: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
  101 |   dup(fileno(fp));
      |   ^~~~~~~~~~~~~~~
gzip.c:106:3: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
  106 |   dup(save_fd);
      |   ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c gzip.c -o gzip.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o prune.lo prune.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c prune.c  -fPIC -DPIC -o .libs/prune.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c prune.c -o prune.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o reverse.lo reverse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c reverse.c  -fPIC -DPIC -o .libs/reverse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c reverse.c -o reverse.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o fix_headers.lo fix_headers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c fix_headers.c  -fPIC -DPIC -o .libs/fix_headers.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c fix_headers.c -o fix_headers.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o nsig_to_radar.lo nsig_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig_to_radar.c  -fPIC -DPIC -o .libs/nsig_to_radar.o
nsig_to_radar.c: In function 'RSL_nsig_to_radar':
nsig_to_radar.c:220:20: warning: '__builtin___sprintf_chk' writing a terminating nul past the end of the destination [-Wformat-overflow=]
  220 |   sprintf(state,"NA");
      |                    ^
In file included from /usr/include/stdio.h:906,
                 from nsig_to_radar.c:42:
In function 'sprintf',
    inlined from 'RSL_nsig_to_radar' at nsig_to_radar.c:220:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 3 bytes into a destination of size 2
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:535,
                 from nsig_to_radar.c:49:
In function 'memmove',
    inlined from 'RSL_nsig_to_radar' at nsig_to_radar.c:470:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memcpy' reading 3 bytes from a region of size 2 [-Wstringop-overread]
   36 |   return __builtin___memmove_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __glibc_objsize0 (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
nsig_to_radar.c: In function 'RSL_nsig_to_radar':
nsig_to_radar.c:179:24: note: source object 'state' of size 2
  179 |   char radar_type[50], state[2], city[15];
      |                        ^~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig_to_radar.c -o nsig_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o nsig.lo nsig.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig.c  -fPIC -DPIC -o .libs/nsig.o
In file included from /usr/include/string.h:535,
                 from nsig.c:49:
In function 'memmove',
    inlined from 'nsig_read_sweep' at nsig.c:527:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memcpy' reading 12 bytes from a region of size 8 [-Wstringop-overread]
   36 |   return __builtin___memmove_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __glibc_objsize0 (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
nsig.c: In function 'nsig_read_sweep':
nsig.c:396:23: note: source object 'bhdr' of size 8
  396 |   NSIG_Raw_prod_bhdr *bhdr = NULL;
      |                       ^~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig.c -o nsig.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o nsig2_to_radar.lo nsig2_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig2_to_radar.c  -fPIC -DPIC -o .libs/nsig2_to_radar.o
In file included from /usr/include/string.h:535,
                 from nsig.c:49,
                 from nsig2_to_radar.c:21:
In function 'memmove',
    inlined from 'nsig2_read_sweep' at nsig.c:527:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memcpy' reading 12 bytes from a region of size 8 [-Wstringop-overread]
   36 |   return __builtin___memmove_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __glibc_objsize0 (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
nsig.c: In function 'nsig2_read_sweep':
nsig.c:396:23: note: source object 'bhdr' of size 8
  396 |   NSIG_Raw_prod_bhdr *bhdr = NULL;
      |                       ^~~~
In file included from nsig2_to_radar.c:22:
nsig_to_radar.c: In function 'RSL_nsig2_to_radar':
nsig_to_radar.c:220:20: warning: '__builtin___sprintf_chk' writing a terminating nul past the end of the destination [-Wformat-overflow=]
  220 |   sprintf(state,"NA");
      |                    ^
In file included from /usr/include/stdio.h:906,
                 from nsig.c:48:
In function 'sprintf',
    inlined from 'RSL_nsig2_to_radar' at nsig_to_radar.c:220:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 3 bytes into a destination of size 2
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
In function 'memmove',
    inlined from 'RSL_nsig2_to_radar' at nsig_to_radar.c:470:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memcpy' reading 3 bytes from a region of size 2 [-Wstringop-overread]
   36 |   return __builtin___memmove_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __glibc_objsize0 (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~
nsig_to_radar.c: In function 'RSL_nsig2_to_radar':
nsig_to_radar.c:179:24: note: source object 'state' of size 2
  179 |   char radar_type[50], state[2], city[15];
      |                        ^~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c nsig2_to_radar.c -o nsig2_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o africa_to_radar.lo africa_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c africa_to_radar.c  -fPIC -DPIC -o .libs/africa_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c africa_to_radar.c -o africa_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o africa.lo africa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c africa.c  -fPIC -DPIC -o .libs/africa.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c africa.c -o africa.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radar_to_hdf_2.lo radar_to_hdf_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_hdf_2.c  -fPIC -DPIC -o .libs/radar_to_hdf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_hdf_2.c -o radar_to_hdf_2.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o hdf_to_radar.lo hdf_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c hdf_to_radar.c  -fPIC -DPIC -o .libs/hdf_to_radar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c hdf_to_radar.c -o hdf_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o toolkit_memory_mgt.lo toolkit_memory_mgt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toolkit_memory_mgt.c  -fPIC -DPIC -o .libs/toolkit_memory_mgt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c toolkit_memory_mgt.c -o toolkit_memory_mgt.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o radar_to_hdf_1.lo radar_to_hdf_1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_hdf_1.c  -fPIC -DPIC -o .libs/radar_to_hdf_1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c radar_to_hdf_1.c -o radar_to_hdf_1.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rainbow.lo rainbow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rainbow.c  -fPIC -DPIC -o .libs/rainbow.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rainbow.c -o rainbow.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include  -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o rainbow_to_radar.lo rainbow_to_radar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rainbow_to_radar.c  -fPIC -DPIC -o .libs/rainbow_to_radar.o
rainbow_to_radar.c: In function 'RSL_rainbow_to_radar':
rainbow_to_radar.c:84:19: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration]
   84 |         save_fd = dup(0);
      |                   ^~~
rainbow_to_radar.c:102:5: warning: implicit declaration of function 'read_rainbow_header' [-Wimplicit-function-declaration]
  102 |     read_rainbow_header(&rainbow_hdr, fp);
      |     ^~~~~~~~~~~~~~~~~~~
rainbow_to_radar.c: In function 'rainbow_data_to_radar':
rainbow_to_radar.c:229:54: warning: format '%d' expects a matching 'int' argument [-Wformat=]
  229 |         fprintf(stderr,"Computed = nrays: azstart = %d, az_stop = %d, "
      |                                                     ~^
      |                                                      |
      |                                                      int
rainbow_to_radar.c:229:68: warning: format '%d' expects a matching 'int' argument [-Wformat=]
  229 |         fprintf(stderr,"Computed = nrays: azstart = %d, az_stop = %d, "
      |                                                                   ~^
      |                                                                    |
      |                                                                    int
rainbow_to_radar.c:229:24: warning: format '%f' expects a matching 'double' argument [-Wformat=]
  229 |         fprintf(stderr,"Computed = nrays: azstart = %d, az_stop = %d, "
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rainbow_to_radar.c:230:29: note: format string is defined here
  230 |                 "az_step = %f\n");
      |                            ~^
      |                             |
      |                             double
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/toolkit/include -Wdate-time -D_FORTIFY_SOURCE=2 -DDATADIR=\"/usr/share/rsl1\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c rainbow_to_radar.c -o rainbow_to_radar.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DDATADIR="\"/usr/share/rsl1\"" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -version-info 1:43 -Wl,-z,relro -o librsl.la -rpath /usr/lib/x86_64-linux-gnu rapic_to_radar.lo rapic.lo rapic-lex.lo rapic_routines.lo radtec_to_radar.lo radtec.lo dorade.lo dorade_print.lo dorade_to_radar.lo lassen.lo lassen_to_radar.lo radar.lo volume.lo image_gen.lo cappi.lo fraction.lo read_write.lo farea.lo range.lo radar_to_uf.lo uf_to_radar.lo wsr88d_to_radar.lo carpi.lo cube.lo sort_rays.lo toga_to_radar.lo gts.lo histogram.lo ray_indexes.lo anyformat_to_radar.lo get_win.lo endian.lo mcgill_to_radar.lo mcgill.lo interp.lo toga.lo wsr88d.lo wsr88d_get_site.lo wsr88d_m31.lo gzip.lo prune.lo reverse.lo fix_headers.lo nsig_to_radar.lo nsig.lo nsig2_to_radar.lo africa_to_radar.lo africa.lo radar_to_hdf_2.lo hdf_to_radar.lo toolkit_memory_mgt.lo radar_to_hdf_1.lo rainbow.lo rainbow_to_radar.lo   -L/usr/lib -lmfhdf -ldf -ljpeg -lz -lm -ll 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/rapic_to_radar.o .libs/rapic.o .libs/rapic-lex.o .libs/rapic_routines.o .libs/radtec_to_radar.o .libs/radtec.o .libs/dorade.o .libs/dorade_print.o .libs/dorade_to_radar.o .libs/lassen.o .libs/lassen_to_radar.o .libs/radar.o .libs/volume.o .libs/image_gen.o .libs/cappi.o .libs/fraction.o .libs/read_write.o .libs/farea.o .libs/range.o .libs/radar_to_uf.o .libs/uf_to_radar.o .libs/wsr88d_to_radar.o .libs/carpi.o .libs/cube.o .libs/sort_rays.o .libs/toga_to_radar.o .libs/gts.o .libs/histogram.o .libs/ray_indexes.o .libs/anyformat_to_radar.o .libs/get_win.o .libs/endian.o .libs/mcgill_to_radar.o .libs/mcgill.o .libs/interp.o .libs/toga.o .libs/wsr88d.o .libs/wsr88d_get_site.o .libs/wsr88d_m31.o .libs/gzip.o .libs/prune.o .libs/reverse.o .libs/fix_headers.o .libs/nsig_to_radar.o .libs/nsig.o .libs/nsig2_to_radar.o .libs/africa_to_radar.o .libs/africa.o .libs/radar_to_hdf_2.o .libs/hdf_to_radar.o .libs/toolkit_memory_mgt.o .libs/radar_to_hdf_1.o .libs/rainbow.o .libs/rainbow_to_radar.o   -L/usr/lib /usr/lib/x86_64-linux-gnu/libmfhdf.so /usr/lib/x86_64-linux-gnu/libdf.so -ljpeg -lz -lm -ll  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro   -Wl,-soname -Wl,librsl.so.1 -o .libs/librsl.so.1.0.43
libtool: link: (cd ".libs" && rm -f "librsl.so.1" && ln -s "librsl.so.1.0.43" "librsl.so.1")
libtool: link: (cd ".libs" && rm -f "librsl.so" && ln -s "librsl.so.1.0.43" "librsl.so")
libtool: link: ar cr .libs/librsl.a  rapic_to_radar.o rapic.o rapic-lex.o rapic_routines.o radtec_to_radar.o radtec.o dorade.o dorade_print.o dorade_to_radar.o lassen.o lassen_to_radar.o radar.o volume.o image_gen.o cappi.o fraction.o read_write.o farea.o range.o radar_to_uf.o uf_to_radar.o wsr88d_to_radar.o carpi.o cube.o sort_rays.o toga_to_radar.o gts.o histogram.o ray_indexes.o anyformat_to_radar.o get_win.o endian.o mcgill_to_radar.o mcgill.o interp.o toga.o wsr88d.o wsr88d_get_site.o wsr88d_m31.o gzip.o prune.o reverse.o fix_headers.o nsig_to_radar.o nsig.o nsig2_to_radar.o africa_to_radar.o africa.o radar_to_hdf_2.o hdf_to_radar.o toolkit_memory_mgt.o radar_to_hdf_1.o rainbow.o rainbow_to_radar.o
libtool: link: ranlib .libs/librsl.a
libtool: link: ( cd ".libs" && rm -f "librsl.la" && ln -s "../librsl.la" "librsl.la" )
make[3]: Leaving directory '/build/librsl-1.43'
Making all in colors
make[3]: Entering directory '/build/librsl-1.43/colors'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/librsl-1.43/colors'
Making all in doc
make[3]: Entering directory '/build/librsl-1.43/doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/librsl-1.43/doc'
Making all in examples
make[3]: Entering directory '/build/librsl-1.43/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -c -o any_to_gif.o any_to_gif.c
any_to_gif.c:46:1: warning: return type defaults to 'int' [-Wimplicit-int]
   46 | process_args(int argc, char **argv,
      | ^~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -static -Wl,-z,relro -o any_to_gif any_to_gif.o -L/usr/lib -lmfhdf -ldf -ljpeg -lz -lm -ll  ../.libs/librsl.a  -L/usr/lib -lmfhdf -ldf -ljpeg -lz -lm -ll 
libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/librsl-1.43=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/tirpc -Wno-error=implicit-function-declaration -Wl,-z -Wl,relro -o any_to_gif any_to_gif.o  -L/usr/lib ../.libs/librsl.a /usr/lib/x86_64-linux-gnu/libmfhdf.so /usr/lib/x86_64-linux-gnu/libdf.so -ljpeg -lz -lm -ll
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_head':
././lassen.c:65:(.text+0xc8): undefined reference to `xdrstdio_create'
/usr/bin/ld: ././lassen.c:72:(.text+0xdd): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:78:(.text+0x138): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:79:(.text+0x148): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:80:(.text+0x158): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:81:(.text+0x168): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:82:(.text+0x178): undefined reference to `xdr_u_char'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:83: more undefined references to `xdr_u_char' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_head':
././lassen.c:90:(.text+0x1f8): undefined reference to `xdr_int'
/usr/bin/ld: ././lassen.c:92:(.text+0x215): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:94:(.text+0x232): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:95:(.text+0x241): undefined reference to `xdr_int'
/usr/bin/ld: ././lassen.c:96:(.text+0x250): undefined reference to `xdr_int'
/usr/bin/ld: ././lassen.c:98:(.text+0x26c): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:99:(.text+0x27b): undefined reference to `xdr_int'
/usr/bin/ld: ././lassen.c:101:(.text+0x2fb): undefined reference to `xdr_int'
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_volume':
././lassen.c:150:(.text+0x369): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:169:(.text+0x38a): undefined reference to `xdr_short'
/usr/bin/ld: ././lassen.c:170:(.text+0x39b): undefined reference to `xdr_u_int'
/usr/bin/ld: ././lassen.c:171:(.text+0x3ab): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:172:(.text+0x3bb): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:173:(.text+0x3cc): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:174:(.text+0x3dd): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:175:(.text+0x3ee): undefined reference to `xdr_u_short'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:176: more undefined references to `xdr_u_short' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_volume':
././lassen.c:195:(.text+0x59f): undefined reference to `xdr_u_int'
/usr/bin/ld: ././lassen.c:196:(.text+0x5b2): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:200:(.text+0x5d3): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:202:(.text+0x5f4): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:203:(.text+0x606): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:204:(.text+0x618): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:205:(.text+0x632): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:206:(.text+0x644): undefined reference to `xdr_u_char'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:207: more undefined references to `xdr_u_char' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_volume':
././lassen.c:212:(.text+0x69e): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:216:(.text+0x6c7): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:218:(.text+0x6e6): undefined reference to `xdr_string'
/usr/bin/ld: ././lassen.c:219:(.text+0x6f8): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:220:(.text+0x70a): undefined reference to `xdr_short'
/usr/bin/ld: ././lassen.c:221:(.text+0x71c): undefined reference to `xdr_short'
/usr/bin/ld: ././lassen.c:222:(.text+0x72e): undefined reference to `xdr_short'
/usr/bin/ld: ././lassen.c:223:(.text+0x740): undefined reference to `xdr_short'
/usr/bin/ld: ././lassen.c:224:(.text+0x752): undefined reference to `xdr_short'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:225: more undefined references to `xdr_short' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_ray':
././lassen.c:243:(.text+0x809): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:244:(.text+0x819): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:245:(.text+0x829): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:246:(.text+0x839): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:247:(.text+0x849): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:248:(.text+0x859): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:249:(.text+0x869): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:250:(.text+0x879): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:251:(.text+0x889): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:252:(.text+0x899): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:253:(.text+0x8a9): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:254:(.text+0x8b9): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:255:(.text+0x8c9): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:256:(.text+0x8d9): undefined reference to `xdr_u_short'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:257: more undefined references to `xdr_u_short' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_lassen_ray':
././lassen.c:258:(.text+0x8f8): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:259:(.text+0x907): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:260:(.text+0x916): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:263:(.text+0x92c): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:282:(.text+0x9b3): undefined reference to `xdr_u_short'
/usr/bin/ld: ././lassen.c:284:(.text+0x9c6): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:285:(.text+0x9d5): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:286:(.text+0x9e4): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:287:(.text+0x9f6): undefined reference to `xdr_u_char'
/usr/bin/ld: ././lassen.c:288:(.text+0xa05): undefined reference to `xdr_u_char'
/usr/bin/ld: ../.libs/librsl.a(lassen.o):././lassen.c:289: more undefined references to `xdr_u_char' follow
/usr/bin/ld: ../.libs/librsl.a(lassen.o): in function `read_entire_lassen_file':
././lassen.c:318:(.text+0xa7c): undefined reference to `xdrstdio_create'
/usr/bin/ld: ././lassen.c:473:(.text+0xd25): undefined reference to `xdr_bytes'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:499: any_to_gif] Error 1
make[3]: Leaving directory '/build/librsl-1.43/examples'
make[2]: *** [Makefile:743: all-recursive] Error 1
make[2]: Leaving directory '/build/librsl-1.43'
make[1]: *** [Makefile:497: all] Error 2
make[1]: Leaving directory '/build/librsl-1.43'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
I: copying local configuration
E: Failed autobuilding of package
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.228716


More information about the debian-science-maintainers mailing list