| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:sys-apps]/coreutils = |
| 4 | | |
| 5 | | == version 6.11 == |
| 6 | | |
| 7 | | ||R5||untested|| |
| 8 | | ||BONE||untested|| |
| 9 | | ||Haiku||broken|| |
| 10 | | |
| 11 | | === work in progress (scottmc) - [Haiku] === |
| 12 | | |
| 13 | | |
| 14 | | Similar issues as with m4-1.4.11, need to copy Haiku config.guess file, |
| 15 | | locate a few !__BEOS!__ and then run into the fpurge.c needs to be ported |
| 16 | | issue when trying to run make. |
| 17 | | |
| 18 | | |
| 19 | | |
| 20 | | |
| 21 | | == version 6.9 == |
| 22 | | |
| 23 | | ||R5||untested|| |
| 24 | | ||BONE||unstable|| |
| 25 | | ||Haiku||untested|| |
| 26 | | |
| 27 | | === revision 1 (brecht) - [BONE] === |
| 28 | | |
| 29 | | Odd compilation problems with GCC 2.95.3, use 3.4.3 instead. |
| 30 | | |
| 31 | | Requires some simple patches to build on BeOS: |
| 32 | | |
| 33 | | * gethostname and gia_strerror (lib/getaddrinfo.c and ?) |
| 34 | | * wint_t (lib/printf_args.h) |
| 35 | | |
| 36 | | Fails 'make check' quite badly. |
| 37 | | |
| 38 | | A previous porting effort: http://www.nabble.com/coreutils-6.0-on-BeOS-%281%29-tf2141838.html#a5912087 |