bugmake - Bugs: bug #58347, Build failure on 32-bit ARM

 
 

bug #58347: Build failure on 32-bit ARM

Submitter:  None
Submitted:  Mon 11 May 2020 01:56:14 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.3 Operating System:  POSIX-Based
Fixed Release:  4.4 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 10 Jul 2020 04:08:09 PM UTC, comment #1: 

Thanks for noticing this; fixed for the next release.

Paul D. Smith <psmith>
Group administrator
Mon 11 May 2020 01:56:14 AM UTC, original submission:  

makeint.h apparently believes (line 118-120) that no system that defines __arm is actually POSIX, an assumption that seems to have existed since 1994 but is clearly now nonsense.

job.c line 507, which is inside a block that is compiled only when POSIX is not defined but HAVE_SIGSETMASK is, contains both an outright syntax error (missing semicolon) and a reference to an obsolete and non-portable function whose existence is not tested for by configure. This bug appears to have existed since 2017.

Together, these prevent compilation on any POSIX system which defines __arm, including but probably not limited to FreeBSD on armv6/armv7 targets.

cf. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246351

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 psmith (Posted a comment)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-07-10 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.4

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code