pkgsrc-Bugs archive

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

Re: pkg/55806: lang/clisp build fails on NetBSD/i386-9.99.75



The following reply was made to PR pkg/55806; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/55806: lang/clisp build fails on NetBSD/i386-9.99.75
Date: Mon, 26 Sep 2022 19:49:45 +0000

 On Sun, Sep 25, 2022 at 03:55:02AM +0000, John D. Baker wrote:
  >  > (and also check .work.log to see if the wrappers
  >  >  are causing it to get lost for some reason)?
  >  
  >  It appears to be here too:
 
 Boo. Problems in the wrappers or with configuring the wrappers are
 delicate but at least tractable. That suggests a compiler bug :-(
 
 I guess the next step is to check the section alignment in the .o file
 (and the offset of the symbol in the section) to see if it's wrong
 there or if the linker's breaking it. (readelf -S and readelf -s
 respectively)
 
 The "Ndx" column in readelf -s gives the section number of the symbol;
 probably .text but given all the voodoo in this package it might not
 be. In that case the problem might be that the custom section's
 alignment isn't set, which is fixable...
 
 (I don't have an i386 chroot these days to check myself, and
 unfortunately just building with -m32 isn't good enough because then
 the deps don't work and it doesn't pass configure.)
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index