Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2012 03:33:02 +1200
From:      Jan Beich <jbeich@tormail.net>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        FreeBSD Ports Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: Perl symlinks question
Message-ID:  <1RkdhS-00096n-DR@internal.tormail.net>
In-Reply-To: <4F0BAC0C.3050006@yandex.ru> (Ruslan Mahmatkhanov's message of "Tue, 10 Jan 2012 07:10:04 %2B0400")
References:  <4F0B36BD.8070202@yandex.ru> <1RkOJ1-000AFf-3x@internal.tormail.net> <4F0BAC0C.3050006@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Mahmatkhanov <cvs-src@yandex.ru> writes:

>> Ruslan Mahmatkhanov<cvs-src@yandex.ru>  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.

This line tells enough. aclocal used @PERL@ binary detected during
devel/automake installation. Have you tried to reinstall dependent
ports after turning off USE_PERL option?

>
> Submitter doesn't seems know about (or didn't faced this).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RkdhS-00096n-DR>