Changes between Initial Version and Version 1 of Ticket #65233


Ignore:
Timestamp:
May 26, 2022, 8:19:37 PM (2 years ago)
Author:
i0ntempest
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65233 – Description

    initial v1  
    1 By default {{{po4a}}} uses perl 5.30. I have {{{perl5 +5_34}}} installed and it causes this build failure. Deactivating {{{perl5}}} while still leaving actual {{{perl5.34}}} installed will allow it to build.
     1By default {{{po4a}}} uses perl 5.30. I have {{{perl5 +5_34}}} installed and it causes this build failure.
     2{{{
     3_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_po4a/po4a/work/po4a-0.66" && /opt/local/bin/perl5.30 Build build
     4:info:build Created META.yml and META.json
     5:info:build Unknown format type: pod.
     6:info:build po4a::chooser: Module loading error: Can't locate Pod/Parser.pm in @INC (you may need to install the Pod::Parser module) (@INC contains: lib /opt/local/lib/perl5/site_perl/5.34/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.34 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.34 /opt/local/lib/perl5/5.34/darwin-thread-multi-2level /opt/local/lib/perl5/5.34) at lib/Locale/Po4a/Pod.pm line 14.
     7:info:build BEGIN failed--compilation aborted at lib/Locale/Po4a/Pod.pm line 14.
     8:info:build Compilation failed in require at (eval 37) line 1.
     9:info:build BEGIN failed--compilation aborted at (eval 37) line 1.
     10:info:build List of valid formats:
     11:info:build   - asciidoc: AsciiDoc format.
     12:info:build   - dia: uncompressed Dia diagrams.
     13:info:build   - docbook: DocBook XML.
     14:info:build   - guide: Gentoo Linux's XML documentation format.
     15:info:build   - ini: INI format.
     16:info:build   - kernelhelp: Help messages of each kernel compilation option.
     17:info:build   - latex: LaTeX format.
     18:info:build   - man: Good old manual page format.
     19:info:build   - pod: Perl Online Documentation format.
     20:info:build   - rubydoc: Ruby Documentation (RD) format.
     21:info:build   - sgml: either DebianDoc or DocBook DTD.
     22:info:build   - texinfo: The info page format.
     23:info:build   - tex: generic TeX documents (see also latex).
     24:info:build   - text: simple text document.
     25:info:build   - wml: WML documents.
     26:info:build   - xhtml: XHTML documents.
     27:info:build   - xml: generic XML documents (see also docbook).
     28:info:build   - yaml: YAML documents.
     29:info:build Died at Po4aBuilder.pm line 162.
     30:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_po4a/po4a/work/po4a-0.66" && /opt/local/bin/perl5.30 Build build
     31:info:build Exit code: 1
     32}}}
     33Deactivating {{{perl5}}} while still leaving actual {{{perl5.34}}} installed will allow it to build.