[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #63330] readdir() error in 4.4 on Solaris 8
From: |
Dmitry Goncharov |
Subject: |
[bug #63330] readdir() error in 4.4 on Solaris 8 |
Date: |
Tue, 8 Nov 2022 10:40:21 -0500 (EST) |
Follow-up Comment #9, bug #63330 (project make):
Depending on _LARGEFILE64_SOURCE and _FILE_OFFSET_BITS dirent has d_ino and
d_off fields 32 or 64 bits wide.
Looks like in your case the remote machine has 64bit d_ino and d_off and make
is built with 32bit d_ino and d_off.
i don't see checks for _FILE_OFFSET_BITS in your config.log.
Does make work if you build 64 bit or set -D_FILE_OFFSET_BITS=64?
What is the difference, in regards to large file support, between your good
working make-4.3 config.log and config.status and this one that fails?
In regards to the error see
https://docs.oracle.com/cd/E19455-01/806-1075/msgs-2215/index.html
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63330>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #63330] readdir() error in 4.4 on Solaris 8, (continued)
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/07
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/07
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/07
- [bug #63330] readdir() error in 4.4 on Solaris 8, anonymous, 2022/11/08
- Re: [bug #63330] readdir() error in 4.4 on Solaris 8, Philip Guenther, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, anonymous, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, anonymous, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, anonymous, 2022/11/08
- Re: [bug #63330] readdir() error in 4.4 on Solaris 8, Jeffrey Walton, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8,
Dmitry Goncharov <=
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, anonymous, 2022/11/08
- [bug #63330] readdir() error in 4.4 on Solaris 8, Paul D. Smith, 2022/11/08
- Re: [bug #63330] readdir() error in 4.4 on Solaris 8, Jeffrey Walton, 2022/11/08