[opensuse-buildservice] linking libqt4 and dbus
Hi, i need build some packages (zhu3d and Reveal) which need libqt4. Darix advice me not to link package directly, because they will be builded again in my project. And use osc editmeta to add sources. This is osc editmeta home:pnemec <project name="home:pnemec"> <title>pnemec's Home Project</title> <description>packages for my personal use</description> <person userid="pnemec" role="maintainer"/> <repository name="SUSE_Factory"> <path repository="standard" project="SUSE:Factory"/> <arch>i586</arch> <arch>x86_64</arch> </repository> <repository name="SUSE_Linux_10.0"> <path repository="standard" project="SUSE:SL-10.0"/> <path repository="SUSE_Linux_10.0" project="KDE:KDE4"/> <path repository="SUSE_Linux_10.0" project="DBUS"/> <arch>i586</arch> <arch>x86_64</arch> </repository> <repository name="SUSE_Linux_10.1"> <path repository="standard" project="SUSE:SL-10.1"/> <path repository="SUSE_Linux_10.0" project="KDE:KDE4"/> <path repository="SUSE_Linux_10.1" project="DBUS"/> <arch>i586</arch> <arch>x86_64</arch> </repository> </project> But building still faild with complain about SUSE_Linux_10.0 x86_64 expansion error nothing provides libdbus-1.so.3()(64bit) needed by i586 expansion error nothing provides libdbus-1.so.3 needed by libqt4-devel SUSE_Linux_10.1 x86_64 expansion error nothing provides libqt4-devel,nothing provides libqt4-x11,nothing provides libqt4-sql,nothing provides libqt4-qt3support i586 expansion error nothing provides libqt4-devel,nothing provides libqt4-x11,nothing provides libqt4-sql,nothing provides libqt4-qt3support Where i am doing mystake? -- Pavel Nemec Software Engineer https://wiki.innerweb.novell.com/index.php/SLEPOS --------------------------------------------------------------------- SuSE CR, s.r.o. e-mail: pnemec@suse.cz Lihovarska 1060/12 tel:+420 2 9654 2373 190 00 Praha 9 fax:+420 2 9654 2374 Ceska republika http://www.suse.cz
hi, can you try to leave out the DBUS repository from the list? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Dne Thursday 16 November 2006 14:09 jste napsal(a):
hi,
can you try to leave out the DBUS repository from the list?
darix
It did not help (still same message) <repository name="SUSE_Linux_10.1"> <path repository="standard" project="SUSE:SL-10.1"/> <path repository="SUSE_Linux_10.1" project="KDE:KDE4"/> <arch>i586</arch> <arch>x86_64</arch> </repository> -- Pavel Nemec Software Engineer https://wiki.innerweb.novell.com/index.php/SLEPOS --------------------------------------------------------------------- SuSE CR, s.r.o. e-mail: pnemec@suse.cz Lihovarska 1060/12 tel:+420 2 9654 2373 190 00 Praha 9 fax:+420 2 9654 2374 Ceska republika http://www.suse.cz
On Thu, Nov 16, 2006 at 02:31:16PM +0100, Pavel Nemec wrote:
Dne Thursday 16 November 2006 14:09 jste napsal(a):
hi,
can you try to leave out the DBUS repository from the list?
darix
It did not help (still same message)
<repository name="SUSE_Linux_10.1"> <path repository="standard" project="SUSE:SL-10.1"/> <path repository="SUSE_Linux_10.1" project="KDE:KDE4"/> <arch>i586</arch> <arch>x86_64</arch> </repository>
still wrong order... M. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Thursday 16 November 2006 13:28 schrieb Pavel Nemec:
Hi, i need build some packages (zhu3d and Reveal) which need libqt4. Darix advice me not to link package directly, because they will be builded again in my project. And use osc editmeta to add sources.
This is osc editmeta home:pnemec <project name="home:pnemec"> <title>pnemec's Home Project</title> <description>packages for my personal use</description> <person userid="pnemec" role="maintainer"/> <repository name="SUSE_Factory"> <path repository="standard" project="SUSE:Factory"/> <arch>i586</arch> <arch>x86_64</arch> </repository> <repository name="SUSE_Linux_10.0"> <path repository="standard" project="SUSE:SL-10.0"/> <path repository="SUSE_Linux_10.0" project="KDE:KDE4"/> <path repository="SUSE_Linux_10.0" project="DBUS"/> <arch>i586</arch> <arch>x86_64</arch> </repository>
In this way the dbus-1 package from 10.0 gets selected, but this one does not provide .so.3. It should work with that: <repository name="SUSE_Linux_10.0"> <path repository="SUSE_Linux_10.0" project="KDE:KDE4"/> <path repository="standard" project="SUSE:SL-10.0"/> <arch>i586</arch> <arch>x86_64</arch> </repository>
<repository name="SUSE_Linux_10.1"> <path repository="standard" project="SUSE:SL-10.1"/> <path repository="SUSE_Linux_10.0" project="KDE:KDE4"/> <path repository="SUSE_Linux_10.1" project="DBUS"/> <arch>i586</arch> <arch>x86_64</arch> </repository> </project>
But building still faild with complain about SUSE_Linux_10.0 x86_64 expansion error nothing provides libdbus-1.so.3()(64bit) needed by i586 expansion error nothing provides libdbus-1.so.3 needed by libqt4-devel SUSE_Linux_10.1 x86_64 expansion error nothing provides libqt4-devel,nothing provides libqt4-x11,nothing provides libqt4-sql,nothing provides libqt4-qt3support i586 expansion error nothing provides libqt4-devel,nothing provides libqt4-x11,nothing provides libqt4-sql,nothing provides libqt4-qt3support
Where i am doing mystake?
-- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de --------------------------------------------------------------------- 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 Rueckert
-
Michael Schroeder
-
Pavel Nemec