[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=404487

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #7 from Andrew Shark  ---
The qt5-set module-set is handled very differently, it creates a Qt5
supermodule, which then handle building of its submodules itself.

The mentioned mr was merged. The module definitions now contain:
```
module-set qt5-set
set-env MAKEFLAGS -j${num-cores}
end module-set

options qtwebengine
set-env NINJAFLAGS -j${num-cores-low-mem}
end options
```

So the several cores building is no longer a problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2020-07-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404487

--- Comment #6 from jm.ouwerk...@gmail.com ---
(In reply to Andrey from comment #5)
> 
> Any solution for now?

You can manually add `make-options -j12` or `set-env MAKEFLAGS=-j12` or similar
to the module set or module options. Additionally a MR is being worked on that
tackles parallel builds more comprehensively:
https://invent.kde.org/sdk/kdesrc-build/-/merge_requests/54

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2020-07-13 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=404487

--- Comment #5 from Andrey  ---
(In reply to Michael Pyne from comment #2)
> Interesting. I suspect this might be because of a feature I'd added a couple
> of years back

Any solution for now?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2020-07-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404487

Nate Graham  changed:

   What|Removed |Added

 CC||butir...@gmail.com

--- Comment #4 from Nate Graham  ---
*** Bug 424158 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2019-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404487

--- Comment #3 from jm.ouwerk...@gmail.com ---
May also be related to https://phabricator.kde.org/T9727 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2019-02-19 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=404487

--- Comment #2 from Michael Pyne  ---
Interesting. I suspect this might be because of a feature I'd added a couple of
years back to filter out global build flags for build systems that weren't
using the CMake ("KDE4") build system, since that was also sometimes causing
problems for people trying to add global make options that worked under CMake's
Makefiles but not in autotools or qmake-descended makefiles.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2019-02-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404487

--- Comment #1 from jm.ouwerk...@gmail.com ---
The relevant bit of my global configuration in kdesrc-build.rc is:

```
global
make-options -j12
end global
```

-- 
You are receiving this mail because:
You are watching all bug changes.