Opened 6 years ago

Closed 5 years ago

#57383 closed defect (invalid)

file not found while 'port install poppler'

Reported by: flojito54 Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: poppler

Description (last modified by Schamschula (Marius Schamschula))

I was trying to install texlive. Installation stopped due to the fact that the poppler source couldn't downloaded. I tried to install poppler before texlive, but the same error occurs.

:info:archivefetch --->  poppler-0.69.0_0.darwin_13.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
:msg:archivefetch --->  Attempting to fetch poppler-0.69.0_0.darwin_13.x86_64.tbz2 from https://packages.macports.org/poppler
:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
:msg:archivefetch --->  Attempting to fetch poppler-0.69.0_0.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/poppler
:debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found
:msg:archivefetch --->  Attempting to fetch poppler-0.69.0_0.darwin_13.x86_64.tb

Change History (2)

comment:1 Changed 6 years ago by Schamschula (Marius Schamschula)

Description: modified (diff)
Owner: set to dbevans
Status: newassigned

Please use wiki markup. Also add the maintainer to the CC field, e.g. port info --maintainer poppler

What you are showing is an attempt to download the pre-built package, not the source code. Please attach the entire main.log.

comment:2 Changed 5 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: assignedclosed

These errors are normal mode of operation. MacPorts tries to download binary archives first and will only fall back to build from source if they are not available. poppler is not distributable due to a license conflict with one of the dependencies, therefore no binary archive exists.

$ ~/src/macports/infra/jobs/port_binary_distributable.tcl -v poppler
"poppler" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl"
Note: See TracTickets for help on using tickets.