Re: gdal build times increased massively. debuginfo? libarrow?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/21/25 13:46, Frank Ch. Eigler wrote:
Hi -

[...]
I was able to build gdal 3.10 in a little under an hour with `fedpkg
mockbuild` on the F42 buildroot. It was spending hours on
single-threaded `ar` calls. Is there any possibility of parallelizing
that?
[...]

See also rhbz2389629.  The problem in both cases is that both these
builds have .a files with tens of thousands (!) of small .o files,
which indeed are processed serially.  Parallelizing them a little bit
may be possible, but /bin/sh makes that a pain.  For now, as mjw
suggests, consider disabling the new functionality with:

%undefine _preserve_static_debuginfo

This is not sufficient.  I also had to add:

%define _find_debuginfo_opts --no-ar-files

--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager                         720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@xxxxxxxx
Boulder, CO 80301                 https://www.nwra.com/
--
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux