[opensuse-buildservice] Expansion Error
Repo: home:saigkill Package: kde4-skrooge Does anyone know, how to fix the Expansion Error? Only Factory runs. -- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Fri, Feb 13, 2009 at 10:26:33PM +0100, Sascha 'saigkill' Manns wrote:
Repo: home:saigkill Package: kde4-skrooge
Does anyone know, how to fix the Expansion Error? Only Factory runs.
Please post as much details as you can get, so we can perhaps even solve this without logging in to build.opensuse.org etc. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Fri, Feb 13, 2009 at 10:26:33PM +0100, Sascha 'saigkill' Manns wrote:
Repo: home:saigkill Package: kde4-skrooge
Does anyone know, how to fix the Expansion Error? Only Factory runs.
Please post as much details as you can get, so we can perhaps even solve this without logging in to build.opensuse.org etc. openSUSE 11.0: nothing provides libqt4-devel = 4.4.0 needed by
On Freitag 13 Februar 2009 23:42:08 Marcus Meissner wrote: libQtWebKit-devel openSUSE 11.1: nothing provides libqt4-devel = 4.4.3 needed by libQtWebKit-devel -- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Freitag, 13. Februar 2009 22:26:33 schrieb Sascha 'saigkill' Manns:
Repo: home:saigkill Package: kde4-skrooge
Does anyone know, how to fix the Expansion Error? Only Factory runs.
Well, you build your own version of libtqt4 in your project, but not QtWebKit in a matching version. I dunno why you build your own version, maybe it is the easiest just to drop it. Otherwise you need to build also a matching version of QtWebKit. In case you need the other version of qt4, you might built against the repos from KDE:Qt project, so you get a newer version without the need to maintain it yourself. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Samstag 14 Februar 2009 08:23:12 Adrian Schröter wrote:
Am Freitag, 13. Februar 2009 22:26:33 schrieb Sascha 'saigkill' Manns:
Repo: home:saigkill Package: kde4-skrooge
Does anyone know, how to fix the Expansion Error? Only Factory runs.
Well, you build your own version of libtqt4 in your project, but not QtWebKit in a matching version. Actually i've an libqt Version in my Project. This is a Link to Factory. My Version is 4.4.90+4.5.0rc1. Need i another Version?
-- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sat, 14 Feb 2009 14:25:24 +0100, you wrote:
Actually i've an libqt Version in my Project. This is a Link to Factory. My Version is 4.4.90+4.5.0rc1. Need i another Version?
You don't need another version but rather a link to a QtWebKit that matches your libqt. It would be easier to remove that link and build against KDE:Qt as Adrian wrote. Philipp -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Samstag 14 Februar 2009 08:23:12 Adrian Schröter wrote:
Am Freitag, 13. Februar 2009 22:26:33 schrieb Sascha 'saigkill' Manns:
Repo: home:saigkill Package: kde4-skrooge
Does anyone know, how to fix the Expansion Error? Only Factory runs.
Well, you build your own version of libtqt4 in your project, but not QtWebKit in a matching version. Yes, that was the Error. I've linked the libWebKit and the libqt4 Version from KDE:Qt to my Repo. Now it works...
Thanks to all for solvation this Error :-) -- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sun, 15 Feb 2009 01:04:48 +0100, you wrote:
Yes, that was the Error. I've linked the libWebKit and the libqt4 Version from KDE:Qt to my Repo. Now it works...
You still don't understand :) You don't need to link them to your repo! Instead you add such a repo as KDE:Qt as a target to your repo. In your project you choose [Add Repository] and in the next page [Advanced]. On the next page you can either enter the repository to add or choose from the list. So in your case you add add KDE:Qt/openSUSE_Factory and that's it. Now all packages from KDE:Qt built for Factory will be used for building packages in your project. HTH Philipp -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sonntag 15 Februar 2009 03:43:19 Philipp Thomas wrote:
On Sun, 15 Feb 2009 01:04:48 +0100, you wrote:
Yes, that was the Error. I've linked the libWebKit and the libqt4 Version from KDE:Qt to my Repo. Now it works...
You still don't understand :) Right :-)
You don't need to link them to your repo! Instead you add such a repo as KDE:Qt as a target to your repo. In your project you choose [Add Repository] and in the next page [Advanced]. On the next page you can either enter the repository to add or choose from the list. So in your case you add add KDE:Qt/openSUSE_Factory and that's it. Now all packages from KDE:Qt built for Factory will be used for building packages in your project. Wow. This is a new Function for me. Thanl you for explaining..:-)
-- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Adrian Schröter
-
Marcus Meissner
-
Philipp Thomas
-
Sascha 'saigkill' Manns