Changes between Initial Version and Version 3 of Ticket #33184


Ignore:
Timestamp:
Feb 7, 2012, 11:50:50 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log you attached is not from the output you showed above. The output you showed above ends with an error in the configure phase, but the relevant error in the log you attached is from the fetch phase:

:info:archivefetch --->  poppler-0.18.2_0.darwin_10.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/software/poppler
:msg:archivefetch --->  Attempting to fetch poppler-0.18.2_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/poppler
:msg:archivefetch --->  Attempting to fetch poppler-0.18.2_0.darwin_10.x86_64.tbz2.rmd160 from http://packages.macports.org/poppler
:debug:archivefetch failed verification with key /opt/local/share/macports/macports-pubkey.pem
:debug:archivefetch openssl output: Verification Failure
child process exited abnormally
:error:archivefetch Target org.macports.archivefetch returned: Failed to verify signature for archive!

Please attach the main.log that corresponds with the output you pasted above, or if the archive verification is the failure you're still experiencing, then we need to debug why that's happening.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33184

    • Property Cc devans@… added
    • Property Port poppler added
  • Ticket #33184 – Description

    initial v3  
    11I was trying to install texlive-latex-recommended (and all other texlive downloads) and got an error which I traced to the following underlying problem:
    22
     3{{{
    34bash-3.2# port install poppler
    45--->  Computing dependencies for poppler
     
    1314Error: Status 1 encountered during processing.
    1415To report a bug, see <http://guide.macports.org/#project.tickets>
     16}}}
    1517
    16 
    17 *  I have already checked (re-installed) XCode and I am running version 3.2.4
    18 * I have searched the wells of the MacPort logs and have tried to implement many of the previous resolves for similar issues.
    19   ** port selfupdate
    20   ** port upgrade outdated
    21   ** port clean poppler
    22   ** port install poppler
    23   -- I then received the same error as above. 
    24 * I am attaching the log file for this error.
     18 * I have already checked (re-installed) XCode and I am running version 3.2.4
     19 * I have searched the wells of the MacPort logs and have tried to implement many of the previous resolves for similar issues.
     20   * `port selfupdate`
     21   * `port upgrade outdated`
     22   * `port clean poppler`
     23   * `port install poppler`
     24 -- I then received the same error as above. 
     25 * I am attaching the log file for this error.
    2526
    2627I would appreciate any help you can provide in this matter.