Subject: pkg/28348: devel/python-mode doesn't build (source file probably updated)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <michael@nosflow.com>
List: pkgsrc-bugs
Date: 11/18/2004 18:29:00
>Number:         28348
>Category:       pkg
>Synopsis:       devel/python-mode doesn't build (source file probably updated)
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 18 18:29:00 +0000 2004
>Originator:     Michael Wolfson
>Release:        2.0RC5
>Organization:
>Environment:
NetBSD gizmobook 2.0_RC5 NetBSD 2.0_RC5 (GIZMOBOOK) #4: Tue Nov 16 19:17:22 PST 2004  mw@gizmobook:/usr/src/src-2-0/sys/arch/macppc/compile/GIZMOBOOK macppc

>Description:
The source file doesn't pass the checksum, and if I override that, it doesn't build.

# make
===> Checking for vulnerabilities in python-mode-4.6nb1
=> python-mode.el doesn't seem to exist on this system.
=> Attempting to fetch python-mode.el from http://www.python.org/emacs/python-mode/.
=> [123488 bytes]
Requesting http://www.python.org/emacs/python-mode/python-mode.el
Redirected to http://sourceforge.net/projects/python-mode/python-mode.el
Requesting http://sourceforge.net/projects/python-mode/python-mode.el
 37667      29.65 KB/s
37667 bytes retrieved in 00:01 (29.64 KB/s)
=> Checksum mismatch for python-mode.el.
Make sure the Makefile and checksum file (/usr/src/pkgsrc/devel/python-mode/distinfo)
are up to date.  If you want to override this check, type
"/usr/bin/make NO_CHECKSUM=yes [other args]".
*** Error code 1

#make NO_CHECKSUM=yes
===> Building for python-mode-4.6nb1
/usr/pkg/bin/emacs --no-init-file -batch                 -f batch-byte-compile /usr/src/pkgsrc/devel/python-mode/work/python-mode.el
While compiling toplevel forms in file /usr/src/pkgsrc/devel/python-mode/work/python-mode.el:
  ** reference to free variable <!DOCTYPE
  ** reference to free variable HTML
  ** reference to free variable PUBLIC
  ** reference to free variable >
  ** reference to free variable <!--
  ** reference to free variable Server:
  ** reference to free variable sf-web1
  ** reference to free variable -->
  ** reference to free variable <html
  ** reference to free variable lang=
  ** reference to free variable <head><script
  ** reference to free variable language=
  ** reference to free variable type=
  ** reference to free variable clientScreenWidth
  ** reference to free variable =
  ** reference to free variable screen.width
  ** reference to free variable clientScreenHeight
  ** reference to free variable screen.height
  ** reference to free variable clientScreenColorDepth
  ** reference to free variable screen.colorDepth
  ** reference to free variable //
  ** reference to free variable Detection
  ** reference to free variable code
  ** reference to free variable based
  ** reference to free variable on
  ** reference to free variable the
  ** reference to free variable JavaScript
  ** reference to free variable tutorial
  ** reference to free variable freely
  ** reference to free variable provided
  ** reference to free variable at
  ** reference to free variable http://www.howtocreate.co.uk/tutorials/index.php?tut=0
  ** reference to free variable if
  !! Invalid read syntax ((")"))
Done
*** Error code 1

>How-To-Repeat:
cd devel/python-mode
make
[fails]
make NO_CHECKSUM=yes
[fails]
>Fix: