| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:app-arch]/tar = |
| 4 | | |
| 5 | | http://www.gnu.org/software/tar/ |
| 6 | | |
| 7 | | == version 1.20 == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||unstable|| |
| 12 | | |
| 13 | | === work in progress (scottmc) === |
| 14 | | |
| 15 | | Use Haiku config.guess and config.sub files and fix stdbool.in.h, then |
| 16 | | ./configure --prefix=/boot/home/config LDFLAGS=-L/boot/home/config/lib CFLAGS=-I/boot/home/config/include |
| 17 | | {{{ |
| 18 | | Fails test suite: |
| 19 | | |
| 20 | | ~/tar-1.20-haiku3/tests> testsuite |
| 21 | | ## ------------------------ ## |
| 22 | | ## GNU tar 1.20 test suite. ## |
| 23 | | ## ------------------------ ## |
| 24 | | 1: tar version ok |
| 25 | | 2: decompressing from stdin FAILED (pipe.at:33) |
| 26 | | 3: mixing options ok |
| 27 | | 4: interspersed options ok |
| 28 | | 5: files-from: empty entries FAILED (T-empty.at:36) |
| 29 | | 6: files-from: 0-separated file without -0 skipped (T-null.at:28) |
| 30 | | 7: tar --index-file=FILE --file=- FAILED (indexfile.at:29) |
| 31 | | 8: tar cvf - FAILED (verbose.at:29) |
| 32 | | 9: append ok |
| 33 | | 10: appending files with long names ok |
| 34 | | 11: append vs. create FAILED (append02.at:43) |
| 35 | | 12: exclude FAILED (exclude.at:26) |
| 36 | | 13: deleting a member after a big one FAILED (delete01.at:26) |
| 37 | | 14: deleting a member from stdin archive FAILED (delete02.at:26) |
| 38 | | 15: deleting members with long names ok |
| 39 | | 16: deleting a large last member FAILED (delete04.at:26) |
| 40 | | 17: deleting non-existing member FAILED (delete05.at:30) |
| 41 | | 18: extract over an existing directory ok |
| 42 | | 19: extracting symlinks over an existing file ok |
| 43 | | 20: extraction loops ok |
| 44 | | 21: extract + fnmatch ok |
| 45 | | 22: extracting selected members from pax FAILED (extrac05.at:38) |
| 46 | | 23: mode of extracted directories FAILED (extrac06.at:36) |
| 47 | | 24: extracting symlinks to a read-only dir FAILED (extrac07.at:30) |
| 48 | | 25: gzip FAILED (gzip.at:28) |
| 49 | | 26: incremental ok |
| 50 | | 27: restore broken symlinks from incremental FAILED (incr01.at:30) |
| 51 | | 28: restoring timestamps from incremental FAILED (incr02.at:35) |
| 52 | | 29: --listed for individual files FAILED (listed01.at:29) |
| 53 | | 30: working --listed FAILED (listed02.at:31) |
| 54 | | 31: renamed files in incrementals FAILED (incr03.at:31) |
| 55 | | 32: proper icontents initialization FAILED (incr04.at:34) |
| 56 | | 33: renamed dirs in incrementals FAILED (rename01.at:27) |
| 57 | | 34: move between hierarchies FAILED (rename02.at:27) |
| 58 | | 35: cyclic renames FAILED (rename03.at:26) |
| 59 | | 36: changed file types in incrementals skipped (chtype.at:30) |
| 60 | | 37: ignfail skipped (ignfail.at:26) |
| 61 | | 38: link count gt 2 skipped (link01.at:36) |
| 62 | | 39: long names in V7 archives FAILED (longv7.at:30) |
| 63 | | 40: long file names divisible by block size skipped (long01.at:36) |
| 64 | | 41: ustar: unsplittable file name skipped (lustar01.at:27) |
| 65 | | 42: ustar: unsplittable path name skipped (lustar02.at:32) |
| 66 | | 43: ustar: splitting long names skipped (lustar03.at:29) |
| 67 | | 44: multivolume dumps from pipes FAILED (multiv01.at:30) |
| 68 | | 45: skipping a straddling member FAILED (multiv02.at:31) |
| 69 | | 46: MV archive & long filenames FAILED (multiv03.at:33) |
| 70 | | 47: split directory members in a MV archive FAILED (multiv04.at:39) |
| 71 | | 48: Restoring after an out of sync folume FAILED (multiv05.at:30) |
| 72 | | 49: old archives ok |
| 73 | | 50: recurse ok |
| 74 | | 51: working -C with --same-order FAILED (same-order01.at:29) |
| 75 | | 52: multiple -C options FAILED (same-order02.at:28) |
| 76 | | 53: short records ok |
| 77 | | 54: sparse files skipped (sparse01.at:24) |
| 78 | | 55: extracting sparse file over a pipe skipped (sparse02.at:28) |
| 79 | | 56: storing sparse files > 8G skipped (sparse03.at:29) |
| 80 | | 57: sparse files in MV archives skipped (sparsemv.at:31) |
| 81 | | 58: sparse files in PAX MV archives, v.0.0 skipped (spmvp00.at:24) |
| 82 | | 59: sparse files in PAX MV archives, v.0.1 skipped (spmvp01.at:24) |
| 83 | | 60: sparse files in PAX MV archives, v.1.0 skipped (spmvp10.at:24) |
| 84 | | 61: update unchanged directories FAILED (update.at:30) |
| 85 | | 62: volume FAILED (volume.at:26) |
| 86 | | 63: volume header size skipped (volsize.at:32) |
| 87 | | 64: compressed format recognition FAILED (comprec.at:25) |
| 88 | | 65: short input files FAILED (shortfile.at:29) |
| 89 | | 66: updating short archives ok |
| 90 | | 67: truncate FAILED (truncate.at:32) |
| 91 | | 68: grow FAILED (grow.at:27) |
| 92 | | 69: gtarfail skipped (gtarfail.at:26) |
| 93 | | 70: gtarfail2 skipped (gtarfail2.at:26) |
| 94 | | 71: multi-fail skipped (multi-fail.at:26) |
| 95 | | 72: ustar-big-2g skipped |
| 96 | | (ustar-big-2g.at:26) |
| 97 | | 73: ustar-big-8g skipped |
| 98 | | (ustar-big-8g.at:26) |
| 99 | | 74: pax-big-10g skipped (pax-big-10g.at:26) |
| 100 | | |
| 101 | | ## ------------- ## |
| 102 | | ## Test results. ## |
| 103 | | ## ------------- ## |
| 104 | | |
| 105 | | ERROR: 52 tests were run, |
| 106 | | 37 failed unexpectedly. |
| 107 | | 22 tests were skipped. |
| 108 | | ## -------------------------- ## |
| 109 | | ## testsuite.log was created. ## |
| 110 | | ## -------------------------- ## |
| 111 | | |
| 112 | | Please send `tests/testsuite.log' and all information you think might help: |
| 113 | | |
| 114 | | To: <bug-tar@gnu.org> |
| 115 | | Subject: [GNU tar 1.20] testsuite: 2 5 7 8 11 12 13 14 16 17 22 23 |
| 116 | | 24 25 27 28 29 30 31 32 33 34 35 39 44 45 46 47 48 51 52 61 62 64 65 |
| 117 | | 67 68 failed |
| 118 | | |
| 119 | | |
| 120 | | You may investigate any problem if you feel able to do so, in which |
| 121 | | case the test suite provides a good starting point. Its output may |
| 122 | | be found below `tests/testsuite.dir'. |
| 123 | | }}} |
| 124 | | |
| 125 | | == version 1.19 == |
| 126 | | |
| 127 | | ||R5||untested|| |
| 128 | | ||BONE||untested|| |
| 129 | | ||Haiku||stable|| |
| 130 | | |
| 131 | | Included with Haiku |