Date: Wed, 26 Mar 2014 19:16:16 GMT From: Boris Pasko <pasko.boris@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187979: talloc 2.1.0 make package fails Message-ID: <201403261916.s2QJGGpi012917@cgiserv.freebsd.org> Resent-Message-ID: <201403261920.s2QJK1tK024970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187979 >Category: ports >Synopsis: talloc 2.1.0 make package fails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 19:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Boris Pasko >Release: 10.0-RELEASE >Organization: N/A >Environment: FreeBSD serv6.home 10.0-RELEASE FreeBSD 10.0-RELEASE #4 r262530: Fri Feb 28 15:28:03 EST 2014 root@serv6.home:/usr/obj/usr/src/sys/SERV6.10 amd64 >Description: When building talloc 2.1.0 using poudriere or simply by invoking 'make package' the port builds successfully, installs successfully but fails to create a package. I have attached the poudriere log, here is the relevant error message: =======================<phase: package >============================ ===> Building package for talloc-2.1.0 pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/include/pytalloc.h): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so.2): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/talloc.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/libdata/pkgconfig/pytalloc-util.pc): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/): No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/talloc >How-To-Repeat: root@serv6:/ # cd /usr/ports/devel/talloc root@serv6:/usr/ports/devel/talloc # make package >Fix: Packaging manifest is wrong ? Patch attached with submission follows: ====>> Building devel/talloc build started at Wed Mar 26 14:13:44 EDT 2014 port directory: /usr/ports/devel/talloc building for: FreeBSD 10amd64-default-job-02 10.0-RELEASE FreeBSD 10.0-RELEASE amd64 maintained by: timur@FreeBSD.org Makefile ident: $FreeBSD: head/devel/talloc/Makefile 348513 2014-03-18 04:12:09Z timur $ Poudriere version: 3.0.15 Host OSVERSION: 1000510 Jail OSVERSION: 1000510 ---Begin Environment--- OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE UNAME_r=10.0-RELEASE BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/jails/poudriere/data/build/10amd64-default/ref PKG_EXT=txz FORCE_PACKAGE=yes tpid=66327 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=talloc-2.1.0 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=10amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.0.15 SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --without-gettext --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf XSLTPROC="true" NOCOLOR=yes TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" NOCOLOR=yes TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -march=athlon64 -fno-color-diagnostics -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -march=athlon64 -fno-color-diagnostics -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/talloc DOCSDIR=/usr/local/share/doc/talloc EXAMPLESDIR=/usr/local/share/examples/talloc WWWDIR=/usr/local/www/talloc ETCDIR=/usr/local/etc/talloc --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /etc/make.conf #### KERNCONF=SERV6.10 WITHOUT_X11= yes CPUTYPE?= athlon64 SUP_UPDATE= yes WITH_PKGNG=yes #PORTSDIR=/usr/jails/poudriere/ports/default PERL_PORT=perl5.18 DEFAULT_VERSIONS= perl5=5.18 #PERL5_DEFAULT=5.18 #VIM_PORT_SCRIPT_LANGS="lua perl python" DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for talloc-2.1.0 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> talloc-2.1.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7.txz Installing pkg-1.2.7... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of talloc-2.1.0 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License LGPL3 accepted by the user ===> Found saved configuration for talloc-2.0.8 ===> Fetching all distfiles required by talloc-2.1.0 for building =========================================================================== =======================<phase: checksum >============================ ===> License LGPL3 accepted by the user ===> Found saved configuration for talloc-2.0.8 ===> Fetching all distfiles required by talloc-2.1.0 for building => SHA256 Checksum OK for talloc-2.1.0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License LGPL3 accepted by the user ===> Found saved configuration for talloc-2.0.8 ===> Fetching all distfiles required by talloc-2.1.0 for building ===> Extracting for talloc-2.1.0 => SHA256 Checksum OK for talloc-2.1.0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for talloc-2.1.0 ===> Applying FreeBSD patches for talloc-2.1.0 =========================================================================== =======================<phase: build-depends >============================ ===> talloc-2.1.0 depends on file: /usr/local/bin/python2.7 - not found ===> Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python27 ===> Installing existing package /packages/All/python27-2.7.6_4.txz Installing python27-2.7.6_4...Installing gettext-0.18.3.1... done Installing libffi-3.0.13_1... done Installing pth-2.0.7... done done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== -------------------------------------------------------- This package was built with the experimental POSIX semaphore support. Please ensure that the kernel on the system where you deploy this package is either compiled with 'options P1003_1B_SEMAPHORES', or has the sem.ko kernel module loaded. -------------------------------------------------------- ===> Returning to build of talloc-2.1.0 ===> talloc-2.1.0 depends on executable: python2 - not found ===> Verifying install for python2 in /usr/ports/lang/python2 ===> Installing existing package /packages/All/python2-2_2.txz Installing python2-2_2... done ===> Returning to build of talloc-2.1.0 ===> talloc-2.1.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.5.txz Installing pkgconf-0.9.5... done ===> Returning to build of talloc-2.1.0 =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for talloc-2.1.0 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/lib/replace/configure ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/configure Checking for program gcc or cc : cc Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking for program git : not found Check for -MD : yes Checking for program gdb : /usr/bin/gdb Checking build system : FreeBSD 10amd64-default-job-02 10.0-RELEASE FreeBSD 10.0-RELEASE amd64 Checking for header sys/utsname.h : yes Checking uname sysname type : FreeBSD Checking uname machine type : amd64 Checking uname release type : 10.0-RELEASE Checking uname version type : FreeBSD 10.0-RELEASE Checking for header stdio.h : yes Checking simple C program : ok Checking for rpath library support : ok Checking for -Wl,--version-script support : ok Checking compiler accepts -fPIC : yes Checking for inline : inline Checking for pkg-config version >= 0.0.0 : yes Checking for header sys/types.h : yes Checking for header sys/stat.h : yes Checking for header stdlib.h : yes Checking for header stddef.h : yes Checking for header memory.h : yes Checking for header string.h : yes Checking for header strings.h : yes Checking for header inttypes.h : yes Checking for header stdint.h : yes Checking for header unistd.h : yes Checking for header minix/config.h : no Checking for header ctype.h : yes Checking for header standards.h : no Checking for header stdbool.h : yes Checking for header stdarg.h : yes Checking for header vararg.h : no Checking for header limits.h : yes Checking for header assert.h : yes Checking getconf LFS_CFLAGS : getconf: no such configuration parameter `LFS_CFLAGS' not found Checking for large file support without additional flags : ok Checking for header sys/time.h : yes Checking for header time.h : yes Checking for WORDS_BIGENDIAN : not found Checking for header signal.h : yes Checking if signal handlers return int : not found Checking for variable __FUNCTION__ : ok Checking for va_copy : ok Checking for HAVE__VA_ARGS__MACRO : ok Checking compiler accepts [''] : yes Checking compiler accepts ['-fstack-protector'] : yes Checking linker accepts ['-fstack-protector'] : yes Checking compiler accepts ['-Werror'] : yes Checking for header linux/types.h : no Checking for header crypt.h : no Checking for header locale.h : yes Checking for header acl/libacl.h : no Checking for header compat.h : no Checking for header attr/xattr.h : no Checking for header dustat.h : no Checking for header fcntl.h : yes Checking for header fnmatch.h : yes Checking for header glob.h : yes Checking for header history.h : no Checking for header krb5.h : yes Checking for header langinfo.h : yes Checking for header libaio.h : no Checking for header ndir.h : no Checking for header pwd.h : yes Checking for header shadow.h : no Checking for header sys/acl.h : yes Checking for header sys/attributes.h : no Checking for header attr/attributes.h : no Checking for header sys/capability.h : yes Checking for header sys/dir.h : yes Checking for header sys/epoll.h : no Checking for header sys/fcntl.h : yes Checking for header sys/filio.h : yes Checking for header sys/filsys.h : no Checking for header sys/fs/s5param.h : no Checking for header sys/fs/vx/quota.h : no Checking for header sys/id.h : no Checking for header sys/ioctl.h : yes Checking for header sys/ipc.h : yes Checking for header sys/mman.h : yes Checking for header sys/mode.h : no Checking for header sys/ndir.h : no Checking for header sys/priv.h : yes Checking for header sys/resource.h : yes Checking for header sys/security.h : no Checking for header sys/shm.h : yes Checking for header sys/statfs.h : no Checking for header sys/statvfs.h : yes Checking for header sys/termio.h : no Checking for header sys/vfs.h : no Checking for header sys/xattr.h : no Checking for header termio.h : no Checking for header termios.h : yes Checking for header sys/file.h : yes Checking for header sys/ucontext.h : yes Checking for header sys/wait.h : yes Checking for header malloc.h : no Checking for header grp.h : yes Checking for header sys/select.h : yes Checking for header setjmp.h : yes Checking for header utime.h : yes Checking for header sys/syslog.h : yes Checking for header syslog.h : yes Checking for header sys/mount.h : yes Checking for header mntent.h : no Checking for header stropts.h : no Checking for header unix.h : no Checking for header sys/param.h : yes Checking for header sys/socket.h : yes Checking for header netinet/in.h : yes Checking for header netdb.h : yes Checking for header arpa/inet.h : yes Checking for header netinet/in_systm.h : yes Checking for header netinet/ip.h : yes Checking for header netinet/tcp.h : yes Checking for header netinet/in_ip.h : no Checking for header sys/sockio.h : yes Checking for header sys/un.h : yes Checking for header sys/uio.h : yes Checking for header ifaddrs.h : yes Checking for header direct.h : no Checking for header dirent.h : yes Checking for header windows.h : no Checking for header winsock2.h : no Checking for header ws2tcpip.h : no Checking for header errno.h : yes Checking for header gcrypt.h : no Checking for header getopt.h : yes Checking for header iconv.h : yes Checking for header sys/inotify.h : no Checking for header nss.h : yes Checking for header sasl/sasl.h : no Checking for header security/pam_appl.h : yes Checking for header zlib.h : yes Checking for header asm/unistd.h : no Checking for header aio.h : yes Checking for header sys/unistd.h : yes Checking for header rpc/rpc.h : yes Checking for header rpc/nettype.h : yes Checking for header alloca.h : no Checking for header float.h : yes Checking for header rpcsvc/nis.h : yes Checking for header rpcsvc/ypclnt.h : yes Checking for header sys/sysctl.h : yes Checking for header sys/fileio.h : no Checking for header sys/filesys.h : no Checking for header sys/dustat.h : no Checking for header sys/sysmacros.h : no Checking for header xfs/libxfs.h : no Checking for header netgroup.h : no Checking for header rpcsvc/yp_prot.h : no Checking for HAVE_RPCSVC_YP_PROT_H : ok Checking for header valgrind.h : no Checking for header valgrind/valgrind.h : no Checking for header valgrind/memcheck.h : no Checking for header nss_common.h : no Checking for header nsswitch.h : yes Checking for header ns_api.h : no Checking for header sys/extattr.h : yes Checking for header sys/ea.h : no Checking for header sys/proplist.h : no Checking for header sys/cdefs.h : yes Checking for header utmp.h : no Checking for header utmpx.h : yes Checking for header lastlog.h : no Checking for header syscall.h : no Checking for header sys/syscall.h : yes Checking for header sys/prctl.h : no Checking for prctl syscall : not found Checking for O_DIRECT flag to open(2) : ok Checking for long long : ok Checking for intptr_t : ok Checking for uintptr_t : ok Checking for ptrdiff_t : ok Checking for comparison_fn_t : not found Checking for _Bool : ok Checking for bool : ok Checking for int8_t : ok Checking for uint8_t : ok Checking for int16_t : ok Checking for uint16_t : ok Checking for int32_t : ok Checking for uint32_t : ok Checking for int64_t : ok Checking for uint64_t : ok Checking for size_t : ok Checking for ssize_t : ok Checking for ino_t : ok Checking for loff_t : not found Checking for offset_t : not found Checking for volatile int : ok Checking for uint_t : not found Checking for blksize_t : ok Checking for blkcnt_t : ok Checking size of bool : 1 Checking size of char : 1 Checking size of int : 4 Checking size of long long : 8 Checking size of long : 8 Checking size of short : 2 Checking size of size_t : 8 Checking size of ssize_t : 8 Checking size of int8_t : 1 Checking size of uint8_t : 1 Checking size of int16_t : 2 Checking size of uint16_t : 2 Checking size of int32_t : 4 Checking size of uint32_t : 4 Checking size of int64_t : 8 Checking size of uint64_t : 8 Checking size of void* : 8 Checking size of off_t : 8 Checking size of dev_t : 4 Checking size of ino_t : 4 Checking size of time_t : 8 Checking for socklen_t : ok Checking for struct ifaddrs : ok Checking for struct addrinfo : ok Checking for struct sockaddr : ok Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok Checking for struct sockaddr_storage : ok Checking for sa_family_t : ok Checking for sig_atomic_t : ok Checking for inet_ntoa : ok Checking for inet_aton : ok Checking for inet_ntop : ok Checking for inet_pton : ok Checking for connect : ok Checking for gethostbyname : ok Checking for getaddrinfo : ok Checking for getnameinfo : ok Checking for freeaddrinfo : ok Checking for gai_strerror : ok Checking for socketpair : ok Checking for variable IPV6_V6ONLY : ok Checking for HAVE_IPV6 : ok Checking whether we have ucontext_t : ok Checking for strdup : ok Checking for memmem : ok Checking for printf : ok Checking for memset : ok Checking for memcpy : ok Checking for memmove : ok Checking for strcpy : ok Checking for strncpy : ok Checking for bzero : ok Checking for shl_load : not found Checking for shl_unload : not found Checking for shl_findsym : not found Checking for pipe : ok Checking for strftime : ok Checking for srandom : ok Checking for random : ok Checking for srand : ok Checking for rand : ok Checking for usleep : ok Checking for setbuffer : ok Checking for lstat : ok Checking for getpgrp : ok Checking for utime : ok Checking for utimes : ok Checking for setuid : ok Checking for seteuid : ok Checking for setreuid : ok Checking for setresuid : ok Checking for setgid : ok Checking for setegid : ok Checking for setregid : ok Checking for setresgid : ok Checking for chroot : ok Checking for strerror : ok Checking for vsyslog : ok Checking for setlinebuf : ok Checking for mktime : ok Checking for ftruncate : ok Checking for chsize : not found Checking for rename : ok Checking for waitpid : ok Checking for wait4 : ok Checking for initgroups : ok Checking for pread : ok Checking for pwrite : ok Checking for strndup : ok Checking for strcasestr : ok Checking for strtok_r : ok Checking for mkdtemp : ok Checking for dup2 : ok Checking for dprintf : ok Checking for vdprintf : ok Checking for isatty : ok Checking for chown : ok Checking for lchown : ok Checking for link : ok Checking for readlink : ok Checking for symlink : ok Checking for realpath : ok Checking for snprintf : ok Checking for vsnprintf : ok Checking for asprintf : ok Checking for vasprintf : ok Checking for setenv : ok Checking for unsetenv : ok Checking for strnlen : ok Checking for strtoull : ok Checking for __strtoull : not found Checking for strtouq : ok Checking for strtoll : ok Checking for __strtoll : not found Checking for strtoq : ok Checking for memalign : not found Checking for posix_memalign : ok Checking for prctl : not found Checking for strlcpy : ok Checking for strlcat : ok Checking for getpeereid : ok Checking for library bsd : not found Checking for setproctitle : ok Checking whether we can use SO_PEERCRED to get socket credentials : not found Checking correct behavior of strtoll : ok Checking for if_nametoindex : ok Checking for strerror_r : ok Checking for getdirentries : ok Checking for getdents : ok Checking for syslog : ok Checking for gai_strerror : ok Checking for get_current_dir_name : not found Checking for timegm : ok Checking for getifaddrs : ok Checking for freeifaddrs : ok Checking for mmap : ok Checking for setgroups : ok Checking for syscall : ok Checking for setsid : ok Checking for getgrent_r : ok Checking for getgrgid_r : ok Checking for getgrnam_r : ok Checking for getgrouplist : ok Checking for getpagesize : ok Checking for getpwent_r : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for epoll_create : not found Checking for fgetxattr : not found Checking for flistea : not found Checking for flistxattr : not found Checking for fremovexattr : not found Checking for fsetxattr : not found Checking for getxattr : not found Checking for listxattr : not found Checking for removexattr : not found Checking for setxattr : not found Checking for library attr : not found Checking for fgetxattr : not found Checking for flistea : not found Checking for flistxattr : not found Checking for fremovexattr : not found Checking for fsetxattr : not found Checking for getxattr : not found Checking for listxattr : not found Checking for removexattr : not found Checking for setxattr : not found Checking for attr_get : not found Checking for attr_getf : not found Checking for attr_list : not found Checking for attr_listf : not found Checking for attropen : not found Checking for attr_remove : not found Checking for attr_removef : not found Checking for attr_set : not found Checking for attr_setf : not found Checking for extattr_delete_fd : ok Checking for extattr_delete_file : ok Checking for extattr_get_fd : ok Checking for extattr_get_file : ok Checking for extattr_list_fd : ok Checking for extattr_list_file : ok Checking for extattr_set_fd : ok Checking for extattr_set_file : ok Checking for fgetea : not found Checking for fremoveea : not found Checking for fsetea : not found Checking for getea : not found Checking for listea : not found Checking for removeea : not found Checking for setea : not found Checking for library attr : not found Checking for attr_get : not found Checking for attr_getf : not found Checking for attr_list : not found Checking for attr_listf : not found Checking for attropen : not found Checking for attr_remove : not found Checking for attr_removef : not found Checking for attr_set : not found Checking for attr_setf : not found Checking for fgetea : not found Checking for fremoveea : not found Checking for fsetea : not found Checking for getea : not found Checking for listea : not found Checking for removeea : not found Checking for setea : not found Checking whether xattr interface takes additional options : not found Checking for dlopen : ok Checking for dlsym : ok Checking for dlerror : ok Checking for dlclose : ok Checking for declaration of dlopen : ok Checking C prototype for dlopen : not found Checking for fdatasync : not found Checking for library rt : yes Checking for fdatasync : not found Checking for clock_gettime : ok Checking whether the clock_gettime clock ID CLOCK_MONOTONIC is available : ok Checking whether the clock_gettime clock ID CLOCK_PROCESS_CPUTIME_ID is available : ok Checking whether the clock_gettime clock ID CLOCK_REALTIME is available : ok Checking for struct timespec : ok Checking for header net/if.h : yes Checking for header arpa/nameser.h : yes Checking for header resolv.h : yes Checking for res_search : ok Checking for pthread_create : not found Checking for library pthread : yes Checking for pthread_create : ok Checking for crypt : not found Checking for library crypt : yes Checking for crypt : ok Checking for header readline.h : no Checking for header readline/readline.h : yes Checking for header readline/history.h : yes Checking for variable rl_event_hook : ok Checking for declaration of snprintf : ok Checking for declaration of vsnprintf : ok Checking for declaration of asprintf : ok Checking for declaration of vasprintf : ok Checking for declaration of errno : ok Checking for declaration of environ : not found Checking for declaration of getgrent_r : ok Checking for declaration of getpwent_r : ok Checking for declaration of pread : ok Checking for declaration of pwrite : ok Checking for declaration of setenv : ok Checking for declaration of setresgid : ok Checking for declaration of setresuid : ok Checking for header poll.h : yes Checking for poll : ok Checking for strptime : ok Checking for declaration of strptime : ok Checking for working strptime : not found Checking for HAVE_GETTIMEOFDAY_TZ : ok Checking for C99 vsnprintf : ok Checking for HAVE_SHARED_MMAP : ok Checking for HAVE_MREMAP : not found Checking for HAVE_INCOHERENT_MMAP : not found Checking for HAVE_IMMEDIATE_STRUCTURES : ok Checking for HAVE_MKDIR_MODE : ok Checking for member st_mtim.tv_nsec in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member ss_family in struct sockaddr_storage : ok Checking for member __ss_family in struct sockaddr_storage : not found Checking for member sa_len in struct sockaddr : ok Checking for member sin_len in struct sockaddr_in : ok Checking for HAVE_UNIXSOCKET : ok Checking for HAVE_SECURE_MKSTEMP : ok Checking compiler accepts -fvisibility=hidden : yes Checking for HAVE_VISIBILITY_ATTR : not found Checking for HAVE_IFACE_GETIFADDRS : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for getpwent_r : ok Checking for declaration of getpwent_r : ok Checking C prototype for getpwent_r : not found Checking for declaration of getgrent_r : ok Checking C prototype for getgrent_r : not found Checking C prototype for getpwent_r : not found Checking C prototype for getgrent_r : not found Checking for getgrouplist : ok Checking for program xsltproc : true Checking for stylesheet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl : ok Checking for program python : /usr/local/bin/python2.7 Checking for program python : /usr/local/bin/python2.7 Checking for Python version >= 2.4.2 : ok 2.7.6 Checking for library python2.7 : yes Checking for program python2.7-config : /usr/local/bin/python2.7-config Checking for custom code : Could not find the python development headers Disabling pytalloc-util as python devel libs not found Checking linker accepts -Wl,-no-undefined : yes Checking linker accepts ['-undefined', 'dynamic_lookup'] : yes 'configure' finished successfully (5m20.655s) =========================================================================== =======================<phase: build >============================ ===> Building for talloc-2.1.0 /bin/mkdir -p /wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin/default/man install -o root -g wheel -m 444 /usr/ports/devel/talloc/files/`basename man/man3/talloc.3.gz .gz` /wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin/default/man Waf: Entering directory `/wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin' Checking project rules ... Project rules pass [ 1/17] Generating talloc.vscript [ 2/17] Compiling lib/replace/replace.c [ 3/17] Compiling lib/replace/strptime.c [ 4/17] Compiling lib/replace/xattr.c [ 5/17] Generating PKGCONFIG_talloc.pc [ 6/17] Compiling lib/replace/replace.c [ 7/17] Compiling lib/replace/strptime.c [ 8/17] Compiling lib/replace/test/testsuite.c [ 9/17] Compiling lib/replace/test/strptime.c [10/17] Compiling lib/replace/test/os2_delete.c ./lib/replace/test/os2_delete.c:41:28: warning: expression result unused [-Wunused-value] mkdir(TESTDIR, 0700) == 0 || FAILED("mkdir"); ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ ./lib/replace/test/os2_delete.c:84:22: warning: expression result unused [-Wunused-value] unlink(fname) == 0 || FAILED("unlink"); ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ ./lib/replace/test/os2_delete.c:113:31: warning: expression result unused [-Wunused-value] strcmp(de->d_name, ".") == 0 || FAILED("match ."); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ ./lib/replace/test/os2_delete.c:115:32: warning: expression result unused [-Wunused-value] strcmp(de->d_name, "..") == 0 || FAILED("match .."); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ ./lib/replace/test/os2_delete.c:126:22: warning: expression result unused [-Wunused-value] rmdir(TESTDIR) == 0 || FAILED("rmdir"); ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 5 warnings generated. [11/17] Compiling lib/replace/test/getifaddrs.c [12/17] Compiling testsuite_main.c [13/17] Compiling testsuite.c [14/17] Compiling talloc.c [15/17] Linking default/libtalloc.so [16/17] Linking default/talloc_testsuite [17/17] Generating man/talloc.3 Waf: Leaving directory `/wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin' 'build' finished successfully (3.822s) =========================================================================== =======================<phase: run-depends >============================ =========================================================================== =======================<phase: stage >============================ ===> Staging for talloc-2.1.0 ===> Generating temporary packing list Waf: Entering directory `/wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin' * installing bin/default/talloc.pc as /wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/libdata/pkgconfig/talloc.pc [16/18] Linking default/libtalloc.inst.so [17/18] Linking default/talloc_testsuite.inst * installing bin/default/libtalloc.inst.so as /wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libtalloc.so.2 * symlink /wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libtalloc.so (-> libtalloc.so.2) * installing talloc.h as /wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/include/talloc.h * installing bin/default/man/talloc.3 as /wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/man/man3/talloc.3 Waf: Leaving directory `/wrkdirs/usr/ports/devel/talloc/work/talloc-2.1.0/bin' 'install' finished successfully (0.598s) ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for talloc-2.1.0 pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/include/pytalloc.h): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/libpytalloc-util.so.2): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/talloc.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/libdata/pkgconfig/pytalloc-util.pc): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/site-packages/): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/devel/talloc/work/stage/usr/local/lib/python2.7/): No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/talloc ===> Cleaning for talloc-2.1.0 build of /usr/ports/devel/talloc ended at Wed Mar 26 14:19:26 EDT 2014 build time: 00:05:42 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261916.s2QJGGpi012917>