Thread overview
[Issue 5] std.file: struct_stat64 wrong for ARM
Sep 24, 2012
Johannes Pfau
Sep 24, 2012
Iain Buclaw
Sep 28, 2012
Johannes Pfau
September 24, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=5

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |johannespfau@gmail.com
         AssignedTo|ibuclaw@gdcproject.org      |johannespfau@gmail.com

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
September 24, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=5

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-09-24 15:51:38 UTC ---
This should first be fixed in phobos - which should not be defining it's own version of struct statfs at all.  It should instead use the druntime version.

There is an open ticket somewhere in D.bugs - flag it again and raise a pull request to remove it entirely, and update any parts that may break as a result.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
September 28, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=5

--- Comment #2 from Johannes Pfau <johannespfau@gmail.com> 2012-09-28 18:04:47 UTC ---
https://github.com/D-Programming-Language/phobos/pull/819

Got rid off all the old *64 functions. (struct_stat64 is actually deprecated). I still have to check whether druntime's stat_t is correct though.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.