Bug#998010: dpkg: Compression type not respected by, or passed to .deb packing

2021-10-28 Thread Kim Alvefur (Zash)
Package: dpkg
Version: 1.20.9
Severity: normal

Dear Maintainer,

We (Prosody.im) have a repo where we provide the latest version of
Prosody, as well as nightly builds. We use pbuilder and reprepro.

Due to Canonical having gone ahead with making Zstandard the default
Compression method for Ubuntu (see #892664), and thus packages built in
an Ubuntu environment having zstd control and data archives, which are
not supported (indirectly?) by reprepro on Debian, I've tried to pass -Z
to the package build procedure, but it appears to have no effect on the
resulting .deb files.

Running e.g. `dpkg-buildpackage -Zgzip` still produces .xz members of
the .deb on Debian, and .zstd on Ubuntu, so it seems that the -Z flag is
not passed all the way to whichever command (dpkg-deb ?) actually packs
the .deb file.

-- Package-specific info:
System tainted due to merged-usr-via-aliased-dirs.

-- System Information:
Debian Release: 11.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-9-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dpkg depends on:
ii  libbz2-1.0   1.0.8-4
ii  libc62.31-13+deb11u2
ii  liblzma5 5.2.5-2
ii  libselinux1  3.1-3
ii  tar  1.34+dfsg-1
ii  zlib1g   1:1.2.11.dfsg-2

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt2.2.4
pn  debsig-verify  

-- no debconf information



Bug#991377: neomutt: SIGSEGV on null pointer dereference in cmd_parse_fetch()

2021-07-21 Thread Kim Alvefur (Zash)
Package: neomutt
Version: 20201127+dfsg.1-1.1
Severity: normal

Dear Maintainer,

I experienced a crash in neomutt. I'm afraid I'm not sure what exactly
triggered it, or how to reproduce.

(gdb) bt
#0  0x5595a5ee9b61 in cmd_parse_fetch (s=0x5595a724f822 "13 FETCH (UID 7898 
FLAGS (\\Seen))", adata=0x5595a6f6e9d0) at ../imap/command.c:427
#1  cmd_handle_untagged (adata=0x5595a6f6e9d0) at ../imap/command.c:998
#2  imap_cmd_step (adata=adata@entry=0x5595a6f6e9d0) at ../imap/command.c:1130
#3  0x5595a5eea570 in imap_cmd_step (adata=adata@entry=0x5595a6f6e9d0) at 
../imap/command.c:1082
#4  0x5595a5ef1d68 in read_headers_normal_eval_cache 
(adata=adata@entry=0x5595a6f6e9d0, msn_end=msn_end@entry=10202, 
uid_next=uid_next@entry=22692, 
store_flag_updates=store_flag_updates@entry=false, 
eval_condstore=eval_condstore@entry=false) at ../imap/message.c:729
#5  0x5595a5ef285a in imap_read_headers (m=m@entry=0x5595a6f31a10, 
msn_begin=msn_begin@entry=1, msn_end=msn_end@entry=10202, 
initial_download=initial_download@entry=true) at ../imap/message.c:1338
#6  0x5595a5eec585 in imap_mbox_open (m=0x5595a6f31a10) at 
../imap/imap.c:2084
#7  0x5595a5e830b8 in mx_mbox_open (m=0x5595a6f31a10, flags=flags@entry=0 
'\000') at ../mx.c:400
#8  0x5595a5e63eb5 in change_folder_mailbox (menu=0x5595a7282250, 
m=, oldcount=oldcount@entry=0x7ffed068b104, 
cur=cur@entry=0x7ffed068b110, read_only=read_only@entry=false) at ../index.c:756
#9  0x5595a5e65376 in mutt_index_menu (dlg=0x5595a728df60) at 
../index.c:2456
#10 0x5595a5e4514a in main (argc=1, argv=0x7ffed068deb8, envp=) at ../main.c:1236

So it points to this line:

../imap/command.c
427mutt_debug(LL_DEBUG2, "Message UID %u updated\n", 
imap_edata_get(e)->uid);

(gdb) p e
$1 = (struct Email *) 0x5595a789c200

imap_edata_get(e) returns e->edata or NULL, but the former is apparently also 
NULL:

(gdb) p e->edata
$2 = (void *) 0x0

So that would explain the SIGSEGV. Not sure where to go from here, not
familiar with this codebase.

-- 
Thanks

PS.
Debuginfod is quite convenient, thanks for that.
DS;

-- Package-specific info:
NeoMutt 20201127
Copyright (C) 1996-2020 Michael R. Elkins and others.
NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'.
NeoMutt is free software, and you are welcome to redistribute it
under certain conditions; type 'neomutt -vv' for details.

System: Linux 5.10.0-7-amd64 (x86_64)
ncurses: ncurses 6.2.20201114 (compiled with 6.2.20201114)
libidn: 1.33 (compiled with 1.33)
GPGME: 1.14.0-unknown
GnuTLS: 3.7.1
libnotmuch: 5.3.0
storage: tokyocabinet

Configure options: --build=x86_64-linux-gnu --prefix=/usr 
{--includedir=${prefix}/include} {--mandir=${prefix}/share/man} 
{--infodir=${prefix}/share/info} --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
{--libdir=${prefix}/lib/x86_64-linux-gnu} 
{--libexecdir=${prefix}/lib/x86_64-linux-gnu} --disable-maintainer-mode 
--disable-dependency-tracking --mandir=/usr/share/man --libexecdir=/usr/libexec 
--with-mailpath=/var/mail --gpgme --lua --notmuch --with-ui --gnutls --gss 
--idn --mixmaster --sasl --tokyocabinet --sqlite --autocrypt

Compilation CFLAGS: -g -O2 
-ffile-prefix-map=/build/neomutt-ZjE4sq/neomutt-20201127+dfsg.1=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 
-D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/include 
-I/usr/include/lua5.4 -DNCURSES_WIDECHAR -isystem /usr/include/mit-krb5

Default options:
  +attach_headers_color +compose_to_sender +compress +cond_date +debug 
  +encrypt_to_self +forgotten_attachments +forwref +ifdef +imap +index_color 
  +initials +limit_current_thread +multiple_fcc +nested_if +new_mail +nntp +pop 
  +progress +quasi_delete +regcomp +reply_with_xorig +sensible_browser +sidebar 
  +skip_quoted +smtp +status_color +timeout +tls_sni +trash 

Compile options:
  +autocrypt +bkgdset +color +curs_set +fcntl -flock -fmemopen +futimens 
  +getaddrinfo +gnutls +gpgme +gss +hcache -homespool +idn +inotify 
  -locales_hack +lua +meta +mixmaster +nls +notmuch -openssl +pgp +regex +sasl 
  +smime +sqlite +start_color +sun_attachment +typeahead 
MAILPATH="/var/mail"
MIXMASTER="mixmaster"
PKGDATADIR="/usr/share/neomutt"
SENDMAIL="/usr/sbin/sendmail"
SYSCONFDIR="/etc"

To learn more about NeoMutt, visit: https://neomutt.org
If you find a bug in NeoMutt, please raise an issue at:
https://github.com/neomutt/neomutt/issues
or send an email to: 

-- System Information:
Debian Release: 11.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages neomutt depends on:
ii  libc6 2.31-12
ii  libgnutls30   3.7.1-5
ii  libgpg-error0 1.38-2
ii  libgpgme111.1

Bug#990098: RFP: lua-format -- A Lua code formatter

2021-06-20 Thread Kim Alvefur (Zash)
Package: wnpp
Severity: wishlist

* Package name: lua-format
  Version : 1.3.6
  Upstream Author : Koihik 
* URL : https://github.com/Koihik/LuaFormatter
* License : Apache 2.0
  Programming Lang: C++
  Description : A Lua code formatter

A configurable code formatter for the Lua language.

I have been using this for a while, installed via LuaRocks, and it works fine.



Bug#976356: biboumi: new upstream release 9.0

2020-12-03 Thread Kim Alvefur (Zash)
Package: biboumi
Version: 8.3-1
Severity: wishlist

Dear Maintainer,

A new upstream release of biboumi is available:
https://lab.louiz.org/louiz/biboumi/-/blob/9.0/CHANGELOG.rst

Packaging it would be greatly appreciated.

-- System Information:
Debian Release: 10.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-12-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages biboumi depends on:
ii  adduser   3.118
ii  libbotan-2-9  2.9.0-2
ii  libc6 2.28-10
ii  libexpat1 2.2.6-2+deb10u1
ii  libgcc1   1:8.3.0-6
ii  libidn11  1.33-2.2
ii  libpq511.9-0+deb10u1
ii  libsqlite3-0  3.27.2-3
ii  libstdc++68.3.0-6
ii  libsystemd0   241-7~deb10u4
ii  libudns0  0.4-1+b1
ii  libuuid1  2.33.1-0.1

biboumi recommends no packages.

biboumi suggests no packages.



Bug#966304: lua-readline: readline.lua not installed

2020-07-26 Thread Kim Alvefur (Zash)
Package: lua-readline
Version: 2.7-2
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

Thanks for packagging lua-readline. Unfortunately, the package installs
only the binary module and is missing the `readline.lua` file.

Easy fix, see attached patch.

-- 
Regards,
Kim "Zash" Alvefur

PS: Yes, I've built and tested this on Stable. Please excuse my
Franken-Debian. :) DS.

-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lua-readline depends on:
ii  libc6 2.28-10
ii  libreadline7  7.0-5
ii  lua-posix 33.4.0-3

lua-readline recommends no packages.

lua-readline suggests no packages.

-- no debconf information
>From be1e9c73c870b2d60fec5749729520a9737e1161 Mon Sep 17 00:00:00 2001
From: Kim Alvefur 
Date: Sun, 26 Jul 2020 12:49:08 +0200
Subject: [PATCH] Include missing Lua source in install

---
 debian/lua5.1.dh-lua.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf
index 51ca5ad..802b326 100644
--- a/debian/lua5.1.dh-lua.conf
+++ b/debian/lua5.1.dh-lua.conf
@@ -11,7 +11,7 @@ LUA_MODNAME_CPART_UNDERSCORE=readline
 
 ### things relative to the lua library part
 LUA_HEADER=
-LUA_SOURCES=
+LUA_SOURCES=readline.lua
 LUA_MODNAME=
 LUA_TEST=
 
-- 
2.20.1



Bug#949956: extrepo: "Unknown error executing apt-key" on apt update after adding repo and umask 0027

2020-01-27 Thread Kim Alvefur (Zash)
Package: extrepo
Version: 0.6~bpo10~1
Severity: normal

Dear Maintainer,

After adding a repo with extrepo and running apt-get update, I got this error:

Err:4 http://packages.prosody.im/debian buster InRelease
  Unknown error executing apt-key
Reading package lists... Done
W: GPG error: http://packages.prosody.im/debian buster InRelease: Unknown error
executing apt-key
E: The repository 'http://packages.prosody.im/debian buster InRelease' is not
signed.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.

After some experimenting it looked like it was related to the permissions of
the installed key,
which are were 0640/-rw-r- here. This seems to be because I run with `umask
0027`.
After `chmod a+r  /var/lib/extrepo/keys/*.key` apt-get update is happier.

--
Regards,
Kim "Zash" Alvefur



-- System Information:
Debian Release: 10.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8), 
LANGUAGE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages extrepo depends on:
ii  gpgv  2.2.12-1+deb10u1
ii  libcryptx-perl0.063-1
ii  libdpkg-perl  1.19.7
ii  libwww-perl   6.36-2
ii  libyaml-libyaml-perl  0.76+repack-1
ii  perl  5.28.1-6

extrepo recommends no packages.

extrepo suggests no packages.

-- no debconf information


signature.asc
Description: PGP signature


Bug#941747: lua-sec: Memory leak

2019-10-04 Thread Kim Alvefur (Zash)
Package: lua-sec
Version: 0.7-1
Severity: important
Tags: patch upstream

Dear Maintainer,

A memory leak was discovered and fixed in lua-sec. It affects Prosody.

The fix
:   https://github.com/brunoos/luasec/pull/144

Upstream backported and released 0.7.1.

Release
:   https://github.com/brunoos/luasec/releases/tag/luasec-0.7.1

Backported patch
:   
https://github.com/brunoos/luasec/commit/8dafea410f2bbc67808359ec88c2af7175fdfa7c

It would be great if the Debian package in buster and stretch-backports
could be updated to this version. There were no other changes since 0.7.

-- 
Thanks,
Kim "Zash" Alvefur

-- System Information:
Debian Release: 10.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#939805: painintheapt with only pubsub configured does not work

2019-09-08 Thread Kim Alvefur (Zash)
Package: painintheapt
Version: 0.20181201-1
Severity: normal

Dear Maintainer,

If configured with pubsub_service and pubsub_node then painintheapt
prints "xep_0060" and exits with status code 1.


-- System Information:
Debian Release: 10.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages painintheapt depends on:
ii  python3  3.7.3-1
ii  python3-apt  1.8.4
ii  python3-prettytable  0.7.2-4
ii  python3-sleekxmpp1.3.3-4

painintheapt recommends no packages.

Versions of packages painintheapt suggests:
ii  cron [cron-daemon]  3.0pl1-134

-- Configuration Files:
/etc/painintheapt.conf changed [not included]

-- no debconf information



Bug#932488: dh-lua: Support Lua 5.4

2019-07-19 Thread Kim Alvefur (Zash)
Package: dh-lua
Version: 25+nmu1
Severity: wishlist
Tags: patch

Dear Maintainer,

Since Lua 5.4 recently landed in experimental it would be good if dh-lua
was aware of this.

The attached patch makes Lua 5.4 work as a target when building for
multiple Lua versions.


-- System Information:
Debian Release: 10.0
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8), 
LANGUAGE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dh-lua depends on:
ii  dctrl-tools 2.24-3
ii  debhelper   12.1.1
ii  libfile-find-rule-perl  0.34-1
ii  liblua5.1-0-dev 5.1.5-8.1+b2
ii  liblua5.2-dev   5.2.4-1.1+b2
ii  liblua5.3-dev   5.3.3-1.1
ii  libtool 2.4.6-9
ii  libtool-bin 2.4.6-9
ii  lua5.1  5.1.5-8.1+b2
ii  lua5.2  5.2.4-1.1+b2
ii  lua5.3  5.3.3-1.1
ii  perl5.28.1-6
ii  pkg-config  0.29-6

Versions of packages dh-lua recommends:
ii  dpkg-dev  1.19.7

dh-lua suggests no packages.

-- no debconf information



Bug#916352: lua5.3: Not included in alternatives

2018-12-13 Thread Kim Alvefur (Zash)
Package: lua5.3
Version: 5.3.3-1
Severity: wishlist

Dear Maintainer,

The Lua 5.3 interpreter is not included in the available alternatives for lua-
interpreter.  Same with lua-compiler and -manual.
It would be nice if it was.

--
Thanks,
Kim "Zash" Alvefur



-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lua5.3 depends on:
ii  libc6 2.24-11+deb9u3
ii  libreadline7  7.0-3

lua5.3 recommends no packages.

lua5.3 suggests no packages.

-- debconf-show failed



Bug#916318: lua-cyrussasl: New upstream release 1.1.0

2018-12-12 Thread Kim Alvefur (Zash)
Source: lua-cyrussasl
Severity: normal

Dear Maintainer,

Please package the newer upstream version 1.1.0:
https://github.com/JorjBauer/lua-cyrussasl/releases/tag/v1.1.0

Commit log suggests this includes changes needed to fix #914536

-- 
Thanks,
Kim "Zash" Alvefur

-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#915960: RFP: lua5.4 -- Simple, extensible, embeddable programming language

2018-12-08 Thread Kim Alvefur (Zash)
Package: wnpp
Severity: wishlist

* Package name: lua5.4
  Version : 5.4.0-work2
  Upstream Author : Lua.org, PUC-Rio.
* URL : http://www.lua.org/work
* License : MIT
  Programming Lang: C
  Description : Simple, extensible, embeddable programming language

The Lua authors are getting ready to release Lua 5.4.0, the next version
of Lua.

Would be of value to have something to start testing various lua-*
packages against.

Presumably this also affects the dh-lua package.

-- 
Kim "Zash" Alvefur



Bug#909394: luarocks: New upstream release 3.0.3

2018-09-22 Thread Kim Alvefur (Zash)
Package: luarocks
Version: 2.4.2+dfsg-1
Severity: normal

Dear Maintainer,

A new major verion of luarocks is available and it would be nice if it
was packaged.

This version supports per Lua version trees with a single install, which
was requested in #68955.

-- 
Thanks,
Kim "Zash" Alvefur

-- System Information:
Debian Release: 9.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages luarocks depends on:
ii  liblua5.1-0-dev [liblua5.1-dev]  5.1.5-8.1+b2
ii  liblua5.2-dev5.2.4-1.1+b2
ii  liblua5.3-dev5.3.3-1
ii  lua-any  24
ii  lua5.1   5.1.5-8.1+b2
ii  lua5.2   5.2.4-1.1+b2
ii  lua5.3   5.3.3-1
ii  unzip6.0-21
ii  wget 1.18-5+deb9u2
ii  zip  3.0-11+b1

Versions of packages luarocks recommends:
ii  lua-sec  0.7.2-1

luarocks suggests no packages.



Bug#860122: mutt: SIGSEGV when saving a file to sshfs dir

2017-04-11 Thread Kim Alvefur (Zash)
Package: mutt
Version: 1.7.2-1
Severity: normal

Dear Maintainer,

Attempt to save an email into a directory mounted via FUSE / sshfs
causes a segmentation fault.

The file is created, but empty. Due to lack of debug symbols in stretch,
all I get from gdb is the following:

#0  __GI___fileno (fp=0x0) at fileno.c:35
35  fileno.c: No such file or directory.

(gdb) bt full
#0  __GI___fileno (fp=0x0) at fileno.c:35
No locals.
#1  0x55ba7acd98b6 in ?? ()
No symbol table info available.
#2  0x55ba7ace321b in ?? ()
No symbol table info available.
#3  0x55ba7ace3642 in ?? ()
No symbol table info available.
#4  0x55ba7aca9c89 in ?? ()
No symbol table info available.
#5  0x55ba7acebb7d in ?? ()
No symbol table info available.
#6  0x55ba7aca89f5 in ?? ()
No symbol table info available.
#7  0x55ba7acb7f0c in ?? ()
No symbol table info available.
#8  0x55ba7ac98f16 in ?? ()
No symbol table info available.
#9  0x7fb68efa32b1 in __libc_start_main (main=0x55ba7ac977b0, argc=1, 
argv=0x7fff6cb401a8, init=, fini=, 
rtld_fini=, stack_end=0x7fff6cb40198) at ../csu/libc-start.c:291
result = 
unwind_buf = {
  cancel_jmp_buf = {{
  jmp_buf = {0, 3344365123949751888, 94259412307808, 
140735017124256, 0, 0, 8855130885311884880, 8822685826810441296},
  mask_was_saved = 0
}},
  priv = {
pad = {0x0, 0x0, 0x7fff6cb401b8, 0x7fb691688168},
data = {
  prev = 0x0,
  cleanup = 0x0,
  canceltype = 1823736248
}
  }
}
not_first_call = 
#10 0x55ba7ac98f8a in ?? ()
No symbol table info available.




-- Package-specific info:
NeoMutt 20170113 (1.7.2)
Copyright (C) 1996-2016 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 4.9.0-2-amd64 (x86_64)
libidn: 1.33 (compiled with 1.33)
hcache backends: tokyocabinet

Compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-2' 
--with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared 
--enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie 
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre 
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--with-target-system-zlib --enable-objc-gc=auto --enable-multiarch 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20161229 (Debian 6.3.0-2) 

Configure options: '--build=x86_64-linux-gnu' '--prefix=/usr' 
'--includedir=\${prefix}/include' '--mandir=\${prefix}/share/man' 
'--infodir=\${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' 
'--disable-silent-rules' '--libdir=\${prefix}/lib/x86_64-linux-gnu' 
'--libexecdir=\${prefix}/lib/x86_64-linux-gnu' '--disable-maintainer-mode' 
'--disable-dependency-tracking' '--with-mailpath=/var/mail' 
'--enable-compressed' '--enable-debug' '--enable-fcntl' '--enable-hcache' 
'--enable-gpgme' '--enable-imap' '--enable-smtp' '--enable-pop' 
'--enable-sidebar' '--enable-nntp' '--enable-notmuch' '--disable-fmemopen' 
'--with-curses' '--with-gnutls' '--with-gss' '--with-idn' '--with-mixmaster' 
'--with-sasl' '--without-gdbm' '--without-bdb' '--without-qdbm' 
'--with-tokyocabinet' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 
-fdebug-prefix-map=/build/mutt-K2ak0h/mutt-1.7.2=. -fstack-protector-strong 
-Wformat -Werror=format-security' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now' 
'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'

Compilation CFLAGS: -Wall -pedantic -Wno-long-long -g -O2 
-fdebug-prefix-map=/build/mutt-K2ak0h/mutt-1.7.2=. -fstack-protector-strong 
-Wformat -Werror=format-security -fno-delete-null-pointer-checks

Compile options:
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME +CRYPT_BACKEND_GPGME 
+DEBUG +DL_STANDALONE +ENABLE_NLS -EXACT_ADDRESS -HOMESPOOL -LOCALES_HACK 
-SUN_ATTACHMENT +HAVE_BKGDSET

Bug#853889: love: Man page points to wrong path for more docs

2017-02-01 Thread Kim Alvefur (Zash)
Package: love
Version: 0.9.1-4
Severity: minor

Dear Maintainer,

The man page for 'love' has the following:

> You can find more information at http://love2d.org/ or in the local
> directory /usr/share/doc/love-doc/html/

However, HTML documentation actually resides in
/usr/share/doc/love/html, provided that the love-doc package is
installed.


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages love depends on:
ii  libc6 2.24-8
ii  libdevil1c2   1.7.8-10+b1
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.3.0-5
ii  libgl1-mesa-glx [libgl1]  13.0.3-1
ii  libluajit-5.1-2   2.0.4+dfsg-1
ii  libmodplug1   1:0.8.8.5-3
ii  libmpg123-0   1.23.8-1
ii  libopenal11:1.17.2-4
ii  libphysfs12.0.3-4
ii  libsdl2-2.0-0 2.0.5+dfsg1-2
ii  libstdc++66.3.0-5
ii  libvorbisfile31.3.5-4

Versions of packages love recommends:
ii  binfmt-support  2.1.6-2

love suggests no packages.

-- no debconf information



Bug#847098: icedove: Segfault in timed event / garbage collection

2016-12-05 Thread Kim Alvefur (Zash)
Package: icedove
Version: 1:45.4.0-1~deb8u1
Severity: normal

Dear Maintainer,

Caught another segfault while running Icedove under gdb in attempt to
collect more information for #845921.  The traceback appears different
from the one in #845921 so I'm filing a new bug, however both seem
loosely related to memory allocation and garbage collection.

Last few lines of debug output (copied into attached log) are from
Enigmail, which might be related.

-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages icedove depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3+deb8u1
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u6
ii  libcairo2 1.14.0-2.1+deb8u1
ii  libdbus-1-3   1.8.20-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-6
ii  hunspell-sv-se [hunspell-dictionary]  1.51-1
ii  iceowl-extension  1:45.4.0-1~deb8u1

Versions of packages icedove suggests:
pn  fonts-lyx 
ii  libgssapi-krb5-2  1.12.1+dfsg-19+deb8u2

-- no debconf information
Starting program: /usr/bin/icedove 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7ed4700 (LWP 1497)]
[Thread 0x7fffe7ed4700 (LWP 1497) exited]
[New Thread 0x7fffe7ed4700 (LWP 1499)]
[New Thread 0x7fffe0cff700 (LWP 1500)]
[New Thread 0x77fee700 (LWP 1501)]
[New Thread 0x7fffe04fe700 (LWP 1502)]
[New Thread 0x7fffdf9ff700 (LWP 1503)]
[New Thread 0x7fffdf7fe700 (LWP 1504)]
[New Thread 0x7fffdf5fd700 (LWP 1505)]
[New Thread 0x7fffdf3fc700 (LWP 1506)]
[New Thread 0x7fffdf1fb700 (LWP 1507)]
[New Thread 0x7fffdeffa700 (LWP 1508)]
[New Thread 0x7fffdedf9700 (LWP 1509)]
[New Thread 0x7fffdebf8700 (LWP 1510)]
[New Thread 0x7fffdd8ff700 (LWP 1511)]
[New Thread 0x7fffdcc13700 (LWP 1512)]
[New Thread 0x7fffdc412700 (LWP 1513)]
[New Thread 0x76d9b700 (LWP 1514)]
[New Thread 0x7fffdb4ff700 (LWP 1515)]
[New Thread 0x7fffda191700 (LWP 1516)]
[New Thread 0x7fffd9990700 (LWP 1517)]
[New Thread 0x7fffd72ff700 (LWP 1518)]
[New Thread 0x7fffd5a41700 (LWP 1519)]
[New Thread 0x7fffd45ff700 (LWP 1520)]
[New Thread 0x7fffd3dfe700 (LWP 1521)]
[New Thread 0x7fffd35fd700 (LWP 1522)]
[New Thread 0x7fffd2dfc700 (LWP 1523)]
[New Thread 0x7fffd25fb700 (LWP 1524)]
[New Thread 0x7fffd1dfa700 (LWP 1525)]
[New Thread 0x7fffd15f9700 (LWP 1526)]
[New Thread 0x7fffd03ff700 (LWP 1527)]
[New Thread 0x7fffcfbfe700 (LWP 1528)]
[New Thread 0x7fffcf1ff700 (LWP 1529)]
[New Thread 0x7fffce4ff700 (LWP 1530)]
[New Thread 0x7fffcd1ff700 (LWP 1531)]
[New Thread 0x7fffcc3ff700 (LWP 1532)]
[New Thread 0x7fffcb8ff700 (LWP 1533)]
[Thread 0x7fffd72ff700 (LWP 1518) exited]
[Thread 0x7fffcd1ff700 (LWP 1531) exited]
[Thread 0x7fffcf1ff700 (LWP 1529) exited]
[New Thread 0x7fffcaaff700 (LWP 1534)]
[Thread 0x7fffcc3ff700 (LWP 1532) exited]
[New Thread 0x7fffca0ff700 (LWP 1535)]
[Thread 0x7fffcb8ff700 (LWP 1533) exited]
[New Thread 0x7fffcb8ff700 (LWP 1536)]
[New Thread 0x7fffcc3ff700 (LWP 1537)]
[New Thread 0x7fffcf1ff700 (LWP 1538)]
[New Thread 0x7fffcd1ff700 (LWP 1539)]
[New Thread 0x7fffc6fff700 (LWP 1540)]
[New Thread 0x7fffc67fe700 (LWP 1541)]
[New Thread 0x7fffc3dff700 (LWP 1542)]
[New Thread 0x7fffc35fe700 (LWP 1543)]
[Thread 0x7fffcaaff700 (LWP 1534) exited]
[Thread 0x7fffc35fe700 (LWP 1543) exited]
[New Thread 0x7fffc35fe700 (LWP 1544)]
[New Thread 0x7fffcaaff700 (LWP 1545)]
[New Thread 0x7fffc2bff700 (LWP 1546)]
[Thread 0x7fffc67fe700 (LWP 1541) exited]
[New Thread 0x7fffc67fe700 (LWP 1547)

Bug#845921: icedove: crash in nsTArray::ShrinkCapacity

2016-11-26 Thread Kim Alvefur (Zash)
Package: icedove
Version: 1:45.4.0-1~deb8u1
Severity: important

Dear Maintainer,

Icedove have been randomly crashing for me, usually when selecting a
folder.  Attached is a gdb backtrace of from a core dump of the latest
crash.


-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages icedove depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3+deb8u1
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u6
ii  libcairo2 1.14.0-2.1+deb8u1
ii  libdbus-1-3   1.8.20-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-6
ii  hunspell-sv-se [hunspell-dictionary]  1.51-1
ii  iceowl-extension  1:45.4.0-1~deb8u1

Versions of packages icedove suggests:
pn  fonts-lyx 
ii  libgssapi-krb5-2  1.12.1+dfsg-19+deb8u2

-- no debconf information
#0  0x7fa54fef379b in raise (sig=11) at 
../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
resultvar = 0
pid = 
#1  0x7fa54a56ce75 in nsProfileLock::FatalSignalHandler (signo=11, 
info=0x7ffceadad2f0, context=0x7ffceadad1c0) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/toolkit/profile/nsProfileLock.cpp:185
unblock_sigs = {
  __val = {1024, 0 }
}
oldact = 
#2  0x7fa54ae47e86 in AsmJSFaultHandler (signum=, 
info=, context=0x7ffceadad1c0) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/js/src/asmjs/AsmJSSignalHandlers.cpp:1161
context = 0x7ffceadad1c0
info = 
signum = 11
#3  
No locals.
#4  jemalloc_crash () at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/memory/mozjemalloc/jemalloc.c:1626
No locals.
#5  0x00412d63 in arena_dalloc (ptr=, offset=) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/memory/mozjemalloc/jemalloc.c:4729
chunk = 
arena = 0x7fa54f40
pageind = 
mapelm = 
#6  0x7fa548a7fc5c in Free (aPtr=0x7fa51868e978) at 
../../dist/include/nsTArray.h:178
No locals.
#7  nsTArray_base::ShrinkCapacity (this=0x7fa518128580, aElemSize=48, 
aElemAlign=) at ../../dist/include/nsTArray-inl.h:230
size = 
#8  0x7fa54a0bca77 in nsTArray_Impl::~nsTArray_Impl (this=0x7fa518128580, 
__in_chrg=) at ../../dist/include/nsTArray.h:825
No locals.
#9  0x7fa54a0e83aa in ~nsTArray (this=, __in_chrg=) at ../../dist/include/nsTArray.h:2084
No locals.
#10 ~DisplayItemClip (this=, __in_chrg=) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/layout/base/DisplayItemClip.h:33
No locals.
#11 nsDisplayListBuilder::~nsDisplayListBuilder (this=0x7ffceadad9c8, 
__in_chrg=) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/layout/base/nsDisplayList.cpp:845
i = 3
#12 0x7fa54a12c798 in nsLayoutUtils::PaintFrame (aRenderingContext=0x3578, 
aRenderingContext@entry=0x0, aFrame=0x7fa528eabdb0, aDirtyRegion=..., 
aBackstop=10, aBackstop@entry=4294967295, aFlags=3940210688) at 
/build/icedove-Yu4Z2X/icedove-45.4.0/mozilla/layout/base/nsLayoutUtils.cpp:3150
builder = {
  mFrameToAnimatedGeometryRootMap = {
, AnimatedGeometryRoot*, 
AnimatedGeometryRoot*>> = {
  , 
AnimatedGeometryRoot*> >> = {
mTable = {
  mOps = 0x7fa54cdf14a0 
, AnimatedGeometryRoot*> 
>::Ops()::sOps>, 
  mHashShift = 29, 
  mEntrySize = 24, 
  mEntryCount = 4, 
  mRemovedCount = 0, 
  mEntryStore = {
mEntryStore = 0x7fa51a113480 "$\217\264\a", 
mGeneration = 1
 

Bug#815796: prosody: /etc/prosody/certs/localhost.cert symlink should be .crt

2016-02-24 Thread Kim Alvefur (Zash)
Package: prosody
Version: 0.9.7-2+deb8u3
Severity: minor

Hi,

The prosody package creates a symlink /etc/prosody/certs/localhost.cert,
but the default config uses "certs/localhost.crt", note the file ending.

This produces the following error in the logs:

SSL/TLS: Failed to load '/etc/prosody/certs/localhost.crt': Check that
the path is correct, and the file exists. (for localhost)

--
Regards,
Kim "Zash" Alvefur

-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages prosody depends on:
ii  adduser 3.113+nmu3
ii  libc6   2.19-18+deb8u3
ii  libidn111.29-1+b2
ii  libssl1.0.0 1.0.1k-3+deb8u2
ii  lua-expat [lua5.1-expat]1.3.0-2
ii  lua-filesystem [lua5.1-filesystem]  1.6.2-3
ii  lua-socket [lua5.1-socket]  3.0~rc1-3
ii  lua5.1  5.1.5-7.1
ii  ssl-cert1.0.35

Versions of packages prosody recommends:
ii  lua-event [lua5.1-event]  0.4.3-1
ii  lua-sec [lua5.1-sec]  0.5-1

Versions of packages prosody suggests:
pn  lua-dbi-mysql   
pn  lua-dbi-postgresql  
pn  lua-dbi-sqlite3 
pn  lua-zlib

-- Configuration Files:
/etc/prosody/conf.avail/example.com.cfg.lua [Errno 13] Permission denied: 
u'/etc/prosody/conf.avail/example.com.cfg.lua'
/etc/prosody/conf.avail/localhost.cfg.lua [Errno 13] Permission denied: 
u'/etc/prosody/conf.avail/localhost.cfg.lua'
/etc/prosody/prosody.cfg.lua [Errno 13] Permission denied: 
u'/etc/prosody/prosody.cfg.lua'

-- no debconf information