Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/q/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
mirror "https://mirrors.ocf.berkeley.edu/qt/archive/qt/5.15/5.15.17/single/qt-everywhere-opensource-src-5.15.17.tar.xz"
sha256 "85eb566333d6ba59be3a97c9445a6e52f2af1b52fc3c54b8a2e7f9ea040a7de4"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
revision 1
revision 2

livecheck do
url "https://download.qt.io/archive/qt/5.15/"
Expand Down Expand Up @@ -79,7 +79,7 @@
depends_on "expat"
depends_on "fontconfig"
depends_on "harfbuzz"
depends_on "icu4c@77"
depends_on "icu4c@78"
depends_on "libdrm"
depends_on "libevent"
depends_on "libice"
Expand Down Expand Up @@ -249,7 +249,7 @@
directory "qtbase"
end

def install

Check failure on line 252 in Formula/q/[email protected]

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle qt@5` failed on Linux arm64!

test config.qtbase.libraries.host_dbus succeeded Checking for Support for Intel Control-flow Enforcement Technology... + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/intelcet && /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/intelcet + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/intelcet && MAKEFLAGS= /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gmake > g++ -c -pipe -O2 -w -fPIC -I. -I/var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/mkspecs/linux-g++ -o main.o main.cpp > main.cpp:7:8: error: #error Intel CET not available > 7 | # error Intel CET not available > | ^~~~~ > make: *** [Makefile:169: main.o] Error 1 test config.qtbase.tests.intelcet FAILED Checking for udev... Trying source 0 (type pkgConfig) of library libudev ... + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --exists --silence-errors libudev + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --modversion libudev > 258 + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --libs-only-L libudev > -L/home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/lib + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --libs-only-l libudev > -ludev + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --cflags libudev > -I/home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/include -I/home/linuxbrew/.linuxbrew/Cellar/libcap/2.77/include + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/libudev && /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += libudev' 'QMAKE_LIBS_LIBUDEV = -L/home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/lib -ludev' 'QMAKE_INCDIR_LIBUDEV = /home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/include /home/linuxbrew/.linuxbrew/Cellar/libcap/2.77/include' /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/libudev + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/libudev && MAKEFLAGS= /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gmake > g++ -c -pipe -O2 -w -fPIC -I. -I/home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/include -I/home/linuxbrew/.linuxbrew/Cellar/libcap/2.77/include -I/var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/mkspecs/linux-g++ -o main.o main.cpp > g++ -Wl,-O1 -o libudev main.o -L/home/linuxbrew/.linuxbrew/Cellar/systemd/258.1_1/lib -ludev => source accepted. test config.qtbase.libraries.libudev succeeded Checking for POSIX fallocate()... + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/posix_fallocate && /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/posix_fallocate + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/posix_fallocate && MAKEFLAGS= /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gmake > g++ -c -pipe -O2 -w -fPIC -I. -I/var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/mkspecs/linux-g++ -o main.o main.cpp > g++ -Wl,-O1 -o posix_fallocate main.o test config.qtbase.tests.posix_fallocate succeeded Checking for precompiled header support... + cd /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/config.tests/precompile_header && /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.17/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" /var/tmp/qtA5-20251107-18988-iscs1x/qt-everywhere-src-5.15.

Check failure on line 252 in Formula/q/[email protected]

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle qt@5` failed on Linux x86_64!

+ cd /var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/config.tests/egl-x11 && MAKEFLAGS= /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gmake > g++ -c -pipe -O2 -w -fPIC -I. -I/home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/include -I/home/linuxbrew/.linuxbrew/Cellar/libxfixes/6.0.2/include -I/home/linuxbrew/.linuxbrew/Cellar/xorgproto/2024.1/include -I/home/linuxbrew/.linuxbrew/Cellar/libx11/1.8.12/include -I/home/linuxbrew/.linuxbrew/Cellar/libxcb/1.17.0/include -I/home/linuxbrew/.linuxbrew/Cellar/libxxf86vm/1.1.6/include -I/home/linuxbrew/.linuxbrew/Cellar/libxext/1.3.6/include -I/home/linuxbrew/.linuxbrew/Cellar/libxau/1.0.12/include -I/home/linuxbrew/.linuxbrew/Cellar/libxdmcp/1.1.5/include -I/home/linuxbrew/.linuxbrew/Cellar/libdrm/2.4.128/include -I/home/linuxbrew/.linuxbrew/Cellar/libdrm/2.4.128/include/libdrm -I/var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/qtbase/mkspecs/linux-g++ -o main.o main.cpp > In file included from /home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/include/EGL/egl.h:20, > from main.cpp:7: > main.cpp: In function ‘int main(int, char**)’: > /home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/include/EGL/eglplatform.h:170:56: error: invalid conversion from ‘EGLNativeDisplayType’ {aka ‘void*’} to ‘Display*’ {aka ‘_XDisplay*’} [-fpermissive] > 170 | #define EGL_CAST(type, value) (static_cast<type>(value)) > | ^ > | | > | EGLNativeDisplayType {aka void*} > /home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/include/EGL/egl.h:251:43: note: in expansion of macro ‘EGL_CAST’ > 251 | #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0) > | ^~~~~~~~ > main.cpp:13:20: note: in expansion of macro ‘EGL_DEFAULT_DISPLAY’ > 13 | Display *dpy = EGL_DEFAULT_DISPLAY; > | ^~~~~~~~~~~~~~~~~~~ > main.cpp:15:11: error: invalid conversion from ‘EGLNativeDisplayType’ {aka ‘void*’} to ‘Display*’ {aka ‘_XDisplay*’} [-fpermissive] > 15 | dpy = egldpy; > | ^~~~~~ > | | > | EGLNativeDisplayType {aka void*} > make: *** [Makefile:179: main.o] Error 1 test config.qtbase_gui.tests.egl-x11 FAILED Trying source 0 (type pkgConfig) of library bcm_host ... + /home/linuxbrew/.linuxbrew/opt/pkgconf/bin/pkg-config --exists --silence-errors bcm_host pkg-config did not find package. => source produced no result. Trying source 1 (type makeSpec) of library bcm_host ... bcm_host.h not found in [] and global paths. => source produced no result. Checking for EGLDevice... + cd /var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/config.tests/egl-egldevice && /var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = -L/home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/lib -lEGL' 'QMAKE_INCDIR_EGL = /home/linuxbrew/.linuxbrew/Cellar/mesa/25.2.6_1/include /home/linuxbrew/.linuxbrew/Cellar/libxfixes/6.0.2/include /home/linuxbrew/.linuxbrew/Cellar/xorgproto/2024.1/include /home/linuxbrew/.linuxbrew/Cellar/libx11/1.8.12/include /home/linuxbrew/.linuxbrew/Cellar/libxcb/1.17.0/include /home/linuxbrew/.linuxbrew/Cellar/libxxf86vm/1.1.6/include /home/linuxbrew/.linuxbrew/Cellar/libxext/1.3.6/include /home/linuxbrew/.linuxbrew/Cellar/libxau/1.0.12/include /home/linuxbrew/.linuxbrew/Cellar/libxdmcp/1.1.5/include /home/linuxbrew/.linuxbrew/Cellar/libdrm/2.4.128/include /home/linuxbrew/.linuxbrew/Cellar/libdrm/2.4.128/include/libdrm' /var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/config.tests/egl-egldevice + cd /var/tmp/qtA5-20251108-19385-3zs4w3/qt-everywhere-src-5.15.17/config.tests/egl-egldevice && MAKEFLAGS= /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/li
# Install python dependencies for QtWebEngine
venv = virtualenv_create(buildpath/"venv", "python3.13")
venv.pip_install resources.reject { |r| r.name == "qtwebengine" }
Expand Down
Loading