Bug#915496: kio-gdrive: missing translations [was Bug#915242: RFS: kio-gdrive/1.2.5-1]

2018-12-03 Thread Nicholas D Steeves
Package: kio-gdrive
Version: 1.2.5-1

Dear Adam and QT/KDE Team,

On Sun, Dec 02, 2018 at 02:03:04AM +, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the sponsorship-requests package:
[snip]
>
> > kio-gdrive (1.2.5-1) unstable; urgency=medium
> >
> >   * New upstream version.
> >   * Drop patches that were merged into this upstream release:
> > - 0001-appstream-don-t-use-hyphen-in-the-component-id.patch
> > - 0002-Add-screenshot-to-gdrive.appdata.xml.patch
> >   * debian/copyright: Update Elvis Angelaccio's email address to reflect
> > updates that were made upstream.
>
> Uploaded.

Thank you for sponsoring :-)

> Note that this version drops all translations: both docs and messages.
> As the change comes from the upstream tarball, I assumed this is intentional
> -- if it's not, please bring us a fixed version.

I might have to file an upstream issue about this, and have opened
this tracking/reminder bug in the meantime.  I assumed that the
following (from the build log) indicated translations were
coalesced into a single file during the build:

  -- Found Intltool: /usr/bin/intltool-extract (found version "0.51.0")
  Merging translations into 
/<>/obj-x86_64-linux-gnu/kaccounts/google-drive.service.
  CREATED /<>/obj-x86_64-linux-gnu/kaccounts/google-drive.service

but that doesn't account for the missing 
/usr/share/doc/HTML/$LANG/kioslave5/gdrive/*

Sorry, I didn't notice that the non-English HTML docs had been dropped
while the English ones remained...thank you for holding me
accountable!  Restoring non-English support is definitely something I
will prioritise, but sadly very little free time at the moment, so
please ping me if I seem to be taking too long.


Sincerely,
Nicholas


signature.asc
Description: PGP signature


Bug#915483: ktexteditor FTBFS: symbol differences

2018-12-03 Thread Adrian Bunk
Source: ktexteditor
Version: 5.51.0-2
Severity: serious
Tags: ftbfs

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

...
   dh_makeshlibs -Xusr/lib/libkdeinit5_\* -O--buildsystem=kf5
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libkf5texteditor5/DEBIAN/symbols doesn't match 
completely debian/libkf5texteditor5.symbols
--- debian/libkf5texteditor5.symbols (libkf5texteditor5_5.51.0-2_amd64)
+++ dpkg-gensymbolsuZm5bx   2018-12-03 12:02:48.282692789 -1200
@@ -2601,7 +2601,7 @@
  (arch=!armel)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 5.51.0
  (arch=armel)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 
5.51.0
  (arch=!armel)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 
5.51.0
- _ZTISt19_Sp_make_shared_tag@Base 5.50.0
+#MISSING: 5.51.0-2# _ZTISt19_Sp_make_shared_tag@Base 5.50.0
  _ZTS10KateBuffer@Base 5.9.0
  _ZTS11QSharedData@Base 5.9.0
  _ZTS11QTextFormat@Base 5.9.0
@@ -2730,6 +2730,7 @@
  _ZTVN6KateVi18EmulatedCommandBarE@Base 5.9.0
  _ZTVN6KateVi8ModeBaseE@Base 5.9.0
  _ZTVN6KateVi9KeyMapperE@Base 5.9.0
+ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 5.51.0-2
  
_ZZZN10KAboutDataC4ERK7QStringS2_S2_S2_N13KAboutLicense10LicenseKeyES2_S2_S2_S2_Ed_NKUlvE_clEvE15qstring_literal@Base
 5.9.0
  (c++)"non-virtual thunk to KTextEditor::ConfigPage::~ConfigPage()@Base" 5.9.0
  (c++)"non-virtual thunk to KTextEditor::Document::~Document()@Base" 5.9.0
dh_makeshlibs: failing due to earlier errors
make: *** [debian/rules:9: binary] Error 2



Bug#873605: libnova-dev: Multi-Arch not fully implemented

2018-12-03 Thread W. Martin Borgert
Control: tags -1 + patch
diff --git a/debian/changelog b/debian/changelog
index 0bb6373..476924b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libnova (0.16-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Complete Multi-Arch (Closes: #873605).
+
+ -- 
+
 libnova (0.16-2) unstable; urgency=medium
 
   * Add new patch: Use-CFLAGS-from-environment.patch.
diff --git a/debian/control b/debian/control
index 8477fac..1a30a01 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Description: celestial mechanics, astrometry and astrodynamics library
 
 Package: libnova-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: libnova-0.16-0 (= ${binary:Version}),
  ${misc:Depends},
@@ -29,3 +30,16 @@ Description: development files for libnova astronomical library
  Astrometry and Astrodynamics library.
  .
  This package contains the development files.
+
+Package: libnova-dev-bin
+Architecture: any
+Multi-Arch: foreign
+Section: libdevel
+Depends: libnova-dev (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: development config tool for libnova astronomical library
+ libnova is a general purpose, double precision, Celestial Mechanics,
+ Astrometry and Astrodynamics library.
+ .
+ This package contains the libnovaconfig tool.
diff --git a/debian/libnova-dev-bin.install b/debian/libnova-dev-bin.install
new file mode 100644
index 000..e5d5508
--- /dev/null
+++ b/debian/libnova-dev-bin.install
@@ -0,0 +1 @@
+usr/bin/libnovaconfig
diff --git a/debian/libnova-dev.manpages b/debian/libnova-dev-bin.manpages
similarity index 100%
rename from debian/libnova-dev.manpages
rename to debian/libnova-dev-bin.manpages
diff --git a/debian/libnova-dev.install b/debian/libnova-dev.install
index 839cf32..53a73ec 100644
--- a/debian/libnova-dev.install
+++ b/debian/libnova-dev.install
@@ -1,4 +1,3 @@
-usr/bin/libnovaconfig
 usr/include/libnova/aberration.h
 usr/include/libnova/airmass.h
 usr/include/libnova/angular_separation.h


Processed: libnova-dev: Multi-Arch not fully implemented

2018-12-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #873605 [libnova-dev] libnova-dev: Multi-Arch not fully implemented
Added tag(s) patch.

-- 
873605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#914862: Ark can't handle rar archives that contain files with square brackets (that is, "[" and "]") in the name

2018-12-03 Thread local10
Package: ark
Version: 4:18.08.3-1

The issue is still present for me.



Bug#915390: clazy: Segmentation fault compiling any file

2018-12-03 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Alberto!

El lun., 3 dic. 2018 09:48, Alberto Luaces  escribió:

> Package: clazy
> Version: 1.4-3
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> attempting to compile any file on my system results in a segfault.
> Could it be that a runtime dependency is missing from d/control?


Clazy calls clang, so maybe that's what's missing. I can't tell you right
now which package it is, but should be easy to find.


KDE/Qt tests [was Re: Bug#906694: purpose: autopkgtest regression]

2018-12-03 Thread Paul Gevers
Hi Maximiliano, others

On Mon, 3 Dec 2018 11:24:15 -0300 Maximiliano Curia
 wrote:
> About the kde frameworks uploads, they are handled in a bundle, and breaks 
> and 
> dependencies are added so they migrate to testing as needed, the same breaks 
> and dependencies can cause temporary uninstallability in unstable, thus, 
> having a lot of temporary regressions, in order to have a "smoother" testing.
> 
> At the same time, the autopkgtest run (mostly) upstream's unittests (mostly 
> the ones that can't be run as part of the build). But, sadly, upstream 
> doesn't 
> enforce running their unittests as part of their development nor release 
> process, so, some regressions in part of their unittests is "normal". This 
> fits "nicely" with the current way Debian delays the transitions to testing, 
> which gives enough time to unstable users to report real regressions in 
> behaviour.
> 
> All of this is to explain that, currently, a report about autopkgtest issues 
> is not really useful to us, and would be time better spent reporting them 
> directly upstream (if it applies). Furthermore, once the autopkgtest are used 
> to block the migration to testing completely, we would be forced to to simply 
> drop most of the tests (as long as upstream doesn't change their policy 
> regarding unittest).
> 
> This can be considered as a documentation of the current state of affairs 
> regarding kde frameworks and kde plasma. No response needed.

However, currently regressions due to glibc in kio, kdelibs4support,
khtml and kparts are blocking the migration of glibc to testing. Should
we be ignoring those regressions as well? If that is the case, can you
please already start removing the tests, as they also hamper other
packages, or maybe you want to mark them as "flaky" [1]. All four fail
on the abi-compliance test.

Paul

[1]
https://salsa.debian.org/ci-team/autopkgtest/raw/master/doc/README.package-tests.rst



signature.asc
Description: OpenPGP digital signature


[bts-link] source package dolphin

2018-12-03 Thread debian-bts-link
#
# bts-link upstream status pull for source package dolphin
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
# https://bts-link-team.pages.debian.net/bts-link/
#

user debian-bts-l...@lists.debian.org

# remote status report for #733199 (http://bugs.debian.org/733199)
# Bug title: dolphin: reproducable crash with drag and drop (for example to vlc)
#  * http://bugs.kde.org/show_bug.cgi?id=328255
#  * remote status changed: NEEDSINFO -> RESOLVED
#  * remote resolution changed: WAITINGFORINFO -> WORKSFORME
#  * closed upstream
tags 733199 + fixed-upstream
usertags 733199 - status-NEEDSINFO resolution-WAITINGFORINFO
usertags 733199 + status-RESOLVED resolution-WORKSFORME

thanks



Processed: [bts-link] source package dolphin

2018-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package dolphin
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> # https://bts-link-team.pages.debian.net/bts-link/
> #
> user debian-bts-l...@lists.debian.org
Setting user to debian-bts-l...@lists.debian.org (was 
debian-bts-l...@lists.debian.org).
> # remote status report for #733199 (http://bugs.debian.org/733199)
> # Bug title: dolphin: reproducable crash with drag and drop (for example to 
> vlc)
> #  * http://bugs.kde.org/show_bug.cgi?id=328255
> #  * remote status changed: NEEDSINFO -> RESOLVED
> #  * remote resolution changed: WAITINGFORINFO -> WORKSFORME
> #  * closed upstream
> tags 733199 + fixed-upstream
Bug #733199 [dolphin] dolphin: reproducable crash with drag and drop (for 
example to vlc)
Added tag(s) fixed-upstream.
> usertags 733199 - status-NEEDSINFO resolution-WAITINGFORINFO
Usertags were: resolution-WAITINGFORINFO status-NEEDSINFO.
Usertags are now: .
> usertags 733199 + status-RESOLVED resolution-WORKSFORME
There were no usertags set.
Usertags are now: status-RESOLVED resolution-WORKSFORME.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
733199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907340: marked as done (qtbase-opensource-src breaks purpose autopkgtest possibly due to new openssl)

2018-12-03 Thread Debian Bug Tracking System
Your message dated Mon, 3 Dec 2018 11:24:15 -0300
with message-id <20181203142414.znbh5sil2p4sx...@neoptolemo.gnuservers.com.ar>
and subject line Re: Bug#906694: purpose: autopkgtest regression
has caused the Debian Bug report #906694,
regarding qtbase-opensource-src breaks purpose autopkgtest possibly due to new 
openssl
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.)


-- 
906694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qtbase-opensource-src, purpose
Version: qtbase-opensource-src/5.11.1+dfsg-7
Version: purpose/5.47.0-1
X-Debbugs-CC: debian...@lists.debian.org, open...@packages.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update
Control: block 907015 by -1

Dear maintainers,

With a recent upload of qtbase-opensource-src the autopkgtest of purpose
started to fail in testing. I copied the output below.

I suspect that this regression is due to the fact that
qtbase-opensource-src was build with the 1.1.1* version of openssl which
incorporates changes regarding the default minimum level of security,
hence the CC. I suggest to discuss with the openssl maintainers how to
best fix this situation. I added a block relation on a tracking bug for
this as well.

Currently this regression is contributing to the delay of the migration
of qtbase-opensource-src to testing [1] and I assigned this bug to both
source packages (qtbase-opensource-src, purpose). Could you please
investigate the situation and reassign the bug to the right package? If
needed, please change the bug's severity as appropriate. I just filed a
similar bug against the qtbase-opensource-src, kdeconnect combination;
#907339, if both these issue are fully due to qtbase-opensource-src,
they should probably be merged)

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=qtbase-opensource-src

https://ci.debian.net/data/autopkgtest/testing/amd64/p/purpose/883222/log.gz

autopkgtest [05:31:24]: test testsuite: [---
Openbox-Message: Unable to find a valid menu file
"/var/lib/openbox/debian-menu.xml"
libKF5Parts.so.5 was not found.
libKF5Plasma.so.5 was not found.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 20788, result = 0
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :99
cd obj-x86_64-linux-gnu && make -j1 test ARGS\+=-j1
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project
/tmp/autopkgtest-lxc.d450qx99/downtmp/build.4qo/src/obj-x86_64-linux-gnu
Start 1: alternativesmodeltest
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kf5.kio.kio_http: Can't communicate with kded_kcookiejar!
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: PID 20805 terminated.
kdeinit5: PID 20817 terminated.
kdeinit5: PID 20806 terminated.
1/2 Test #1: alternativesmodeltest ***Failed5.40 sec
* Start testing of AlternativesModelTest *
Config: Using QtTest library 5.11.1, Qt 5.11.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.2.0)
PASS   : AlternativesModelTest::initTestCase()
QDEBUG : AlternativesModelTest::runJobTest() missing mandatory argument
"destinationPath"
QDEBUG : AlternativesModelTest::runJobTest() missing mandatory argument
"destinationPath"
QWARN  : AlternativesModelTest::runJobTest() kf5.kservice.services:
KMimeTypeTrader: couldn't find service type "KParts/ReadOnlyPart"
Please ensure that the .desktop file for it is installed; then run
kbuildsycoca5.
FAIL!  : AlternativesModelTest::runJobTest() 's.count() || s.wait()'
returned FALSE. ()
   Loc:
[/tmp/autopkgtest-lxc.d450qx99/downtmp/build.4qo/src/autotests/alternativesmodeltest.c

Bug#906694: marked as done (purpose: autopkgtest regression)

2018-12-03 Thread Debian Bug Tracking System
Your message dated Mon, 3 Dec 2018 11:24:15 -0300
with message-id <20181203142414.znbh5sil2p4sx...@neoptolemo.gnuservers.com.ar>
and subject line Re: Bug#906694: purpose: autopkgtest regression
has caused the Debian Bug report #906694,
regarding purpose: autopkgtest regression
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.)


-- 
906694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: purpose
Version: 5.49.0-1
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: regression

Dear maintainers,

With the upload of 5.49.0-1 the autpkgtest of your package started to
fail in unstable and testing. I copied the output below.

Currently this regression is contributing to the delay of the migration
to testing [1]. Could you please investigate the situation and fix it?
If needed, please change the bug's severity as appropriate.

Two days ago there has been quite some uploads in the KDE stack which
triggered a lot of regressions, which seem to be resolved once all
packages were build. This regression however seems to remain, I am
totally sure if it is not merely waiting for some other package, but I
don't think so.

More information about this bug and the reason for filing it can be
found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=purpose

https://ci.debian.net/data/autopkgtest/testing/amd64/p/purpose/845553/log.gz

autopkgtest [06:34:59]: test testsuite: [---
Openbox-Message: Unable to find a valid menu file
"/var/lib/openbox/debian-menu.xml"
libKF5Parts.so.5 was not found.
libKF5Plasma.so.5 was not found.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 20492, result = 0
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :99
cd obj-x86_64-linux-gnu && make -j2 test ARGS\+=-j2
Running tests...
/usr/bin/ctest --force-new-ctest-process -j2
Test project
/tmp/autopkgtest-lxc.ob13vu9y/downtmp/build.g9E/src/obj-x86_64-linux-gnu
Start 1: alternativesmodeltest
Start 2: menutest
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kf5.kio.kio_http: Can't communicate with kded_kcookiejar!
kf5.kio.kio_http: Can't communicate with kded_kcookiejar!
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kdeinit5: Got EXEC_NEW
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so' from launcher.
kdeinit5: preparing to launch
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'
kf5.kio.kio_http: Can't communicate with kded_kcookiejar!
kf5.kio.kio_http: Can't communicate with kded_kcookiejar!
kf5.kio.kio_file:  Couldn't rename  "/tmp/purposetest.part"  to
"/tmp/purposetest"
kdeinit5: PID 20520 terminated.
kdeinit5: PID 20531 terminated.
kdeinit5: PID 20521 terminated.
1/2 Test #2: menutest .***Failed2.50 sec
* Start testing of MenuTest *
Config: Using QtTest library 5.11.1, Qt 5.11.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.1.0)
PASS   : MenuTest::initTestCase()
QWARN  : MenuTest::runJobTest()
qrc:/org/kde/purpose/RunningJob.qml:46:16: Unable to assign ulong to double
QWARN  : MenuTest::runJobTest() kf5.kservice.services: KMimeTypeTrader:
couldn't find service type "KParts/ReadOnlyPart"
Please ensure that the .desktop file for it is installed; then run
kbuildsycoca5.
QDEBUG : MenuTest::runJobTest() job failed with error " /tmp/purposetest"
FAIL!  : MenuTest::runJobTest() Compared values are not the same
   Actual   (error): 157
   Expected (0): 0
   Loc:
[/tmp/autopkgtest-lxc.ob13vu9y/downtmp/build.g9E/s

Bug#915390: clazy: Segmentation fault compiling any file

2018-12-03 Thread Alberto Luaces
Package: clazy
Version: 1.4-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

attempting to compile any file on my system results in a segfault.
Could it be that a runtime dependency is missing from d/control?

Steps to reproduce:

> touch a.cpp
> clazy a.cpp 
#0 0x7f825a95352a llvm::sys::PrintStackTrace(llvm::raw_ostream&) 
(/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x92152a)
#1 0x7f825a95164e llvm::sys::RunSignalHandlers() 
(/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x91f64e)
#2 0x7f825a9517dd (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x91f7dd)
#3 0x7f825dc2b8e0 __restore_rt 
(/lib/x86_64-linux-gnu/libpthread.so.0+0x128e0)
#4 0x7f8254bc6ac4 (/usr/lib/x86_64-linux-gnu/libLLVM-7.so.1+0x106dac4)
#5 0x7f82543e9c78 
llvm::WebAssemblyTargetWasmStreamer::emitGlobalImport(llvm::StringRef) 
(/usr/lib/x86_64-linux-gnu/libLLVM-7.so.1+0x890c78)
#6 0x7f825dca90ca (/lib64/ld-linux-x86-64.so.2+0xf0ca)
#7 0x7f825dca91d6 (/lib64/ld-linux-x86-64.so.2+0xf1d6)
#8 0x7f825dcad253 (/lib64/ld-linux-x86-64.so.2+0x13253)
#9 0x7f8259a41adf _dl_catch_exception 
(/lib/x86_64-linux-gnu/libc.so.6+0x133adf)
#10 0x7f825dcacb1a (/lib64/ld-linux-x86-64.so.2+0x12b1a)
#11 0x7f82594a0276 __asprintf (/lib/x86_64-linux-gnu/libdl.so.2+0x1276)
#12 0x7f8259a41adf _dl_catch_exception 
(/lib/x86_64-linux-gnu/libc.so.6+0x133adf)
#13 0x7f8259a41b6f _dl_catch_error 
(/lib/x86_64-linux-gnu/libc.so.6+0x133b6f)
#14 0x7f82594a0975 (/lib/x86_64-linux-gnu/libdl.so.2+0x1975)
#15 0x7f82594a0331 dlopen (/lib/x86_64-linux-gnu/libdl.so.2+0x1331)
#16 0x7f825a93dc53 llvm::sys::DynamicLibrary::HandleSet::DLOpen(char 
const*, std::__cxx11::basic_string, 
std::allocator >*) (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x90bc53)
#17 0x7f825a93def2 llvm::sys::DynamicLibrary::getPermanentLibrary(char 
const*, std::__cxx11::basic_string, 
std::allocator >*) (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x90bef2)
#18 0x55d0d6d7daba 
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) 
(/usr/lib/llvm-6.0/bin/clang+0x8e9aba)
#19 0x55d0d68d8678 cc1_main(llvm::ArrayRef, char const*, 
void*) (/usr/lib/llvm-6.0/bin/clang+0x444678)
#20 0x55d0d68c8117 main (/usr/lib/llvm-6.0/bin/clang+0x434117)
#21 0x7f8259930b17 __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x22b17)
#22 0x55d0d68d665a _start (/usr/lib/llvm-6.0/bin/clang+0x44265a)
Stack dump:
0.  Program arguments: /usr/lib/llvm-6.0/bin/clang -cc1 -triple 
x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier 
-discard-value-names -main-file-name a.cpp -mrelocation-model static 
-mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose 
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 
-dwarf-column-info -debugger-tuning=gdb -resource-dir 
/usr/lib/llvm-6.0/lib/clang/6.0.1 -internal-isystem 
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8 
-internal-isystem 
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8
 -internal-isystem 
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8
 -internal-isystem 
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward 
-internal-isystem /usr/include/clang/6.0.1/include/ -internal-isystem 
/usr/local/include -internal-isystem /usr/lib/llvm-6.0/lib/clang/6.0.1/include 
-internal-externc-isystem /usr/include/x86_64-linux-gnu 
-internal-externc-isystem /include -internal-externc-isystem /usr/include 
-fdeprecated-macro -fdebug-compilation-dir /home/alberto/tmp/biolim/build_clazy 
-ferror-limit 19 -fmessage-length 190 -fobjc-runtime=gcc -fcxx-exceptions 
-fexceptions -fdiagnostics-show-option -fcolor-diagnostics -load ClangLazy.so 
-add-plugin clang-lazy -o /tmp/a-239fc9.o -x c++ a.cpp 
clang: error: unable to execute command: Segmentation fault
clang: error: clang frontend command failed due to signal (use -v to see 
invocation)
clang version 6.0.1-9.2 (tags/RELEASE_601/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and 
associated run script.
clang: error: unable to execute command: Bus error
clang: note: diagnostic msg: Error generating preprocessed source(s).

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages clazy depends on:
ii  libc6   2.27-8
ii  libgcc1 1:8.2.0-9
ii  libllvm71:7-6
ii  libstdc++6  8.2.0-9

clazy recommends no packages.

clazy suggests no packages.

--

Bug#858937: kde4libs: Please migrate to openssl1.1 in buster

2018-12-03 Thread Sebastian Andrzej Siewior
On 2018-12-03 12:30:53 [+0100], Didier 'OdyX' Raboud wrote:
> > If you switch to openssl-dev with this upload, please make it depend on
> > libssl1.1 (which does not happen because it does not depend on any symbols)
> > and the you could also close
> > 
> > #913959 [S|  |  ] [src:kde4libs] kde4libs: Build-Depends on libssl1.0-dev
> 
> I've checked thoroughly, and didn't find any package from src:kde4libs which 
> has a relationship with libssl*; so I think this upload at least is no 
> regression in that regard.

The package loads libssl's symbols dynamically and has to dependencies
on libssl1.1 / libssl1.0.2 and I miss it on  a regular basis during
testing.

> Cheers,
> OdyX

Sebastian



Bug#858937: kde4libs: Please migrate to openssl1.1 in buster

2018-12-03 Thread Didier 'OdyX' Raboud
Le samedi, 1 décembre 2018, 15.33:37 h CET Sebastian Andrzej Siewior a écrit :
> On December 1, 2018 2:02:42 PM UTC, Didier 'OdyX' Raboud  
wrote:
> >So; to get the ball rolling on this RC bug:
> >
> >* I've prepared a Debian patch with it
> 
> If you switch to openssl-dev with this upload, please make it depend on
> libssl1.1 (which does not happen because it does not depend on any symbols)
> and the you could also close
> 
> #913959 [S|  |  ] [src:kde4libs] kde4libs: Build-Depends on libssl1.0-dev

I've checked thoroughly, and didn't find any package from src:kde4libs which 
has a relationship with libssl*; so I think this upload at least is no 
regression in that regard.

Cheers,
OdyX

signature.asc
Description: This is a digitally signed message part.