Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 12:38:59 -0700
From:      David Christensen <dpchrist@holgerdanske.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: ImageMagick6 fails make on Perl version?
Message-ID:  <e8c5b805-5f83-cd20-2a5f-0d43f5d5f201@holgerdanske.com>
In-Reply-To: <20200619094507.456b92e9@3bsd>
References:  <20200619094507.456b92e9@3bsd>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e8c5b805-5f83-cd20-2a5f-0d43f5d5f201>