> On Tue 10/03/09 12:34 AM , hajma tropikhajma at gmail.com sent:
> Hi,
>
> FOSSqca shouldn't provide /opt/foss/qt4, as it is already there by FOSSqt(?)
Hi,
Its OK for both FOSSqca and FOSSqt to provide /opt/foss/qt4.
> Because of this, the package is not automatically installed during the build
> process:
> --------------------------
> FOSSqca | FAILED |
> The following files are already installed on the system and are being
> used by another package:
> * /opt/foss/qt4
>
> * - conflict with a file which does not belong to any package.
Notice how its says that /opt/foss/qt4 is not owned by any package.
Which can be confirmed by running (I think this needs to be run
as root):
pkgchk -l -p /opt/foss/qt4
> Installation of was suspended (administration).
> No changes were made to the system.
> --------------------------
>
> I guess
> %dir %attr (0755, root, bin) %{_foss_prefixQT4}
> should be moved to FOSSqt.spec instead
I do not think so, I think it looks OK.
I think it looks like /opt/foss/qt4 was already created
before the first package was installed. One way to
fix it is to remove all the packages provide the /opt/foss/qt4
directory, remove this directory, and then re-install the packages
that use it.
Thanks, Mark