Changes between Version 6 and Version 7 of cross-chap5


Ignore:
Timestamp:
05/05/2020 12:26:05 PM (4 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cross-chap5

    v6 v7  
    119119
    120120 Discussion::
    121   Also, when in chroot, tar reports **tar: write error** just like this one discussed ten years ago:  https://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg13073.html
     121  Also, when in chroot, tar reports **tar: write error** just like this one discussed ten years ago:  https://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg13073.html [[BR]]
     122  For the '''tar''' issue, is it in a pipe? The mailing list thread concluded that it was related to a change in the way the SIGPIPE signal was handled.
    122123
    123   For the '''tar''' issue, is it in a pipe? The mailing list thread concluded that it was related to a change in the way the SIGPIPE signal was handled.
     124  A: Yes it is used in a pipe: pkgdir=$(tar -tf ... | head -n1)
    124125
    125126 Solution::