mainThe GNU Bourne-Again SHell - Support: sr #109601, devel HEAD fails to install on...

 
 

sr #109601: devel HEAD fails to install on macOS

Submitter:  None
Submitted:  Tue 11 Dec 2018 04:56:53 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  Mac OS
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 11 Dec 2018 04:56:53 AM UTC, original submission:  

Reproducibility: always

Steps:
1. git pull from devel branch
2. make clean
3. make
4. make install

What happened:

gcc -fno-common -DHAVE_CONFIG_H -DSHELL -DMACOSX -g -O2 -Wno-parentheses -Wno-format-security -Werror -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/Users/rex/bash -I/Users/rex/bash/lib -I/Users/rex/bash/builtins -I../../lib/intl -I/Users/rex/bash/lib/intl -c -o finfo.o finfo.c
finfo.c:339:18: error: format specifies type 'int' but the argument has type '__darwin_ino64_t' (aka 'unsigned long long') [-Werror,-Wformat]
                printf("%d\n", st->st_ino);
                        ~~     ^~~~~~~~~~
                        %llu
finfo.c:341:34: error: format specifies type 'long' but the argument has type '__darwin_ino64_t' (aka 'unsigned long long') [-Werror,-Wformat]
                printf("%d:%ld\n", st->st_dev, st->st_ino);
                           ~~~                 ^~~~~~~~~~
                           %llu
2 errors generated.


Expected result:
No errors.

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 chet (Updated the item)
  • -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
    2018-12-20 chet StatusNone Done

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code