Re: [isabelle-dev] JEdit FAILED

2014-07-11 Thread Florian Haftmann
Hi Lars,

On 29.06.2014 21:35, Lars Noschinski wrote:
 On 28.06.2014 17:24, Makarius wrote:
 On Sat, 28 Jun 2014, Makarius wrote:

 On Sat, 28 Jun 2014, Florian Haftmann wrote:

  suggests that something is bad with $JEDIT_HOME in the mira build
  environment.

 JEDIT_HOME is a normal Isabelle setting, provided by the etc/settings
 of that component within Isabelle.  So it should normally be there,
 although I don't understand the mira setup.

 Another guess: Isabelle/jEdit is really missing, because of a lacking
 isabelle jedit -b that is done in regular makedist (e.g. in isatest).
 mira just executes isabelle build -s -v with job specific options (can
 be seen in Admin/mira.py). If isabelle jedit -b is a necessary step to
 setup a fresh Isabelle installation, I can add that to the setup script.

I would like to say: go ahead with that.  Red signs are supposed to
disappear while approaching an release.

Florian

-- 

PGP available:
http://home.informatik.tu-muenchen.de/haftmann/pgp/florian_haftmann_at_informatik_tu_muenchen_de



signature.asc
Description: OpenPGP digital signature
___
isabelle-dev mailing list
isabelle-...@in.tum.de
https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev


Re: [isabelle-dev] JEdit FAILED

2014-06-29 Thread Lars Noschinski
On 28.06.2014 17:24, Makarius wrote:
 On Sat, 28 Jun 2014, Makarius wrote:

 On Sat, 28 Jun 2014, Florian Haftmann wrote:

  suggests that something is bad with $JEDIT_HOME in the mira build
  environment.

 JEDIT_HOME is a normal Isabelle setting, provided by the etc/settings
 of that component within Isabelle.  So it should normally be there,
 although I don't understand the mira setup.

 Another guess: Isabelle/jEdit is really missing, because of a lacking
 isabelle jedit -b that is done in regular makedist (e.g. in isatest).
mira just executes isabelle build -s -v with job specific options (can
be seen in Admin/mira.py). If isabelle jedit -b is a necessary step to
setup a fresh Isabelle installation, I can add that to the setup script.

BTW: Admin/mira.py is the Isabelle specific part of the mira setup.
Unfortunately, the version of the script used is not the one for the
version which is tested, but the one which is current on mira startup.

  -- Lars
___
isabelle-dev mailing list
isabelle-...@in.tum.de
https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev


Re: [isabelle-dev] JEdit FAILED

2014-06-28 Thread Florian Haftmann
 The problem here is the missing unzip executable on the test machine.

After a second look at the return code 9, I end up with the unzip man
page (on lxbroy10):

 9  the specified zipfiles were not found.

Having a look at the code

 val jedit_actions =
   Lazy.lazy (fn () =
 (case Isabelle_System.bash_output
   unzip -p \$JEDIT_HOME/dist/jedit.jar\ org/gjt/sp/jedit/actions.xml 
 of
   (txt, 0) =
 (case XML.parse txt of
   XML.Elem ((ACTIONS, _), body) = maps (parse_named ACTION) body
 | _ = [])
 | (_, rc) = error (Cannot unzip jedit.jar\nreturn code =  ^ 
 string_of_int rc)));

suggests that something is bad with $JEDIT_HOME in the mira build
environment.

Maybe someone of the TUM guys can have a look at that.

Florian

-- 

PGP available:
http://home.informatik.tu-muenchen.de/haftmann/pgp/florian_haftmann_at_informatik_tu_muenchen_de



signature.asc
Description: OpenPGP digital signature
___
isabelle-dev mailing list
isabelle-...@in.tum.de
https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev


Re: [isabelle-dev] JEdit FAILED

2014-06-28 Thread Makarius

On Sat, 28 Jun 2014, Florian Haftmann wrote:


suggests that something is bad with $JEDIT_HOME in the mira build
environment.


JEDIT_HOME is a normal Isabelle setting, provided by the etc/settings of 
that component within Isabelle.  So it should normally be there, although 
I don't understand the mira setup.



Makarius
___
isabelle-dev mailing list
isabelle-...@in.tum.de
https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev


Re: [isabelle-dev] JEdit FAILED

2014-06-28 Thread Makarius

On Sat, 28 Jun 2014, Makarius wrote:


On Sat, 28 Jun 2014, Florian Haftmann wrote:


 suggests that something is bad with $JEDIT_HOME in the mira build
 environment.


JEDIT_HOME is a normal Isabelle setting, provided by the etc/settings of that 
component within Isabelle.  So it should normally be there, although I don't 
understand the mira setup.


Another guess: Isabelle/jEdit is really missing, because of a lacking 
isabelle jedit -b that is done in regular makedist (e.g. in isatest).



Makarius
___
isabelle-dev mailing list
isabelle-...@in.tum.de
https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev