Opened 7 years ago

Closed 7 years ago

#53248 closed defect (fixed)

qt5-sqlite-plugin @5.6.2: configure fails: no top-level .qmake.conf file

Reported by: mndavidoff (Monte Davidoff) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: qt5-sqlite-plugin

Description

I get the following error when trying to install qt5-sqlite-plugin:

$ sudo port -vs install qt5-sqlite-plugin
...
--->  Configuring qt5-sqlite-plugin
Project ERROR: Project has no top-level .qmake.conf file.
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_qt5/qt5-sqlite-plugin/work/qtbase-opensource-src-5.6.2/src/plugins/sqldrivers/sqlite" && /opt/local/libexec/qt5/bin/qmake PREFIX=/opt/local INCLUDEPATH+="/opt/local/include" LIBS+="-L/opt/local/lib -lsqlite3" -spec macx-clang 
Exit code: 3
Error: org.macports.configure for port qt5-sqlite-plugin returned: configure failure: command execution failed

Attachments (1)

main.log.gz (4.6 KB) - added by mndavidoff (Monte Davidoff) 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by mndavidoff (Monte Davidoff)

Attachment: main.log.gz added

comment:1 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Owner: set to MarcusCalhoun-Lopez
Status: newaccepted

comment:2 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… removed

comment:3 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: acceptedclosed

In 6d7a72a0/macports-ports:

qmake5 PG: allow override of cache file location

Cache file .qmake.cache must be at "top level."
${configure.dir} is a good guess but might be wrong.
Fixes #53248

Note: See TracTickets for help on using tickets.