Bug#952404: scanbd: crash on startup: kernel internal error: Oops 206 with current raspbian buster on rpi4 4g

2020-03-10 Thread Ingo Breßler
Thanks for testing, I appreciate it very much!

I am interested which exact commands you were using for qemu?
I haven't used it for emulating the raspi yet and had some trouble finding 
useful/working settings.
The qemu model versatiblepb ('-M versatilepb') works for emulating the initial 
raspi1
and it provides networking. While the latest model I found working is '-M 
raspi3' 
with '-dtb bcm2710-rpi-3-b.dtb' from the raspbian image.
However, I did not get it running with raspi4 related settings
('-cpu cortex-a72' and '-dtb bcm2711-rpi-4-b.dtb' and 4G RAM).

I used the following script for raspi1 emulation and setting up the raspbian 
image
with networking for upgrading the system ('apt-get update && apt-get 
dist-upgrade')
and installing scanbd ('apt-get install scanbd'):

imgfn=2020-02-13-raspbian-buster-lite.img
offset="$(fdisk -l "$imgfn" | awk '/img2/ {print $2}')"
offset=$((offset*512))
mountp=/mnt/raspbian
sudo mkdir -p "$mountp"
sudo mount -v -o offset=$offset -t ext4 "$imgfn" "$mountp"
sudo sh -c "echo > $mountp/etc/ld.so.preload"
sudo umount "$mountp"
qemu-system-arm -M versatilepb -cpu arm1176 -m 256 -serial stdio -audiodev 
none,id=none -drive format=raw,file="$imgfn" -kernel kernel-qemu-4.19.50-buster 
-dtb versatile-pb.dtb -append 'root=/dev/sda2 panic=1 rootfstype=ext4 rw' 
-no-reboot -nic user,model=virtio-net-pci,hostfwd=tcp::5022-:22

After these preparations, to emulate the raspi3 on aarch64, I used:

qemu-system-aarch64 -M raspi3 -cpu cortex-a53 -m 1024 -kernel kernel8.img 
-serial mon:stdio -nographic -audiodev none,id=none -drive 
format=raw,file="$imgfn" -dtb bcm2710-rpi-3-b.dtb -append 'console=ttyAMA0 
root=PARTUUID=738a4d67-02 rootwait rootfstype=ext4 rw' -no-reboot

Right after successful boot, I showed my that scanbd is defunct:

# ps ax | grep scanbd
  245 ?Zsl0:09 [scanbd] 
  422 ttyAMA0  S+ 0:00 grep scanbd

Killing that defunct process and restarting scanbd in foreground produced
an Oops as well (reproducible in this raspi3 qemu setting):

# kill -9 245
root@raspberrypi:~# ps ax | grep scanbd
  424 ttyAMA0  S+ 0:00 grep scanbd
root@raspberrypi:~# export SANE_CONFIG_DIR=/etc/scanbd
root@raspberrypi:~# scanbd -f -c /etc/scanbd/scanbd.conf
scanbd: dbus match type='signal',interface='org.freedesktop.Hal.Manager'
[  248.273492] Unable to handle kernel paging request at virtual address 
ffbefee003bd
[  248.276850] Mem abort info:
[  248.277181]   ESR = 0x9606
[  248.277520]   Exception class = DABT (current EL), IL = 32 bits
[  248.277979]   SET = 0, FnV = 0
[  248.278249]   EA = 0, S1PTW = 0
[  248.278618] Data abort info:
[  248.281919]   ISV = 0, ISS = 0x0006
[  248.282685]   CM = 0, WnR = 0
[  248.283296] swapper pgtable: 4k pages, 39-bit VAs, pgdp = 
17e1e18d
[  248.284288] [ffbefee003bd] pgd=00d66003, 
pud=00d66003, pmd=
[  248.287752] Internal error: Oops: 9606 [#2] PREEMPT SMP
[  248.288350] Modules linked in: sha256_generic cfg80211 rfkill 8021q garp 
stp llc raspberrypi_hwmon hwmon uio_pdrv_genirq uio ip_tables x_tables ipv6
[  248.290447] Process scanbd (pid: 432, stack limit = 0x5b20de07)
[  248.291505] CPU: 1 PID: 432 Comm: scanbd Tainted: G  D W 
4.19.97-v8+ #1294
[  248.291791] Hardware name: Raspberry Pi 3 Model B (DT)
[  248.292221] pstate: 4005 (nZcv daif -PAN -UAO)
[  248.293119] pc : read_port+0xa8/0x138
[  248.293338] lr : __vfs_read+0x60/0x178
[  248.293529] sp : ff800a513cc0
[  248.293709] x29: ff800a513cc0 x28: ffc034f71d00 
[  248.294015] x27:  x26:  
[  248.294281] x25: 4600 x24: 0011 
[  248.294650] x23: ffea3b23 x22: ff800a513e20 
[  248.294950] x21: ffea3b23 x20: ff800a513e20 
[  248.295227] x19: 0001 x18:  
[  248.295493] x17:  x16: 0001 
[  248.295740] x15:  x14:  
[  248.296279] x13:  x12:  
[  248.296943] x11: ffbefee0 x10:  
[  248.297399] x9 : ffea3b23 x8 :  
[  248.297889] x7 : ffc034f71d00 x6 : 03bd 
[  248.298162] x5 :  x4 : ffea3b23 
[  248.298652] x3 : 007f x2 : ffbefee003bd 
[  248.299031] x1 : ffea3b23 x0 : 007f 
[  248.299815] Call trace:
[  248.300313]  read_port+0xa8/0x138
[  248.300845]  __vfs_read+0x60/0x178
[  248.301218]  vfs_read+0x94/0x150
[  248.301902]  ksys_read+0x74/0xf0
[  248.302460]  __arm64_sys_read+0x24/0x30
[  248.304005]  el0_svc_common+0xf4/0x1c0
[  248.304744]  el0_svc_compat_handler+0x30/0x40
[  248.305163]  el0_svc_compat+0x8/0x18
[

Processing of libpam-alreadyloggedin_0.3-7_source.changes

2020-03-10 Thread Debian FTP Masters
libpam-alreadyloggedin_0.3-7_source.changes uploaded successfully to localhost
along with the files:
  libpam-alreadyloggedin_0.3-7.dsc
  libpam-alreadyloggedin_0.3-7.debian.tar.gz
  libpam-alreadyloggedin_0.3-7_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libpam-alreadyloggedin_0.3-7_source.changes ACCEPTED into unstable

2020-03-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Mar 2020 10:43:58 +0100
Source: libpam-alreadyloggedin
Architecture: source
Version: 0.3-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Matthias Klose 
Changes:
 libpam-alreadyloggedin (0.3-7) unstable; urgency=medium
 .
   * QA upload.
   * Properly orphan the package (RFA filed in Nov 2014, orphaned via control
 message in May 2016). See #770373.
   * Use python3 in the autopkg test.
   * Bump debhelper and standards versions.
Checksums-Sha1:
 ab7b996c8081796136bffe6dca0838b7d5466584 1964 libpam-alreadyloggedin_0.3-7.dsc
 2fe839781552798631da85b0c5415dbd401f019c 7763 
libpam-alreadyloggedin_0.3-7.debian.tar.gz
 4a82a454b8bb0339c022601f329dfbbc4fba4fdf 6107 
libpam-alreadyloggedin_0.3-7_source.buildinfo
Checksums-Sha256:
 33acc2208708cb69299fa2392de9db73ed397e7a50efb738ecc73d4b7f2193ce 1964 
libpam-alreadyloggedin_0.3-7.dsc
 895f2cd1f40e8a8cab2d374f8a699df38a4321bfb40d9437b1dc2132663bd31b 7763 
libpam-alreadyloggedin_0.3-7.debian.tar.gz
 14aa1131dc3056beceaf690ff81ee495fd90d728e08e889a1a80f2fa4844eca2 6107 
libpam-alreadyloggedin_0.3-7_source.buildinfo
Files:
 bd3718a7bfcfe293309f1ed6b1560ed1 1964 admin extra 
libpam-alreadyloggedin_0.3-7.dsc
 79c0b246da2d66fe7a658fa74d83bb78 7763 admin extra 
libpam-alreadyloggedin_0.3-7.debian.tar.gz
 20a195d5bd942eff013b6f86e68e2762 6107 admin extra 
libpam-alreadyloggedin_0.3-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5nY3gQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9chOEACRWsHSSaZrYa00wlV229/XnoLasenyPElG
zyUL3KcMVBuz/C/hIu0oBX6vWadG+44wE31So3VJfBgB0L6y07ZO3M5ia2X56pPD
rMYBAPkRNQYNXbocxz4ekU1YJYUlN9olBc5fjiGnbQhyrFQYQk2iH8eVY2jEx9gP
XkGHib+9CcPSWGbO9v5uICxiMV9JNyn4n0tWAc4R7yHcz7m42GhI5yjVIS4vKzrx
wzRSL1J+LS753fRaYuBuAA2OZRuK+S3tIZn1w1eYn2SQ9qR7wZQ8ufqhEDx25i9M
+QeDxySaROL3CzAOG98ncUn12WLiT8nbfjoF4k9keZG9bq/NvGgGvRaIB/ZDlHOp
XRpTRw7MnAiQOqUAJss0sucCBlMQpQrktpv2G8fZAj42THZNMOEKwodCOdFEKBg9
o7RvYvHW0itl1JCtsFXZMRXHuH8RB/Ch9c/4mKdXd6RPH0Yi5inGr7pfXvExGCZk
wo0/RSRmAWbEq9Yn8jdK3VYqqux8PjeuJgDQGSug3nOU8zZVeO2Biur86tHhVq/c
TnSiVadl+T6aKoQNhLCE/9OtcSO7Ai3SVSEwSbbLwqmBKLePdn9A8skiUXSvJoOr
55ovihns+efmfluVqIpzHhxeWr04R4nZjMJd2b44UvUF1wG+BGq2Ik1QXkxJrTHa
mYsJuLaTpg==
=RQK7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



debian package planner: .diff file for paper printing contrast increase

2020-03-10 Thread barewillysprl
Hi,

Here is attached a .diff file in order to increase the contrast of shaded 
columns when paper printing the Gantt chart.
Best regards

Charlie



Processing of planner_0.14.6-9_source.changes

2020-03-10 Thread Debian FTP Masters
planner_0.14.6-9_source.changes uploaded successfully to localhost
along with the files:
  planner_0.14.6-9.dsc
  planner_0.14.6-9.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



planner_0.14.6-9_source.changes ACCEPTED into unstable

2020-03-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Mar 2020 11:25:31 +
Source: planner
Architecture: source
Version: 0.14.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Graham Inggs 
Changes:
 planner (0.14.6-9) unstable; urgency=medium
 .
   * QA upload
   * Fix build with Python 3.8
Checksums-Sha1:
 d73c2052bed5b7ee3d78dc4e6f40ce613011deb6 2077 planner_0.14.6-9.dsc
 e187d10d319a852137277dbd02d44cb9289c4c41 33944 planner_0.14.6-9.debian.tar.xz
Checksums-Sha256:
 09451769d4df75428559d21051b175ef5200d501da6fdafa682cf53920ff6a64 2077 
planner_0.14.6-9.dsc
 0efe22b82198a4ff5d9d67f462616e79438d9e29c93443ee11fa0b101b8d67da 33944 
planner_0.14.6-9.debian.tar.xz
Files:
 bf253d287db01befea9c46d745303e62 2077 gnome optional planner_0.14.6-9.dsc
 fb955ac0b75277fa1b4579cfc78c0d5d 33944 gnome optional 
planner_0.14.6-9.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAl5nhz0ACgkQr8/sjmac
4cKw8BAAp6nL/S2pb3UYNUwkwThS81X0ntFpXtwmVXWJpjUe6rG59VQ1KkTyKd+J
t38367EyX86taELIL7H7lBGPUw5ZxoTnmaY/7JaqpSY3M3+BjgY097DQYIdVG0ab
hfIgmCVUOwM5Ix1IJK0qYQDSLOymKhe+z4bQrz6rK9EAu713I57sdKTW32MBJAHc
ZCf2sbJ3gctfJ/dYC1lg5aRLytm89gGrKpSYBVUScbh8sh8sRPb2PSA/Ur2fmAoL
QldHpZDQWjBQcl3lkWNeuiY998ASOPe8gm6UDORquFy5M//u6NE42yBdC5VkUp7g
EtSNqFNpLGF5vdpAGAGVwDhuovcE+wToj3+udXwsscJY2JUMAe41Pw7d73ZtZVnk
lB3VvuVXjWBPuf7saQHHcc/keRp0CczhwYTuVmC9mWwE/Ry3uZM7tUD5KOcd8xLf
rSaiURGzupxxavsiY5Y3+vi2IJB6Y7CDUPKKbBFzTZEGBjktvipE3PF+x+ncYHKz
coz1nzXcWs3q3GNt1VUDG7XaQT5k5oPfqD0usr5HS66q/fK2uOvt6NEQsOemT9ak
WVp9//1kNuv/kfvN3t+KsIaofD25+saKMc3pULVseccnWX+8jVHfSi4Z6QiVW1Pv
G8VL/caUJ4XEw8rcGFawF+uCEiZQRdjMXhJFVj0u/ZxsFneHyY4=
=NhLp
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of libpam-alreadyloggedin_0.3-8_source.changes

2020-03-10 Thread Debian FTP Masters
libpam-alreadyloggedin_0.3-8_source.changes uploaded successfully to localhost
along with the files:
  libpam-alreadyloggedin_0.3-8.dsc
  libpam-alreadyloggedin_0.3-8.debian.tar.gz
  libpam-alreadyloggedin_0.3-8_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libpam-alreadyloggedin_0.3-8_source.changes ACCEPTED into unstable

2020-03-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Mar 2020 16:49:11 +0100
Source: libpam-alreadyloggedin
Architecture: source
Version: 0.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Matthias Klose 
Changes:
 libpam-alreadyloggedin (0.3-8) unstable; urgency=medium
 .
   * QA upload.
   * Fix tests for Python3.
Checksums-Sha1:
 7255ff9164d4eb5a54c3b973a0bb3f0499778a14 1964 libpam-alreadyloggedin_0.3-8.dsc
 d9f0061a079ed7ae920ec4ccfc74711ab3f440ff 7782 
libpam-alreadyloggedin_0.3-8.debian.tar.gz
 372e6206eafb1d41e9b360f639954c28800de3fe 6108 
libpam-alreadyloggedin_0.3-8_source.buildinfo
Checksums-Sha256:
 ba058ca39bb8c61493d28992f21773ae7c5a41339645108f4725716e4466 1964 
libpam-alreadyloggedin_0.3-8.dsc
 386ba244172f112a8f374373600326783523bd43d2f38d2137eb75e9b6e76cb3 7782 
libpam-alreadyloggedin_0.3-8.debian.tar.gz
 1af5280008a1fc74f668bc20a00c3c5dafa2e65f240baceaf93346b6f4320bd7 6108 
libpam-alreadyloggedin_0.3-8_source.buildinfo
Files:
 092bc5725f2f2ed3c6d7643b62354d1c 1964 admin extra 
libpam-alreadyloggedin_0.3-8.dsc
 c5ca42e38783b95f57b4441c9efd6483 7782 admin extra 
libpam-alreadyloggedin_0.3-8.debian.tar.gz
 e5147ba959c362597982f0c14ea0549c 6108 admin extra 
libpam-alreadyloggedin_0.3-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5nt5UQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9c3wD/0ZSW8L7ywBnR1ImCYuqgLOW1WwOLq/rivK
6ZE09qKOKZvt7UDKhJiTH+RyecwOEegaGaFuQsrUwzPukRXkobvhcNF1IQ3wMnjj
CrmvvOhwD95Hk60iAjjlGunFrY3rS0nQZAFeFFB8r6xb2v6t9qiP8lfO0cglIY0t
eNa8KS43Wz7vZC8kaZ5fxxigQ7mNXkZQ6oarUdI65f0VdnFyCHF2C+RCcqklJXUM
OGRd71aAdhajZMUtJkPDcUCQO9uKDZREOqniC+mEnaE/KTC63ZJHBG2NwfYSP3Zf
oZhqFBnxUc6FfrKlVA+LD133Fr8gqWPCJ1PBZEZcu0jyt7Q/eWeQmIiZcI/VncUm
dHekRlQWc0Kzs3kpNhIFA85d8NtZ7ow3t8fOzld/hB8lTNolvY/uMl9M6qqNbYeK
fbpEVTfcTKXh71WNhRNLXX6pEgwLyZ3hhbn1vuHiF/tdperDu3wrNefiqUfz219f
TKeYl2tLU9tviNB1NVuAl5VUsIgJd6KlJKoBtZUYxcrkmO9Paf//nN0GVndmjavM
l3rCsbSVWobd/K10GMhDsOeX3f2vveqn6oT2U3IhSaCmra6STn9LQHkn1VHeK3VN
X5pza5LiiiO5qgjDi2msdw5zijk+xI31Ip9xHb3CgH/boMUjeIzlQtQpkj0i8Qgc
gBjXzazf2A==
=ZY55
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processed: Re: minlog: FTBFS: pdflatex error

2020-03-10 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 unreproducible
Bug #952355 [src:minlog] minlog: FTBFS: pdflatex error
Added tag(s) unreproducible.
> close -1
Bug #952355 [src:minlog] minlog: FTBFS: pdflatex error
Marked Bug as done

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



Bug#952355: minlog: FTBFS: pdflatex error

2020-03-10 Thread Andreas Beckmann
Control: tag -1 unreproducible
Control: close -1

On Sun, 23 Feb 2020 14:48:21 +0100 Lucas Nussbaum  wrote:
> Source: minlog
> Version: 4.0.99.20100221-6
> Usertags: ftbfs-20200222 ftbfs-bullseye

> > pdflatex mpcref.tex >> /dev/null
> > make[2]: *** [Makefile:19: mpcref.pdf] Error 1

I cannot reproduce this in bullseye/sid as of today. There has been a
texlive upload inbetween, so this was probably a texlive bug.
I'm not going to investigate further but close this bug now.
Feel free to reopen if you can still reproduce it in your setup.

Andreas



Processing of search-ccsb_0.5-5_source.changes

2020-03-10 Thread Debian FTP Masters
search-ccsb_0.5-5_source.changes uploaded successfully to localhost
along with the files:
  search-ccsb_0.5-5.dsc
  search-ccsb_0.5-5.debian.tar.xz
  search-ccsb_0.5-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#952133: marked as done (search-ccsb: FTBFS: build-dependency not installable: emacs25)

2020-03-10 Thread Debian Bug Tracking System
Your message dated Wed, 11 Mar 2020 01:20:11 +
with message-id 
and subject line Bug#952133: fixed in search-ccsb 0.5-5
has caused the Debian Bug report #952133,
regarding search-ccsb: FTBFS: build-dependency not installable: emacs25
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.)


-- 
952133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: search-ccsb
Version: 0.5-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), emacs25 | emacsen, build-essential, 
> fakeroot
> Filtered Build-Depends: debhelper (>= 10), emacs25, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [957 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [376 B]
> Get:5 copy:/<>/apt_archive ./ Packages [455 B]
> Fetched 1788 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-main-dummy : Depends: emacs25 but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/search-ccsb_0.5-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: search-ccsb
Source-Version: 0.5-5
Done: Andreas Beckmann 

We believe that the bug you reported is fixed in the latest version of
search-ccsb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated search-ccsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Mar 2020 01:49:49 +0100
Source: search-ccsb
Architecture: source
Version: 0.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 952133
Changes:
 search-ccsb (0.5-5) unstable; urgency=medium
 .
   * QA upload.
   * Build-depend on emacs instead of emacs25.  (Closes: #952133)
   * Fix some lintian issues.
Checksums-Sha1:
 d23af5307f30a66b8e0d6e50b5a0a59a8d95a024 1720 search-ccsb_0.5-5.dsc
 800aa398a0f8c63a7723555ac3296774052c6d51 4028 search-ccsb_0.5-5.debian.tar.xz
 9cb404fb8980f39dac26f689e65f0f761f4bc868 9598 
search-ccsb_0.5-5_source.buildinfo
Checksums-Sha256:
 a55fa607aa5a02ee1bbd2fcc012141a3e97a68bcda6fe252913d3bc1c133f11a 1720 
search-ccsb_0.5-5.dsc
 17f0851924a7573baf34fa0be2ab541864d1a2fb30a7a2f90429390f8154eee4 4028 
search-ccsb_0.5-5.debian.tar.xz
 22189d24d7e52949a58f029f9c6a7365db1f1378176ea

search-ccsb_0.5-5_source.changes ACCEPTED into unstable

2020-03-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Mar 2020 01:49:49 +0100
Source: search-ccsb
Architecture: source
Version: 0.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 952133
Changes:
 search-ccsb (0.5-5) unstable; urgency=medium
 .
   * QA upload.
   * Build-depend on emacs instead of emacs25.  (Closes: #952133)
   * Fix some lintian issues.
Checksums-Sha1:
 d23af5307f30a66b8e0d6e50b5a0a59a8d95a024 1720 search-ccsb_0.5-5.dsc
 800aa398a0f8c63a7723555ac3296774052c6d51 4028 search-ccsb_0.5-5.debian.tar.xz
 9cb404fb8980f39dac26f689e65f0f761f4bc868 9598 
search-ccsb_0.5-5_source.buildinfo
Checksums-Sha256:
 a55fa607aa5a02ee1bbd2fcc012141a3e97a68bcda6fe252913d3bc1c133f11a 1720 
search-ccsb_0.5-5.dsc
 17f0851924a7573baf34fa0be2ab541864d1a2fb30a7a2f90429390f8154eee4 4028 
search-ccsb_0.5-5.debian.tar.xz
 22189d24d7e52949a58f029f9c6a7365db1f1378176ea88399226878ec34742d 9598 
search-ccsb_0.5-5_source.buildinfo
Files:
 1cfb29301c1fc4b8a30ec0cf7d889bb2 1720 tex optional search-ccsb_0.5-5.dsc
 40e4436ebffa90556a4788047ae256ef 4028 tex optional 
search-ccsb_0.5-5.debian.tar.xz
 8794a986ab4762ac50a2b3f60cb2ae38 9598 tex optional 
search-ccsb_0.5-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl5oN78QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCLN1D/9IuaFeFy+RWV4eibMnQ9jM80XGKc2cAudg
/Cbsy39t5f8sdSg8NpUcUHDHOXDSulvVex9esIg3Xa/oCamToK5YsP8AU3zwY4+0
1djHKBx3u2nBs+jYiBeZXzPKAjxayL5igEO3Aup4wwwIFf7sVUCupCMbu0ywwVbs
K6QO+66kLlq5RVEFRr85G+qOme+nqZ8qgRRK7PQxW+qhg83CgTVkEMQz2i/mDV37
K3oaHlqi+N0+pt5i9bmCfXON21bI8I2ymad3/SQewTTcm3q/tbMbOasL0puBuWkQ
HE4D4mH6X0oNjTZpxnHvA19gO9UjiWZhkDRmi8MuaRPhxaRtX3nqCbrvKuzneGNi
IGalqZwEYPsE20XJE4mGtlzzH7ey9+g2t0Wyg8WwMcr+0yZCwZo9zZnb1OVccRHV
ZPQUNg59ScG84NkuMGLHwD/9X/nZdJX49xGe0GEne1uVUMmXIOGCWtT6N7t3MlLs
32llqeXphZ6LCQ2fUXAEjSGaMPXPmf/pzTduE8HDxmtXe9mpsLbgPGEywXbNWM+A
LEddrml0waps1bjVZyKKrdwEb5CbUBxK9B2dKe0vApdKFUojFdsp//pxrXjwNWUT
nzD3CG6IBkS0UAlL5XNxKjMgHukXlTUyYvbgnW9hlu/EUh8YBlWFUbELMQ3AZ0D0
qoMgfYprIw==
=DH9Q
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of search-citeseer_0.3-3_source.changes

2020-03-10 Thread Debian FTP Masters
search-citeseer_0.3-3_source.changes uploaded successfully to localhost
along with the files:
  search-citeseer_0.3-3.dsc
  search-citeseer_0.3-3.debian.tar.xz
  search-citeseer_0.3-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#952154: marked as done (search-citeseer: FTBFS: build-dependency not installable: emacs25)

2020-03-10 Thread Debian Bug Tracking System
Your message dated Wed, 11 Mar 2020 03:51:01 +
with message-id 
and subject line Bug#952154: fixed in search-citeseer 0.3-3
has caused the Debian Bug report #952154,
regarding search-citeseer: FTBFS: build-dependency not installable: emacs25
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.)


-- 
952154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: search-citeseer
Version: 0.3-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), emacs25 | emacsen, build-essential, 
> fakeroot
> Filtered Build-Depends: debhelper (>= 10), emacs25, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [957 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [376 B]
> Get:5 copy:/<>/apt_archive ./ Packages [452 B]
> Fetched 1785 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-main-dummy : Depends: emacs25 but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/search-citeseer_0.3-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: search-citeseer
Source-Version: 0.3-3
Done: Andreas Beckmann 

We believe that the bug you reported is fixed in the latest version of
search-citeseer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated search-citeseer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Mar 2020 02:44:09 +0100
Source: search-citeseer
Architecture: source
Version: 0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 952154
Changes:
 search-citeseer (0.3-3) unstable; urgency=medium
 .
   * QA upload.
   * Build-depend on emacs instead of emacs25.  (Closes: #952154)
   * Fix some lintian issues.
Checksums-Sha1:
 8dc789d6ac5c04ea14e615420a552cd50e3382b4 1756 search-citeseer_0.3-3.dsc
 b284ef539f4721d7e095bd7382fd9b6e3982b13e 3308 
search-citeseer_0.3-3.debian.tar.xz
 20baec6b97daf5899b68a3aceece508524fd1318 9622 
search-citeseer_0.3-3_source.buildinfo
Checksums-Sha256:
 a8143dd39a1caf094a2f57f561990de0ee0e6cfb4d510d6cacd4071608af7f7b 1756 
search-citeseer_0.3-3.dsc
 d4abc2e5f59aaf9dd5aa05ece7575554617ebed4729a8dd5aa9885e10e449909 3308 
search-citeseer_0.3-3.deb

search-citeseer_0.3-3_source.changes ACCEPTED into unstable

2020-03-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Mar 2020 02:44:09 +0100
Source: search-citeseer
Architecture: source
Version: 0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 952154
Changes:
 search-citeseer (0.3-3) unstable; urgency=medium
 .
   * QA upload.
   * Build-depend on emacs instead of emacs25.  (Closes: #952154)
   * Fix some lintian issues.
Checksums-Sha1:
 8dc789d6ac5c04ea14e615420a552cd50e3382b4 1756 search-citeseer_0.3-3.dsc
 b284ef539f4721d7e095bd7382fd9b6e3982b13e 3308 
search-citeseer_0.3-3.debian.tar.xz
 20baec6b97daf5899b68a3aceece508524fd1318 9622 
search-citeseer_0.3-3_source.buildinfo
Checksums-Sha256:
 a8143dd39a1caf094a2f57f561990de0ee0e6cfb4d510d6cacd4071608af7f7b 1756 
search-citeseer_0.3-3.dsc
 d4abc2e5f59aaf9dd5aa05ece7575554617ebed4729a8dd5aa9885e10e449909 3308 
search-citeseer_0.3-3.debian.tar.xz
 5fe60940113722ac652f7dbc3ed48e0131956334eb99b53add2a605151bc1b27 9622 
search-citeseer_0.3-3_source.buildinfo
Files:
 76be86aa8997f3cdd7ea0934cf3b979b 1756 tex optional search-citeseer_0.3-3.dsc
 f9281cb8c899fa91cf6d40f3f281e805 3308 tex optional 
search-citeseer_0.3-3.debian.tar.xz
 0257e06635bf765093efbf35c571bdcd 9622 tex optional 
search-citeseer_0.3-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl5oRGYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCK+ID/0fyoT9UM75wr7/gRo1g+FzU5wbE32SHD62
4jgb/nrBZEYXU0fIKuTfAdKOPb47Kf/yiUR1N8SH883dB9TaNV9iRbMDEQ83AYnU
Q8f9d3Xdv+g6O6TKOI0V62g0zvpLToZD8t/fVYXt3EUxWoZvKBr664kS3OnYCbZs
sB19D1jjtSEgImHyskDZIadOb9jt+S/+gpt8nnfvSA0mxt6UVC90khFpOR98pIU5
vqRJONJMkDG2HPWPCgnk66UCRzX0I9sc7XKp/NmaPoWhy+9y21UEpNLCGKcNKe5d
KPS3zqRNX/JDOCNsikzV8aNX6AKoJRb55TKJkAqJoJc8KIS8nRdICxi1TocucJ0/
leH3rrfqjRmnNLOzJbt4JKiRgfI48Q25TvjeBZK5Oh8kSrBZZNVzM+mzZnsUypLP
yNVIxPP1QW5atDsGVRYuCrXF3cMvh1xWrADyhMgVl7tWgBVUvUbGLyA7A48rJD+b
PPaVPsZev+QwIyz2n4srmgOmF24OlOGTtZ+vvaniC0LLpqCe+JAnGSQ7ISBTOHOW
p3ItC3bf0JZhaXktF1q9RQF6aYc1Vmhe3ipKlvv0B9rsaU1NMTSzMMBIRewLhkgx
C2f34ok6w/2fWEdfGmgCS3+MfcNmAGmNZBkGNLBt0lcw6+/Bo+/dTm6De14jsruI
lzJoDMwcWw==
=KzYP
-END PGP SIGNATURE-


Thank you for your contribution to Debian.