mit-scheme-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-users] ../microcode/scheme: can't read option file: --fa


From: Kaloian Doganov
Subject: Re: [MIT-Scheme-users] ../microcode/scheme: can't read option file: --fasl make.com
Date: Wed, 28 Jun 2006 19:24:18 +0300

        Also, what version of MIT Scheme were you using to build the current
        CVS?

I have mit-scheme (7.7.90+20060414-1) Debian package installed which I'm
trying to use for bootstrapping.

        Most likely, I think, somewhere along the line a lot earlier in the
        build a file failed to compile.  Can you record a complete transcript
        of the output of `make`, and either show it or look through it for any
        error messages?

The standard output is quite large (35146 lines), should I post it here?
I've looked through it but I don't really know what I am looking for.
There is no obvious error messages there.  May be I should grep for
something?

Here are all messages that went to the standard error:

boot.c: In function ‘names_to_vector’:
boot.c:211: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_symbol’ differ in signedness
intern.c: In function ‘arg_symbol’:
intern.c:88: warning: pointer targets in return differ in signedness
intern.c: In function ‘arg_interned_symbol’:
intern.c:95: warning: pointer targets in return differ in signedness
intern.c: In function ‘memory_to_symbol’:
intern.c:131: warning: pointer targets in passing argument 2 of 
‘memory_to_string’ differ in signedness
intern.c: In function ‘string_to_symbol’:
intern.c:146: warning: pointer targets in passing argument 2 of 
‘find_symbol_internal’ differ in signedness
intern.c: In function ‘intern_symbol’:
intern.c:155: warning: pointer targets in passing argument 2 of 
‘find_symbol_internal’ differ in signedness
intern.c: In function ‘Prim_find_symbol’:
intern.c:174: warning: pointer targets in passing argument 2 of ‘find_symbol’ 
differ in signedness
intern.c: In function ‘Prim_string_hash’:
intern.c:198: warning: pointer targets in passing argument 2 of ‘string_hash’ 
differ in signedness
intern.c: In function ‘Prim_string_hash_mod’:
intern.c:213: warning: pointer targets in passing argument 2 of ‘string_hash’ 
differ in signedness
option.c: In function ‘read_command_line_options’:
option.c:1185: warning: ‘band_heap_size’ may be used uninitialized in this 
function
option.c:1184: warning: ‘band_constant_size’ may be used uninitialized in this 
function
sysprim.c: In function ‘Prim_scheme_program_name’:
sysprim.c:170: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_string’ differ in signedness
uxctty.c: In function ‘UX_initialize_ctty’:
uxctty.c:535: warning: null argument where non-null required (argument 1)
uxsock.c: In function ‘OS_server_connection_accept’:
uxsock.c:300: warning: pointer targets in passing argument 3 of ‘accept’ differ 
in signedness
uxtop.c: In function ‘OS_syscall_names’:
uxtop.c:397: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
uxtop.c: In function ‘OS_syserr_names’:
uxtop.c:447: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
uxtrap.c: In function ‘find_ccblock’:
uxtrap.c:189: warning: pointer targets in passing argument 3 of ‘classify_pc’ 
differ in signedness
uxtrap.c: In function ‘continue_from_trap’:
uxtrap.c:365: warning: pointer targets in passing argument 3 of ‘classify_pc’ 
differ in signedness
pruxdld.c: In function ‘dld_load’:
pruxdld.c:46: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_string’ differ in signedness
pruxdld.c:47: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_string’ differ in signedness
pruxdld.c: In function ‘dld_lookup’:
pruxdld.c:63: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_string’ differ in signedness
pruxdld.c:64: warning: pointer targets in passing argument 1 of 
‘char_pointer_to_string’ differ in signedness
x11base.c: In function ‘Prim_x_open_display’:
x11base.c:1550: warning: pointer targets in passing argument 5 of 
‘XRebindKeysym’ differ in signedness
x11base.c: In function ‘Prim_x_change_property’:
x11base.c:2590: warning: ‘dlen’ may be used uninitialized in this function
x11graph.c: In function ‘Prim_x_create_image’:
x11graph.c:936: warning: ‘pixmap_format.bits_per_pixel’ may be used 
uninitialized in this function
x11graph.c:936: warning: ‘pixmap_format.scanline_pad’ may be used uninitialized 
in this function
cmpint.c: In function ‘link_cc_block’:
cmpint.c:1234: warning: unused variable ‘block_len’
cmpint.c: In function ‘declare_compiled_code_block’:
cmpint.c:2349: warning: unused variable ‘block_addr’
../microcode/scheme: can't read option file: --fasl make.com

Inconsistency detected.
make: *** [all] Error 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]