[Pkg-jed-devel] jed-extra does not build

Jörg Sommer joerg@alea.gnuu.de
Fri, 22 Apr 2005 22:46:31 +0200


--liOOAslEiF7prFVr
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

first: jed searches files for byte_compile_file() in jed_library_path().

jed -batch -n -l ./compile-files.sl
Unable to load /usr/share/slsh/local-packages/lib/jed-extra.sl
Error processing lib/jed-extra.sl
Traceback: byte_compile_file
/tmp/xx/jed-extra-1.0/compile-files.sl:12:<top-level>:Open failed
Traceback: evalfile
/usr/share/jed/lib/site.slc:3082:command_line_hook:Open failed
  Local Variables:
        Integer_Type command_line_hook =3D 1
        Integer_Type command_line_hook =3D 4
        String_Type command_line_hook =3D "-l"
        Undefined_Type command_line_hook =3D Undefined_Type
        String_Type command_line_hook =3D "./compile-files.sl"
        Undefined_Type command_line_hook =3D Undefined_Type
        Null_Type command_line_hook =3D NULL
        String_Type command_line_hook =3D "./compile-files.sl"
Error encountered while executing command_line_hook

--- compile-files.sl.in.orig    2005-04-22 22:43:25.346150072 +0200
+++ compile-files.sl.in 2005-04-22 22:42:12.516221904 +0200
@@ -5,7 +5,7 @@
 variable files =3D [
 <:
   $in =3D <>;
-  print join (",", map {"\"$_\""} split (/\s+/, $in));
+  print join (",", map {"\"./$_\""} split (/\s+/, $in));
 :>
 ];

second: there a strange line on jed-mode/mupad/mupad.sl (line 118)

  insert_spaces (goal--, goal);

I don't know what it should do and the same line in matlab.sl (line 121)
look diffent

   goal--;
   insert_spaces (goal);


jed -batch -n -l ./compile-files.sl
/tmp/xx/jed-extra-1.0/mode/mupad/mupad.sl:118: Expecting ')': found '--'
/tmp/xx/jed-extra-1.0/mode/mupad/mupad.sl:118:<top-level>:Syntax Error
Error processing ./mode/mupad/mupad.sl
Traceback: byte_compile_file
Traceback: evalfile
/usr/share/jed/lib/site.slc:3082:command_line_hook:Syntax Error
  Local Variables:
        Integer_Type command_line_hook =3D 1
        Integer_Type command_line_hook =3D 4
        String_Type command_line_hook =3D "-l"
        Undefined_Type command_line_hook =3D Undefined_Type
        String_Type command_line_hook =3D "./compile-files.sl"
        Undefined_Type command_line_hook =3D Undefined_Type
        Null_Type command_line_hook =3D NULL
        String_Type command_line_hook =3D "./compile-files.sl"
Error encountered while executing command_line_hook

--- mupad.sl.orig       2005-04-22 22:44:52.567890352 +0200
+++ mupad.sl    2005-04-22 22:45:19.994720840 +0200
@@ -115,7 +115,8 @@
   bol_skip_white ();
   ch =3D char(what_char());
   bol_trim ();
-  insert_spaces (goal--, goal);
+  goal--;
+  insert_spaces (goal);
   pop_spot ();
   skip_white ();

Why jed-extra build-conflics with jed-extra?

J=F6rg.

--=20
H=FCgelsch=E4fer's Law (http://www.bruhaha.de/laws.html):
Beitr=E4ge werden dort gepostet, wo sie den gr=F6=DFten Widerstand hervorru=
fen.

--liOOAslEiF7prFVr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQmlip4Z13Cz2nwVYAQJsXwf/ScniMlJlBNy44iwqfzwuQ4BBl7cL1I3V
2FbHBQMeHsc0W3uS+uuhCVTKUoeLwV7O2OScb9O+1bFzUHzOS3gE+b8houznhNpG
GDPDlztBaGVdtgu4OyTb5HQBuMUts5AR2Mr6eTvTV9eVjOIY1lOWTR2FLntYipaH
nFGnL5/Dviu4Vh/01QVOPOHA/sTUtJZUtVe6BAsUaDcawH0QVIro/2ZGXbOe35ss
V8Xk081ZN2KreaOn2yysEBzHx2kkOQHbMq7QIa+A6nGQArOXO4nePVzTuVPjhnd7
wXtkKkOgH1aN2WWPOUybASKRBlsxUI9nP3rKCiWaRHGqRdereJzx5Q==
=EN9l
-----END PGP SIGNATURE-----

--liOOAslEiF7prFVr--