Recompiling kde4libs-4.9.0 fails
Hi all,
I'm having troubles recompiling kde4libs-4.9.0 from the Kubuntu Backports PPA. When I run 'apt-get source -b kde4libs' at first everything gets downloaded and compiled without errors but when running dh_install, dpkg-buildpackage complains about missing libnepomuk.so.4: make[3]: Leaving directory `/home/user/Temp/foo/kde4libs-4.9.0/obj-x86_64-linux-gnu' chmod a+x debian/tmp/usr/share/kde4/apps/kconf_update/ksslcertificatemanager.upd.sh make[2]: Leaving directory `/home/user/Temp/foo/kde4libs-4.9.0' dh_install cp: cannot stat `debian/tmp/usr/lib/libnepomuk.so.4': No such file or directory dh_install: cp -a debian/tmp/usr/lib/libnepomuk.so.4 debian/libnepomuk4//usr/lib/ returned exit code 1 make[1]: *** [pre_install_dh_install] Error 2 make[1]: Leaving directory `/home/user/Temp/foo/kde4libs-4.9.0' make: *** [debian/dhmk_install] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 Build command 'cd kde4libs-4.9.0 && dpkg-buildpackage -b -uc' failed. E: Child process failed Am I missing any dependencies (I ran apt-get build-dep kde4libs before)? Could anyone please point me to the correct way of recompiling kde4libs? Thanks, Matthias -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
On Fri, Aug 03, 2012 at 12:09:21PM +0200, Matthias Philipp wrote:
> I'm having troubles recompiling kde4libs-4.9.0 from the Kubuntu > Backports PPA. What version of libsoprano-dev do you have? Jonathan -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
Hi Jonathan,
I have version 2.7.57+dfsg.1-0ubuntu3~precise1~ppa1 of libsoprano-dev installed. Thanks, Matthias On 03.08.2012 12:30, Jonathan Riddell wrote: On Fri, Aug 03, 2012 at 12:09:21PM +0200, Matthias Philipp wrote: I'm having troubles recompiling kde4libs-4.9.0 from the Kubuntu Backports PPA. What version of libsoprano-dev do you have? Jonathan -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
On Friday 03 of August 2012 13:04:07 Matthias Philipp wrote:
> Hi Jonathan, > > I have version 2.7.57+dfsg.1-0ubuntu3~precise1~ppa1 of libsoprano-dev > installed. > > Thanks, > Matthias > > On 03.08.2012 12:30, Jonathan Riddell wrote: > > On Fri, Aug 03, 2012 at 12:09:21PM +0200, Matthias Philipp wrote: > >> I'm having troubles recompiling kde4libs-4.9.0 from the Kubuntu > >> Backports PPA. > > > > What version of libsoprano-dev do you have? > > > > Jonathan Shared-desktop-ontologies >= 0.10 is required, do you have it? -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of
this... Actually I'm only interested in rebuilding libkio5 and don't need the nepomuk stuff at all. Is there a way of only building libkio5 package from kde4libs? Thanks, Matthias On 03.08.2012 13:43, šumski wrote: Shared-desktop-ontologies >= 0.10 is required, do you have it? -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
On Friday 03 of August 2012 14:33:13 Matthias Philipp wrote:
> I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of > this... > > Actually I'm only interested in rebuilding libkio5 and don't need the > nepomuk stuff at all. > Is there a way of only building libkio5 package from kde4libs? > > Thanks, > Matthias > > On 03.08.2012 13:43, šumski wrote: > > Shared-desktop-ontologies >= 0.10 is required, do you have it? It's not in debian/control, that's why it's not picked up (it has 0.6.50). How is it build in the first place in kubuntu backports without 0.10 is beyond me. I guess it would be posibble with commenting other packages in debian/control, but with the same build enviroment as other kdelibs modules, otherwise, you would crash a lot :) -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
On Fri, Aug 3, 2012 at 3:04 PM, šumski <schumskih@gmail.com> wrote:
> On Friday 03 of August 2012 14:33:13 Matthias Philipp wrote: >> I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of >> this... Note that this only works reliably when you have the appropriate deb-src entry in your sources-list. I am not sure add-apt-repository actually adds that. >> On 03.08.2012 13:43, šumski wrote: >> > Shared-desktop-ontologies >= 0.10 is required, do you have it? > It's not in debian/control, that's why it's not picked up (it has 0.6.50). > How is it build in the first place in kubuntu backports without 0.10 is beyond > me. It wasn't the package simply wasn't copied from the staging area it seems. Fixing. HS -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
On Friday 03 of August 2012 16:02:02 Harald Sitter wrote:
> On Fri, Aug 3, 2012 at 3:04 PM, šumski <schumskih@gmail.com> wrote: > > On Friday 03 of August 2012 14:33:13 Matthias Philipp wrote: > >> I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of > >> this... > > Note that this only works reliably when you have the appropriate > deb-src entry in your sources-list. I am not sure add-apt-repository > actually adds that. > > >> On 03.08.2012 13:43, šumski wrote: > >> > Shared-desktop-ontologies >= 0.10 is required, do you have it? > > > > It's not in debian/control, that's why it's not picked up (it has 0.6.50). > > How is it build in the first place in kubuntu backports without 0.10 is > > beyond me. > > It wasn't the package simply wasn't copied from the staging area it > seems. Fixing. > > HS Aha, while your at it, would you be so kind to add included patch. It fixes indexing of mp3's that have album artist entry set. This is rather common, and leaves ton of music un-indexed, and re-index every time. Downside is - it needs a rebuild of kdelibs/nepomuk-core It adds new symbol: _ZN8Nepomuk210Vocabulary3NMM11albumArtistEv@Base 4:4.9.0 -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
Hi,
please see my comments inline. On 03.08.2012 16:02, Harald Sitter wrote: > On Fri, Aug 3, 2012 at 3:04 PM, šumski <schumskih@gmail.com> wrote: >> On Friday 03 of August 2012 14:33:13 Matthias Philipp wrote: >>> I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of >>> this... > > Note that this only works reliably when you have the appropriate > deb-src entry in your sources-list. I am not sure add-apt-repository > actually adds that. > I have deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main in my /etc/apt/sources.list.d/kubuntu-ppa-backports-oneiric.list >>> On 03.08.2012 13:43, šumski wrote: >>>> Shared-desktop-ontologies >= 0.10 is required, do you have it? >> It's not in debian/control, that's why it's not picked up (it has 0.6.50). >> How is it build in the first place in kubuntu backports without 0.10 is beyond >> me. > > It wasn't the package simply wasn't copied from the staging area it > seems. Fixing. Did I get that right that the error I'm getting is related to an error in the package and that you are going to upload a new source package to the repository? Thanks, Matthias > > HS > -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
Recompiling kde4libs-4.9.0 fails
I just did an update and now everything is working fine.
Thank you very much! Matthias On 03.08.2012 19:42, enuba@gmx.de wrote: Hi, please see my comments inline. On 03.08.2012 16:02, Harald Sitter wrote: On Fri, Aug 3, 2012 at 3:04 PM, šumski <schumskih@gmail.com> wrote: On Friday 03 of August 2012 14:33:13 Matthias Philipp wrote: I only have 0.8.1-1. I thought 'apt-get build-dep' would take care of this... Note that this only works reliably when you have the appropriate deb-src entry in your sources-list. I am not sure add-apt-repository actually adds that. I have deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main in my /etc/apt/sources.list.d/kubuntu-ppa-backports-oneiric.list On 03.08.2012 13:43, šumski wrote: Shared-desktop-ontologies >= 0.10 is required, do you have it? It's not in debian/control, that's why it's not picked up (it has 0.6.50). How is it build in the first place in kubuntu backports without 0.10 is beyond me. It wasn't the package simply wasn't copied from the staging area it seems. Fixing. Did I get that right that the error I'm getting is related to an error in the package and that you are going to upload a new source package to the repository? Thanks, Matthias HS -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel |
| All times are GMT. The time now is 04:45 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.