[bug] --enable-jit make fails

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[bug] --enable-jit make fails

Isaac Gouy
Issue status update for
http://smalltalk.gnu.org/node/265
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/265

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  igouy
 Updated by:   igouy
 Status:       active

$ ./configure --enable-jit
$ make

/bin/bash ../libtool --tag=LIBGST --tag=CC   --mode=compile gcc
-DHAVE_CONFIG_H -I. -I..  -DDEFAULT_EXECUTABLE=\""/usr/local/bin/gst"\"
-I../lib-src -I../lib-src -I../libffi/include -I../libffi/include
-I../snprintfv -I../snprintfv -I../sigsegv/src -I../sigsegv/src
-I../lightning -I../lightning -I.. -I..   -g -O2 -Wall
-Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing
-Wwrite-strings -Wdeclaration-after-statement -Wno-format
-Wpointer-arith -Wno-pointer-sign  -MT interp.lo -MD -MP -MF
.deps/interp.Tpo -c -o interp.lo interp.c
gcc -DHAVE_CONFIG_H -I. -I..
-DDEFAULT_EXECUTABLE=\"/usr/local/bin/gst\" -I../lib-src -I../lib-src
-I../libffi/include -I../libffi/include -I../snprintfv -I../snprintfv
-I../sigsegv/src -I../sigsegv/src -I../lightning -I../lightning -I..
-I.. -g -O2 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse
-fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement
-Wno-format -Wpointer-arith -Wno-pointer-sign -MT interp.lo -MD -MP -MF
.deps/interp.Tpo -c interp.c  -fPIC -DPIC -fomit-frame-pointer -o
.libs/interp.o
In file included from interp.c:674:
prims.def: In function 'VMpr_String_ByteArray_asCData':
prims.def:4923: warning: value computed is not used
In file included from interp.c:677:
interp-jit.inl: In function '_gst_interpret':
interp-jit.inl:383: error: 'jb' undeclared (first use in this function)
interp-jit.inl:383: error: (Each undeclared identifier is reported only
once
interp-jit.inl:383: error: for each function it appears in.)
make[3]: *** [interp.lo] Error 1
make[3]: Leaving directory `/usr/local/src/smalltalk-3.1/libgst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/smalltalk-3.1/libgst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/smalltalk-3.1'
make: *** [all] Error 2




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] --enable-jit make fails

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/265
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/265

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     normal
-Assigned to:  Unassigned
+Assigned to:  bonzinip
 Reported by:  igouy
 Updated by:   bonzinip
 Status:       active

I committed a small fix for this (253e15c), but the build does not
finish anyway.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Re: [bug] --enable-jit make fails

Paolo Bonzini-2
In reply to this post by Isaac Gouy
S.J.Chun wrote:
> Which means jit does not work yet? (even with the patch)

Yes, I am very busy and I don't have much time to keep JIT from bitrot.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] --enable-jit make fails

Paolo Bonzini-3
In reply to this post by Isaac Gouy
Issue status update for
http://smalltalk.gnu.org/project/issue/265
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/265

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     normal
 Assigned to:  bonzinip
 Reported by:  igouy
 Updated by:   bonzinip
 Status:       active

bisected to 2309aa587a70373df63200aac83449ff24e6527e (first failing
revision)




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk