[Bug bootstrap/109709] List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-04 Thread me at manueljacob dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709 --- Comment #8 from Manuel Jacob --- As said in the original bug report, I’d understand if these prerequisites (like tar and find) were left implicit (therefore this bug report could be closed as-is), but the two suggestions by Jonathan Wakely s

[Bug bootstrap/109709] List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-03 Thread me at manueljacob dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709 --- Comment #3 from Manuel Jacob --- (In reply to Richard Biener from comment #1) > Huh, can you post how it fails? if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \

[Bug other/109709] New: List of prerequisites should include that tar is required (not only for unpacking the source).

2023-05-03 Thread me at manueljacob dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709 Bug ID: 109709 Summary: List of prerequisites should include that tar is required (not only for unpacking the source). Product: gcc Version: 14.0 Status: UNCONFIRMED