From owner-freebsd-ports@FreeBSD.ORG Wed Dec 21 08:11:12 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA4116A41F; Wed, 21 Dec 2005 08:11:12 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from mail.telix.ru (mail.telix.ru [81.222.232.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187A843D5E; Wed, 21 Dec 2005 08:11:11 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from localhost (mail [81.222.232.5]) by mail.telix.ru (Postfix) with ESMTP id 059495356A; Wed, 21 Dec 2005 11:11:05 +0300 (MSK) Received: from mail.telix.ru ([81.222.232.5]) by localhost (mail.telix.ru [81.222.232.5]) (amavisd-new, port 10024) with ESMTP id 29568-10; Wed, 21 Dec 2005 11:11:04 +0300 (MSK) Received: from desktop.home.serebryakov.spb.ru (user-172.pool-12.telix.ru [85.249.12.172]) by mail.telix.ru (Postfix) with ESMTP id 5057553567; Wed, 21 Dec 2005 11:11:04 +0300 (MSK) Date: Wed, 21 Dec 2005 11:11:21 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v2.11.02) Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <171181830.20051221111121@serebryakov.spb.ru> To: Dryice Liu In-Reply-To: <8664pij3fn.fsf@dryice.3322.org> References: <8664pij3fn.fsf@dryice.3322.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at telix.ru Cc: lev@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/subversion failed build on 6.0 amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 08:11:12 -0000 Hello Dryice, Wednesday, December 21, 2005, 10:48:44 AM, you wrote: DL> I was trying to build devel/subversion on amd64 6.0-release, and get DL> an error message like: DL> ====================================================================== DL> cd subversion/po ; /usr/ports/devel/subversion-python/work/subversion-1.3.0-rc4/ac-helpers/install-sh -c -m 644 zh_TW.mo /usr/local/share/locale/zh_TW/LC_MESSAGES/subversion.mo DL> subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt DL> /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn1_error_table_r" DL> *** Error code 1 DL> Stop in /usr/ports/devel/subversion-python/work/subversion-1.3.0-rc4. DL> *** Error code 1 DL> Stop in /usr/ports/devel/subversion-python. DL> ====================================================================== DL> And then I rebuild the world to 6.0-stable but still got the same DL> error. Can someone shine some light on this? The ports tree is up to DL> date. It seems, that subversion links with kerberos on your system, and does this wrong! Could you send me output of `make configure' stage? -- Best regards, Lev mailto:lev@FreeBSD.org