Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 01:41:32 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][astro/sextractor] Failed for sextractor-2.5.0_1 in build
Message-ID:  <201710220141.v9M1fWlL080876@beefy15.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     mathias@monnerville.com
Last committer: bapt@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q4/astro/sextractor/Makefile 350158 2014-04-04 19:52:39Z bapt $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/452586/logs/sextractor-2.5.0_1.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=452586
Log:

====>> Building astro/sextractor
build started at Sun Oct 22 01:41:15 UTC 2017
port directory: /usr/ports/astro/sextractor
building for: FreeBSD 110armv6-quarterly-job-20 11.0-RELEASE-p13 FreeBSD 11.0-RELEASE-p13 1100122 arm
maintained by: mathias@monnerville.com
Makefile ident:      $FreeBSD: branches/2017Q4/astro/sextractor/Makefile 350158 2014-04-04 19:52:39Z bapt $
Poudriere version: 3.1.21
Host OSVERSION: 1200040
Jail OSVERSION: 1100122
Job Id: 20

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p13 1100122
UNAME_r=11.0-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=sextractor-2.5.0_1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.21
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for sextractor-2.5.0_1:
     STATIC=on: Build static executables and/or libraries
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--enable-static --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/astro/sextractor/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/astro/sextractor/work  HOME=/wrkdirs/usr/ports/astro/sextractor/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/astro/sextractor/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/astro/sextractor/work  HOME=/wrkdirs/usr/ports/astro/sextractor/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/sextractor"
EXAMPLESDIR="share/examples/sextractor"
DATADIR="share/sextractor"
WWWDIR="www/sextractor"
ETCDIR="etc/sextractor"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/sextractor
DOCSDIR=/usr/local/share/doc/sextractor
EXAMPLESDIR=/usr/local/share/examples/sextractor
WWWDIR=/usr/local/www/sextractor
ETCDIR=/usr/local/etc/sextractor
--End SUB_LIST--

---Begin make.conf---
.sinclude "/etc/make.nxb.conf"
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
MACHINE=arm
MACHINE_ARCH=armv6
ARCH=${MACHINE_ARCH}
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
ARCH=armv6
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk|oracle|sun
_JAVA_VERSION_LIST_REGEXP=1.6|1.7|1.8|1.6\+|1.7\+|1.8\+
_OSRELEASE=11.0-RELEASE-p13
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
---Begin make.nxb.conf---
CC=/nxb-bin/usr/bin/cc
CPP=/nxb-bin/usr/bin/cpp
CXX=/nxb-bin/usr/bin/c++
AS=/nxb-bin/usr/bin/as
NM=/nxb-bin/usr/bin/nm
LD=/nxb-bin/usr/bin/ld
OBJCOPY=/nxb-bin/usr/bin/objcopy
SIZE=/nxb-bin/usr/bin/size
STRIPBIN=/nxb-bin/usr/bin/strip
SED=/nxb-bin/usr/bin/sed
READELF=/nxb-bin/usr/bin/readelf
RANLIB=/nxb-bin/usr/bin/ranlib
YACC=/nxb-bin/usr/bin/yacc
MAKE=/nxb-bin/usr/bin/make
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
---End make.nxb.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   sextractor-2.5.0_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-20] Installing pkg-1.10.1...
[110armv6-quarterly-job-20] Extracting pkg-1.10.1: .......... done
===>   sextractor-2.5.0_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of sextractor-2.5.0_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by sextractor-2.5.0_1 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by sextractor-2.5.0_1 for building
=> SHA256 Checksum OK for sextractor-2.5.0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by sextractor-2.5.0_1 for building
===>  Extracting for sextractor-2.5.0_1
=> SHA256 Checksum OK for sextractor-2.5.0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for sextractor-2.5.0_1
===========================================================================
=======================<phase: build-depends  >============================
===>   sextractor-2.5.0_1 depends on executable: gmake - not found
===>   Installing existing package /packages/All/gmake-4.2.1_1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-20] Installing gmake-4.2.1_1...
[110armv6-quarterly-job-20] `-- Installing gettext-runtime-0.19.8.1_1...
<snip>
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
I will compile using:  /nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing
I will link using:     /nxb-bin/usr/bin/cc  -static -lm 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating src/fits/Makefile
config.status: creating src/wcs/Makefile
config.status: creating sextractor.spec
config.status: creating sextractor-tpx.spec
config.status: creating man/sex.1
config.status: creating config.h
config.status: executing depfiles commands
===========================================================================
=======================<phase: build          >============================
===>  Building for sextractor-2.5.0_1
gmake[1]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0'
gmake  all-recursive
gmake[2]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0'
Making all in man
gmake[3]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/man'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/man'
Making all in src
gmake[3]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src'
Making all in fits
gmake[4]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src/fits'
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitsbody.o -MD -MP -MF ".deps/fitsbody.Tpo" -c -o fitsbody.o fitsbody.c; \
then mv -f ".deps/fitsbody.Tpo" ".deps/fitsbody.Po"; else rm -f ".deps/fitsbody.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitscat.o -MD -MP -MF ".deps/fitscat.Tpo" -c -o fitscat.o fitscat.c; \
then mv -f ".deps/fitscat.Tpo" ".deps/fitscat.Po"; else rm -f ".deps/fitscat.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitscheck.o -MD -MP -MF ".deps/fitscheck.Tpo" -c -o fitscheck.o fitscheck.c; \
then mv -f ".deps/fitscheck.Tpo" ".deps/fitscheck.Po"; else rm -f ".deps/fitscheck.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitscleanup.o -MD -MP -MF ".deps/fitscleanup.Tpo" -c -o fitscleanup.o fitscleanup.c; \
then mv -f ".deps/fitscleanup.Tpo" ".deps/fitscleanup.Po"; else rm -f ".deps/fitscleanup.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitsconv.o -MD -MP -MF ".deps/fitsconv.Tpo" -c -o fitsconv.o fitsconv.c; \
then mv -f ".deps/fitsconv.Tpo" ".deps/fitsconv.Po"; else rm -f ".deps/fitsconv.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitshead.o -MD -MP -MF ".deps/fitshead.Tpo" -c -o fitshead.o fitshead.c; \
then mv -f ".deps/fitshead.Tpo" ".deps/fitshead.Po"; else rm -f ".deps/fitshead.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitskey.o -MD -MP -MF ".deps/fitskey.Tpo" -c -o fitskey.o fitskey.c; \
then mv -f ".deps/fitskey.Tpo" ".deps/fitskey.Po"; else rm -f ".deps/fitskey.Tpo"; exit 1; fi
fitskey.c:949:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
     fprintf(stream, skycattail);
                     ^~~~~~~~~~
fitskey.c:949:22: note: treat the string as an argument to avoid this
     fprintf(stream, skycattail);
                     ^
                     "%s", 
1 warning generated.
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitsmisc.o -MD -MP -MF ".deps/fitsmisc.Tpo" -c -o fitsmisc.o fitsmisc.c; \
then mv -f ".deps/fitsmisc.Tpo" ".deps/fitsmisc.Po"; else rm -f ".deps/fitsmisc.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitsread.o -MD -MP -MF ".deps/fitsread.Tpo" -c -o fitsread.o fitsread.c; \
then mv -f ".deps/fitsread.Tpo" ".deps/fitsread.Po"; else rm -f ".deps/fitsread.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitstab.o -MD -MP -MF ".deps/fitstab.Tpo" -c -o fitstab.o fitstab.c; \
then mv -f ".deps/fitstab.Tpo" ".deps/fitstab.Po"; else rm -f ".deps/fitstab.Tpo"; exit 1; fi
fitstab.c:518:79: warning: for loop has empty body [-Wempty-body]
    for (nexttab=tab->nexttab,i=2;!nexttab->nseg;nexttab=nexttab->nexttab,i++);
                                                                              ^
fitstab.c:518:79: note: put the semicolon on a separate line to silence this warning
1 warning generated.
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitsutil.o -MD -MP -MF ".deps/fitsutil.Tpo" -c -o fitsutil.o fitsutil.c; \
then mv -f ".deps/fitsutil.Tpo" ".deps/fitsutil.Po"; else rm -f ".deps/fitsutil.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT fitswrite.o -MD -MP -MF ".deps/fitswrite.Tpo" -c -o fitswrite.o fitswrite.c; \
then mv -f ".deps/fitswrite.Tpo" ".deps/fitswrite.Po"; else rm -f ".deps/fitswrite.Tpo"; exit 1; fi
fitswrite.c:436:34: warning: address of array 'key->printf' will always evaluate to 'true' [-Wpointer-bool-conversion]
            fprintf(stream, key->printf?key->printf:"%d", (int)*ptr);
                            ~~~~~^~~~~~~
fitswrite.c:517:34: warning: address of array 'key->printf' will always evaluate to 'true' [-Wpointer-bool-conversion]
            fprintf(stream, key->printf?key->printf:"%d", (int)*ptr);
                            ~~~~~^~~~~~~
2 warnings generated.
rm -f libfits.a
ar cru libfits.a fitsbody.o fitscat.o fitscheck.o fitscleanup.o fitsconv.o fitshead.o fitskey.o fitsmisc.o fitsread.o fitstab.o fitsutil.o fitswrite.o 
ranlib libfits.a
gmake[4]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src/fits'
Making all in wcs
gmake[4]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src/wcs'
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT cel.o -MD -MP -MF ".deps/cel.Tpo" -c -o cel.o cel.c; \
then mv -f ".deps/cel.Tpo" ".deps/cel.Po"; else rm -f ".deps/cel.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT lin.o -MD -MP -MF ".deps/lin.Tpo" -c -o lin.o lin.c; \
then mv -f ".deps/lin.Tpo" ".deps/lin.Po"; else rm -f ".deps/lin.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT poly.o -MD -MP -MF ".deps/poly.Tpo" -c -o poly.o poly.c; \
then mv -f ".deps/poly.Tpo" ".deps/poly.Po"; else rm -f ".deps/poly.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT proj.o -MD -MP -MF ".deps/proj.Tpo" -c -o proj.o proj.c; \
then mv -f ".deps/proj.Tpo" ".deps/proj.Po"; else rm -f ".deps/proj.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT sph.o -MD -MP -MF ".deps/sph.Tpo" -c -o sph.o sph.c; \
then mv -f ".deps/sph.Tpo" ".deps/sph.Po"; else rm -f ".deps/sph.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT tnx.o -MD -MP -MF ".deps/tnx.Tpo" -c -o tnx.o tnx.c; \
then mv -f ".deps/tnx.Tpo" ".deps/tnx.Po"; else rm -f ".deps/tnx.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT wcs.o -MD -MP -MF ".deps/wcs.Tpo" -c -o wcs.o wcs.c; \
then mv -f ".deps/wcs.Tpo" ".deps/wcs.Po"; else rm -f ".deps/wcs.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -pipe  -fno-strict-aliasing -MT wcstrig.o -MD -MP -MF ".deps/wcstrig.Tpo" -c -o wcstrig.o wcstrig.c; \
then mv -f ".deps/wcstrig.Tpo" ".deps/wcstrig.Po"; else rm -f ".deps/wcstrig.Tpo"; exit 1; fi
rm -f libwcs_c.a
ar cru libwcs_c.a cel.o lin.o poly.o proj.o sph.o tnx.o wcs.o wcstrig.o 
ranlib libwcs_c.a
gmake[4]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src/wcs'
gmake[4]: Entering directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src'
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT analyse.o -MD -MP -MF ".deps/analyse.Tpo" -c -o analyse.o analyse.c; \
then mv -f ".deps/analyse.Tpo" ".deps/analyse.Po"; else rm -f ".deps/analyse.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT assoc.o -MD -MP -MF ".deps/assoc.Tpo" -c -o assoc.o assoc.c; \
then mv -f ".deps/assoc.Tpo" ".deps/assoc.Po"; else rm -f ".deps/assoc.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT astrom.o -MD -MP -MF ".deps/astrom.Tpo" -c -o astrom.o astrom.c; \
then mv -f ".deps/astrom.Tpo" ".deps/astrom.Po"; else rm -f ".deps/astrom.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT back.o -MD -MP -MF ".deps/back.Tpo" -c -o back.o back.c; \
then mv -f ".deps/back.Tpo" ".deps/back.Po"; else rm -f ".deps/back.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT bpro.o -MD -MP -MF ".deps/bpro.Tpo" -c -o bpro.o bpro.c; \
then mv -f ".deps/bpro.Tpo" ".deps/bpro.Po"; else rm -f ".deps/bpro.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT catout.o -MD -MP -MF ".deps/catout.Tpo" -c -o catout.o catout.c; \
then mv -f ".deps/catout.Tpo" ".deps/catout.Po"; else rm -f ".deps/catout.Tpo"; exit 1; fi
catout.c:632:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
      fprintf(ascfile, skycattail);
                       ^~~~~~~~~~
catout.c:632:24: note: treat the string as an argument to avoid this
      fprintf(ascfile, skycattail);
                       ^
                       "%s", 
1 warning generated.
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT check.o -MD -MP -MF ".deps/check.Tpo" -c -o check.o check.c; \
then mv -f ".deps/check.Tpo" ".deps/check.Po"; else rm -f ".deps/check.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT clean.o -MD -MP -MF ".deps/clean.Tpo" -c -o clean.o clean.c; \
then mv -f ".deps/clean.Tpo" ".deps/clean.Po"; else rm -f ".deps/clean.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT extract.o -MD -MP -MF ".deps/extract.Tpo" -c -o extract.o extract.c; \
then mv -f ".deps/extract.Tpo" ".deps/extract.Po"; else rm -f ".deps/extract.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT field.o -MD -MP -MF ".deps/field.Tpo" -c -o field.o field.c; \
then mv -f ".deps/field.Tpo" ".deps/field.Po"; else rm -f ".deps/field.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT filter.o -MD -MP -MF ".deps/filter.Tpo" -c -o filter.o filter.c; \
then mv -f ".deps/filter.Tpo" ".deps/filter.Po"; else rm -f ".deps/filter.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT flag.o -MD -MP -MF ".deps/flag.Tpo" -c -o flag.o flag.c; \
then mv -f ".deps/flag.Tpo" ".deps/flag.Po"; else rm -f ".deps/flag.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT graph.o -MD -MP -MF ".deps/graph.Tpo" -c -o graph.o graph.c; \
then mv -f ".deps/graph.Tpo" ".deps/graph.Po"; else rm -f ".deps/graph.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT growth.o -MD -MP -MF ".deps/growth.Tpo" -c -o growth.o growth.c; \
then mv -f ".deps/growth.Tpo" ".deps/growth.Po"; else rm -f ".deps/growth.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT image.o -MD -MP -MF ".deps/image.Tpo" -c -o image.o image.c; \
then mv -f ".deps/image.Tpo" ".deps/image.Po"; else rm -f ".deps/image.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT interpolate.o -MD -MP -MF ".deps/interpolate.Tpo" -c -o interpolate.o interpolate.c; \
then mv -f ".deps/interpolate.Tpo" ".deps/interpolate.Po"; else rm -f ".deps/interpolate.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT makeit.o -MD -MP -MF ".deps/makeit.Tpo" -c -o makeit.o makeit.c; \
then mv -f ".deps/makeit.Tpo" ".deps/makeit.Po"; else rm -f ".deps/makeit.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT manobjlist.o -MD -MP -MF ".deps/manobjlist.Tpo" -c -o manobjlist.o manobjlist.c; \
then mv -f ".deps/manobjlist.Tpo" ".deps/manobjlist.Po"; else rm -f ".deps/manobjlist.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT neurro.o -MD -MP -MF ".deps/neurro.Tpo" -c -o neurro.o neurro.c; \
then mv -f ".deps/neurro.Tpo" ".deps/neurro.Po"; else rm -f ".deps/neurro.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT pc.o -MD -MP -MF ".deps/pc.Tpo" -c -o pc.o pc.c; \
then mv -f ".deps/pc.Tpo" ".deps/pc.Po"; else rm -f ".deps/pc.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT photom.o -MD -MP -MF ".deps/photom.Tpo" -c -o photom.o photom.c; \
then mv -f ".deps/photom.Tpo" ".deps/photom.Po"; else rm -f ".deps/photom.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT plist.o -MD -MP -MF ".deps/plist.Tpo" -c -o plist.o plist.c; \
then mv -f ".deps/plist.Tpo" ".deps/plist.Po"; else rm -f ".deps/plist.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT poly.o -MD -MP -MF ".deps/poly.Tpo" -c -o poly.o poly.c; \
then mv -f ".deps/poly.Tpo" ".deps/poly.Po"; else rm -f ".deps/poly.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT prefs.o -MD -MP -MF ".deps/prefs.Tpo" -c -o prefs.o prefs.c; \
then mv -f ".deps/prefs.Tpo" ".deps/prefs.Po"; else rm -f ".deps/prefs.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT psf.o -MD -MP -MF ".deps/psf.Tpo" -c -o psf.o psf.c; \
then mv -f ".deps/psf.Tpo" ".deps/psf.Po"; else rm -f ".deps/psf.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT readimage.o -MD -MP -MF ".deps/readimage.Tpo" -c -o readimage.o readimage.c; \
then mv -f ".deps/readimage.Tpo" ".deps/readimage.Po"; else rm -f ".deps/readimage.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT refine.o -MD -MP -MF ".deps/refine.Tpo" -c -o refine.o refine.c; \
then mv -f ".deps/refine.Tpo" ".deps/refine.Po"; else rm -f ".deps/refine.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT retina.o -MD -MP -MF ".deps/retina.Tpo" -c -o retina.o retina.c; \
then mv -f ".deps/retina.Tpo" ".deps/retina.Po"; else rm -f ".deps/retina.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT scan.o -MD -MP -MF ".deps/scan.Tpo" -c -o scan.o scan.c; \
then mv -f ".deps/scan.Tpo" ".deps/scan.Po"; else rm -f ".deps/scan.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT som.o -MD -MP -MF ".deps/som.Tpo" -c -o som.o som.c; \
then mv -f ".deps/som.Tpo" ".deps/som.Po"; else rm -f ".deps/som.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT weight.o -MD -MP -MF ".deps/weight.Tpo" -c -o weight.o weight.c; \
then mv -f ".deps/weight.Tpo" ".deps/weight.Po"; else rm -f ".deps/weight.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT winpos.o -MD -MP -MF ".deps/winpos.Tpo" -c -o winpos.o winpos.c; \
then mv -f ".deps/winpos.Tpo" ".deps/winpos.Po"; else rm -f ".deps/winpos.Tpo"; exit 1; fi
if /nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -pipe  -fno-strict-aliasing -MT xml.o -MD -MP -MF ".deps/xml.Tpo" -c -o xml.o xml.c; \
then mv -f ".deps/xml.Tpo" ".deps/xml.Po"; else rm -f ".deps/xml.Tpo"; exit 1; fi
/nxb-bin/usr/bin/cc  -O2 -pipe  -fno-strict-aliasing  -static -o sex  analyse.o assoc.o astrom.o back.o bpro.o catout.o check.o clean.o extract.o field.o filter.o flag.o graph.o growth.o image.o interpolate.o main.o makeit.o manobjlist.o misc.o neurro.o pc.o photom.o plist.o poly.o prefs.o psf.o readimage.o refine.o retina.o scan.o som.o weight.o winpos.o xml.o ../src/fits/libfits.a ../src/wcs/libwcs_c.a -lm 
astrom.o: In function `precess':
astrom.c:(.text+0x960): undefined reference to `sincos'
astrom.c:(.text+0x9e8): undefined reference to `sincos'
astrom.c:(.text+0xa34): undefined reference to `sincos'
astrom.o: In function `j2b':
astrom.c:(.text+0xbd0): undefined reference to `sincos'
astrom.c:(.text+0xbe0): undefined reference to `sincos'
astrom.o:astrom.c:(.text+0x1764): more undefined references to `sincos' follow
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[4]: *** [Makefile:238: sex] Error 1
gmake[4]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src'
gmake[3]: *** [Makefile:304: all-recursive] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0/src'
gmake[2]: *** [Makefile:232: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0'
gmake[1]: *** [Makefile:166: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/astro/sextractor/work/sextractor-2.5.0'
*** Error code 1

Stop.
make: stopped in /usr/ports/astro/sextractor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710220141.v9M1fWlL080876>