[kde] [Bug 496134] New: Homebrew not building several packages
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon Nov 11 16:13:10 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=496134
Bug ID: 496134
Summary: Homebrew not building several packages
Classification: I don't know
Product: kde
Version: unspecified
Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: diehard2 at gmail.com
Target Milestone: ---
SUMMARY
With the latest brew I'm unable to install/build several kde packages
(inlcuding the one I need). The error mostly seem to be related to
```
==> Installing kde-mac/kde/kate dependency: kde-mac/kde/kf5-kconfigwidgets
==> cmake -G Ninja -B build -S . -D BUILD_QCH=ON -D BUILD_TESTING=ON -D
BUILD_TESTS=ON -D BUILD_UNITTESTS=ON -D CMAKE_IN
Last 15 lines from
/Users/sdanauskas/Library/Logs/Homebrew/kf5-kconfigwidgets/01.cmake:
CMake did not find one.
Could not find a package configuration file provided by "KF5I18n"
(requested version 5.111.0) with any of the following names:
KF5I18nConfig.cmake
kf5i18n-config.cmake
Add the installation prefix of "KF5I18n" to CMAKE_PREFIX_PATH or set
"KF5I18n_DIR" to a directory containing one of the above files. If
"KF5I18n" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
```
Although analitza is showing a different issue
```
==> Fetching kde-mac/kde/analitza
==> Downloading
https://download.kde.org/stable/release-service/23.08.2/src/analitza-23.08.2.tar.xz
Already downloaded:
/Users/sdanauskas/Library/Caches/Homebrew/downloads/49e2d97e517a56e3070e4a7d5a10a4c03f8c6ef00a08c5af2b62a309bf1b67cb--analitza-23.08.2.tar.xz
==> Installing analitza from kde-mac/kde
==> cmake -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt at 5/lib/cmake -G Ninja -B
build -S . -D BUILD_QCH=ON -D BUILD_TESTING=O
==> cmake --build build
Last 15 lines from /Users/sdanauskas/Library/Logs/Homebrew/analitza/02.cmake:
In file included from /opt/homebrew/include/QtCore/qpair.h:8:
In file included from /opt/homebrew/include/QtCore/qglobal.h:47:
/opt/homebrew/include/QtCore/qtypeinfo.h:102:51: error: expected '(' for
function-style cast or type construction
102 | std::is_copy_constructible_v<T> ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/opt/homebrew/include/QtCore/qtypeinfo.h:103:24: error: no template named
'is_move_constructible_v' in namespace 'std'; did you mean
'is_move_constructible'?
103 | std::is_move_constructible_v<T>,
| ~~~~~^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__type_traits/is_move_constructible.h:23:29:
note: 'is_move_constructible' declared here
23 | struct _LIBCPP_TEMPLATE_VIS is_move_constructible
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
If reporting this issue please do so to (not Homebrew/brew or
Homebrew/homebrew-core):
kde-mac/kde
Warning: Unable to query GitHub for recent issues on the tap
Validation Failed: [{"message"=>"The listed users and repositories cannot be
searched either because the resources do not exist or you do not have
permission to view them.", "resource"=>"Search", "field"=>"q",
"code"=>"invalid"}]
Installing kde-mac/kde/analitza has failed!
```
and it looks like some of them aren't there at all
```
Installing kde-mac/kde/kdev-php
Error: Formulae found in multiple taps:
* kde-mac/kde/kdevelop
* chigraph/kf5/kdevelop
```
STEPS TO REPRODUCE
1. brew bundle --verbose --file "$(brew --repo kde-mac/kde)/Brewfile"
OBSERVED RESULT
numerous failures
EXPECTED RESULT
success
SOFTWARE/OS VERSIONS
macOS: 14.7 (Sonoma)
Qt Version: 5
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list