From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 30 13:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE8EFA5F for ; Thu, 30 Jan 2014 13: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 8AF7A199D for ; Thu, 30 Jan 2014 13: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 s0UDA00r024171 for ; Thu, 30 Jan 2014 13:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0UDA0PI024170; Thu, 30 Jan 2014 13:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 30 Jan 2014 13:10:00 GMT Resent-Message-Id: <201401301310.s0UDA0PI024170@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, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F92092C for ; Thu, 30 Jan 2014 13:07:09 +0000 (UTC) Received: from postfix.malikania.fr (ks3292218.kimsufi.com [5.135.187.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2D91972 for ; Thu, 30 Jan 2014 13:07:09 +0000 (UTC) Received: from postfix.malikania.fr (unknown [10.0.0.5]) by postfix.malikania.fr (Postfix) with ESMTPS id A7BC26D5E for ; Thu, 30 Jan 2014 14:07:05 +0100 (CET) Received: by postfix.malikania.fr (sSMTP sendmail emulation); Thu, 30 Jan 2014 14:07:05 +0100 Message-Id: <20140130130705.A7BC26D5E@postfix.malikania.fr> Date: Thu, 30 Jan 2014 14:07:05 +0100 From: "David Demelier" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186274: [patch] net-im/ejabberd: does not compile in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: David Demelier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 13:10:00 -0000 >Number: 186274 >Category: ports >Synopsis: [patch] net-im/ejabberd: does not compile in poudriere >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 30 13:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD Pomme.malikania.fr 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r261002: Wed Jan 22 10:16:44 CET 2014 root@Pomme.malikania.fr:/usr/obj/usr/src/sys/Pomme amd64 >Description: Does not compile in poudriere because it cannot find expat.h. I also wonder how it can compile outside poudriere. The patch adds --with-expat and it seems to work, however I don't know which one from LOCALBASE or PREFIX is the best. checking for XML_ParserCreate in -lexpat... no configure: error: Could not find development files of Expat library ===> Script "configure" failed unexpectedly. Please report the problem to ashish@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/net-im/ejabberd/work/ejabberd-2.1.13/src/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/net-im/ejabberd ===> Cleaning for ejabberd-2.1.13 build of /usr/ports/net-im/ejabberd ended at Thu Jan 30 13:18:00 CET 2014 build time: 00:00:33 >How-To-Repeat: >Fix: --- ejabberd.diff begins here --- --- Makefile.orig 2014-01-30 13:55:42.076324542 +0100 +++ Makefile 2014-01-30 13:59:01.682311214 +0100 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ODBC PAM MAKE_ENV= PORTVERSION=${PORTVERSION} -CONFIGURE_ARGS+=--localstatedir=/var --with-openssl=${OPENSSLBASE} +CONFIGURE_ARGS+=--localstatedir=/var --with-openssl=${OPENSSLBASE} --with-expat=${LOCALBASE} PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} --- ejabberd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: