[opensuse-buildservice] KDE4 on SLE_12
Hello, I like to build KDE4 on SLE_12, like: (*) http://download.opensuse.org/repositories/KDE:/Distro:/Factory/SLE_12/ but I like to build it by my own, which does not work. I have checkout KDE:Distro:Factory on a SLED12 and started with kdebase4:
osc build SLE_12 x86_64 kdebase4/*.spec [..] uresolvable: nothing provides baloo-devel
Ok, kdebase4 requires another package. let' start with this first:
osc build SLE_12 x86_64 baloo/baloo.spec [..] unresolvable: nothing provides kfilemetadata-devel
This looks like a circular dependency? Is there a HOWTO how to checkout and build KDE:Distro:Factory on SLE_12? Somehow it should be possibe given [*] (see above) regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Martin Vogt <mvogt1@gmail.com> writes:
Is there a HOWTO how to checkout and build KDE:Distro:Factory on SLE_12?
Somehow it should be possibe given [*] (see above)
The SLE_12 repository is disabled, so what you see is an older build. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, Feb 12, 2015 at 6:06 PM, Andreas Schwab <schwab@suse.de> wrote:
Martin Vogt <mvogt1@gmail.com> writes: Is there a HOWTO how to checkout and build KDE:Distro:Factory on SLE_12? Somehow it should be possibe given [*] (see above)
The SLE_12 repository is disabled, so what you see is an older build.
Thanks. I have no experience with OBS, so what I'm currently doing is, endlessly :-(
osc copypac home:adrianSuSE:KDE mobipocket home:mvogt osc copypac home:adrianSuSE:KDE libdmtx home:mvogt osc copypac openSUSE:13.1 libqjson home:mvogt
(for example) and then let the remote build system doing its job. Is this the correct way of getting KDE4 on SLE_12? Is there a way to do it smarter? ("Autodependency discovery©",...) I would prefer to get the KDE4 from openSUSE:13.1, instead of factory. Is openSUSE:13.1 supposed to work ond SLE_12? regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hello, currently the build hangs a bit in kdebase4-workspace. Where / how I should report bugs in .spec files? I think I found a bug in the spec file kdebase4-workspace.spec in openSUSE 13.2 and SLE_12 build. SLE_12 disables wayland-egl from the changes file:
Mesa.spec:- disable wayland support for sle12, i.e. suse < 1320
%if 0%{?suse_version} >= 1320 BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-server) %endif (Here we ahve a small fearute doc != RPM tag, but thats not a real problem) And then in the openSUSE:13.2 version of kdebase-worksapce someone has made a typo (I would say) Instead of 13.3 its 12.3: Index: kdebase4-workspace.spec =================================================================== --- kdebase4-workspace.spec (revision 1) +++ kdebase4-workspace.spec (working copy) @@ -60,7 +60,7 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(xcb-keysyms) # Unlock this when we get weston in Factory -%if %suse_version > 1230 +%if %suse_version > 1330 BuildRequires: wayland-devel BuildRequires: pkgconfig(wayland-egl) %endif Where should I post these changes? regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 16.02.2015 Martin Vogt wrote:
Where should I post these changes?
I would say branch the package to your home, make changes, test them locally and commit them. If they build on the OBS, then make a submitrequest. Regards, Johannes - -- Ducttape is like the Force: It has a light side and a dark side, and it holds the universe together. -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlTiKywACgkQzi3gQ/xETbKG+gCghdWdcLAWXXnXCbmQRsEgm3C0 cHkAoJNiiXjll3vwLjPq4IoIQSAuJIu2 =CT62 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Johannes Kastl
-
Martin Vogt