Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 02:29:29 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [LEGACY - 83i386-default][misc/utftools] Build failed for utftools-1.6 during build
Message-ID:  <201401230229.s0N2TT1S064218@beefy3.isc.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:     ports@FreeBSD.org
Last committer: bapt@FreeBSD.org
Ident:          $FreeBSD: head/misc/utftools/Makefile 327745 2013-09-20 20:50:57Z bapt $
Log URL:        http://beefy3.isc.freebsd.org/bulk/83i386-default/2014-01-22_16h16m29s/logs/utftools-1.6.log
Build URL:      http://beefy3.isc.freebsd.org/bulk/83i386-default/2014-01-22_16h16m29s
Log:

====>> Building misc/utftools
build started at Thu Jan 23 02:29:26 UTC 2014
port directory: /usr/ports/misc/utftools
building for: FreeBSD pkg.FreeBSD.org 8.3-RELEASE-p14 FreeBSD 8.3-RELEASE-p14 i386
maintained by: ports@FreeBSD.org
Makefile ident:      $FreeBSD: head/misc/utftools/Makefile 327745 2013-09-20 20:50:57Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
UNAME_m=i386
UNAME_p=i386
OSVERSION=803000
UNAME_v=FreeBSD 8.3-RELEASE-p14
UNAME_r=8.3-RELEASE-p14
FTP_PASSIVE_MODE=YES
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/83i386-default/ref
PKG_EXT=tbz
FORCE_PACKAGE=yes
tpid=61705
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNG=0
PKGNAME=utftools-1.6
PKG_DELETE=pkg_delete
PKG_ADD=pkg_add
PWD=/root
MASTERNAME=83i386-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=pkg_version
---End Environment---

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

--CONFIGURE_ARGS--
'--libdir=/usr/local/lib' --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
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--
TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
--End MAKE_ENV--

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

---Begin make.conf---
ARCH=i386
MACHINE=i386
MACHINE_ARCH=i386
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
===>  Cleaning for utftools-1.6
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> utftools-1.6.tar.gz doesn't seem to exist in /distfiles/.
=> Attempting to fetch ftp://ftp.cs.yorku.ca/pub/wily/misc/utftools-1.6.tar.gz
utftools-1.6.tar.gz                                     25 kB  498 kBps
===> Fetching all distfiles required by utftools-1.6 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by utftools-1.6 for building
=> SHA256 Checksum OK for utftools-1.6.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by utftools-1.6 for building
===>  Extracting for utftools-1.6
=> SHA256 Checksum OK for utftools-1.6.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for utftools-1.6
===>  Applying FreeBSD patches for utftools-1.6
===========================================================================
=======================<phase: build-depends  >============================
===>   utftools-1.6 depends on file: /usr/local/lib/libutf.a - not found
===>    Verifying install for /usr/local/lib/libutf.a in /usr/ports/misc/libutf
===>   Installing existing package /packages/All/libutf-2.10_1.tbz
===>   Returning to build of utftools-1.6
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for utftools-1.6
loading site script /usr/ports/Templates/config.site
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for gcc... cc
checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) works... yes
checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for ar... ar
checking for ranlib... ranlib
checking for working const... yes
checking how to run the C preprocessor... cpp
checking for utf.h... yes
checking for main in -lutf... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
===========================================================================
=======================<phase: build          >============================
===>  Building for utftools-1.6
cc -I/usr/local/include -O2 -pipe -fno-strict-aliasing -I. -I.  -c strtoi.c
cc -I/usr/local/include -O2 -pipe -fno-strict-aliasing -I. -I.  -c strtoix.c
cc -I/usr/local/include -O2 -pipe -fno-strict-aliasing -I. -I.  -c error.c
cc -I/usr/local/include -O2 -pipe -fno-strict-aliasing -I. -I.  -c utfio.c
ar -crus libutftools.a strtoi.o strtoix.o error.o utfio.o
cc -I/usr/local/include -O2 -pipe -fno-strict-aliasing -I. -I. -L/usr/local/lib -L.  -o fmt fmt.c  -lutftools -lutf
./libutftools.a(utfio.o)(.text+0x2c): In function `fgetr':
: undefined reference to `fullrune'
./libutftools.a(utfio.o)(.text+0x51): In function `fgetr':
: undefined reference to `chartorune'
./libutftools.a(utfio.o)(.text+0x7e): In function `fputr':
: undefined reference to `runetochar'
*** Error code 1

Stop in /wrkdirs/usr/ports/misc/utftools/work/utftools-1.6.
*** Error code 1

Stop in /usr/ports/misc/utftools.
===>  Cleaning for utftools-1.6



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