New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30728 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

epspdf does not work after latest texlive updates

Reported by: wchan212@… Owned by: dports@…
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: texlive-pictures texlive-bin

Description

I recently did a sudo port update outated -- which also updated my texlive-pictures package and my epspdf stops working.

I get this error.

/opt/local/bin/epspdf:81:in `require': no such file to load -- epspdfrc (LoadError)
	from /opt/local/bin/epspdf:81

I am not familiar w/ Ruby... but taking a look @ /opt/local/bin/epspdf:81

  76 ###########################################
  77 
  78 # handle auto-detected and saved settings
  79 
  80 #require 'epspdfrc'
  81 require 'epspdfrc'
  82 
  83 ###########################################

Then going to /opt/local and do a find . -name 'epspdfrc' ... I found nothing... looks like someone forgot to include that file into the macport?

Change History

comment:1 Changed 22 months ago by jmr@…

  • Owner changed from macports-tickets@… to dports@…
  • Port set to texlive-pictures texlive-bin
  • Summary changed from epspdf to epspdf does not work after latest texlive updates

Please remember to fill in the Port field and cc the maintainer, and please use a descriptive summary in future.

comment:2 Changed 22 months ago by dports@…

  • Status changed from new to assigned

It's there, epspdf is just having trouble finding it...

comment:3 Changed 22 months ago by dports@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Should be fixed by r82306

Note: See TracTickets for help on using tickets.