failed build attempt

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

failed build attempt

Brad Watson
I pulled the lastest cvs updated, attempted to re-build, and encountered the following:


.
.
.
echo timestamp > ./kernel/stamp-classes
SMALLTALK_KERNEL="`cd ./kernel; pwd`" \
        SMALLTALK_IMAGE="`pwd`" \
          ./gst -iQ /dev/null
a Smalltalk string:1: undefined variable VMpr_Behavior_methodsFor referenced
/home/whitebearded1/src/smalltalk/kernel/Builtins.st:35: Aborted
/home/whitebearded1/src/smalltalk/kernel/Builtins.st:35: Error occurred while not in byte code inter preter!!
[0xffffe420]
/lib/tls/i686/cmov/libc.so.6(abort+0xe9)[0x400b42b9]
./gst[0x8059868]
./gst[0x8082e03]
[0xffffe420]
./gst[0x805a084]
./gst[0x806dab9]
./gst[0x805a692]
./gst[0x805b16a]
./gst[0x805ad0a]
make[2]: *** [gst.im] Aborted
make[2]: Leaving directory `/home/whitebearded1/src/smalltalk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/whitebearded1/src/smalltalk'
make: *** [all] Error 2



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


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

Re: failed build attempt

Paolo Bonzini
Brad Watson wrote:
> I pulled the lastest cvs updated, attempted to re-build,
> and encountered the following:

I updated CVS to match my tree.  You may try again now.

Paolo



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

Re: failed build attempt

Brad Watson
In reply to this post by Brad Watson
No joy with the CVS as-of 12/29/2006 0800 PST ....

gcc -g -O2 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -o gst main.o -Wl,--export-dynamic  libgst/.libs/libgst.a -ldl -lreadline /usr/lib/libgmp.so -lc -lnsl -lm
libgst/.libs/libgst.a(save.o): In function `_gst_load_from_file':/home/whitebearded1/src/smalltalk/libgst/save.c:493: undefined reference to `_gst_primitives_md5'
libgst/.libs/libgst.a(save.o): In function `save_file_version':/home/whitebearded1/src/smalltalk/libgst/save.c:427: undefined reference to `_gst_primitives_md5'
:/home/whitebearded1/src/smalltalk/libgst/save.c:427: undefined reference to `_gst_primitives_md5'
:/home/whitebearded1/src/smalltalk/libgst/save.c:427: undefined reference to `_gst_primitives_md5'
:/home/whitebearded1/src/smalltalk/libgst/save.c:427: undefined reference to `_gst_primitives_md5'
collect2: ld returned 1 exit status
make[2]: *** [gst] Error 1
make[2]: Leaving directory `/home/whitebearded1/src/smalltalk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/whitebearded1/src/smalltalk'
make: *** [all] Error 2

Brad Watson

----- Original Message ----
From: Paolo Bonzini <[hidden email]>
To: Brad Watson <[hidden email]>
Cc: [hidden email]
Sent: Friday, December 29, 2006 2:09:44 AM
Subject: Re: [Help-smalltalk] failed build attempt

Brad Watson wrote:
> I pulled the lastest cvs updated, attempted to re-build,
> and encountered the following:

I updated CVS to match my tree.  You may try again now.

Paolo





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


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