Just downloaded 4.6.7 to my Linux Mint 14 (x64) system.
In following the quick installation instructions in README, I got an error in the make step:
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _t-c-3.scm *** ERROR -- Can't find file "/usr/lib/gambc-v4_6_7-devel/gsc/_t-c-3.scm" make[1]: *** [_t-c-3.c] Error 70 make[1]: Leaving directory `/usr/lib/gambc-v4_6_7-devel/gsc' make: *** [all-recursive] Error 1 steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $
The odd thing is that the file does exist:
steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $ cd gsc steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ ls -al _t-c-3.scm -rw------- 1 501 501 13399 Jun 14 2012 _t-c-3.scm steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ pwd /usr/lib/gambc-v4_6_7-devel/gsc
Steve
Afficher les réponses par date
Also getting an error during the make bootstrap step applied to the git downloaded version: gcc -Wno-unused -Wno-write-strings -O2 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing -fwrapv -fmodulo-sched -freschedule-modulo-sche:_io.c:2658:1: error: ‘___SYMCOUNT’ undeclared here (not in a function) _io.c:3199:1: error: ‘___KEYCOUNT’ undeclared here (not in a function) _io.c:4172:2: error: ‘___REF_KEY_OBJ’ undeclared here (not in a function) _io.c: In function ‘___H__20___io’: _io.c:12054:1: error: ‘___lp’ undeclared (first use in this function)
________________________________ From: Steve Graham jsgrahamus@yahoo.com To: Gambit List Gambit-list@iro.umontreal.ca Sent: Wednesday, February 20, 2013 9:23 AM Subject: [gambit-list] Error building 4.6.7
Just downloaded 4.6.7 to my Linux Mint 14 (x64) system.
In following the quick installation instructions in README, I got an error in the make step:
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _t-c-3.scm *** ERROR -- Can't find file "/usr/lib/gambc-v4_6_7-devel/gsc/_t-c-3.scm" make[1]: *** [_t-c-3.c] Error 70 make[1]: Leaving directory `/usr/lib/gambc-v4_6_7-devel/gsc' make: *** [all-recursive] Error 1 steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $
The odd thing is that the file does exist:
steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $ cd gsc steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ ls -al _t-c-3.scm -rw------- 1 501 501 13399 Jun 14 2012 _t-c-3.scm steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ pwd /usr/lib/gambc-v4_6_7-devel/gsc
Steve
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
On 2013-02-20, at 11:41 AM, Steve Graham jsgrahamus@yahoo.com wrote:
Also getting an error during the make bootstrap step applied to the git downloaded version:
The Gambit makefile aborted when pushing the new runtime to the repo. It is fixed now.
Marc
On 2013-02-20, at 11:23 AM, Steve Graham jsgrahamus@yahoo.com wrote:
Just downloaded 4.6.7 to my Linux Mint 14 (x64) system.
In following the quick installation instructions in README, I got an error in the make step:
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _t-c-3.scm *** ERROR -- Can't find file "/usr/lib/gambc-v4_6_7-devel/gsc/_t-c-3.scm" make[1]: *** [_t-c-3.c] Error 70 make[1]: Leaving directory `/usr/lib/gambc-v4_6_7-devel/gsc' make: *** [all-recursive] Error 1 steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $
The odd thing is that the file does exist:
steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $ cd gsc steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ ls -al _t-c-3.scm -rw------- 1 501 501 13399 Jun 14 2012 _t-c-3.scm steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ pwd /usr/lib/gambc-v4_6_7-devel/gsc
I don't know why the file gsc/_t-c-3.scm is mode 0600 (it should be 0666). I've changed it in my work directory, for the next release. Could you change it locally (chmod 644 gsc/_t-c-3.scm) and try again?
Marc
On 2013-02-20, at 1:59 PM, Marc Feeley feeley@iro.umontreal.ca wrote:
I don't know why the file gsc/_t-c-3.scm is mode 0600 (it should be 0666).
I meant 0644.
Marc
I downloaded the git package again and it worked fine this time.
My Linux version has one use sudo to perform root tasks. Perhaps I forgot to use sudo with one of the commands.
Thanks, Marc.
Steve
________________________________ From: Marc Feeley feeley@iro.umontreal.ca To: Steve Graham jsgrahamus@yahoo.com Cc: Gambit List Gambit-list@iro.umontreal.ca Sent: Wednesday, February 20, 2013 11:59 AM Subject: Re: [gambit-list] Error building 4.6.7
On 2013-02-20, at 11:23 AM, Steve Graham jsgrahamus@yahoo.com wrote:
Just downloaded 4.6.7 to my Linux Mint 14 (x64) system.
In following the quick installation instructions in README, I got an error in the make step:
../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _t-c-3.scm *** ERROR -- Can't find file "/usr/lib/gambc-v4_6_7-devel/gsc/_t-c-3.scm" make[1]: *** [_t-c-3.c] Error 70 make[1]: Leaving directory `/usr/lib/gambc-v4_6_7-devel/gsc' make: *** [all-recursive] Error 1 steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $
The odd thing is that the file does exist:
steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel $ cd gsc steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ ls -al _t-c-3.scm -rw------- 1 501 501 13399 Jun 14 2012 _t-c-3.scm steve@steve-Satellite-L555D /usr/lib/gambc-v4_6_7-devel/gsc $ pwd /usr/lib/gambc-v4_6_7-devel/gsc
I don't know why the file gsc/_t-c-3.scm is mode 0600 (it should be 0666). I've changed it in my work directory, for the next release. Could you change it locally (chmod 644 gsc/_t-c-3.scm) and try again?
Marc