Bug 131754 - graphics/gscan2pdf 0.9.27 needs p5-Archive-Tar
Summary: graphics/gscan2pdf 0.9.27 needs p5-Archive-Tar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 23:20 UTC by Torfinn Ingolfsen
Modified: 2009-03-23 17:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torfinn Ingolfsen 2009-02-16 23:20:01 UTC

gscan2pdf needs p5-Archive-Tar, but it is not listed as a depoendcy. When you try to excute gscan2pdf from a shell, you get this:
tingo@kg-work2$ gscan2pdf
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Can't locate Archive/Tar.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.9/BSDPAN /usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) at /usr/local/bin/gscan2pdf line 111.
BEGIN failed--compilation aborted at /usr/local/bin/gscan2pdf line 111.

Fix: 

portinstall -R  p5-Archive-Tar
How-To-Repeat: 

Install the gscan2pdf port, try to start it from a shell.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-16 23:22:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-23 17:24:36 UTC
chinsan     2009-03-23 17:24:24 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gscan2pdf   Makefile 
  Log:
  - Add p5-Archive-Tar as dependency.
  - Resort dependency.
  - Bump PORTREVISION.
  
  PR:             ports/131754
  Submitted by:   Torfinn Ingolfsen <torfinn.ingolfsen _at_ broadpark dot no>
  
  Revision  Changes    Path
  1.42      +10 -9     ports/graphics/gscan2pdf/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 chinsan freebsd_committer freebsd_triage 2009-03-23 17:24:40 UTC
State Changed
From-To: open->closed

Committed, thanks.