[lisaac-Bugs][312126] install lisaac fails: lisaac fails executing external command.

lisaac-bugs at alioth.debian.org lisaac-bugs at alioth.debian.org
Tue Dec 1 21:15:40 UTC 2009


Bugs item #312126, was opened at 01/12/2009 21:15
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312126&group_id=100200

Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: install lisaac fails: lisaac fails executing external command. 
Target Milestone: None
Category: None


Initial Comment:
I have tried to install 0.39 tar.gz, and the installation process fails. I works on debian 5.0.3 as normal user.


I have chosen to run install_lisaac as a user. Here's the end of the process:

Step 4/5 : Compilation of Lisaac compiler.
==========================================
  Execute command `gcc -O2 bin/lisaac.c -o bin/lisaac' (please wait ...)
  Auto-install fail !
  You want to compile a `bin/lisaac.c' file.


Step 5/5 : Compilation of Shorter tool.
=======================================
  Compile `shorter' tools for your system (please wait ...)
  Sorry, `shorter' not ready...

Welcome to the Lisaac World !                           
=============================                           
  Installation successfull.                             
  Run `lisaac' to compile.                              


With some difficulty I can have a (not really) running lissac, but it always fails when launching gcc.

§gcc -O2 bin/lisaac.c -o bin/lisaac
§rm make.lip && cp make.lip.sample make.lip
$ lisaac src/make.lip -shorter  -boost -o bin/shorter -gcc -Isrc/.
Depending pass: ........................... (27)
Executing pass: *...............*....*.. (24)
 => 5 second(s).
run `gcc bin/shorter.c -o bin/shorter -lm  -O3 -fomit-frame-pointer -Isrc/.'
FAILUREThe compiled install_lisaac.c fails compiling lisaac with gcc.

gcc launched manuallly works fine.
gar!
$ gcc bin/shorter.c -o bin/shorter -lm  -O3 -fomit-frame-pointer -Isrc/.
$

I can use lisaac on the hello_world example, but the same external command launching error appears:
$ lisaac hello_world
Depending pass: .......... (10)
Executing pass: *........*.. (12)
 => 1 second(s).
run `gcc ./hello_world.c -o ./hello_world -lm '
FAILURE!

But I can compile it manually:
$ gcc ./hello_world.c -o ./hello_world -lm 
$ ./hello_world 
Hello world !

Regards,
-- 
yves


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312126&group_id=100200



More information about the Lisaac-devel mailing list