[bug #68037] pkg install -verbose should print output for more steps
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #3, bug #68037 (group octave):
generate_lookfor_cache is slow because it processes one file at a time: it
extracts documntation section, runs makeinfo for that, goes to the next file
etc... Some packages are quite big -- statistics has 461 M files plus a few
CC.
There is an attempt to speed up this by batching the process -- first you
extract all the docs, then you run makeinfo in parallel (through "make -j").
That helps a little bit.
See:
https://octave.discourse.group/t/make-pkg-install-faster/6583?u=dasergatskov
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68037>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaY4ZBgAKCRCqLAuaBUf3 TpgeAQCS3eQwatC/psLiKO1XHKjRrPm7dWLKfpeFDOstPUSeCQD/Rm8dMOb7VZbO 71zfcIMz0WyJP7m5vSxaPq6Z5okCLgo= =8Vm0 -----END PGP SIGNATURE-----