[MacPorts] #72266: qt6 is missing peg-config files
MacPorts
noreply at macports.org
Tue Apr 1 00:00:15 UTC 2025
#72266: qt6 is missing peg-config files
-------------------------+--------------------
Reporter: Schamschula | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Keywords: | Port: qt6
-------------------------+--------------------
I'm working on adding the {{{qt6}}} variant to {{{octave}}}, as {{{qt5}}}
upstream support is nearing the end.
However, I've run into an issue as the {{{configure}}} script is looking
for the {{{.pc}}} files:
{{{
configure:97538: checking Qt version 6
configure:97593: checking for Qt6Core Qt6Gui Qt6Help Qt6Network Qt6OpenGL
Qt6OpenGLWidgets Qt6PrintSupport Qt6Widgets Qt6Xml Qt6Core5Compat
configure:97600: $PKG_CONFIG --exists --print-errors "$QT_MODULES"
Package Qt6Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Core' found
Package Qt6Gui was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Gui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Gui' found
Package Qt6Help was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Help.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Help' found
Package Qt6Network was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Network.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Network' found
Package Qt6OpenGL was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6OpenGL.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6OpenGL' found
Package Qt6OpenGLWidgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6OpenGLWidgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6OpenGLWidgets' found
Package Qt6PrintSupport was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6PrintSupport.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6PrintSupport' found
Package Qt6Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Widgets' found
Package Qt6Xml was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Xml.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Xml' found
Package Qt6Core5Compat was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Core5Compat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Core5Compat' found
configure:97603: $? = 1
configure:97617: $PKG_CONFIG --exists --print-errors "$QT_MODULES"
Package Qt6Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Core' found
Package Qt6Gui was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Gui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Gui' found
Package Qt6Help was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Help.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Help' found
Package Qt6Network was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Network.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Network' found
Package Qt6OpenGL was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6OpenGL.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6OpenGL' found
Package Qt6OpenGLWidgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6OpenGLWidgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6OpenGLWidgets' found
Package Qt6PrintSupport was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6PrintSupport.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6PrintSupport' found
Package Qt6Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Widgets' found
Package Qt6Xml was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Xml.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Xml' found
Package Qt6Core5Compat was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt6Core5Compat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt6Core5Compat' found
configure:97620: $? = 1
configure:97634: result: no
No package 'Qt6Core' found
No package 'Qt6Gui' found
No package 'Qt6Help' found
No package 'Qt6Network' found
No package 'Qt6OpenGL' found
No package 'Qt6OpenGLWidgets' found
No package 'Qt6PrintSupport' found
No package 'Qt6Widgets' found
No package 'Qt6Xml' found
No package 'Qt6Core5Compat' found
configure:102127: WARNING: Qt libraries not found; disabling Qt GUI
}}}
--
Ticket URL: <https://trac.macports.org/ticket/72266>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list