bugGNU Common Lisp - Bugs: bug #65905, Can't build on Arch Linux

 
 

bug #65905: Can't build on Arch Linux

Submitter:  Colin Woodbury <fosskers>
Submitted:  Fri 21 Jun 2024 10:20:40 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 21 Jun 2024 10:22:26 PM UTC, comment #1: 

Sorry, ignore the `clang make` after the `configure` there, I'm just calling `make`. Copy-paste error.

Colin Woodbury <fosskers>
Fri 21 Jun 2024 10:20:40 PM UTC, original submission:  

Hi, I'm trying to build GCL 2.6.14 as follows:

./configure --prefix=/usr
clang make
make DESTDIR=build install

However, it fails:

Compiling GCL_PCL_PKG...
Compiling /home/colin/code/aur/gcl/src/gcl-Version_2_6_14/gcl/unixport/../pcl/gcl_pcl_pkg.lisp.

Error: ERROR "Caught fatal error [memory may be damaged]"
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by COMPILE-FILE.
ERROR "Caught fatal error [memory may be damaged]"

Broken at COMPILE-FILE.  Type :H for Help.
    1  Return to top level.

>>make[1]: * [makefile:35: gcl_pcl_boot.c] Error 255

make[1]: Leaving directory '/home/colin/code/aur/gcl/src/gcl-Version_2_6_14/gcl/pcl'
make: * [makefile:90: unixport/saved_pcl_gcl] Error 2
rm h/mcompdefs.h

---

If I force CC=clang instead, the message is similar:

Error: PROGRAM-ERROR "HEAP-REPORT [or a callee] requires less than three arguments."
Signalled by HEAP-REPORT.

Error: ERROR "Caught fatal error [memory may be damaged]"
Signalled by GENSYM.

ERROR "Caught fatal error [memory may be damaged]"

Broken at SYSTEM::DO-BREAK-LEVEL.
    1  Return to top level.
COMPILER>>>
NIL
COMPILER>>>make[1]: * [makefile:98: saved_pre_gcl] Error 255
rm raw_pre_gcl raw_pre_gcl_map
make[1]: Leaving directory '/home/colin/code/aur/gcl/src/gcl-Version_2_6_14/gcl/unixport'
make: * [makefile:81: unixport/saved_pre_gcl] Error 2
rm h/mcompdefs.h

---

Seems like something going on with `unixport`?

Thank you.

Colin Woodbury <fosskers>

 

(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 fosskers (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.14-f13d.
    Corresponding source code