unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Re: Guile 1.5.7 beta available for testing.
       [not found] <87n0rh2xz8.fsf@raven.i.defaultvalue.org>
@ 2002-08-21  0:30 ` Wolfgang Jährling
  2002-08-21  2:53   ` Wolfgang Jährling
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Jährling @ 2002-08-21  0:30 UTC (permalink / raw)


Rob Browning <rlb@defaultvalue.org> wrote:
> Please report problems to guile-devel@gnu.org or bug-guile@gnu.org.

I'm about to do that. :)

>         - Remove automake and autoconf from your path, or turn off
>           their execute bits, or something.

Done that.  Seemed to not cause any problems.

>         - Configure, "make", "make check", and "make install".

I tried it on a i386-unknown-gnu0.3 system, but didn't get beyond the
"make".  Well, I got the following messages during configuring, which
are bugs elsewhere (and which I'm about to report elsewhere) and should
not cause further harm; but in case it actually is relevant for the
other problem I encountered, here they are: 

--- snip! ---
checking regex.h presence... ./configure: /dev/null: Interrupted system call
no
configure: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: regex.h: proceeding with the preprocessor's result

checking winsock2.h presence... ./configure: /dev/null: Interrupted system call
no

checking sys/file.h presence... ./configure: /dev/null: Interrupted system call
no
configure: WARNING: sys/file.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/file.h: proceeding with the preprocessor's result

checking for S_ISLNK in sys/stat.h... ./configure: /dev/null: Interrupted system call
no

checking whether we need POSIX to get struct utimbuf... ./configure: /dev/null: Interrupted system call
yes
--- snap! ---

Later, the compilation aborted with 

--- snip! ---
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -g -O2 -Wall -Wmissing-prototypes -c stime.c -MT stime.lo -MD -MP -MF .deps/stime.TPlo  -fPIC -DPIC -o .libs/stime.lo
stime.c: In function `mytime':
stime.c:119: storage size of `time_buffer' isn't known
stime.c:120: warning: implicit declaration of function `times'
stime.c:119: warning: unused variable `time_buffer'
stime.c:122: warning: control reaches end of non-void function
stime.c: At top level:
stime.c:132: variable `scm_your_base' has initializer but incomplete type
stime.c:132: warning: excess elements in struct initializer
stime.c:132: warning: (near initialization for `scm_your_base')
stime.c: In function `scm_get_internal_real_time':
stime.c:144: storage size of `time_buffer' isn't known
stime.c:147: warning: implicit declaration of function `ftime'
stime.c:148: invalid use of undefined type `struct timeb'
stime.c:149: invalid use of undefined type `struct timeb'
stime.c:144: warning: unused variable `time_buffer'
stime.c: In function `scm_times':
stime.c:188: storage size of `t' isn't known
stime.c:188: warning: unused variable `t'
stime.c: In function `scm_init_stime':
stime.c:711: invalid use of undefined type `struct timeb'
stime.c: At top level:
stime.c:132: storage size of `scm_your_base' isn't known
make[2]: *** [stime.lo] Error 1
make[2]: Leaving directory `/home/toor/guile-1.5.7/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/toor/guile-1.5.7'
make: *** [all] Error 2
--- snap! ---

I would like to note that with a small patch in the GC (which I sent to
rlb back then), Guile 1.5.6 compiled and seemed to work (I only started
it and entered some simple expressions).

Cheers,
GNU/Wolfgang

-- 
Wolfgang Jährling  <wolfgang@pro-linux.de>  \\  http://stdio.cjb.net/
Debian GNU/Hurd user && Debian GNU/Linux user \\  http://www.gnu.org/
The Hurd Hacking Guide: http://www.gnu.org/software/hurd/hacking-guide/
["Enjoy this bug as long as you can, because when we will fix it, you ]
[ will get the correct, non-functional behaviour" -- Marcus Brinkmann ]


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Guile 1.5.7 beta available for testing.
  2002-08-21  0:30 ` Guile 1.5.7 beta available for testing Wolfgang Jährling
@ 2002-08-21  2:53   ` Wolfgang Jährling
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Jährling @ 2002-08-21  2:53 UTC (permalink / raw)


Wolfgang Jährling <wolfgang@pro-linux.de> wrote:
> stime.c: At top level:
> stime.c:132: storage size of `scm_your_base' isn't known
> make[2]: *** [stime.lo] Error 1
> make[2]: Leaving directory `/home/toor/guile-1.5.7/libguile'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/toor/guile-1.5.7'
> make: *** [all] Error 2

I retried it, and without the strange problems during configure
occuring, ir compiled and passed "make check" this time.  So this is not
a problem in Guile, except for that it does not abort at configure time,
but probably this is a "let's try it anyway, as it might work".

Cheers,
GNU/Wolfgang

-- 
Wolfgang Jährling  <wolfgang@pro-linux.de>  \\  http://stdio.cjb.net/
Debian GNU/Hurd user && Debian GNU/Linux user \\  http://www.gnu.org/
The Hurd Hacking Guide: http://www.gnu.org/software/hurd/hacking-guide/
["Enjoy this bug as long as you can, because when we will fix it, you ]
[ will get the correct, non-functional behaviour" -- Marcus Brinkmann ]


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-21  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87n0rh2xz8.fsf@raven.i.defaultvalue.org>
2002-08-21  0:30 ` Guile 1.5.7 beta available for testing Wolfgang Jährling
2002-08-21  2:53   ` Wolfgang Jährling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).