Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 11:50:10 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 111arm64-quarterly][devel/pdcurses] Failed for pdcurses-3.4 in build
Message-ID:  <201712051150.vB5BoA8F058058@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:     ports@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q4/devel/pdcurses/Makefile 412346 2016-04-01 14:00:51Z mat $
Log URL:        http://thunderx1.nyi.freebsd.org/data/111arm64-quarterly/455339/logs/pdcurses-3.4.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=111arm64-quarterly&build=455339
Log:

=>> Building devel/pdcurses
build started at Tue Dec  5 11:48:52 UTC 2017
port directory: /usr/ports/devel/pdcurses
package name: pdcurses-3.4
building for: FreeBSD 111arm64-quarterly-job-19 11.1-RELEASE-p5 FreeBSD 11.1-RELEASE-p5 1101001 arm64
maintained by: ports@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q4/devel/pdcurses/Makefile 412346 2016-04-01 14:00:51Z mat $
Poudriere version: 3.2.2
Host OSVERSION: 1200044
Jail OSVERSION: 1101001
Job Id: 19

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1101001
UNAME_v=FreeBSD 11.1-RELEASE-p5 1101001
UNAME_r=11.1-RELEASE-p5
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/111arm64-quarterly/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
OLDPWD=/usr/local/poudriere/data/.m/111arm64-quarterly/ref/.p
P_PORTS_FEATURES=DEPENDS_ARGS SELECTED_OPTIONS
PWD=/usr/local/poudriere/data/.m/111arm64-quarterly/ref/.p/pool
MASTERNAME=111arm64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
P_PYTHON_MAJOR_VER=2
POUDRIERE_VERSION=3.2.2
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=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for pdcurses-3.4:
     DEBUG=off: Build with debugging support
     LATIN1=off: Latin1 keys support
     NEXTAW=off: Link with NeXtaw
     XAW3D=off: Link with Xaw3d
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
ports@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--disable-debug --disable-latin1 --without-nextaw --without-xaw3d --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/pdcurses/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/pdcurses/work  HOME=/wrkdirs/usr/ports/devel/pdcurses/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/devel/pdcurses/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/pdcurses/work  HOME=/wrkdirs/usr/ports/devel/pdcurses/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="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" 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--
OSREL=11.1 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/pdcurses"  EXAMPLESDIR="share/examples/pdcurses"  DATADIR="share/pdcurses"  WWWDIR="www/pdcurses"  ETCDIR="etc/pdcurses"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/pdcurses DOCSDIR=/usr/local/share/doc/pdcurses EXAMPLESDIR=/usr/local/share/examples/pdcurses  WWWDIR=/usr/local/www/pdcurses ETCDIR=/usr/local/etc/pdcurses
--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 ####
ARCH=aarch64
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.1
OSVERSION=1101001
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.1-RELEASE-p5
#### Misc Poudriere ####
GID=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   >============================
===>   NOTICE:

The pdcurses port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===========================================================================
=======================<phase: pkg-depends    >============================
===>   pdcurses-3.4 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[111arm64-quarterly-job-19] Installing pkg-1.10.1...
[111arm64-quarterly-job-19] Extracting pkg-1.10.1: .......... done
===>   pdcurses-3.4 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of pdcurses-3.4
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>   NOTICE:

The pdcurses port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===> Fetching all distfiles required by pdcurses-3.4 for building
===========================================================================
=======================<phase: checksum       >============================
===>   NOTICE:

The pdcurses port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===> Fetching all distfiles required by pdcurses-3.4 for building
=> SHA256 Checksum OK for PDCurses-3.4.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>   NOTICE:

The pdcurses port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
<snip>
checking for xpm.h... yes
checking for XK_KP_Delete in keysym.h... yes
checking for XK_KP_Insert in keysym.h... yes
checking for XK_KP_End in keysym.h... yes
checking for XK_KP_Down in keysym.h... yes
checking for XK_KP_Next in keysym.h... yes
checking for XK_KP_Left in keysym.h... yes
checking for XK_KP_Right in keysym.h... yes
checking for XK_KP_Home in keysym.h... yes
checking for XK_KP_Up in keysym.h... yes
checking for XK_KP_Prior in keysym.h... yes
checking for XK_KP_Begin in keysym.h... yes
checking if XPointer is typedefed:... yes
checking shared library extension... .so
checking compiler flags for a dynamic object... -fPIC
configure: creating ./config.status
config.status: creating Makefile
config.status: creating x11/Makefile
config.status: creating x11/xcurses-config
config.status: creating config.h
===========================================================================
=======================<phase: build          >============================
===>  Building for pdcurses-3.4
cd x11; /usr/bin/make   all
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/addch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/addchstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/addstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/attr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/beep.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/bkgd.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/border.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/clear.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/color.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/delch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/deleteln.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/deprec.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/getch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/getstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/getyx.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/inch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/inchstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/initscr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/inopts.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/insch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/insstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/instr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/kernel.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/keyname.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/mouse.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/move.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/outopts.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/overlay.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/pad.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/panel.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/printw.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/refresh.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/scanw.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/scr_dump.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/scroll.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/slk.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/termattr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/terminfo.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/touch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/util.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/window.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ../pdcurses/debug.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcclip.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcdisp.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcgetsc.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdckbd.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcscrn.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcsetsc.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcutil.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./pdcx11.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./x11.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./sb.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include ./ScrollBox.c
ar rv libXCurses.a addch.o addchstr.o addstr.o attr.o beep.o bkgd.o border.o clear.o color.o delch.o deleteln.o deprec.o getch.o getstr.o getyx.o inch.o inchstr.o initscr.o inopts.o insch.o insstr.o instr.o kernel.o keyname.o mouse.o move.o outopts.o overlay.o pad.o panel.o printw.o refresh.o scanw.o scr_dump.o scroll.o slk.o termattr.o terminfo.o touch.o util.o window.o debug.o pdcclip.o pdcdisp.o pdcgetsc.o pdckbd.o pdcscrn.o pdcsetsc.o pdcutil.o pdcx11.o x11.o sb.o ScrollBox.o
ar: warning: creating libXCurses.a
a - addch.o
a - addchstr.o
a - addstr.o
a - attr.o
a - beep.o
a - bkgd.o
a - border.o
a - clear.o
a - color.o
a - delch.o
a - deleteln.o
a - deprec.o
a - getch.o
a - getstr.o
a - getyx.o
a - inch.o
a - inchstr.o
a - initscr.o
a - inopts.o
a - insch.o
a - insstr.o
a - instr.o
a - kernel.o
a - keyname.o
a - mouse.o
a - move.o
a - outopts.o
a - overlay.o
a - pad.o
a - panel.o
a - printw.o
a - refresh.o
a - scanw.o
a - scr_dump.o
a - scroll.o
a - slk.o
a - termattr.o
a - terminfo.o
a - touch.o
a - util.o
a - window.o
a - debug.o
a - pdcclip.o
a - pdcdisp.o
a - pdcgetsc.o
a - pdckbd.o
a - pdcscrn.o
a - pdcsetsc.o
a - pdcutil.o
a - pdcx11.o
a - x11.o
a - sb.o
a - ScrollBox.o
ranlib libXCurses.a
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o addch.sho ../pdcurses/addch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o addchstr.sho ../pdcurses/addchstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o addstr.sho ../pdcurses/addstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o attr.sho ../pdcurses/attr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o beep.sho ../pdcurses/beep.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o bkgd.sho ../pdcurses/bkgd.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o border.sho ../pdcurses/border.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o clear.sho ../pdcurses/clear.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o color.sho ../pdcurses/color.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o delch.sho ../pdcurses/delch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o deleteln.sho ../pdcurses/deleteln.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o deprec.sho ../pdcurses/deprec.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o getch.sho ../pdcurses/getch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o getstr.sho ../pdcurses/getstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o getyx.sho ../pdcurses/getyx.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o inch.sho ../pdcurses/inch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o inchstr.sho ../pdcurses/inchstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o initscr.sho ../pdcurses/initscr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o inopts.sho ../pdcurses/inopts.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o insch.sho ../pdcurses/insch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o insstr.sho ../pdcurses/insstr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o instr.sho ../pdcurses/instr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o kernel.sho ../pdcurses/kernel.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o keyname.sho ../pdcurses/keyname.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o mouse.sho ../pdcurses/mouse.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o move.sho ../pdcurses/move.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o outopts.sho ../pdcurses/outopts.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o overlay.sho ../pdcurses/overlay.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pad.sho ../pdcurses/pad.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o panel.sho ../pdcurses/panel.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o printw.sho ../pdcurses/printw.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o refresh.sho ../pdcurses/refresh.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o scanw.sho ../pdcurses/scanw.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o scr_dump.sho ../pdcurses/scr_dump.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o scroll.sho ../pdcurses/scroll.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o slk.sho ../pdcurses/slk.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o termattr.sho ../pdcurses/termattr.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o terminfo.sho ../pdcurses/terminfo.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o touch.sho ../pdcurses/touch.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o util.sho ../pdcurses/util.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o window.sho ../pdcurses/window.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o debug.sho ../pdcurses/debug.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcclip.sho ./pdcclip.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcdisp.sho ./pdcdisp.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcgetsc.sho ./pdcgetsc.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdckbd.sho ./pdckbd.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcscrn.sho ./pdcscrn.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcsetsc.sho ./pdcsetsc.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcutil.sho ./pdcutil.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o pdcx11.sho ./pdcx11.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o x11.sho ./x11.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o sb.sho ./sb.c
cc -c -O2 -pipe  -fno-strict-aliasing -DHAVE_CONFIG_H -DXCURSES  -I.. -I/usr/local/include/X11 -I/usr/local/include -fPIC -DDYNAMIC -o ScrollBox.sho ./ScrollBox.c
ld -Bdynamic -Bshareable -o libXCurses.so addch.sho addchstr.sho addstr.sho attr.sho beep.sho bkgd.sho border.sho clear.sho color.sho delch.sho deleteln.sho deprec.sho getch.sho getstr.sho getyx.sho inch.sho inchstr.sho initscr.sho inopts.sho insch.sho insstr.sho instr.sho kernel.sho keyname.sho mouse.sho move.sho outopts.sho overlay.sho pad.sho panel.sho printw.sho refresh.sho scanw.sho scr_dump.sho scroll.sho slk.sho termattr.sho terminfo.sho touch.sho util.sho window.sho debug.sho pdcclip.sho pdcdisp.sho pdcgetsc.sho pdckbd.sho pdcscrn.sho pdcsetsc.sho pdcutil.sho pdcx11.sho x11.sho sb.sho ScrollBox.sho -L/usr/local/lib -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXext   -lXpm  -lc
ld: error: unable to find library -lc
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/devel/pdcurses/work/PDCurses-3.4/x11
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/devel/pdcurses/work/PDCurses-3.4
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/pdcurses



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