From owner-freebsd-ports@FreeBSD.ORG Mon May 19 14:05:50 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 609F2106566B for ; Mon, 19 May 2008 14:05:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 147648FC1E for ; Mon, 19 May 2008 14:05:49 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 19 May 2008 10:05:49 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id ORG31346; Mon, 19 May 2008 10:05:48 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 19 May 2008 10:05:43 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18481.35127.397209.340165@jerusalem.litteratus.org> Date: Mon, 19 May 2008 10:05:43 -0400 To: ports@freebsd.org In-Reply-To: <18477.37226.359801.874399@jerusalem.litteratus.org> References: <18477.37226.359801.874399@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: problem building mldonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 14:05:50 -0000 [I've written the maintainer twice, with no response.] While upgrading 2.9.4 to 2.9.5, I get this: Compiling CryptoPP.cc can take several minutes, on slow machines up to half an hour. ===Building for mldonkey-2.9.5 /usr/local/bin/ocamlc.opt -linkall -o ocamlpp.byte \ -custom bigarray.cma unix.cma str.cma -ccopt "-L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -I/usr/local/include -I/usr/local/include -I/usr/local/include" -cclib "-lcharset -lz /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib" -cclib -lbz2 -ccopt "-D_REENTRANT" -cclib "-pthread" \ \ \ \ \ -I build tools/ocamlpp.cmo /var/tmp//ccxVfL7G.o(.data+0x634): undefined reference to `re_replacement_text' /var/tmp//ccxVfL7G.o(.data+0x638): undefined reference to `re_search_backward' /var/tmp//ccxVfL7G.o(.data+0x63c): undefined reference to `re_search_forward' /var/tmp//ccxVfL7G.o(.data+0x640): undefined reference to `re_partial_match' /var/tmp//ccxVfL7G.o(.data+0x644): undefined reference to `re_string_match' Error while building custom runtime system gmake: *** [ocamlpp.byte] Error 2 *** Error code 2 As far as I know all the libraries are up-to-date. Help, please? Robert Huff