Opened 13 years ago

Closed 13 years ago

#30728 closed defect (fixed)

epspdf does not work after latest texlive updates

Reported by: wchan212@… Owned by: drkp (Dan Ports)
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 (3)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to dports@…
Port: texlive-pictures texlive-bin added
Summary: epspdfepspdf 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 13 years ago by drkp (Dan Ports)

Status: newassigned

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

comment:3 Changed 13 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

Should be fixed by r82306

Note: See TracTickets for help on using tickets.