Vladimir Tzankov | 1 Oct 2009 08:14
Picon

Re: nightly build

On 9/30/09, Don Cohen <don-sourceforge-xxz <at> isis.cs3-inc.com> wrote:
> BTW, it's now a month since my 32 bit machine was last able to build MT.
> Last successful build was Sept 1.

I guess this is the problem when creating linking sets.
I am testing mostly on 32 bit machine and rarely the build fails but
'make clean-modules' has always "solved" the problem for me (this is
not to say this is real solution). Can you try it?.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Don Cohen | 1 Oct 2009 08:21
Favicon

Re: nightly build

Vladimir Tzankov writes:
 > On 9/30/09, Don Cohen <don-sourceforge-xxz <at> isis.cs3-inc.com> wrote:
 > > BTW, it's now a month since my 32 bit machine was last able to build MT.
 > > Last successful build was Sept 1.
 > 
 > I guess this is the problem when creating linking sets.
 > I am testing mostly on 32 bit machine and rarely the build fails but
 > 'make clean-modules' has always "solved" the problem for me (this is
 > not to say this is real solution). Can you try it?.
didn't help:

gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations
-Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4
-pthread -DUNICODE -DMULTITHREAD -DPOSIX_THREADS -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC
-Wl,-export-dynamic modules.o readline.o -lreadline -lncurses regexi.o libgnu_rx.a calls.o
libgnu_sc.a -lm -lcrypt gettext.o lisp.a -lreadline -lncurses -ldl /usr/local/lib/libavcall.a
/usr/local/lib/libcallback.a -L/usr/local/lib -lsigsegv -lc libgnu_cl.a -o lisp.run 
boot/lisp.run -B . -M boot/lispinit.mem -norc -q -i i18n/preload.lisp -i syscalls/preload.lisp -i
regexp/preload.lisp -x (saveinitmem "base/lispinit.mem") 
;; Loading file i18n/preload.lisp ... 
;; Loaded file i18n/preload.lisp 
;; Loading file syscalls/preload.lisp ... 
;; Loaded file syscalls/preload.lisp 
;; Loading file regexp/preload.lisp ... 
;; Loaded file regexp/preload.lisp 
;; Wrote the memory image into base/lispinit.mem (2,015,228 bytes) 
Bytes permanently allocated:            107,256 
Bytes currently in use:               1,903,624 
Bytes available until next GC:          522,128 
1903624 ; 
(Continue reading)

clisp-cvs-request | 1 Oct 2009 14:04
Picon

clisp-cvs Digest, Vol 42, Issue 1

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/src ChangeLog,1.7138,1.7139 win32aux.d,1.59,1.60
      (Sam Steingold)
   2. clisp/src ChangeLog, 1.7139, 1.7140 configure.in, 1.173,
      1.174 makemake.in, 1.882, 1.883 (Sam Steingold)
   3. clisp/src aclocal.m4,1.72,1.73 configure,1.251,1.252
      (Sam Steingold)
   4. clisp/src/gllib Makefile.in,1.24,1.25 (Sam Steingold)

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

Message: 1
Date: Wed, 30 Sep 2009 14:51:28 +0000
(Continue reading)

clisp-cvs-request | 1 Oct 2009 17:15
Picon

clisp-cvs Digest, Vol 42, Issue 2

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/modules/regexp/glm4 unistd_h.m4,1.4,1.5 (Sam Steingold)
   2. clisp/modules/syscalls/gllib Makefile.am,1.6,1.7
      unistd.in.h,1.5,1.6 (Sam Steingold)
   3. clisp/modules/regexp/gllib Makefile.am,1.7,1.8
      unistd.in.h,1.5,1.6 (Sam Steingold)
   4. clisp/src/glm4 unistd_h.m4,1.8,1.9 (Sam Steingold)
   5. clisp/src ChangeLog,1.7140,1.7141 (Sam Steingold)
   6. clisp/src/gllib Makefile.am,1.22,1.23 unistd.in.h,1.12,1.13
      (Sam Steingold)
   7. clisp/modules/regexp configure,1.65,1.66 (Sam Steingold)
   8. clisp/src aclocal.m4,1.73,1.74 configure,1.252,1.253
      (Sam Steingold)
(Continue reading)

Don Cohen | 1 Oct 2009 21:21
Favicon

Re: nightly build

Vladimir Tzankov writes:
 > 'make clean-modules' has always "solved" the problem for me
In hindsight I'm not surprised that this did not work.
Recall that I also did a fresh checkout and got the same error.
Since I did build successfully on Sept 1 and not on Sept 2, I'd 
expect to find the problem in the updates made between those two 
times.  Is there some cvs update around then that seems related?
Perhaps I should be doing a binary search to find the relevant
update?  If you want me to do that, some instructions would be 
helpful.  I don't recall off hand how to check out as of some
particular time or, better yet, as of some particular update.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Vladimir Tzankov | 1 Oct 2009 21:40
Picon

Re: nightly build

On 10/1/09, Don Cohen <don-sourceforge-xxz <at> isis.cs3-inc.com> wrote:
> Is there some cvs update around then that seems related?
> Perhaps I should be doing a binary search to find the relevant
> update?  If you want me to do that, some instructions would be
> helpful.  I don't recall off hand how to check out as of some
> particular time or, better yet, as of some particular update.

you can checkout the source tree as it has been on Sep 1 like this:
cvs -z3 -d:pserver:anonymous <at> clisp.cvs.sourceforge.net:/cvsroot/clisp
co -D "09/01/2009 23:59" -P clisp

(or change -D option value)

I am not sure that the problem is related to particular change - I've
encountered this problem before. What gcc version is this?

Vladimir

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

(Continue reading)

Sam Steingold | 1 Oct 2009 21:42
Picon

Re: nightly build

Don Cohen wrote:
> Perhaps I should be doing a binary search to find the relevant
> update?  If you want me to do that, some instructions would be 
> helpful.  I don't recall off hand how to check out as of some
> particular time or, better yet, as of some particular update.

cvs up -D date
or
cvs up -r revision
you will be using -D because -r is per-file.
note however that the bad change was not necessarily occurred between the dates 
you think: the failure might have been triggered by an innocent change which 
triggered a recompilation.
thus you might have to make a fresh checkout for each test.
i.e., "cvs co -D" and then configure --cbc in the fresh directory.
it might be helpful to keep two checkout: a working one and a broken one and 
try to bring their dates close together.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

(Continue reading)

clisp-cvs-request | 1 Oct 2009 21:53
Picon

clisp-cvs Digest, Vol 42, Issue 3

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/modules/syscalls/gllib Makefile.in,1.8,1.9 (Sam Steingold)
   2. clisp/modules/syscalls configure,1.99,1.100 (Sam Steingold)
   3. clisp/src/gllib Makefile.in,1.25,1.26 (Sam Steingold)
   4. clisp/modules/regexp/gllib Makefile.in,1.9,1.10 (Sam Steingold)
   5. clisp/src/m4 clisp.m4,1.17,1.18 (Sam Steingold)
   6. clisp/src ChangeLog,1.7141,1.7142 (Sam Steingold)
   7. clisp/src ChangeLog,1.7142,1.7143 (Sam Steingold)
   8. clisp/src/m4 clisp.m4,1.18,1.19 (Sam Steingold)
   9. clisp/src ChangeLog,1.7143,1.7144 makemake.in,1.883,1.884
      (Sam Steingold)
  10. clisp/doc faq.xml,1.116,1.117 (Sam Steingold)

(Continue reading)

Don Cohen | 1 Oct 2009 21:58
Favicon

Re: nightly build

Vladimir Tzankov writes:

 > you can checkout the source tree as it has been on Sep 1 like this:
 > cvs -z3 -d:pserver:anonymous <at> clisp.cvs.sourceforge.net:/cvsroot/clisp
 > co -D "09/01/2009 23:59" -P clisp
 > (or change -D option value)
 > I am not sure that the problem is related to particular change - I've
 > encountered this problem before. What gcc version is this?
see below

Sam Steingold writes:
 > cvs up -D date
 > or
 > cvs up -r revision
 > you will be using -D because -r is per-file.
Is there a way to find out what -D arguments make sense?
That is, at what times were updates (I guess I should say "commits") done?

 > note however that the bad change was not necessarily occurred
 > between the dates you think: the failure might have been triggered
 > by an innocent change which triggered a recompilation.
 > thus you might have to make a fresh checkout for each test.
 > i.e., "cvs co -D" and then configure --cbc in the fresh directory.
That was my plan.
 > it might be helpful to keep two checkout: a working one and a
 > broken one and try to bring their dates close together.
In fact I was going to create a new directory for each -D argument.

$ gcc -v 
Using built-in specs. 
(Continue reading)

Sam Steingold | 1 Oct 2009 22:17
Picon

Re: nightly build

Don Cohen wrote:
> Is there a way to find out what -D arguments make sense?
> That is, at what times were updates (I guess I should say "commits") done?

try "cvs log src/ChangeLog"

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel


Gmane