[Pkg-kde-extras] Bug#894154: telepathy-qt: missing build dependecy on libxml2-dev

2018-03-26 Thread Adrian Bunk
Source: telepathy-qt
Version: 0.9.7-3
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/telepathy-qt.html

...
-- Checking for module 'libxml-2.0'
--   No package 'libxml-2.0' found
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) 
...
   dh_install
dh_install: Cannot find (any matches for) 
"usr/lib/*/libtelepathy-qt5-farstream.so.0*" (tried in ., debian/tmp)

dh_install: libtelepathy-qt5-farstream0 missing files: 
usr/lib/*/libtelepathy-qt5-farstream.so.0*
dh_install: missing files, aborting
make: *** [debian/rules:13: binary] Error 25

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#888729: partitionmanager FTBFS with libkpmcore-dev 3.3.0-2

2018-01-29 Thread Adrian Bunk
Source: partitionmanager
Version: 3.2.1-3
Severity: serious

https://buildd.debian.org/status/package.php?p=partitionmanager=sid

...
/<>/src/config/advancedpagewidget.cpp: In member function 'QString 
AdvancedPageWidget::backend() const':
/<>/src/config/advancedpagewidget.cpp:37:11: error: 'KService' 
does not name a type; did you mean 'Device'?
 const KService::List services = CoreBackendManager::self()->list();
   ^~~~
   Device
/<>/src/config/advancedpagewidget.cpp:38:26: error: 'services' was 
not declared in this scope
 for (const auto  : services)
  ^~~~
/<>/src/config/advancedpagewidget.cpp:38:26: note: suggested 
alternative: 'Device'
 for (const auto  : services)
  ^~~~
  Device
/<>/src/config/advancedpagewidget.cpp: In member function 'void 
AdvancedPageWidget::setBackend(const QString&)':
/<>/src/config/advancedpagewidget.cpp:47:11: error: 'KService' 
does not name a type; did you mean 'Device'?
 const KService::List services = CoreBackendManager::self()->list();
   ^~~~
   Device
/<>/src/config/advancedpagewidget.cpp:48:26: error: 'services' was 
not declared in this scope
 for (const auto  : services)
  ^~~~
/<>/src/config/advancedpagewidget.cpp:48:26: note: suggested 
alternative: 'Device'
 for (const auto  : services)
  ^~~~
  Device
/<>/src/config/advancedpagewidget.cpp: In member function 'void 
AdvancedPageWidget::setupDialog()':
/<>/src/config/advancedpagewidget.cpp:55:11: error: 'KService' 
does not name a type; did you mean 'Device'?
 const KService::List services = CoreBackendManager::self()->list();
   ^~~~
   Device
/<>/src/config/advancedpagewidget.cpp:56:26: error: 'services' was 
not declared in this scope
 for (const auto  : services)
  ^~~~
/<>/src/config/advancedpagewidget.cpp:56:26: note: suggested 
alternative: 'Device'
 for (const auto  : services)
  ^~~~
  Device
src/CMakeFiles/partitionmanager.dir/build.make:181: recipe for target 
'src/CMakeFiles/partitionmanager.dir/config/advancedpagewidget.cpp.o' failed
make[3]: *** 
[src/CMakeFiles/partitionmanager.dir/config/advancedpagewidget.cpp.o] Error 1

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#887235: kmymoney FTBFS on armhf/armel: error: no match for call to

2018-01-14 Thread Adrian Bunk
Source: kmymoney
Version: 4.8.1.1-1
Severity: serious

https://buildd.debian.org/status/package.php?p=kmymoney=sid

...
/usr/include/qt4/QtCore/qmap.h:178:16: warning: cast from 'char*' to 
'QMap::Node* {aka QMapNode*}' increases required alignment of target type 
[-Wcast-align]
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp: In 
member function 'QSize KDChart::CartesianAxis::Private::calculateMaximumSize() 
const':
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1015:88:
 error: no match for call to '(KDChart::XySwitch) (const qreal&, double)'
 QPointF labelPosition = plane->translate( QPointF( geoXy( 
drawPos, 1.0 ),

^
In file included from 
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:24:0:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note: candidate: template T KDChart::XySwitch::operator()(T, T) const
 T operator()( T x, T y ) const { return isY ? y : x; }
   ^~~~
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note:   template argument deduction/substitution failed:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1015:88:
 note:   deduced conflicting types for parameter 'T' ('float' and 'double')
 QPointF labelPosition = plane->translate( QPointF( geoXy( 
drawPos, 1.0 ),

^
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1016:88:
 error: no match for call to '(KDChart::XySwitch) (double, const qreal&)'
geoXy( 1.0, 
drawPos ) ) );

^
In file included from 
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:24:0:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note: candidate: template T KDChart::XySwitch::operator()(T, T) const
 T operator()( T x, T y ) const { return isY ? y : x; }
   ^~~~
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note:   template argument deduction/substitution failed:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1016:88:
 note:   deduced conflicting types for parameter 'T' ('double' and 'float')
geoXy( 1.0, 
drawPos ) ) );

^
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1062:53:
 error: no match for call to '(KDChart::XySwitch) (qreal&, double)'
 amountOfLeftOverlap = geoXy( startOverhang, 0.0 );
 ^
In file included from 
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:24:0:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note: candidate: template T KDChart::XySwitch::operator()(T, T) const
 T operator()( T x, T y ) const { return isY ? y : x; }
   ^~~~
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note:   template argument deduction/substitution failed:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1062:53:
 note:   deduced conflicting types for parameter 'T' ('float' and 'double')
 amountOfLeftOverlap = geoXy( startOverhang, 0.0 );
 ^
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1063:52:
 error: no match for call to '(KDChart::XySwitch) (qreal&, double)'
 amountOfRightOverlap = geoXy( endOverhang, 0.0 );
^
In file included from 
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:24:0:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note: candidate: template T KDChart::XySwitch::operator()(T, T) const
 T operator()( T x, T y ) const { return isY ? y : x; }
   ^~~~
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 note:   template argument deduction/substitution failed:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1063:52:
 note:   deduced conflicting types for parameter 'T' ('float' and 'double')
 amountOfRightOverlap = geoXy( endOverhang, 0.0 );
^
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1064:55:
 error: no match for call to '(KDChart::XySwitch) (double, qreal&)'
 amountOfBottomOverlap = geoXy( 0.0, startOverhang );
   ^
In file included from 
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis.cpp:24:0:
/<>/libkdchart/src/KDChart/Cartesian/KDChartCartesianAxis_p.h:113:7:
 

[Pkg-kde-extras] Bug#874966: Bug#874949: These bugs are now blocking removal of qtwebkit from testing

2018-01-01 Thread Adrian Bunk
Control: severity -1 wishlist

On Mon, Jan 01, 2018 at 11:38:41PM +0200, Adrian Bunk wrote:
> Control: severity -1 serious
> 
> With kde-baseapps 4:16.08.3-2 these bugs became blockers for the
> qtwebkit removal, which will be removed from buster earlier than
> the rest of Qt4.

I was actually wrong on that, I missed that src:kde-baseapps still
builds libkonq5abi1/libkonq5-dev.

Sorry for the noise
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#874981: These bugs are now blocking removal of qtwebkit from testing

2018-01-01 Thread Adrian Bunk
Control: severity -1 serious

With kde-baseapps 4:16.08.3-2 these bugs became blockers for the
qtwebkit removal, which will be removed from buster earlier than
the rest of Qt4.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#883592: partitionmanager: stale build dependency on kdelibs5-dev

2017-12-05 Thread Adrian Bunk
Source: partitionmanager
Version: 3.2.1-2
Severity: normal

partitionmanager has a build dependency on the KDE4 kdelibs5-dev
that seems to be stale and should be removed.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#875030: libkdewebkit5/libplasma3 removal from buster

2017-12-03 Thread Adrian Bunk
Control: severity -1 serious
Control: tags -1 buster sid

As part of the removal of Qt4's WebKit it is planned to remove 
libkdewebkit5 and libplasma3 from buster soon, even earlier
than the rest of the Qt4 removal.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#877499: kmplayer FTBFS: AutoMoc: Error: moc process failed for moc_kmplayer_part.cpp

2017-10-02 Thread Adrian Bunk
Source: kmplayer
Version: 1:0.12.0b-1
Severity: serious

Some recent change in unstable makes kmplayer FTBFS:

https://tests.reproducible-builds.org/debian/history/kmplayer.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kmplayer.html

...
[ 83%] Automatic MOC for target kdeinit_kmplayer
cd /build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
cmake_autogen 
/build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src/CMakeFiles/kdeinit_kmplayer_autogen.dir
 Debian
AutoMoc: Warning: "/build/1st/kmplayer-0.12.0b/src/kmplayer_part.cpp"
The file includes the moc file "kmplayer_part.moc", but does not contain a 
Q_OBJECT or Q_GADGET macro.

AutoMoc: Warning: "/build/1st/kmplayer-0.12.0b/src/kmplayer.cpp"
The file includes the moc file "kmplayer.moc", but does not contain a Q_OBJECT 
or Q_GADGET macro.

AutoMoc: Warning: "/build/1st/kmplayer-0.12.0b/src/kmplayertvsource.cpp"
The file includes the moc file "kmplayertvsource.moc", but does not contain a 
Q_OBJECT or Q_GADGET macro.

Generating MOC predefs moc_predefs.h
Generating MOC source include/kmplayer_part.moc
/build/1st/kmplayer-0.12.0b/src/kmplayer_part.cpp:0: Note: No relevant classes 
found. No output generated.
Generating MOC predefs moc_predefs.h
Generating MOC source include/kmplayer.moc
/build/1st/kmplayer-0.12.0b/src/kmplayer.cpp:0: Note: No relevant classes 
found. No output generated.
Generating MOC source EWIEGA46WW/moc_kmplayer_part.cpp
/build/1st/kmplayer-0.12.0b/src/kmplayer_part.h:39: Error: Plugin Metadata file 
"" could not be opened: file to open is a directory
AutoMoc: Error: moc process failed for
"EWIEGA46WW/moc_kmplayer_part.cpp"
AutoMoc: Command:
/usr/lib/x86_64-linux-gnu/qt5/bin/moc 
-I/build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src 
-I/build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src/kmplayerpart_autogen/include
 -I/build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src/.. 
-I/build/1st/kmplayer-0.12.0b/src -I/usr/include/KF5/KMediaPlayer 
-I/usr/include/KF5 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/usr/include/KF5/KParts 
-I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KIOCore 
-I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KService 
-I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KJobWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/KF5/KCompletion 
-I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KXmlGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
-I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/KF5/KConfigWidge
 ts -I/usr/include/KF5/KCodecs -I/usr/include/KF5/KConfigGui 
-I/usr/include/KF5/KAuth -I/usr/include/KF5/KTextWidgets 
-I/usr/include/KF5/SonnetUi -I/usr/include/KF5/KI18n 
-I/usr/include/KF5/KDELibs4Support -I/usr/include/KF5/KDELibs4Support/KDE 
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/KF5/KCrash 
-I/usr/include/KF5/KIOFileWidgets -I/usr/include/KF5/KBookmarks 
-I/usr/include/KF5/KItemViews -I/usr/include/KF5/Solid 
-I/usr/include/KF5/KNotifications -I/usr/include/KF5/KIconThemes 
-I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KGuiAddons 
-I/usr/include/KF5/KUnitConversion -I/usr/include -DKCOREADDONS_LIB 
-DKGUIADDONS_LIB "-DKMPLAYER_VERSION_STRING=\"\\\"0.12.0b\\\"\"" -DQT_CORE_LIB 
-DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_USE_FAST_CONCATENATION 
-DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE --include /build/1st/kmplayer-0.12.0b/obj-x86_6
 4-linux-gnu/src/kmplayerpart_autogen/moc_predefs.h -o 
/build/1st/kmplayer-0.12.0b/obj-x86_64-linux-gnu/src/kmplayerpart_autogen/EWIEGA46WW/moc_kmplayer_part.cpp
 /build/1st/kmplayer-0.12.0b/src/kmplayer_part.h
AutoMoc: Command output:
/build/1st/kmplayer-0.12.0b/src/kmplayer_part.h:39: Error: Plugin Metadata file 
"" could not be opened: file to open is a directory


src/CMakeFiles/kmplayerpart_autogen.dir/build.make:63: recipe for target 
'src/CMakeFiles/kmplayerpart_autogen' failed
make[3]: *** [src/CMakeFiles/kmplayerpart_autogen] Error 1

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#877295: Bug#877295: amarok build-depends on removed package libgpod-nogtk-dev

2017-09-30 Thread Adrian Bunk
On Sat, Sep 30, 2017 at 02:04:58PM +0200, Pino Toscano wrote:
> In data sabato 30 settembre 2017 14:55:34 CEST, Adrian Bunk ha scritto:
>...
> > Current status quo in Debian is that it is completely normal that
> > a new upload of some package is followed by me filing 10-50 RC bugs
> > against packages that FTBFS due to that change.
> 
> No, it is not.  You are mixing two things in the same pot:
> a) breakages due to side-effect (possibly not known in advance) of new
>versions of packages
> b) well-known breakages that some change is going to cause
>...

In the vast majority of the RC bugs I report, the sole difference
between a) and b) is whether the uploader bothered to check whether
the new package might break rdeps.

gtk-doc-tools 1.26 or Qt 5.9 likely breaking some rdeps is something 
that is known in advance.

> My note was a general remark that for things in the (b) category above
> a pre-emptive email/bug/etc to the interested rdeps *is* the optimal
> way to interface with other people.  I do not care if other people just
> dump stuff in unstable and expect other to clean up after the mess they
> created -- it is simply *not* correct, not even fair.

#872796 #873023 #873444 #872742 #873020 #874187

Do you consider it fair that I had to submit bugs to help clean up the 
mess created by the Qt maintainers dumping 5.9 into unstable without 
first checking that all their rdeps still build?

> > So when the only rdep is one package that is not in testing and anyways 
> > requires a (non-trivial) sourceful upload for re-entering testing,
> > I fail to see any reasonable justification for me to spend additional
> > time on going through any process longer than just filing an RC bug.
> 
> And this is again this very specific case.

I did this change as part of a QA upload also fixing one of these
FTBFS I reported but didn't cause (#876583).

With more rdeps I'd have added a Provides, but in this very specific 
case there was only one rdep that anyways needs an upload for 
re-entering testing.

> Pino Toscano

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#877295: Bug#877295: amarok build-depends on removed package libgpod-nogtk-dev

2017-09-30 Thread Adrian Bunk
On Sat, Sep 30, 2017 at 01:28:54PM +0200, Pino Toscano wrote:
> In data sabato 30 settembre 2017 13:17:43 CEST, Adrian Bunk ha scritto:
> > libgpod-nogtk-dev was a transitional package removed in libgpod 0.8.3-9.
> > 
> > amarok is the only package build-depending on libgpod-nogtk-dev.
> 
> Even if amarok is the only rdep, the "first I break, then I file
> serious bugs on rdeps" modus operandi is *not* a good way of
> cooperating with other packagers in Debian.
> Filing a bug some time before, or even writing an email, would have
> been a much nicer, and cooperative, way.

amarok is not in testing and anyways needs a source upload for #784448.

It is also worth looking at the around 300 (sic) currently open RC bugs
I have reported for FTBFS that were *not* caused by me [1]:

Current status quo in Debian is that it is completely normal that
a new upload of some package is followed by me filing 10-50 RC bugs
against packages that FTBFS due to that change.

So when the only rdep is one package that is not in testing and anyways 
requires a (non-trivial) sourceful upload for re-entering testing,
I fail to see any reasonable justification for me to spend additional
time on going through any process longer than just filing an RC bug.

> Pino Toscano

cu
Adrian

[1] https://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=b...@debian.org

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#877300: digikam FTBFS: undefined references

2017-09-30 Thread Adrian Bunk
Source: digikam
Version: 4:5.3.0-3
Severity: serious

https://buildd.debian.org/status/package.php?p=digikam=sid

...
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::ImageModel(QObject*)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:134: 
undefined reference to `vtable for Digikam::ImageModel'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel* qobject_cast(QObject*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:514: undefined reference to 
`Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel* qobject_cast(QObject*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:514: undefined reference to 
`Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::~ImageModel()':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:143: 
undefined reference to `vtable for Digikam::ImageModel'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::slotImageChange(Digikam::ImageChangeset const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1337: 
undefined reference to 
`Digikam::ImageModel::imageChange(Digikam::ImageChangeset const&, 
QItemSelection const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::slotImageTagChange(Digikam::ImageTagChangeset 
const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1364: 
undefined reference to 
`Digikam::ImageModel::imageTagChange(Digikam::ImageTagChangeset const&, 
QItemSelection const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::publiciseInfos(QList const&, 
QList const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:807: 
undefined reference to 
`Digikam::ImageModel::imageInfosAboutToBeAdded(QList 
const&)'
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:827: 
undefined reference to 
`Digikam::ImageModel::imageInfosAdded(QList const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::removeRowPairs(QList > const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1057: 
undefined reference to 
`Digikam::ImageModel::imageInfosRemoved(QList const&)'
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1016: 
undefined reference to 
`Digikam::ImageModel::imageInfosAboutToBeRemoved(QList 
const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::requestIncrementalRefresh()':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:838: 
undefined reference to `Digikam::ImageModel::readyForIncrementalRefresh()'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function 
`Digikam::ImageModel::addImageInfosSynchronously(QList 
const&, QList const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:512: 
undefined reference to 
`Digikam::ImageModel::processAdded(QList const&, 
QList const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function 

[Pkg-kde-extras] Bug#877192: kaffeine FTBFS: KF5I18NMacros.cmake:106 (add_custom_target): add_custom_target cannot create target

2017-09-29 Thread Adrian Bunk
Source: kaffeine
Version: 2.0.5-1
Severity: serious

Some recent change in unstable makes kaffeine FTBFS:

https://tests.reproducible-builds.org/debian/history/kaffeine.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kaffeine.html

...
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake:106 
(add_custom_target):
  add_custom_target cannot create target
  "pofiles-f7eab666f9b4fe4f2486292257bb2db5" because another target with the
  same name already exists.  The existing target is a custom target created
  in source directory "/build/1st/kaffeine-2.0.5".  See documentation for
  policy CMP0002 for more details.
Call Stack (most recent call first):
  CMakeLists.txt:107 (ki18n_install)


-- Configuring incomplete, errors occurred!

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#872221: amarok: symbol lookup error libavcodec.so.57: undefined symbol: lame_set_VBR_quality

2017-08-15 Thread Adrian Bunk
On Tue, Aug 15, 2017 at 11:12:00AM +0300, Kostas Papadopoulos wrote:
> Package: amarok
> Version: 2.8.0-8
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
> amarok does not start with message:
> 
> amarok: symbol lookup error: /usr/lib/x86_64-linux-gnu/libavcodec.so.57: 
> undefined symbol: lame_set_VBR_quality
>...

Please send the output of the following commands:
  dpkg -l libmp3lame0
  ldd /usr/lib/x86_64-linux-gnu/libavcodec.so.57 | grep libmp3lame


Thanks
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#869887: telepathy-logger-qt FTBFS: No such file or directory: spec-logger.xml

2017-07-27 Thread Adrian Bunk
Source: telepathy-logger-qt
Version: 15.04.0-2
Severity: serious
Tags: buster sid

Some recent change in unstable makes telepathy-logger-qt FTBFS:

https://tests.reproducible-builds.org/debian/history/telepathy-logger-qt.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/telepathy-logger-qt.html

...
[  7%] Generating _gen/stable-spec.xml
cd 
/build/1st/telepathy-logger-qt-15.04.0/obj-x86_64-linux-gnu/TelepathyLoggerQt 
&& /usr/bin/python /build/1st/telepathy-logger-qt-15.04.0/tools/xincludator.py 
/build/1st/telepathy-logger-qt-15.04.0/TelepathyLoggerQt/stable-interfaces.xml 
> 
/build/1st/telepathy-logger-qt-15.04.0/obj-x86_64-linux-gnu/TelepathyLoggerQt/_gen/stable-spec.xml
Traceback (most recent call last):
  File "/build/1st/telepathy-logger-qt-15.04.0/tools/qt-client-gen.py", line 
547, in 
Generator(dict(options))()
  File "/build/1st/telepathy-logger-qt-15.04.0/tools/qt-client-gen.py", line 
44, in __init__
ifacedom = xml.dom.minidom.parse(opts['--ifacexml'])
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
return expatbuilder.parse(file)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: 
'/build/1st/telepathy-logger-qt-15.04.0/obj-x86_64-linux-gnu/TelepathyLoggerQt/_gen/spec-logger.xml'
TelepathyLoggerQt/CMakeFiles/telepathy-logger-qt_autogen.dir/build.make:92: 
recipe for target 'TelepathyLoggerQt/_gen/cli-logger.h' failed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#859462: telepathy-qt FTBFS on ppc64el: undefined reference to QTest::qCompare

2017-04-03 Thread Adrian Bunk
Source: telepathy-qt
Version: 0.9.6.1-6
Severity: serious

telepathy-qt FTBFS on ppc64el (originally reported by Frederic Bonnard):

...
[ 93%] Linking CXX executable test-contacts-capabilities
cd /home/bunk/build/telepathy-qt-0.9.6.1/build-qt5/tests/dbus && /usr/bin/cmake 
-E cmake_link_script CMakeFiles/test-contacts-capabilities.dir/link.txt 
--verbose=1
/usr/bin/c++   -g -O2 
-fdebug-prefix-map=/home/bunk/build/telepathy-qt-0.9.6.1=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -Wall -Wextra -Wsign-compare -Wpointer-arith 
-Wformat-security -Winit-self -Wnon-virtual-dtor 
-Wno-missing-field-initializers -Wno-unused-parameter 
-Wno-unused-local-typedefs -fPIC  -O2 -ggdb  -Wl,-z,relro -Wl,--no-add-needed 
CMakeFiles/test-contacts-capabilities.dir/contacts-capabilities.cpp.o  -o 
test-contacts-capabilities 
-Wl,-rpath,/home/bunk/build/telepathy-qt-0.9.6.1/build-qt5/tests/lib/glib:/home/bunk/build/telepathy-qt-0.9.6.1/build-qt5/TelepathyQt
 -rdynamic /usr/lib/powerpc64le-linux-gnu/libQt5Test.so.5.7.1 
../lib/libtp-qt-tests.a ../lib/glib/libtp-glib-tests.so 
../lib/glib-helpers/libtp-qt-tests-glib-helpers.a -lgio-2.0 -ldbus-1 
../lib/glib/call/libexample-cm-call.a 
../lib/glib/callable/libexample-cm-callable.a 
../lib/glib/contactlist/libexample-cm-contactlist.a 
../lib/glib/echo/libexample-cm-echo.a ../li
 b/glib/echo2/libexample-cm-echo2.a 
../lib/glib/future/extensions/libtp-glib-tests-future-extensions.a 
../../TelepathyQt/libtelepathy-qt5.so.0.0.9.6.1 
/usr/lib/powerpc64le-linux-gnu/libQt5DBus.so.5.7.1 
/usr/lib/powerpc64le-linux-gnu/libQt5Network.so.5.7.1 
/usr/lib/powerpc64le-linux-gnu/libQt5Xml.so.5.7.1 
/usr/lib/powerpc64le-linux-gnu/libQt5Core.so.5.7.1 -ltelepathy-glib -lglib-2.0 
-lgobject-2.0 -lglib-2.0 -ldbus-glib-1 
CMakeFiles/test-contacts-capabilities.dir/contacts-capabilities.cpp.o: In 
function `TestContactsCapabilities::testCapabilities()':
./build-qt5/tests/dbus/./tests/dbus/contacts-capabilities.cpp:138: undefined 
reference to `bool QTest::qCompare(bool const&, int const&, char 
const*, char const*, char const*, int)'
collect2: error: ld returned 1 exit status
tests/dbus/CMakeFiles/test-contacts-capabilities.dir/build.make:121: recipe for 
target 'tests/dbus/test-contacts-capabilities' failed
make[4]: *** [tests/dbus/test-contacts-capabilities] Error 1


Complete log is attached.


LOG.telepathy-qt.gz
Description: application/gzip
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#827533: closed by Pino Toscano <p...@debian.org> (Bug#827533: fixed in kaffeine 2.0.5-1)

2017-01-24 Thread Adrian Bunk
Control: notfixed -1 2.0.5-1
Control: reopen -1

On Sat, Jan 14, 2017 at 06:51:07PM +, Debian Bug Tracking System wrote:
>...
>* Building with a newer src:kio gives a kio dependency automatically
>  injected. (Closes: #827533)
>...

Recommends on kinit and kio-extras are still missing:

> Package: kaffeine
> Version: 2.0.3-1
> Severity: important
> 
> kaffeine lacks recommends on kinit, kio and kio-extras for updating
> scan data over the internet.
> 
> 
> Television -> Configure Television -> Update Scan Data over Internet
> 
> Result:
> couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 
> was not provided by any .service files"
> 
> 
> apt-get install kinit kio
> 
> Television -> Configure Television -> Update Scan Data over Internet
> 
> Result:
> couldn't create slave: "Unable to create io-slave:\nklauncher said: Unknown 
> protocol 'https'.\n"
> 
> 
> apt-get install kio-extras
> 
> Television -> Configure Television -> Update Scan Data over Internet
> 
> Result:
> works
>...


cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#847664: Is kmess useless?

2016-12-10 Thread Adrian Bunk
Package: kmess
Version: 2.0.6.1-3.1
Severity: serious

Is there still any use for this package after
MSN Messenger Service has been shut down?

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#845786: gammaray FTBFS on armhf: QFatal in quickinspectortest

2016-11-26 Thread Adrian Bunk
Source: gammaray
Version: 2.6.0-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=gammaray=armhf=2.6.0-1=1480176282

...
  Start 36: quickinspectortest

36: Test command: /«PKGBUILDDIR»/obj-qt5/bin/quickinspectortest
36: Test timeout computed to be: 9.99988e+06
36: * Start testing of QuickInspectorTest *
36: Config: Using QtTest library 5.7.1, Qt 5.7.1 
(arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 
6.2.0 20161103)
36: PASS   : QuickInspectorTest::initTestCase()
36: QWARN  : QuickInspectorTest::testModelsReparent() Failed to connect to 
launcher, can't receive probe settings! "QLocalSocket::connectToServer: Invalid 
name"
36: 
...
36: QFatal in quickinspectortest (/«PKGBUILDDIR»/obj-qt5/bin/quickinspectortest)
36: START BACKTRACE:
36: 1   
/«PKGBUILDDIR»/obj-qt5/lib/libgammaray_core-qt5_7-arm.so.2.6.0(+0x7fdb4) 
[0xb6e0edb4]
36: 2   
/«PKGBUILDDIR»/obj-qt5/lib/libgammaray_core-qt5_7-arm.so.2.6.0(+0x62e58) 
[0xb6df1e58]
36: 3   /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5(+0x808f2) [0xb649b8f2]
36: 4   /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5(QMessageLogger::fatal(char 
const*, ...) const+0x27) [0xb649c7e8]
36: 5   /usr/lib/arm-linux-gnueabihf/libQt5Test.so.5(+0x97ec) [0xb6d6c7ec]
36: 6   /lib/arm-linux-gnueabihf/libc.so.6(+0x24fd0) [0xb621dfd0]
36: END BACKTRACE
...

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#811908: Fix for the kvirc FTBFS

2016-11-03 Thread Adrian Bunk
Control: tags -1 patch

What broke the build is that gcc 6 changed the default C++ standard
from C++98 to C++14.

Not all valid C++98 code is also valid C++11 and C++14 code.

Note that this just changed the default, when told to process C++98 code 
gcc 6 does not differ in any significant way from gcc 5.

Making the code compatible with C++14 would be the best possible 
solution, but as a workaround it is possible to fix the build with
this change to tell gcc that this is C++98 code.


--- debian/rules.old2016-11-03 17:21:49.0 +
+++ debian/rules2016-11-03 17:21:49.0 +
@@ -2,6 +2,8 @@
 #
 DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
 
+export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98
+
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 
 DEBVERSION = $(shell head -n 1 debian/changelog | sed -e 
's/^[^(]*(\([^)]*\)).*/\1/')


cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#829372: kaffeine 2.0.4: Message flood when watching DVB

2016-07-02 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.4-1
Severity: important

I am starting kaffeine from an xterm.

When watching DVB, the there is a constant flood of messages
  [Warning ] "2 instead of 1 arguments to message {Country %1: not rate...} 
supplied before conversion."

This problem was not present with 2.0.3




-- System Information:

Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.72 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages kaffeine depends on:
ii  libc6  2.22-11
ii  libdvbv5-0 1.10.1-1
ii  libkf5configcore5  5.22.0-1
ii  libkf5configwidgets5   5.22.0-1
ii  libkf5coreaddons5  5.22.0-1
ii  libkf5dbusaddons5  5.22.0-1
ii  libkf5i18n55.22.1-1
ii  libkf5kiocore5 5.22.0-1
ii  libkf5kiofilewidgets5  5.22.0-1
ii  libkf5solid5   5.22.0-1
ii  libkf5widgetsaddons5   5.22.0-1
ii  libkf5xmlgui5  5.22.0-1
ii  libqt5core5a   5.6.1+dfsg-3
ii  libqt5dbus55.6.1+dfsg-3
ii  libqt5gui5 5.6.1+dfsg-3
ii  libqt5network5 5.6.1+dfsg-3
ii  libqt5sql5 5.6.1+dfsg-3
ii  libqt5sql5-sqlite  5.6.1+dfsg-2
ii  libqt5widgets5 5.6.1+dfsg-3
ii  libqt5x11extras5   5.6.1-2
ii  libqt5xml5 5.6.1+dfsg-3
ii  libstdc++6 6.1.1-7
ii  libvlc52.2.4-2
ii  libxss11:1.2.2-1

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#829370: kaffeine 2.0.4 changes xterm font color

2016-07-02 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.4-1
Severity: normal


I am starting kaffeine from an xterm with black font on white background.

kaffeine 2.0.4 changes the color of the font to white and yellow
(I have to execute "reset" to change it back after quitting from
kaffeine).

This problem was not present with 2.0.3



Versions of packages kaffeine depends on:
ii  libc6  2.22-11
ii  libdvbv5-0 1.10.1-1
ii  libkf5configcore5  5.22.0-1
ii  libkf5configwidgets5   5.22.0-1
ii  libkf5coreaddons5  5.22.0-1
ii  libkf5dbusaddons5  5.22.0-1
ii  libkf5i18n55.22.1-1
ii  libkf5kiocore5 5.22.0-1
ii  libkf5kiofilewidgets5  5.22.0-1
ii  libkf5solid5   5.22.0-1
ii  libkf5widgetsaddons5   5.22.0-1
ii  libkf5xmlgui5  5.22.0-1
ii  libqt5core5a   5.6.1+dfsg-3
ii  libqt5dbus55.6.1+dfsg-3
ii  libqt5gui5 5.6.1+dfsg-3
ii  libqt5network5 5.6.1+dfsg-3
ii  libqt5sql5 5.6.1+dfsg-3
ii  libqt5sql5-sqlite  5.6.1+dfsg-2
ii  libqt5widgets5 5.6.1+dfsg-3
ii  libqt5x11extras5   5.6.1-2
ii  libqt5xml5 5.6.1+dfsg-3
ii  libstdc++6 6.1.1-7
ii  libvlc52.2.4-2
ii  libxss11:1.2.2-1
ii  vlc2.2.4-2


-- no debconf information

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#827631: kaffeine: Package description needs updating

2016-06-18 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.3-1
Severity: minor

The package description needs updating, e.g. it still talks about
using Xine.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#827533: kaffeine: missing recommends for updating scan data

2016-06-17 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.3-1
Severity: important

kaffeine lacks recommends on kinit, kio and kio-extras for updating
scan data over the internet.


Television -> Configure Television -> Update Scan Data over Internet

Result:
couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 
was not provided by any .service files"


apt-get install kinit kio

Television -> Configure Television -> Update Scan Data over Internet

Result:
couldn't create slave: "Unable to create io-slave:\nklauncher said: Unknown 
protocol 'https'.\n"


apt-get install kio-extras

Television -> Configure Television -> Update Scan Data over Internet

Result:
works




-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.47 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages kaffeine depends on:
ii  libc6  2.22-6
ii  libdvbv5-0 1.10.0-2
ii  libkf5configcore5  5.22.0-1
ii  libkf5configwidgets5   5.22.0-1
ii  libkf5coreaddons5  5.22.0-1
ii  libkf5dbusaddons5  5.22.0-1
ii  libkf5i18n55.22.1-1
ii  libkf5kiocore5 5.22.0-1
ii  libkf5kiofilewidgets5  5.22.0-1
ii  libkf5solid5   5.22.0-1
ii  libkf5widgetsaddons5   5.22.0-1
ii  libkf5xmlgui5  5.22.0-1
ii  libqt5core5a   5.5.1+dfsg-16
ii  libqt5dbus55.5.1+dfsg-16
ii  libqt5gui5 5.5.1+dfsg-16
ii  libqt5network5 5.5.1+dfsg-16
ii  libqt5sql5 5.5.1+dfsg-16
ii  libqt5sql5-sqlite  5.5.1+dfsg-17
ii  libqt5widgets5 5.5.1+dfsg-16
ii  libqt5x11extras5   5.5.1-3
ii  libqt5xml5 5.5.1+dfsg-16
ii  libstdc++6 6.1.1-4
ii  libvlc52.2.2-5
ii  libxss11:1.2.2-1

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#827534: kaffeine must depend on vlc

2016-06-17 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.3-1
Severity: grave

kaffeine 2.0.3 uses vlc, and needs a dependency on the vlc package for
providing video output.

The severity is grave, since kaffeine without video output is pretty
useless (and even audio output needs at least vlc-nox).


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.47 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages kaffeine depends on:
ii  libc6  2.22-6
ii  libdvbv5-0 1.10.1-1
ii  libkf5configcore5  5.22.0-1
ii  libkf5configwidgets5   5.22.0-1
ii  libkf5coreaddons5  5.22.0-1
ii  libkf5dbusaddons5  5.22.0-1
ii  libkf5i18n55.22.1-1
ii  libkf5kiocore5 5.22.0-1
ii  libkf5kiofilewidgets5  5.22.0-1
ii  libkf5solid5   5.22.0-1
ii  libkf5widgetsaddons5   5.22.0-1
ii  libkf5xmlgui5  5.22.0-1
ii  libqt5core5a   5.5.1+dfsg-16
ii  libqt5dbus55.5.1+dfsg-16
ii  libqt5gui5 5.5.1+dfsg-16
ii  libqt5network5 5.5.1+dfsg-16
ii  libqt5sql5 5.5.1+dfsg-16
ii  libqt5sql5-sqlite  5.5.1+dfsg-17
ii  libqt5widgets5 5.5.1+dfsg-16
ii  libqt5x11extras5   5.5.1-3
ii  libqt5xml5 5.5.1+dfsg-16
ii  libstdc++6 6.1.1-4
ii  libvlc52.2.4-2
ii  libxss11:1.2.2-1

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#827532: kaffeine: Channel settings should be migrated on update

2016-06-17 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.3-1
Severity: important

After the 1.2.2-3+b1-> 2.0.3 update my channel settings were lost.

I was able to recover them doing
  cp -a .kde/share/apps/kaffeine/* .local/share/kaffeine/


kaffeine should automatically attempt to migrate existing
channel information if no current channel information is present.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#827531: kaffeine: Please install the upstream manpage

2016-06-17 Thread Adrian Bunk
Package: kaffeine
Version: 2.0.3-1
Severity: normal

$ man kaffeine
No manual entry for kaffeine
See 'man 7 undocumented' for help when manual pages are not available.
$


doc/man-kaffeine.1.docbook are sources for the upstream manpage that
should be installed.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] How to not handle bugs

2013-11-09 Thread Adrian Bunk
Hi Mark,

I have to say I am quite disappointed by this poor handling of kaffeine 
bugs:

we have not been able to resolve this issue for you sounds quite 
sarcastic when according to the bug logs for many of the bugs you
never even tried to resolve the issue.

And your lack of any interest for helping Debian kaffeine users with 
their problems also becomes clear at #600970:
Just by reading the description of the bug, it is very obvious that this 
bug has actually been fixed.

If you don't have enough time to handle the bug reports in all 
packages you maintain as KDE Extras Team, you should orphan some
of them.

cu
Adrian



- Forwarded message from Debian Bug Tracking System ow...@bugs.debian.org 
-

Date: Sat, 09 Nov 2013 15:26:27 +1100
From: Mark Purcell m...@debian.org
To: 580801-d...@bugs.debian.org
Cc: 580920-d...@bugs.debian.org, 582194-d...@bugs.debian.org,
 584750-d...@bugs.debian.org, 585069-d...@bugs.debian.org,
 607518-d...@bugs.debian.org, 608056-d...@bugs.debian.org,
 645459-d...@bugs.debian.org, 593392-d...@bugs.debian.org,
 599171-d...@bugs.debian.org, 623717-d...@bugs.debian.org,
 641626-d...@bugs.debian.org, 673034-d...@bugs.debian.org,
 600970-d...@bugs.debian.org
Subject: kaffeine obsolete bug reports - closing

Dear Submitter,

I have closed your report as it is against a very old version of kaffeine 
which is no longer supported by Debian.

I am sorry we have not been able to resolve this issue for you.

Upstream also provide support for kaffeine here: http://hftom.free.fr/phpBB2/

If this is an ongoing issue, could I ask you to file a new report against a 
newer version of kaffeine which is supported by Debian.

Mark

- End forwarded message -


___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#664720: kaffeine: Please change the dependency to kde-runtime

2012-03-20 Thread Adrian Bunk
Package: kaffeine
Version: 1.2.2-1
Severity: minor

Please change the dependency from kdebase-runtime to kde-runtime.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras