bugGNU Common Lisp - Bugs: bug #60314, Build fails with undefined OBJNULL

 
 

bug #60314: Build fails with undefined OBJNULL

Submitter:  Michael Orlitzky <mjo>
Submitted:  Wed 31 Mar 2021 02:33:56 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Nov 2021 07:42:40 PM UTC, comment #2: 

Version_2_6_13pre.  Thanks for your report!

Camm Maguire <camm>
Group administrator
Wed 31 Mar 2021 03:04:32 PM UTC, comment #1: 

That in turn appears to be due to,

   $CC $LDFLAGS -Wl,--verbose foo.c -o foo 2>&1 | \
       $AWK '/\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=/ {i=1-i;next} {if (i) print}' >gcl.script

which (on my machine) produces an error:

checking finding default linker script... gawk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp operator
not found

Michael Orlitzky <mjo>
Wed 31 Mar 2021 02:33:56 PM UTC, original submission:  

I'm experiencing the bug reported in https://bugs.gentoo.org/700178, where OBJNULL winds up undefined.

After running "autoreconf -fi" and "./configure", I see in h/gclincl.h that I have,

/* lowest address non-object */
/* #undef OBJNULL */

Perhaps that's the problem? Should it default to NULL? Defining OBJNULL = NULL manually eliminates this one error, but I confess that I have no idea what I'm doing.

Michael Orlitzky <mjo>

 

(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 camm (Posted a comment)
  • -email is unavailable- added by mjo (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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-11-10 camm StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code