[kde-freebsd] [Bug 199297] devel/qmake5: package may leak WRKSRC references in qt_targspec and qt_hostspec, breaking Qt5 ports
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 27 11:24:06 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199297
vvd at unislabs.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd at unislabs.com
--- Comment #1 from vvd at unislabs.com ---
# grep WRKDIRPREFIX /etc/make.conf
WRKDIRPREFIX=/usr/obj/
# portmaster devel/qmake5
# strings /usr/local/lib/qt5/bin/qmake|grep freebsd-clang
/usr/obj//usr/ports/devel/qmake5/work/qtbase-opensource-src-5.5.1/mkspecs/freebsd-clang
/usr/obj//usr/ports/devel/qmake5/work/qtbase-opensource-src-5.5.1/mkspecs/freebsd-clang
…
# grep WRKDIRPREFIX /etc/make.conf
WRKDIRPREFIX=/usr/obj
# portmaster devel/qmake5
# strings /usr/local/lib/qt5/bin/qmake|grep freebsd-clang
freebsd-clang
freebsd-clang
For example net-im/qTox depends on qmake5 and build with errors if
WRKDIRPREFIX=/usr/obj/ (but build without errors if WRKDIRPREFIX=/usr/obj):
…
Cannot read
/usr/obj/usr/ports/devel/qmake5/work/qtbase-opensource-src-5.5.1/mkspecs/freebsd-clang/qmake.conf:
No such file or directory
Could not read qmake configuration file
/usr/obj/usr/ports/devel/qmake5/work/qtbase-opensource-src-5.5.1/mkspecs/freebsd-clang/qmake.conf.
…
Must be /usr/local/lib/qt5/mkspecs/freebsd-clang/qmake.conf, not
/usr/obj/usr/ports/devel/qmake5/work/qtbase-opensource-src-5.5.1/mkspecs/freebsd-clang/qmake.conf.
P.S. Is it same bug?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list