Opened 17 months ago
Closed 14 months ago
#67687 closed defect (fixed)
"couldn't open .qmake.cache" when compiling Qt-based program
Reported by: | szhorvat (Szabolcs Horvát) | Owned by: | szhorvat (Szabolcs Horvát) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), jmroot (Joshua Root) | |
Port: | qtads |
Description
When I try to compile QTads from source, I get the following error:
:debug:configure qt5 PortGroup: Qt is provided by qt5 :debug:configure Executing proc-pre-org.macports.configure-configure-1 :debug:configure Active variants check for source-type install considers depends_fetch depends_extract depends_lib depends_build depends_run: xz libsdl2 libsndfile mpg123 fluidsynth libvorbis qt5-qtbase qt5-qtsvg pkgconfig :debug:configure Executing proc-pre-org.macports.configure-configure-2 :error:configure Failed to configure qtads: couldn't open "/opt/local/var/macports/build/_Users_szhorvat_macports-ports_games_qtads/qtads/work/qtads-3.3.0-source/.qmake.cache": no such file or directory :debug:configure Error code: NONE :debug:configure Backtrace: couldn't open "/opt/local/var/macports/build/_Users_szhorvat_macports-ports_games_qtads/qtads/work/qtads-3.3.0-source/.qmake.cache": no such file or directory :debug:configure while executing :debug:configure "$pre $targetname" :error:configure See /opt/local/var/macports/logs/_Users_szhorvat_macports-ports_games_qtads/qtads/main.log for details.
I was able to compile QTads in the past with the same version of its portfile. I expect something might have changed in the Qt/qmake portgroups?
Attachments (1)
Change History (4)
Changed 17 months ago by szhorvat (Szabolcs Horvát)
comment:1 Changed 14 months ago by szhorvat (Szabolcs Horvát)
comment:2 Changed 14 months ago by szhorvat (Szabolcs Horvát)
I believe this can be closed, see https://github.com/macports/macports-ports/pull/20644
comment:3 Changed 14 months ago by szhorvat (Szabolcs Horvát)
Owner: | set to szhorvat |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Any feedback on this? The error here is a MacPorts specific one, as
.qmake.cache
is created by the qmake5 portgroup. This is beyond my expertise to debug.