Processed: clone and block python-zeitgeist removal

2019-09-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 938884 -1
Bug #938884 [src:zeitgeist] zeitgeist: Python2 removal in sid/bullseye
Bug 938884 cloned as bug 940945
936371 was blocked by: 936981 938944 936104 849086 936987 938595 937688 937513 
938588 938642 938316 938584 938591 938637 938884 938749 938593 938945 938327 
938799 937956 936531 936812 938583 938947 936166 936173 938596 937137 894806 
937073 938581 936721 936757 936594 938114 937321 937044 937325 938667 936948 
938592 938823 938329 937125 892359 938643 936813 938586 937388 937338 937339 
936555 938604 936270 781914 937233 937870 612636 937224 936297 938503 938160 
935358
936371 was blocking: 937448 938625
Added blocking bug(s) of 936371: 940945
> reassign -1 zeitgeist-explorer
Bug #940945 [src:zeitgeist] zeitgeist: Python2 removal in sid/bullseye
Bug reassigned from package 'src:zeitgeist' to 'zeitgeist-explorer'.
No longer marked as found in versions zeitgeist/1.0.1-1.
Ignoring request to alter fixed versions of bug #940945 to the same values 
previously set
> retitle -1 zeitgeist-explorer: Python2 removal in sid/bullseye
Bug #940945 [zeitgeist-explorer] zeitgeist: Python2 removal in sid/bullseye
Changed Bug title to 'zeitgeist-explorer: Python2 removal in sid/bullseye' from 
'zeitgeist: Python2 removal in sid/bullseye'.
> block 938884 by -1 939103
Bug #938884 [src:zeitgeist] zeitgeist: Python2 removal in sid/bullseye
938884 was not blocked by any bugs.
938884 was blocking: 936371
Added blocking bug(s) of 938884: 939103 and 940945
> severity -1 serious
Bug #940945 [zeitgeist-explorer] zeitgeist-explorer: Python2 removal in 
sid/bullseye
Severity set to 'serious' from 'normal'
> severity 939103 serious
Bug #939103 [activity-log-manager] activity-log-manager: Python2 removal in 
sid/bullseye -- drop python-distutils-extra build dependency
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

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



Processed: python-zeitgeist (binary) removal blocked by gtk-doc

2019-09-22 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 939500
Bug #938884 [src:zeitgeist] zeitgeist: Python2 removal in sid/bullseye
938884 was blocked by: 940945 939103
938884 was blocking: 936371
Added blocking bug(s) of 938884: 939500

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



Bug#938884: python-zeitgeist (binary) removal blocked by gtk-doc

2019-09-22 Thread Andreas Henriksson
Control: block -1 by 939500

Hi,

Once the two applications using python-zeitgeist stops doing that,
disabling the use of python2 use in zeitgeist build is still not
super trivial. The reason is that zeitgeist needs python(3)-rdflib
to generate the onthologies and the configure.ac uses the AM_PATH_PYTHON
macro that will find python2 before python3. As long as something
pulls in python(2) into the build, it doesn't work to just use
python3:any and python3-rdflib to build zeitgeist because of that.
The package pulling in python(2) is gtk-doc, which has been fixed
in experimental but is still pending upload to unstable.
Set the relevant tracking bug as a blocker for this.

In other words, as soon as all the blockers has been resolved it should
hopefully be as easy to fix this bug report as:
- drop the python-zeitgeist binary package (together with dh-python
  and other related machinery).
- switch python-rdflib build-dep to python3-rdflib and python to
  python3:any.

(Atleast I'm not aware of any futher problems right now.)

Regards,
Andreas Henriksson



Bug#881981: marked as done (new version available (forked))

2019-09-22 Thread Debian Bug Tracking System
Your message dated Sun, 22 Sep 2019 09:49:53 -0300
with message-id 

and subject line Re: new version available (forked)
has caused the Debian Bug report #881981,
regarding new version available (forked)
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.)


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

Package: rdate
Version: 1:1.2-6
Severity: wishlist

Could you consider looking at the improved rdate version 1.5?
https://www.aelius.com/njh/rdate/

Thank you,
Gürkan
--- End Message ---
--- Begin Message ---
Sorry, but not the same program/code. So, I am closing this bug.

Regards,

Eriberto--- End Message ---


Leight23

2019-09-22 Thread ikkygsu
开发剽v:kfp⒎⒎⒍⒏


 



eople using this calendar will see your email address if you join. 
To join a shared calendar, you must have iCloud. Learn More 



Bug#940987: rdetails fails: TypeError: sequence item 0: expected str instance, bytes found

2019-09-22 Thread Felipe Sateler
Package: apt-xapian-index
Version: 0.50
Severity: important

Hi,

Trying to issue axi-cache rdetails fails:

% axi-cache rdetails apt-xapian-index
Traceback (most recent call last):
  File "/usr/bin/axi-cache", line 861, in 
sys.exit(ui.perform())
  File "/usr/bin/axi-cache", line 852, in perform
return f(self.args)
  File "/usr/bin/axi-cache", line 718, in do_rdetails
print(name, tag, " ".join(deps))
TypeError: sequence item 0: expected str instance, bytes found


It seems the query is returning bytes instead of strings. Converting
with utf-8 makes it work (but I have no idea if this fix is correct):

deps = map(lambda x: x.decode('utf-8'), db.get_rdeps(name, pfx))

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.0-2-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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apt-xapian-index depends on:
ii  python3 3.7.3-1
ii  python3-apt 1.8.4
ii  python3-debian  0.1.36
ii  python3-xapian  1.4.12-2

apt-xapian-index recommends no packages.

Versions of packages apt-xapian-index suggests:
ii  python3-xdg  0.25-5

-- no debconf information



Bug#940989: ksh: KEYBD trap with undefined associative-array elements kills shell

2019-09-22 Thread Bill Brelsford
Package: ksh
Version: 2020.0.0~beta1-1
Severity: normal

Dear Maintainer,

My .env file contains

typeset -A SH_ktbl; SH_ktbl['   ']=".sh.edchar=$'\026\t'"
trap 'eval "${SH_ktbl[${.sh.edchar}]}"' KEYBD

(Replaces tab with ^V-tab; suggested by David Korn to disable
command-name and filename completion so tabs can be entered normally.)

But, in an apparent memory race condition, perhaps due to undefined
array elements, the new 2020 version soon gives "double free or
corruption (fasttop)" and kills the shell.

(For my situation,

trap "[[ \${.sh.edchar} == $'\t' ]] && .sh.edchar=$'\026\t'" KEYBD

is a less-efficient workaround.)

Bill


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 5.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1), LANGUAGE=en_US 
(charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages ksh depends on:
ii  binfmt-support  2.2.0-2
ii  libc6   2.29-2

ksh recommends no packages.

ksh suggests no packages.

-- no debconf information



☯ We hebben nog een beleving naar U klaar staan. Kijk snel.

2019-09-22 Thread Sarah, uw afdrukassistente.
Kijk snel welke verassing we voor U nu in petto hebben.

 

--- Je préfère le français ---


 
 

Klik hier voor de online versie


 

 

 
 

 
 
 
 

We hebben een fijne beleving voor U klaar staan. Ontdek het hier!

Beste Gilmin BVBA,

"De Gentse Jaarbeurs" is na dit weekend voorbij en al onze gratis kaarten 
zijn de deur uit gevlogen.

Daarom hebben we tot het einde van deze maand een extra verassing voor U in 
petto.

Kijk snel wat U kosteloos krijgt bij uw bestelling voor de rest van de 
maand september 2019.

 
 
 

Ontdek hier uw fijne beleving, gratis voor onze klanten!


 
 

Onze dank voor het vertrouwen.

Wij wensen u op deze wijze te bedanken voor het jarenlange vertrouwen in 
onze diensten! Als klant kan u rekenen op onze zeer gewaardeerde support en 
snelle levering.

Onze dienst na verkoop staat steeds paraat voor al uw vragen.

 
 
 

 

 




Dit is een commeriële mail, wenst u verder geen informatie meer te 
ontvangen,

 
click hier


© 2019 INKTBESTELLEN.BE | Kwatrechtsesteenweg 111 | 9230 - WETTEREN