Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Aug 2007 16:00:31 +0200
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115352: accessibility/qt4-accessible: cannot install if qmake-3.x is already installed
Message-ID:  <46bb1e04.01b7660a.7f60.4a9d@mx.google.com>
Resent-Message-ID: <200708091420.l79EKBP9099841@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115352
>Category:       ports
>Synopsis:       accessibility/qt4-accessible: cannot install if qmake-3.x is already installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 14:20:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Aug 7 15:03:32 CEST 2007 root@ghost.pnet.one.pl:/home/obj/usr/src/sys/SERWER i386


	
	qmake-3.3.8_1
>Description:
	
	When installing qt4-accessible (as a dependency of security/xca which depends on qt4)
	on a system with qmake-3.x, it fails with following error:

	===>   qt4-accessible-4.3.0 depends on package: qmake>=4.3.0 - not found
	===>   Found qmake-3.3.8_1, but you need to upgrade to qmake>=4.3.0.
	*** Error code 1

>How-To-Repeat:
	
	pkg_delete qmake-4\*
	cd /usr/ports/devel/qmake; make install
	cd /usr/ports/accessibility/qt4-accessible; make install
>Fix:

	
	One of:
	1. Change PKGNAME of devel/qmake4 from qmake to qmake4 or qt4-qmake or whatever
	2. Rework bsd.qt.mk to depend on file (qmake-qt4) instead of package (qmake>=4.3.0)
	3. Modify ports/pkg framework to support multiple concurrent versions of software ;-)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46bb1e04.01b7660a.7f60.4a9d>