From owner-freebsd-ports@FreeBSD.ORG Tue Jan 10 03:10:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032C61065676 for ; Tue, 10 Jan 2012 03:10:45 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [IPv6:2a02:6b8:0:602::3]) by mx1.freebsd.org (Postfix) with ESMTP id 6E79A8FC08 for ; Tue, 10 Jan 2012 03:10:44 +0000 (UTC) Received: from smtp1.mail.yandex.net (smtp1.mail.yandex.net [77.88.46.101]) by forward3.mail.yandex.net (Yandex) with ESMTP id D5532B41779; Tue, 10 Jan 2012 07:10:42 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1326165042; bh=ZsFs7CFW50c29ybvVQr+FTLKvv5q3CbSSIxuEcTSQN8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CPmx9WqGYNV1Ytvg+3egVAiTU/t+TQnQYx8PCPO7BT6v+0AgQH6yapa8S/xLMdQ3I kgnnirM+Eho+uSbhV55WAfPH9TV7Hxv9TZh43UeuWgUVplha4AUng2hLvI8XJcr6Md vwNH0hHsQTVum50GdbvnCzwOy+xwVH+H6BJBcCVg= Received: from smtp1.mail.yandex.net (localhost [127.0.0.1]) by smtp1.mail.yandex.net (Yandex) with ESMTP id AEDA4AA0307; Tue, 10 Jan 2012 07:10:42 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1326165042; bh=ZsFs7CFW50c29ybvVQr+FTLKvv5q3CbSSIxuEcTSQN8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CPmx9WqGYNV1Ytvg+3egVAiTU/t+TQnQYx8PCPO7BT6v+0AgQH6yapa8S/xLMdQ3I kgnnirM+Eho+uSbhV55WAfPH9TV7Hxv9TZh43UeuWgUVplha4AUng2hLvI8XJcr6Md vwNH0hHsQTVum50GdbvnCzwOy+xwVH+H6BJBcCVg= Received: from unknown (unknown [178.76.224.133]) by smtp1.mail.yandex.net (nwsmtp/Yandex) with ESMTP id AfummbEL-AgumMQQI; Tue, 10 Jan 2012 07:10:42 +0400 X-Yandex-Spam: 1 Message-ID: <4F0BAC0C.3050006@yandex.ru> Date: Tue, 10 Jan 2012 07:10:04 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Jan Beich References: <4F0B36BD.8070202@yandex.ru> <1RkOJ1-000AFf-3x@internal.tormail.net> In-Reply-To: <1RkOJ1-000AFf-3x@internal.tormail.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: Perl symlinks question 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: Tue, 10 Jan 2012 03:10:45 -0000 Jan Beich wrote on 10.01.2012 03:06: > Ruslan Mahmatkhanov writes: > >> There is PR: http://bugs.freebsd.org/163687 >> It tries to fix port building when user built it's perl installation >> with USE_PERL option (creating symlinks in /usr/bin) set to off (not >> the default). Patch in PR just replaces static shebang with ${PERL} >> variable from Mk/bsd.perl.mk. But it doesn't actually fix the build, >> because consequent call of aclocal-1.11 will fail since it's shebang >> set to '/usr/bin/perl' too. > [...] > > Can you shed more light on the aclocal issue? Does the submitter know? > nss_ldap installs fine after applying ports/163687. > > $ ls -1d /usr/local/share/aclocal* > /usr/local/share/aclocal/ > /usr/local/share/aclocal-1.11/ > /usr/local/share/aclocal-1.4/ > $ fgrep -r /usr/bin/perl /usr/local/share/aclocal* > Exit 1 Sure. ===> Configuring for nss_ldap-1.265_7 env: /usr/local/bin/aclocal-1.11: No such file or directory *** Error code 127 [rm@smeshariki3 ~/learn]> head -3 `which aclocal-1.11` #!/usr/bin/perl -w # -*- perl -*- # Generated from aclocal.in; do not edit by hand. Submitter doesn't seems know about (or didn't faced this). -- Regards, Ruslan Tinderboxing kills... the drives.