From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 17 07:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2A1ECAC for ; Mon, 17 Feb 2014 07:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4331CBC for ; Mon, 17 Feb 2014 07:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1H7A0Er047739 for ; Mon, 17 Feb 2014 07:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1H7A02f047738; Mon, 17 Feb 2014 07:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Feb 2014 07:10:00 GMT Resent-Message-Id: <201402170710.s1H7A02f047738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Simmons Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B43BC6E for ; Mon, 17 Feb 2014 07:04:44 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 069BA1C9F for ; Mon, 17 Feb 2014 07:04:44 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1H74hus036703 for ; Mon, 17 Feb 2014 07:04:43 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1H74hcH036702; Mon, 17 Feb 2014 07:04:43 GMT (envelope-from nobody) Message-Id: <201402170704.s1H74hcH036702@cgiserv.freebsd.org> Date: Mon, 17 Feb 2014 07:04:43 GMT From: Robert Simmons To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186830: security/openssh-portable fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 07:10:00 -0000 >Number: 186830 >Category: ports >Synopsis: security/openssh-portable fails to build >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: Mon Feb 17 07:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Robert Simmons >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD example 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Building security/openssh-portable fails. I'm using poudriere 3.0.14. The build stops with the following error: gss-serv-krb5.o: In function `ssh_gssapi_krb5_storecreds': gss-serv-krb5.c:(.text+0x204): undefined reference to `gss_krb5_copy_ccache' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/security/openssh-portable/work/openssh-6.5p1 *** Error code 1 Here are the options I'm using for this port: ===> The following configuration options are available for openssh-portable-6.5.p1_1,1: AES_THREADED=on: Threaded AES-CTR BSM=on: OpenBSM Auditing HPN=on: HPN-SSH patch KERB_GSSAPI=off: Kerberos/GSSAPI patch (req: GSSAPI) LDNS=on: SSHFP/LDNS support LIBEDIT=on: Command line editing via libedit LPK=off: LDAP Public Key (LPK) [OBSOLETE] NONECIPHER=off: NONE Cipher support OVERWRITE_BASE=on: OpenSSH overwrite base PAM=on: PAM support SCTP=off: SCTP support TCP_WRAPPERS=on: tcp_wrappers support X509=off: x509 certificate patch ====> Kerberos support: you can only select none or one of them MIT=off: MIT Kerberos (security/krb5) HEIMDAL=off: Heimdal Kerberos (security/heimdal) HEIMDAL_BASE=on: Heimdal Kerberos (base) >How-To-Repeat: Here are my poudriere jails and ports: # poudriere jails -l JAILNAME VERSION ARCH METHOD 10amd64 10.0-RELEASE amd64 ftp # poudriere ports -l PORTSTREE METHOD PATH default portsnap /data/poudriere/ports/default Here is the build command and output: # poudriere bulk -j 10amd64 security/openssh-portable ====>> Creating the reference jail... done ====>> Mounting system devices for 10amd64-default ====>> Mounting ports/packages/distfiles ====>> Mounting packages from: /data/poudriere/data/packages/10amd64-default ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/10amd64-options ====>> Logs: /data/poudriere/data/logs/bulk/10amd64-default/2014-02-17_06h59m31s ====>> WWW: http://repo/logs/bulk/10amd64-default/2014-02-17_06h59m31s ====>> Appending to make.conf: /usr/local/etc/poudriere.d/10amd64-make.conf /etc/resolv.conf -> /data/poudriere/data/build/10amd64-default/ref/etc/resolv.conf ====>> Starting jail 10amd64-default ====>> Loading MOVED ====>> Calculating ports order and dependencies ====>> Sanity checking the repository ====>> Deleting stale symlinks ====>> Deleting empty directories ====>> Cleaning the build queue ====>> Building 1 packages using 1 builders ====>> Starting/Cloning builders ====>> Hit CTRL+t at any time to see build progress and stats ====>> [01] Starting build of security/openssh-portable ====>> [01] Finished build of security/openssh-portable: Failed: build ====>> Stopping 1 builders ====>> No package built, no need to update the repository ====>> Cleaning up ====>> Umounting file systems ====>> Failed ports: security/openssh-portable:build ====>> [10amd64-default] 0 packages built, 1 failures, 0 ignored, 0 skipped >Fix: >Release-Note: >Audit-Trail: >Unformatted: