Skip to content
This repository was archived by the owner on Nov 29, 2019. It is now read-only.

zones is missing a dependency on left_margins (RuntimeError) #32

@rtalexander

Description

@rtalexander

Hi, I'm getting the following error message when attempting to run pdf-extract: zones is missing a dependency on left_margins (RuntimeError), which is from the stack trace given below. Any thoughts on this?

I am running this on Mac OS X 10.11,2 El Capitan, with the following Ruby configuration:

$ ruby --version
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]

$ gem --version
2.5.1

Stack trace:

pdf-extract --trace  extract-bib --resolved_references  Attacks\ on\ Cryptographic\ Protocols-\ A\ Survey.pdf
/usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract-0.1.1/lib/pdf/extract/pdf.rb:144:in `block (3 levels) in invoke_calls': zones     is missing a dependency on left_margins (RuntimeError)    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:142:in `each'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:142:in `block (2 levels) in invoke_calls'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:141:in `each_pair'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:141:in `block in i    nvoke_calls'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:137:in `each_pair'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract/pdf.rb:137:in `invoke_cal    ls'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract.rb:43:in `block in parse'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract.rb:39:in `each'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract.rb:39:in `parse    '    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/lib/pdf/extract.rb:54:in `view'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/bin/pdf-extract:121:in `block (    4 levels) in <top (required)>'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/bin/pdf-extract:118:in `each'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract    -0.1.1/bin/pdf-extract:118:in `block     (3 levels) in <top (required)>'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4    .4.0/lib/commander/command.rb:178:in     `call'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4    .4.0/lib/commander/command.rb:153:in     `run'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4    .4.0/lib/commander/runner.rb:444:in     `run_a    ctive_command'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/runner.rb:68:in `run!'    
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/delegates.rb:15:in `run!'
  from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/import.rb:5:in `block in <top (required)>'

Thanks,

Roger Alexander.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions