Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 21:32:45 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-arm64-default][databases/hashtypes] Failed for hashtypes-0.1.1_1 in build
Message-ID:  <201806142132.w5ELWjC3079329@thunderx1.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:     oss-contrib@dreamindustries.co
Last committer: bapt@FreeBSD.org
Ident:          $FreeBSD: head/databases/hashtypes/Makefile 352999 2014-05-05 12:40:05Z bapt $
Log URL:        http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p471899_s334756/logs/hashtypes-0.1.1_1.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=head-arm64-default&build=p471899_s334756
Log:

=>> Building databases/hashtypes
build started at Thu Jun 14 21:32:01 UTC 2018
port directory: /usr/ports/databases/hashtypes
package name: hashtypes-0.1.1_1
building for: FreeBSD head-arm64-default-job-18 12.0-CURRENT FreeBSD 12.0-CURRENT 1200066 arm64
maintained by: oss-contrib@dreamindustries.co
Makefile ident:      $FreeBSD: head/databases/hashtypes/Makefile 352999 2014-05-05 12:40:05Z bapt $
Poudriere version: 3.2.7
Host OSVERSION: 1200060
Jail OSVERSION: 1200066
Job Id: 18




!!! Jail is newer than host. (Jail: 1200066, Host: 1200060) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1200066
UNAME_v=FreeBSD 12.0-CURRENT 1200066
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.7
MASTERMNT=/usr/local/poudriere/data/.m/head-arm64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-arm64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-arm64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-arm64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
oss-contrib@dreamindustries.co
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/databases/hashtypes/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/hashtypes/work  HOME=/wrkdirs/usr/ports/databases/hashtypes/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/databases/hashtypes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/databases/hashtypes/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/hashtypes/work  HOME=/wrkdirs/usr/ports/databases/hashtypes/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/databases/hashtypes/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS=" -L/usr/local/lib" LIBS=""  CXX="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--
PORTDOCS="" PORTEXAMPLES="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/hashtypes"  EXAMPLESDIR="share/examples/hashtypes"  DATADIR="share/hashtypes"  WWWDIR="www/hashtypes"  ETCDIR="etc/hashtypes"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /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 ####
_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=aarch64
OPSYS=FreeBSD
_OSRELEASE=12.0-CURRENT
OSREL=12.0
OSVERSION=1200066
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  1048576
stack size              (kbytes, -s)  1048576
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    >============================
===>   hashtypes-0.1.1_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.5_1.txz
[head-arm64-default-job-18] Installing pkg-1.10.5_1...
[head-arm64-default-job-18] Extracting pkg-1.10.5_1: .......... done
===>   hashtypes-0.1.1_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of hashtypes-0.1.1_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by hashtypes-0.1.1_1 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by hashtypes-0.1.1_1 for building
=> SHA256 Checksum OK for hashtypes-0.1.1.zip.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by hashtypes-0.1.1_1 for building
===>  Extracting for hashtypes-0.1.1_1
=> SHA256 Checksum OK for hashtypes-0.1.1.zip.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for hashtypes-0.1.1_1
===========================================================================
=======================<phase: build-depends  >============================
===>   hashtypes-0.1.1_1 depends on executable: gmake - not found
===>   Installing existing package /packages/All/gmake-4.2.1_2.txz
[head-arm64-default-job-18] Installing gmake-4.2.1_2...
[head-arm64-default-job-18] `-- Installing gettext-runtime-0.19.8.1_1...
[head-arm64-default-job-18] |   `-- Installing indexinfo-0.3.1...
[head-arm64-default-job-18] |   `-- Extracting indexinfo-0.3.1: .... done
[head-arm64-default-job-18] `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[head-arm64-default-job-18] Extracting gmake-4.2.1_2: .......... done
===>   hashtypes-0.1.1_1 depends on executable: gmake - found
===>   Returning to build of hashtypes-0.1.1_1
===========================================================================
=======================<phase: lib-depends    >============================
===>   hashtypes-0.1.1_1 depends on shared library: libpq.so.5 - not found
===>   Installing existing package /packages/All/postgresql95-client-9.5.13.txz
[head-arm64-default-job-18] Installing postgresql95-client-9.5.13...
[head-arm64-default-job-18] `-- Installing perl5-5.26.2...
[head-arm64-default-job-18] `-- Extracting perl5-5.26.2: .......... done
[head-arm64-default-job-18] `-- Installing readline-7.0.3_1...
[head-arm64-default-job-18] `-- Extracting readline-7.0.3_1: .......... done
[head-arm64-default-job-18] Extracting postgresql95-client-9.5.13: .......... done
Message from perl5-5.26.2:

The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from postgresql95-client-9.5.13:

The PostgreSQL port has a collection of "side orders":

postgresql-docs
  For all of the html documentation

p5-Pg
  A perl5 API for client access to PostgreSQL databases.

postgresql-tcltk
  If you want tcl/tk client support.

postgresql-jdbc
  For Java JDBC support.

postgresql-odbc
  For client access from unix applications using ODBC as access
  method. Not needed to access unix PostgreSQL servers from Win32
  using ODBC. See below.

ruby-postgres, py-psycopg2
  For client access to PostgreSQL databases using the ruby & python
  languages.

postgresql-plperl, postgresql-pltcl & postgresql-plruby
  For using perl5, tcl & ruby as procedural languages.

postgresql-contrib
  Lots of contributed utilities, postgresql functions and
  datatypes. There you find pg_standby, pgcrypto and many other cool
  things.

etc...
===>   hashtypes-0.1.1_1 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5)
===>   Returning to build of hashtypes-0.1.1_1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for hashtypes-0.1.1_1
===========================================================================
=======================<phase: build          >============================
===>  Building for hashtypes-0.1.1_1
gmake[1]: Entering directory '/wrkdirs/usr/ports/databases/hashtypes/work/hashtypes-0.1.1'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/common.o src/common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/md5.o src/md5.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/crc32.o src/crc32.c
src/crc32.c:38:7: warning: incompatible integer to pointer conversion assigning to 'crc32 *' (aka 'unsigned int *') from 'uint32_t' (aka 'unsigned int') [-Wint-conversion]
  out = (uint32_t)pout;
      ^ ~~~~~~~~~~~~~~
src/crc32.c:47:10: warning: incompatible integer to pointer conversion initializing 'crc32 *' (aka 'unsigned int *') with an expression of type 'uint32' (aka 'unsigned int') [-Wint-conversion]
  crc32 *in = PG_GETARG_CRC32(0);
         ^    ~~~~~~~~~~~~~~~~~~
src/crc32.c:49:29: warning: format specifies type 'unsigned int' but the argument has type 'crc32 *' (aka 'unsigned int *') [-Wformat]
  snprintf(out, 10, "%08x", in);
                     ~~~~   ^~
3 warnings generated.
rm -f src/sha1.c && ln -s sha.c src/sha1.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=1 -DSHA_LENGTH=20 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/sha1.o src/sha1.c
rm -f src/sha224.c && ln -s sha.c src/sha224.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=224 -DSHA_LENGTH=28 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/sha224.o src/sha224.c
rm -f src/sha256.c && ln -s sha.c src/sha256.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=256 -DSHA_LENGTH=32 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/sha256.o src/sha256.c
rm -f src/sha384.c && ln -s sha.c src/sha384.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=384 -DSHA_LENGTH=48 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/sha384.o src/sha384.c
rm -f src/sha512.c && ln -s sha.c src/sha512.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=512 -DSHA_LENGTH=64 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include  -c -o src/sha512.o src/sha512.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe  -fno-strict-aliasing -fPIC -DPIC -fPIC -DPIC -shared -o hashtypes.so src/common.o src/md5.o src/crc32.o src/sha1.o src/sha224.o src/sha256.o src/sha384.o src/sha512.o -L/usr/local/lib -L/usr/local/lib -lpthread -L/usr/local/lib  -fuse-ld=bfd  -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib'  
cc: error: invalid linker name in argument '-fuse-ld=bfd'
gmake[1]: *** [/usr/local/lib/postgresql/pgxs/src/makefiles/../../src/Makefile.shlib:311: hashtypes.so] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/databases/hashtypes/work/hashtypes-0.1.1'
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/hashtypes



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