bugMIT/GNU Scheme - Bugs: bug #48727, MIT/GNU Scheme does not install on...

 
 

bug #48727: MIT/GNU Scheme does not install on OpenBSD 5.9 release

Submitter:  None
Submitted:  Tue 09 Aug 2016 03:54:39 AM UTC
   
 
Category:  microcode Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Suboptimal behavior
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  Andras Farkas
Originator Email:  -email is unavailable- Open/Closed:  Open
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Aug 2016 03:44:52 PM UTC, comment #1: 

Just punt the declarations of SI_ASYNCIO and SI_MESGQ?

diff --git a/src/microcode/uxtrap.c b/src/microcode/uxtrap.c
index 58cd7a5..3dad188 100644
--- a/src/microcode/uxtrap.c
+++ b/src/microcode/uxtrap.c
@@ -668,2 +668,3 @@ initialize_ux_signal_codes (void)
     (SI_TIMER, "signal generated by timer expiration");
+#if 0
   DECLARE_GENERIC_SIGNAL_CODE
@@ -672,2 +673,3 @@ initialize_ux_signal_codes (void)
     (SI_MESGQ, "signal generated by message queue arrival");
+#endif
 #endif /* _POSIX_REALTIME_SIGNALS */

Matt Birkholz <mhb>
Group Member
Tue 09 Aug 2016 03:54:39 AM UTC, original submission:  

When I try to make compile-microcode with the 64 bit release of MIT/GNU Scheme, I always get an error. The portable C release gives me the same error, too. I'm running OpenBSD 5.9 release, but I am not skilled enough to figure out how to fix this on my own.
What should I do?
Thanks in advance!

/usr/include/sys/mman.h:175: warning: redundant redeclaration of 'shm_mkstemp'
/usr/include/sys/mman.h:175: warning: previous declaration of 'shm_mkstemp' was here
uxtrap.c: In function 'find_heap_address':
uxtrap.c:543: warning: unused parameter 'pc'
uxtrap.c: In function 'find_constant_address':
uxtrap.c:549: warning: unused parameter 'pc'
uxtrap.c: In function 'initialize_ux_signal_codes':
uxtrap.c:643: error: 'SI_ASYNCIO' undeclared (first use in this function)
uxtrap.c:643: error: (Each undeclared identifier is reported only once
uxtrap.c:643: error: for each function it appears in.)
uxtrap.c:645: error: 'SI_MESGQ' undeclared (first use in this function)
uxtrap.c: In function 'find_signal_code_name':
uxtrap.c:653: warning: unused parameter 'scp'
* Error 1 in microcode (Makefile:182 'uxtrap.o')
* Error 1 in /home/nimmy/mystuff/scheming/mit-scheme-9.2/src (Makefile:865 'compile-microcode')

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mhb (Posted a comment)
  • -email is unavailable- added by mhb
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-10 mhb Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code