[lisaac-Bugs][312126] install lisaac fails: lisaac fails executing external command.
lisaac-bugs at alioth.debian.org
lisaac-bugs at alioth.debian.org
Sun May 9 01:52:16 UTC 2010
Bugs item #312126, was changed at 01/12/2009 21:15 by Xavier Oswald
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
----------------------------------------------------------------------
>Comment By: Xavier Oswald (xoswald)
Date: 09/05/2010 01:52
Message:
Hi,
Im running a debian sid 64 and don't have any problem with the latest rc release.
Are you sure that you have the full gcc compiler. I suggest to install 'aptitude install build-essential' and btw, Lisaac need at least 750Mb of ram for information. (That's due to global compilation)
Greetings,
xoswald at debian.
----------------------------------------------------------------------
Comment By: brice berna (brendel-guest)
Date: 08/05/2010 22:15
Message:
I have same bug on Debian Sid. I don't know exactly what informations can be usefull, I have 2GB of memory.
In addition, the built-in function "run cmd:STRING :INTEGER" of LIP code seems not working (it don't execute the command given and return a non-zero value), so the function "add_lib" of the given make.lip return an error with any argument, for now I have removed the body.
Please details what informations you need.
----------------------------------------------------------------------
Comment By: Benoit Sonntag (sonntag-guest)
Date: 09/12/2009 21:00
Message:
Yves, How much do you have of RAM memory ?
----------------------------------------------------------------------
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