Changes between Version 1 and Version 2 of Ticket #58652, comment 1


Ignore:
Timestamp:
Jun 28, 2019, 10:05:30 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58652, comment 1

    v1 v2  
    22
    33I met a problem to install(or upgrade) the poppler with Macports. \\
    4 When I tried to run "sudo port selfupdate outdated", it will be terminated when the Macport try to install poppler-0.77. \\
     4When I tried to run `sudo port selfupdate outdated`, it will be terminated when the Macport try to install poppler-0.77. \\
    55Here's the error message I obtained: \\
    6 -- \\
    7 --->  Attempting to fetch poppler-0.77.0_0.darwin_16.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/poppler \\
    8 --->  Fetching distfiles for poppler \\
    9 --->  Attempting to fetch poppler-0.77.0.tar.xz from https://poppler.freedesktop.org/  \\
    10 --->  Verifying checksums for poppler \\
    11 --->  Extracting poppler  \\
    12 --->  Applying patches to poppler \\
    13 --->  Configuring poppler \\
    14 --->  Building poppler \\
    15 Error: Failed to build poppler: command execution failed \\
    16 Error: See /opt/local/var/macports \\
    17 /logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_poppler/poppler/main.log for details. \\
    18 --- \\
     6
     7{{{
     8--->  Attempting to fetch poppler-0.77.0_0.darwin_16.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/poppler
     9--->  Fetching distfiles for poppler
     10--->  Attempting to fetch poppler-0.77.0.tar.xz from https://poppler.freedesktop.org/
     11--->  Verifying checksums for poppler
     12--->  Extracting poppler
     13--->  Applying patches to poppler
     14--->  Configuring poppler
     15--->  Building poppler
     16Error: Failed to build poppler: command execution failed
     17Error: See /opt/local/var/macports
     18/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_poppler/poppler/main.log for details.
     19}}}
    1920
    2021I have attached the log file (main.log). \\