Bug 153370

Summary: graphics/gscan2pdf 0.9.31 doesn't start up
Product: Ports & Packages Reporter: Torfinn Ingolfsen <torfinn.ingolfsen>
Component: Individual Port(s)Assignee: Sylvio Cesar Teixeira <sylvio>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Torfinn Ingolfsen 2010-12-22 13:30:10 UTC

After installing gscan2pdf from ports, and trying to start it from a terminal / shell, I get this: 
tingo@kg-v2$ gscan2pdf
Constant subroutine main::LC_CTYPE redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_CTYPE () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_NUMERIC redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_NUMERIC () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_TIME redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_TIME () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_COLLATE redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_COLLATE () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_MONETARY redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_MONETARY () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_MESSAGES redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_MESSAGES () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Constant subroutine main::LC_ALL redefined at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Prototype mismatch: sub main::LC_ALL () vs none at
/usr/local/lib/perl5/5.10.1/Exporter.pm line 67.
 at /usr/local/bin/gscan2pdf line 165
Bareword found where operator expected at /usr/local/bin/gscan2pdf
line 8849, near "'button"
 (Might be a runaway multi-line '' string starting on line 8723)
       (Missing operator before button?)
syntax error at /usr/local/bin/gscan2pdf line 8849, near "'button"
Bad name after event' at /usr/local/bin/gscan2pdf line 8849.

Fix: root@kg-v2# diff -u Makefile.org Makefile
How-To-Repeat: 

- update your ports tree
- install gscan2pdf from ports
- start gscan2pdf from a terminal
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-12-22 16:02:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-10 12:42:56 UTC
sylvio      2011-02-10 12:42:51 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gscan2pdf   Makefile distinfo 
  Log:
  - Fix message of syntax error when started gscan2pdf in terminal.
  
  PR:             ports/153370
  Submitted by:   Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
  
  Revision  Changes    Path
  1.56      +0 -1      ports/graphics/gscan2pdf/Makefile
  1.34      +0 -1      ports/graphics/gscan2pdf/distinfo
_______________________________________________
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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-02-10 12:43:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!