[kde-freebsd] devel/qt4-designer: installation of files with hardcoded WRKDIR

Thierry Thomas thierry at pompo.net
Thu Aug 8 13:08:46 UTC 2013


>Submitter-Id:	current-users
>Originator:	Thierry Thomas
>Organization:	Kabbale Eros
>Confidential:	no 
>Synopsis:	devel/qt4-designer: installation of files with hardcoded WRKDIR
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 9.2-BETA2 i386
>Environment:
System: FreeBSD graf.pompo.net 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253984: Tue Aug 6 19:35:52 CEST 2013 thierry at graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386


	
>Description:
	qt4-designer installs files under $PREFIX/lib/qt4 and
	$PREFIX/libdata/pkgconfig with hardcoded $WRKDIR.

	E.g.:

libQtUiTools.prl:QMAKE_PRL_LIBS = -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib  -lQtXml -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lQtCore

QtDesigner.pc:Libs.private: -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib  -lQtScript -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib -lQtXml -lQtGui -lQtCore  -pthread
QtDesignerComponents.pc:Libs.private: -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib  -lQtScript -L/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.4/lib -L/usr/local/lib/qt4 -L/usr/local/lib -lQtXml -lQtGui -lQtCore -lQtDesigner  -pthread

>How-To-Repeat:
	- install qt4-designer

	- grep work/qt-everywhere in the installed files.

>Fix:
	Just reinplace $WRKDIR by $PREFIX before installation.


More information about the kde-freebsd mailing list