ImageMagick6 fails make on Perl version?
David Christensen
dpchrist at holgerdanske.com
Fri Jun 19 19:39:09 UTC 2020
On 2020-06-19 01:45, Graham Bentley wrote:
>
> Hi All,
>
> I want to batch convert .png to .xpm for a Fluxbox theme and decided to
> try 'convert' which is part of the ImageMagick suite.
>
> I got stuck on make though here;
>
> ===> texinfo-6.7_3,1 depends on package: p5-Locale-libintl>=0 - not
> found ===> License GPLv3+ accepted by the user
> ===> p5-Locale-libintl-1.31 depends on file: /usr/local/sbin/pkg -
> found ===> Fetching all distfiles required by p5-Locale-libintl-1.31
> for building ===> Extracting for p5-Locale-libintl-1.31
> => SHA256 Checksum OK for libintl-perl-1.31.tar.gz.
> ===> Patching for p5-Locale-libintl-1.31
> ===> p5-Locale-libintl-1.31 depends on executable: msgfmt - found
> ===> p5-Locale-libintl-1.31 depends on package: perl5>=5.30.r1<5.31 -
> found ===> p5-Locale-libintl-1.31 depends on shared library:
> libiconv.so - found (/usr/local/lib/libiconv.so) ===>
> p5-Locale-libintl-1.31 depends on shared library: libintl.so - found
> (/usr/local/lib/libintl.so) ===> Configuring for
> p5-Locale-libintl-1.31 env: /usr/local/bin/perl5.30.3: No such file or
> directory *** Error code 127
>
> # perl -v
>
> This is perl 5, version 30, subversion 2 (v5.30.2) built for
> amd64-freebsd-thread-multi
>
> Any tips?
>
> Thanks a mill!
I upgraded all my packages recently:
# pkg update
<snip>
# pkg upgrade
<snip>
Perl was upgraded to the version you cite:
# perl -v | head -n 2
This is perl 5, version 30, subversion 2 (v5.30.2) built for
amd64-freebsd-thread-multi
David
More information about the freebsd-questions
mailing list