This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: more new test failures on Darwin


...so it looks like the same libraries are used. Could someone manually compile the chmod_1.f90
test under Linux and verify that it can be run with 'sudo ./chmod_1.exe'?

chmod creates a file with OPEN and then tries to see if it can access it. I suspect that using a sudo changes the effective UID but not the real UID, and one of the tests somehow fails. Can you see which abort call is trigered?

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]