Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#53062 closed defect (worksforme)

poppler fails to install

Reported by: william76 (William) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: Cc: mkae (Marko Käning), ryandesign (Ryan Carsten Schmidt)
Port: poppler

Description (last modified by mf2k (Frank Schima))

I had a look at the download locations, they only have up to 0.48.0 of the package...

    $ sudo port install poppler
    --->  Computing dependencies for poppler
    --->  Fetching distfiles for poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from https://poppler.freedesktop.org/
    --->  Attempting to fetch poppler-0.49.0.tar.xz from https://distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://cjj.kr.distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://her.gr.distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://jnb.za.distfiles.macports.org/distfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://jog.id.distfiles.macports.org/macports/distfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://lil.fr.distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://nue.de.distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://osl.no.distfiles.macports.org/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from https://pek.cn.distfiles.macports.org/macports/distfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://sea.us.distfiles.macports.org/macports/distfiles/poppler
    --->  Attempting to fetch poppler-0.49.0.tar.xz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/poppler
    Error: org.macports.fetch for port poppler returned: fetch failed
    Please see the log file for port poppler for details:       /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/main.log
    To report a bug, follow the instructions in the guide:
        http://guide.macports.org/#project.tickets
    Error: Processing of port poppler failed

Change History (8)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to dbevans
Status: newassigned

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers poppler), if any.

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 7 years ago by kencu (Ken)

worked for me just now:

$ ls -la /opt/local/var/macports/distfiles/poppler/poppler-0.49.0.tar.xz
-rw-r--r--  1 macports  admin  1685860 15 Nov 12:51 /opt/local/var/macports/distfiles/poppler/poppler-0.49.0.tar.xz

comment:4 Changed 7 years ago by mkae (Marko Käning)

Cc: mkae added

comment:5 Changed 7 years ago by dbevans (David B. Evans)

Cc: ryandesign added
Resolution: worksforme
Status: assignedclosed

There have been some problems with the MacPorts distfile mirrors recently and according to

port -d distcheck

poppler 0.49 is one of the casualties. Poppler is not available on any of the standard MacPorts mirrors.

However, I can download it just fine from it's master_sites location https://poppler.freedesktop.org/ either using

sudo port -d fetch poppler
--->  Fetching distfiles for poppler
DEBUG: Can't run fetch on this port without elevated privileges. Escalating privileges back to root.
DEBUG: euid changed to: 0. egid changed to: 0.
DEBUG: changing euid/egid - current euid: 0 - current egid: 0
DEBUG: egid changed to: 501
DEBUG: euid changed to: 502
DEBUG: Executing org.macports.fetch (poppler)
--->  poppler-0.49.0.tar.xz does not exist in /opt/local/var/macports/distfiles/poppler
--->  Attempting to fetch poppler-0.49.0.tar.xz from https://distfiles.macports.org/poppler
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG: Fetching distfile failed: The requested URL returned error: 404 Not Found
--->  Attempting to fetch poppler-0.49.0.tar.xz from https://poppler.freedesktop.org/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1646k  100 1646k    0     0   678k      0  0:00:02  0:00:02 --:--:--  678k

or directly using a web browser so I suspect that your problem is due to a transient network problem with the upstream poppler server or perhaps a local network problem on your end. At any rate, please give it a try again later.

Copying @ryandesign for a possible update on the distfile mirroring situation.

comment:6 Changed 7 years ago by mkae (Marko Käning)

Any update on this?

comment:7 Changed 7 years ago by dbevans (David B. Evans)

Current poppler distfile poppler-0.50.0.tar.xz is fetchible via the MacPorts distfile mirrors as well as the upstream download location. I don't know whether this means the distfile mirroring is working automatically now or whether this was done manually (as in some other tickets).

At any rate, the issue should be moot now.

comment:8 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

I added the poppler distfile manually.

Note: See TracTickets for help on using tickets.