[MacPorts] #54351: biber of biblatex-biber fails

MacPorts noreply at macports.org
Tue Jun 20 14:39:45 UTC 2017


#54351: biber of biblatex-biber fails
------------------------------------------+----------------------------
  Reporter:  JeffFessler                  |      Owner:
      Type:  defect                       |     Status:  new
  Priority:  Normal                       |  Milestone:
 Component:  ports                        |    Version:  2.4.1
Resolution:                               |   Keywords:  biber biblatex
      Port:  biblatex-biber p5.24-encode  |
------------------------------------------+----------------------------
Changes (by raimue):

 * port:  biblatex-biber => biblatex-biber p5.24-encode


Comment:

 Appears to be a bug in p5.24-encode triggered by `use Encode::Alias`. It
 is not present with perl5.26.

 {{{
 $ perl5.24 -e 'use Encode::Alias;'
 Undefined subroutine &Encode::define_alias called at
 /opt/local/lib/perl5/vendor_perl/5.24/darwin-thread-multi-2level/Encode.pm
 line 102.
 Compilation failed in require at /opt/local/lib/perl5/vendor_perl/5.24
 /darwin-thread-multi-2level/Encode/Alias.pm line 7.
 BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.24
 /darwin-thread-multi-2level/Encode/Alias.pm line 7.
 Compilation failed in require at -e line 1.
 BEGIN failed--compilation aborted at -e line 1.
 $ perl5.26 -e 'use Encode::Alias;'
 $
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/54351#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list