[opensuse-buildservice] Debian dependencies from the same project are not installed

Hi, it seems that the OBS does not install dependencies which come from the same project as the package being built. See [1], the "libqtkeychain-dev" package is provided by [2] and available at [3]. This is similar to [4] -- which is said to be fixed, though. Or am I doing something wrong? With kind regards, Jan [1] https://build.opensuse.org/package/live_build_log/home:jkt-gentoo:trojita/tr... [2] https://build.opensuse.org/package/show/home:jkt-gentoo:trojita/qtkeychain [3] http://download.opensuse.org/repositories/home:/jkt-gentoo:/trojita/xUbuntu_... [4] http://lists.opensuse.org/archive/opensuse-buildservice/2014-04/msg00000.htm... -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Thu, May 08, 2014 at 01:08:45AM +0200, Jan Kundrát wrote:
Hi, it seems that the OBS does not install dependencies which come from the same project as the package being built. See [1], the "libqtkeychain-dev" package is provided by [2] and available at [3].
This is similar to [4] -- which is said to be fixed, though.
Or am I doing something wrong?
I think you're doing something wrong. Your dsc file contains Build-Depends: debhelper (>= 5), libqt4-dev, zlib1g-dev, qt4-dev-tools, libqtwebkit-dev, xvfb, xauth, cmake (>= 2.8.7) whereas the debian.control file contains: Build-Depends: debhelper (>= 8.0.0), cmake (>= 2.8.7), libqt4-dev (>= 4:4.6), qt4-dev-tools (>= 4:4.6), libqtwebkit-dev, zlib1g-dev, xvfb, xauth, libqtkeychain-dev The build-depends line should be in sync. Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Thursday, 8 May 2014 14:03:29 CEST, Michael Schroeder wrote:
The build-depends line should be in sync.
Thanks, Michael, that was indeed the problem. I can confirm that it works now. Perhaps the tool could give a warning in this case? Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Jan Kundrát
-
Michael Schroeder