After erlang port has been updated to R14B ejabberd port (v 2.1.4) doesn't build anymore: ===> Configuring for ejabberd-2.1.4_1 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether gmake sets $(MAKE)... yes checking for erlc... /usr/local/bin/erlc checking for erl... /usr/local/bin/erl ./conftest.erl:6: can't find include lib "ssl/include/ssl_pkix.hrl" configure: error: could not compile sample program It's because elrang R14A support was added in ejabberd 2.1.5 as announced here: http://www.ejabberd.im/ejabberd-2.1.5 Fix: Ejabberd port have to be upgraded to 2.1.5 to build. How-To-Repeat: portupgrade lang/erlang portupgrade net-im/ejabberd
Responsible Changed From-To: freebsd-ports-bugs->ashish I'll take it.
Hi Bartosz, Thanks for reporting the issue. A fix is in testing. If you're interested in trying it out, follow the instructions in the message[1] on freebsd-ports@. References: [1] http://article.gmane.org/gmane.os.freebsd.devel.ports/90797 Thanks -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 freebsd.org!ashish | http://people.freebsd.org/~ashish/ Avoid Success At All Costs !!
On 2010-09-29 21:34, Ashish SHUKLA wrote: > A fix is in testing. If you're interested in trying it out, follow the > instructions in the message[1] on freebsd-ports@. > > References: > [1] http://article.gmane.org/gmane.os.freebsd.devel.ports/90797 > > Thanks I've prepared alternative ejabberd port using referenced diff, haven't got any problems with building and installing it, ejabberd 2.1.5 is alive and kicking. Thanks for your help :) -- Bartosz Stec
Bartosz Stec writes: > On 2010-09-29 21:34, Ashish SHUKLA wrote: >> A fix is in testing. If you're interested in trying it out, follow the >> instructions in the message[1] on freebsd-ports@. >> >> References: >> [1] http://article.gmane.org/gmane.os.freebsd.devel.ports/90797 >> >> Thanks > I've prepared alternative ejabberd port using referenced diff, haven't > got any problems with building and installing it, ejabberd 2.1.5 is > alive and kicking. > Thanks for your help :) Thanks for testing it. -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 freebsd.org!ashish | http://people.freebsd.org/~ashish/ Avoid Success At All Costs !!
Responsible Changed From-To: ashish->olgeni Due to lack of a tinderbox, could not test it, so passing to Jimmy.
State Changed From-To: open->analyzed Testing upgrade.
State Changed From-To: analyzed->feedback Should be fixed. Can you confirm that it works for you?
olgeni 2010-09-30 16:22:15 UTC FreeBSD ports repository Modified files: net-im/ejabberd Makefile distinfo pkg-plist net-im/ejabberd/files ejabberd.in Log: Unbreak by upgrading to 2.1.5 (including 6.x support). PR: ports/151073 Approved by: maintainer (see PR) Revision Changes Path 1.40 +9 -3 ports/net-im/ejabberd/Makefile 1.17 +3 -3 ports/net-im/ejabberd/distinfo 1.6 +2 -2 ports/net-im/ejabberd/files/ejabberd.in 1.18 +5 -0 ports/net-im/ejabberd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, Thanks!