Processed: bug 710426 is forwarded to https://bugs.kde.org/show_bug.cgi?id=325037
Processing commands for cont...@bugs.debian.org: > forwarded 710426 https://bugs.kde.org/show_bug.cgi?id=325037 Bug #710426 [akonadi-kde-resource-googledata] akonadi-kde-resource-googledata: Does not sync Google contacts from Google Apps domain Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=325037'. > thanks Stopping processing here. Please contact me if you need assistance. -- 710426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710426 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13794922513624.transcr...@bugs.debian.org
Bug#723634: ruby-kde4: please build against ruby1.9.1
Package: ruby-kde4 Version: 4:4.10.5-1.1 Severity: important Tags: patch User: debian-r...@lists.debian.org Usertags: ruby18-removal Control: block -1 with 520901 Hi! Please build the korundum package against ruby1.9.1, which has been the default Ruby interpreter since Wheezy. Ruby 1.8 is not maintained upstream anymore, and the Debian Ruby Team is willing to get rid of it as soon as possible. Please find attached patches to solve this issue, allowing to: - build against ruby1.9.1, libruby1.9.1-dev - install the files according to the Debian Ruby policy Note that this bug is blocked by #520901 against qtruby to build libqtruby4shared against ruby1.9.1. Cheers, Cédric From 2cecd2bbe09e62fe3039b959b980c0d0cde14e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= Date: Tue, 17 Sep 2013 16:50:49 +0200 Subject: [PATCH 1/3] build against ruby1.9.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6e64461..de7d9df 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Qt/KDE Maintainers Uploaders: Torsten Marek , Sune Vuorela , David Palacio , Michael Meskes , Maximiliano Curia -Build-Depends: debhelper (>= 9), cmake, ruby1.8, ruby1.8-dev, +Build-Depends: debhelper (>= 9), cmake, ruby1.9.1, ruby1.9.1-dev, smoke-dev-tools (>= 4:4.10), libsmokeqt4-dev (>= 4:4.10), libsmokekde-dev (>= 4:4.10), libqtruby4shared-dev (>= 4:4.10), kdelibs5-dev, kdepimlibs5-dev, libakonadi-dev, okular-dev (>= 4:4.10), libsoprano-dev -- 1.8.4.rc3 From ce49da11a9454d6c059056b8e6a91882b54235ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= Date: Tue, 17 Sep 2013 16:51:32 +0200 Subject: [PATCH 2/3] use Ruby vendor dirs to install as per Ruby policy --- debian/rules | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 4c291ea..e9e52f8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,11 @@ #! /usr/bin/make -f -#Always use Ruby 1.8.x -RUBY_SITEARCH := $(shell ruby1.8 -rrbconfig -e 'puts Config::CONFIG["sitearch"]') +RUBY_VENDORARCHDIR := $(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"]') +RUBY_VENDORDIR := $(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendordir"]') CMAKE_FLAGS := \ - -DRUBY_EXECUTABLE=/usr/bin/ruby1.8 \ - -DCUSTOM_RUBY_SITE_LIB_DIR=/usr/lib/ruby/1.8/ \ - -DCUSTOM_RUBY_SITE_ARCH_DIR=/usr/lib/ruby/1.8/$(RUBY_SITEARCH) \ - $(NULL) + -DCUSTOM_RUBY_SITE_LIB_DIR=$(RUBY_VENDORDIR) \ + -DCUSTOM_RUBY_SITE_ARCH_DIR=$(RUBY_VENDORARCHDIR) \ + $(NULL) override_dh_install: dh_install --list-missing -- 1.8.4.rc3 From d7e3aa7f34e4b2a28786a2ea4d47252fa40fc489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= Date: Wed, 18 Sep 2013 10:49:01 +0200 Subject: [PATCH 3/3] fix install paths --- debian/ruby-akonadi.install | 4 ++-- debian/ruby-kde4.install| 24 debian/ruby-okular.install | 4 ++-- debian/ruby-plasma.install | 4 ++-- debian/ruby-soprano.install | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/debian/ruby-akonadi.install b/debian/ruby-akonadi.install index edcb15f..f680c36 100644 --- a/debian/ruby-akonadi.install +++ b/debian/ruby-akonadi.install @@ -1,2 +1,2 @@ -usr/lib/ruby/1.8/*/akonadi.so -usr/lib/ruby/1.8/akonadi/akonadi.rb +usr/lib/ruby/vendor_ruby/*/*/akonadi.so +usr/lib/ruby/vendor_ruby/akonadi/akonadi.rb diff --git a/debian/ruby-kde4.install b/debian/ruby-kde4.install index d309294..76e1a19 100644 --- a/debian/ruby-kde4.install +++ b/debian/ruby-kde4.install @@ -1,15 +1,15 @@ usr/bin/krubyapplication usr/bin/rbkconfig_compiler4 usr/lib/kde4/krubypluginfactory.so -usr/lib/ruby/1.8/*/khtml.so -usr/lib/ruby/1.8/*/kio.so -usr/lib/ruby/1.8/*/korundum4.so -usr/lib/ruby/1.8/*/ktexteditor.so -usr/lib/ruby/1.8/*/nepomuk.so -usr/lib/ruby/1.8/*/solid.so -usr/lib/ruby/1.8/KDE/korundum4.rb -usr/lib/ruby/1.8/khtml/khtml.rb -usr/lib/ruby/1.8/kio/kio.rb -usr/lib/ruby/1.8/ktexteditor/ktexteditor.rb -usr/lib/ruby/1.8/nepomuk/nepomuk.rb -usr/lib/ruby/1.8/solid/solid.rb +usr/lib/ruby/vendor_ruby/*/*/khtml.so +usr/lib/ruby/vendor_ruby/*/*/kio.so +usr/lib/ruby/vendor_ruby/*/*/korundum4.so +usr/lib/ruby/vendor_ruby/*/*/ktexteditor.so +usr/lib/ruby/vendor_ruby/*/*/nepomuk.so +usr/lib/ruby/vendor_ruby/*/*/solid.so +usr/lib/ruby/vendor_ruby/KDE/korundum4.rb +usr/lib/ruby/vendor_ruby/khtml/khtml.rb +usr/lib/ruby/vendor_ruby/kio/kio.rb +usr/lib/ruby/vendor_ruby/ktexteditor/ktexteditor.rb +usr/lib/ruby/vendor_ruby/nepomuk/nepomuk.rb +usr/lib/ruby/vendor_ruby/solid/solid.rb diff --git a/debian/ruby-okular.install b/debian/ruby-okular.install index 4060193..cf8c95f 100644 --- a/debian/ruby-okular.install +++ b/debian/ruby-okular.install @@ -1,2 +1,2 @@ -usr/lib/ruby/1.8/*/okular.so -usr/lib/ruby/1.8/okular/okular.rb +usr/lib/ruby/vendor_ruby/*/*/okular.so +usr/lib/ruby/
Processed: ruby-kde4: please build against ruby1.9.1
Processing control commands: > block -1 with 520901 Bug #723634 [ruby-kde4] ruby-kde4: please build against ruby1.9.1 723634 was not blocked by any bugs. 723634 was not blocking any bugs. Added blocking bug(s) of 723634: 520901 -- 723634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723634 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.b.13794978955111.transcr...@bugs.debian.org
Bug#710426: akonadi-kde-resource-googledata: fixed in kdepim-runtime 4:4.10.5-2
Package: akonadi-kde-resource-googledata Version: 1.2.0-1 Followup-For: Bug #710426 This package is deprecated and superseeded by the Google calendar and contacts resource in kdepim-runtime >= 4.10. In Debian, kdepim-runtime 4:4.10.5-2 ships with this resource included. With the new Google resource, the bug I described does not occur. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (450, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages akonadi-kde-resource-googledata depends on: ii kde-runtime 4:4.10.5-1 ii kdepim-runtime 4:4.10.5-2 ii libakonadi-kde4 4:4.10.5-1 ii libc62.17-92+b1 pn libgcal0 ii libgcc1 1:4.8.1-2 ii libkabc4 4:4.10.5-1 ii libkcal4 4:4.10.5-1 ii libkdecore5 4:4.10.5-1 ii libkdeui54:4.10.5-1 ii libkio5 4:4.10.5-1 ii libkresources4 4:4.10.5-1 ii libqt4-dbus 4:4.8.5+dfsg-4 ii libqt4-network 4:4.8.5+dfsg-4 ii libqt4-svg 4:4.8.5+dfsg-4 ii libqt4-xml 4:4.8.5+dfsg-4 ii libqtcore4 4:4.8.5+dfsg-4 ii libqtgui44:4.8.5+dfsg-4 ii libstdc++6 4.8.1-2 akonadi-kde-resource-googledata recommends no packages. akonadi-kde-resource-googledata suggests no packages. -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130918120119.15790.10794.reportbug@Erwin.babel
qttools5-dev-tools depends on qttools5-dev-tools
I try to build qttools5-dev-tools from sources (source package qttools-opensource-src from testing), but it depend on itself: > apt-cache showsrc qttools5-dev-tools > [skip] > Package: qttools-opensource-src > Binary: libqt5clucene5, libqt5designer5, libqt5designercomponents5, > qdbus-qt5, libqt5help5, qttools5-dev, qttools5-private-dev, > qttools5-dev-tools, qttools5->examples, qttools5-dbg, qttools5-examples-dbg, > qttools5-doc, qttools5-doc-html > Version: 5.1.1-1 > [skip] So debuild (and pdebuild in clean chroot environment) can`t build it: > dpkg-checkbuilddeps: Unmet build dependencies: qttools5-dev-tools (>= 5.1.1~) How to build this package from source, if I haven't builded it in my system yet? -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAOHcyKfAHrxReQfqNhqssuQP1nKmr=ozaynsc7-try_qywg...@mail.gmail.com
Re: qttools5-dev-tools depends on qttools5-dev-tools
Sorry, i skip information about build-depends: > Package: qttools-opensource-src > Binary: libqt5clucene5, libqt5designer5, libqt5designercomponents5, > qdbus-qt5, libqt5help5, qttools5-dev, qttools5-private-dev, > qttools5-dev-tools, qttools5-examples, qttools5-dbg, qttools5-examples-dbg, > qttools5-doc, qttools5-doc-html > Version: 5.1.1-1 > Build-Depends: debhelper (>= 9), pkg-kde-tools, qtbase5-private-dev (>= > 5.1.1~), zlib1g-dev > Build-Depends-Indep: libqt5sql5-sqlite (>= 5.1.1~), qttools5-dev-tools (>= > 5.1.1~) > Architecture: any all 2013/9/18 Alexey Bondarchuk : > I try to build qttools5-dev-tools from sources (source package > qttools-opensource-src from testing), but it depend on itself: > >> apt-cache showsrc qttools5-dev-tools >> [skip] >> Package: qttools-opensource-src >> Binary: libqt5clucene5, libqt5designer5, libqt5designercomponents5, >> qdbus-qt5, libqt5help5, qttools5-dev, qttools5-private-dev, >> qttools5-dev-tools, qttools5->examples, qttools5-dbg, qttools5-examples-dbg, >> qttools5-doc, qttools5-doc-html >> Version: 5.1.1-1 >> [skip] > > So debuild (and pdebuild in clean chroot environment) can`t build it: >> dpkg-checkbuilddeps: Unmet build dependencies: qttools5-dev-tools (>= 5.1.1~) > > How to build this package from source, if I haven't builded it in my system > yet? -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/caohcykc02jl9toee5wnor2_+kqzq+5ha35jkyt6mhdhcmgp...@mail.gmail.com
Bug#723339: marked as done (grantlee link with -L/usr/lib)
Your message dated Thu, 19 Sep 2013 12:39:04 +0800 with message-id and subject line Re: Bug#723339: grantlee link with -L/usr/lib has caused the Debian Bug report #723339, regarding grantlee link with -L/usr/lib to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 723339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723339 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: grantlee Version: 0.3.0-5 X-Debbugs-CC: wzss...@gmail.com This package has one or more -L/usr/lib in its build system, which will make it ftbfs if there is libraries under /usr/lib, while is not the default architecture, mips* for example. On mips* systems, /usr/lib is defined as place to hold O32 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. Beside the way, on the multiarch system like Debian, user may install libraries under /usr/lib by hand. Please use the default search path if you can, and please consider fix this. I will try to fix this bug, while if you can help to fix it, It will be very appreciative. The attachement is the buildlog of this package on mips64el platform. grantlee_0.3.0-5_mips64el.build.xz Description: Binary data --- End Message --- --- Begin Message --- sorry for this mistake bug report. On Tue, Sep 17, 2013 at 6:36 PM, YunQiang Su wrote: > Package: grantlee > Version: 0.3.0-5 > X-Debbugs-CC: wzss...@gmail.com > > This package has one or more -L/usr/lib in its build system, > which will make it ftbfs if there is libraries under /usr/lib, > while is not the default architecture, mips* for example. > > On mips* systems, /usr/lib is defined as place to hold O32 > libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. > > Beside the way, on the multiarch system like Debian, user may install > libraries under /usr/lib by hand. > > Please use the default search path if you can, and please consider fix > this. > > I will try to fix this bug, while if you can help to fix it, > It will be very appreciative. > > The attachement is the buildlog of this package on mips64el platform. -- YunQiang Su--- End Message ---