Bug#975413: Morse code "T"

2020-11-21 Thread Dan Jacobson
Package: dict-gcide Version: 0.48.5 $ dict 'Morse code'|grep 'T ' F ..-. M -- T F .-. M -- T -- & . ... The first T is missing its "-". The second T has an extra "-", (making it the same as M!) (By analyzing /usr/share/doc/dict-gcide/changelog.Debian.gz I determined I was

Bug#975026: Use 公元 not 西元

2020-11-18 Thread Dan Jacobson
retitle 975026 Don't add "西元" to worldwide (2020) dates! thanks In fact I got a much better idea: Chuck the whole 西元 totally! Does $ LC_ALL=C date Thu Nov 19 13:11:20 CST 2020 add "A.D." etc.? No! Anyway, it is up to https://en.wikipedia.org/wiki/North_Korean_calendar

Bug#975026: Use 公元 not 西元

2020-11-18 Thread Dan Jacobson
We just like one does not want to mention "Christ" when talking about https://en.wikipedia.org/wiki/Metric_time etc. See also https://zh.wikipedia.org/wiki/公元 >>>>> "FW" == Florian Weimer writes: FW> * 積丹尼 Dan Jacobson: >> I think this, >> $ LC

Bug#975026: Use 公元 not 西元

2020-11-17 Thread Dan Jacobson
Package: locales Version: 2.31-4 Severity: minor I think this, $ LC_TIME=zh_TW.UTF-8 date 西元2020年11月18日 (週三) 12時39分44秒 CST should say 公元 not 西元. Alas, I do not know where to submit this bug to.

Bug#974700: Add comment to resolv.conf when overwriting, mention what did it

2020-11-13 Thread Dan Jacobson
Package: isc-dhcp-client https://gitlab.isc.org/isc-projects/dhcp/-/issues/137 says this problem lies with Debian.

Bug#974658: Dot at the end of man page title

2020-11-13 Thread Dan Jacobson
Package: adduser Version: 3.118 Severity: wishlist File: /usr/share/man/man5/adduser.conf.5.gz There is a dot at the end of man page title: $ apropos d|head fuse (4) - Filesystem in Userspace (FUSE) device adduser.conf (5) - configuration file for adduser(8) and addgroup(8) .

Bug#974657: Man pages need proper titles

2020-11-13 Thread Dan Jacobson
Package: ossim-core Version: 2.9.1-3 Severity: wishlist None of these man pages have proper titles, $ apropos ossim|head ossim-adrg-dump (1) - ossim-adrg-dump ossim-applanix2ogeom (1) - ossim-applanix2ogeom ossim-autreg (1) - ossim-autreg ossim-band-merge (1) - ossim-band-merge

Bug#974654: Support unlimited +, -: at now + 2 years + 6 months

2020-11-13 Thread Dan Jacobson
Package: at Version: 3.1.23-1.1 Severity: wishlist $ at now + 2 years + 6 months syntax error. Last token seen: + Garbled time How inflexible. I'm not even asking for all of + - * /, just + -. Alas, forced to use * on my own: Workaround: $ at now + $((2*12+6)) months

Bug#974653: Support decimal times: at now + 2.5 years

2020-11-13 Thread Dan Jacobson
Package: at Version: 3.1.23-1.1 Severity: wishlist $ at now + 2.5 years syntax error. Last token seen: . Garbled time Why not support this?

Bug#522318: closed by Chris Hofstaedtler (util-linux upstream bugs with no activity)

2020-11-08 Thread Dan Jacobson
OK, filed https://github.com/karelzak/util-linux/issues/1184 .

Bug#973667: Directory List /.../.../.../... titles puts "meat" too far to the right

2020-11-07 Thread Dan Jacobson
> "KY" == Katsumi Yamaoka writes: KY> That's a good idea, but the title is what w3m says AFAIU; KY> emacs-w3m only copies it. Though it would probably be possible to KY> make emacs-w3m modify it, I think doing it by w3m is much better. You're right. Perhaps reassign this bug to w3m for me.

Bug#973941: Pasted text looks same as cursor

2020-11-07 Thread Dan Jacobson
Package: xterm Version: 361-1 Severity: minor Lately when we paste with SHIFT+INSERT, the pasted text is in reverse video. That's great, but that is the same color as our cursor, which "gets lost" due to it. So perhaps make the text a different color. (I'm using

Bug#973744: Not all switches can be completed

2020-11-04 Thread Dan Jacobson
Package: dlocate Version: 1.07+nmu1 File: /etc/bash_completion.d/dlocate-completion I can't complete e.g., --filename-only. Please all the remaining switches.

Bug#973667: Directory List /.../.../.../... titles puts "meat" too far to the right

2020-11-02 Thread Dan Jacobson
X-Debbugs-Cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20201021.0552.a4edf91-1 Let's say in emacs-w3m we are browsing the directory file:///home/jidanni/jidanni.org/geo/antipodes/programs/ Well, perhaps the buffer name/title should be programs Directory list, or

Bug#973666: Cursor left at top when browsing directories

2020-11-02 Thread Dan Jacobson
X-Debbugs-Cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20201021.0552.a4edf91-1 $ w3m file:///home/jidanni/jidanni.org/geo/antipodes/programs/ puts the cursor in the right spot. But in emacs-w3m, the cursor is left way at the top! Location:

Bug#972408: Don't call packages New Debian packages if not yet on Debian

2020-10-20 Thread Dan Jacobson
> "SW" == Sean Whitton writes: SW> We could, however, add a note to those HTML pages saying that the SW> package is not yet available. Yes, as we (public) have landed on the page via google searches, and have no knowledge of the deeper meanings.

Bug#566943: closed by Geert Stappers (Five or ten years later)

2020-10-18 Thread Dan Jacobson
OK hope it is fixed.

Bug#972408: Don't call packages New Debian packages if not yet on Debian

2020-10-17 Thread Dan Jacobson
X-Debbugs-Cc: Sudip Mukherjee Package: ftp.debian.org When reading e.g., https://ftp-master.debian.org/new/getmail6_6.7-1.html the user sees Debian NEW package overview for getmail6 Therefore the user assumes it is a new debian package. However it is not yet a new debian package. Yes it may be

Bug#971906: chromium-shell: quote $@

2020-10-09 Thread Dan Jacobson
Package: chromium-shell Version: 83.0.4103.116-3.1 Severity: minor File: /usr/bin/chromium-shell Shouldn't $@ be double quoted, to preserve the exact arguments?

Bug#743835: xlbiff: `nmh is not installed'

2020-09-24 Thread Dan Jacobson
# aptitude install xlbiff The following NEW packages will be installed: liblockfile1{a} (D: nmh) (xlbiff D: nmh D: liblockfile1) nmh{a} (D: xlbiff, S: exim4-base, R: nmh) (xlbiff D: nmh) xlbiff And then $ xlbiff

Bug#970596: Fill in rest of Recommends

2020-09-19 Thread Dan Jacobson
Package: vlc Version: 3.0.11.1-1+b1 Severity: minor Some of these are in the Package Description, VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this

Bug#970210: forcemerge vs. pkgreport.cgi

2020-09-12 Thread Dan Jacobson
Package: bugs.debian.org One would expect forcemerge A B to cause pkgreport.cgi?package=X to list A, not B. I mean B gets A's version, etc. OK maybe pkgreport.cgi always lists the lower numbered bug no matter what. Well https://www.debian.org/Bugs/server-control#forcemerge should mention that.

Bug#970075: Also add note in /etc/ppp/ip-up.d/0000usepeerdns

2020-09-11 Thread Dan Jacobson
In fact in /etc/ppp/ip-up.d/usepeerdns itself, a note could be added too that this file comes from Debian, not upstream.

Bug#970076: Update to work with systemd-resolved

2020-09-11 Thread Dan Jacobson
Package: ppp Version: 2.4.7-2+4.1+deb10u1+b1 Severity: grave In https://github.com/paulusmack/ppp/issues/167 > "PM" == Paul Mackerras writes: PM> It seems like the debian packaging of pppd has not been updated to use PM> whatever the "correct" way to supply new DNS servers to PM>

Bug#970075: Add a comment about who is writing when writing files

2020-09-11 Thread Dan Jacobson
Package: ppp Version: 2.4.7-2+4.1+deb10u1+b1 Severity: minor Please see https://github.com/paulusmack/ppp/issues/168 .

Bug#968589: PPP name resolver service not restarted upon upgrade

2020-09-10 Thread Dan Jacobson
Bug still affecting several of my machines. Forwarding to https://github.com/systemd/systemd/issues/17004 .

Bug#968194: Prerelease getmail6 .deb

2020-09-09 Thread Dan Jacobson
I can test a Prerelease getmail6 .deb for you when you make one.

Bug#969937: Removing packages doesn't "Fix" them

2020-09-08 Thread Dan Jacobson
Package: bugs.debian.org https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743835 "Fixed in version 4.1-7+rm" It really shouldn't say Fixed, but resolved, closed, etc.

Bug#969744: No such anchor

2020-09-08 Thread Dan Jacobson
> "KY" == Katsumi Yamaoka writes: KY> The actual emacs-w3m bug was not to hold some of fetched plural KY> name anchors that point to the same place. I've changed again KY> the git master. This would probably be the right fix. OK Good. >> Note that there are *two* name anchors. It seems

Bug#969744: No such anchor

2020-09-08 Thread Dan Jacobson
I'm saying that emacs-w3m might be following this rule: https://en.wikipedia.org/wiki/URI_fragment#cite_ref-6 "Notably they cannot begin with a digit or hyphen." But nowadays it seems there are newer rules, so emacs-w3m should expect ones that do begin with a digit or hyphen. > "KY" ==

Bug#969744: No such anchor

2020-09-07 Thread Dan Jacobson
X-Debbugs-Cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20200702.0409.dca01f9-1 $ w3m https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968589#36 Works fine. But $ emacs -q -f w3m for it, gives No such anchor: 36 Despite $ mech-dump --links

Bug#968589: PPP name resolver service not restarted upon upgrade

2020-09-06 Thread Dan Jacobson
This bug still affects PPP connections' name resolver service. DHCP connections name service restarts fine. Full dump attached at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968589#36

Bug#968093: See also

2020-09-06 Thread Dan Jacobson
See also https://forums.gentoo.org/viewtopic-t-1117556-start-0.html .

Bug#969386: Resolve file: not just file:///

2020-09-01 Thread Dan Jacobson
X-Debbugs-cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20200702.0409.dca01f9-1 Real w3m can deal fine with file:bla.txt and does not always need file:///full/path/to/bla.txt . But emacs-w3m says w3m--goto-url--valid-url: Wrong type argument: stringp, nil

Bug#968589: Need to restart internet connections upon upgrade, else no names can be resolved

2020-08-30 Thread Dan Jacobson
Nameserver running fine. # aptitude reinstall systemd Reinstalling systemd (246.3-1) over (246.3-1) ... Nameserver now not running fine. Can only reach IP addresses. Can't resolve names. poff; ifconfig ... down; sleep ...; ifconfig ... up; pon fixed it this time. Didn't need full reboot.

Bug#968589: closed by Debian FTP Masters (reply to Michael Biebl ) (Bug#968589: fixed in systemd 246.2-2)

2020-08-30 Thread Dan Jacobson
reopen 968589 thanks I still need to reboot. Even # aptitude reinstall systemd systemd (246.3-1) over (246.3-1) ... Doesn't restart it.

Bug#969021: RFP: getmail6 -- Mail retriever with support for POP3, IMAP4 and SDPS

2020-08-29 Thread Dan Jacobson
> "OA" == Osamu Aoki writes: OA> Hi, OA> I am about to request for package removal of current getmail package. OA> So whoever decide to package this new python3 getmail, please go ahead OA> without worrying file conflict. Maybe don't remove it, but just hand it over to Sudip for upgrade.

Bug#969021: RFP: getmail6 -- Mail retriever with support for POP3, IMAP4 and SDPS

2020-08-27 Thread Dan Jacobson
Actually I am guessing the current maintainer isn't reading these emails, and you Sudip, should consider non-maintainer uploads or steps on how to take over the project altogether from non-active maintainers.

Bug#969021: RFP: getmail6 -- Mail retriever with support for POP3, IMAP4 and SDPS

2020-08-27 Thread Dan Jacobson
Indeed in https://github.com/getmail6/getmail6/issues/33#issuecomment-681888347 we see the trend across distributions is for a single getmail package upgraded to 6 and not two packages.

Bug#969021: RFP: getmail6 -- Mail retriever with support for POP3, IMAP4 and SDPS

2020-08-27 Thread Dan Jacobson
> "SM" == Sudip Mukherjee writes: SM> X-Debbugs-Cc: Osamu Aoki I'm not sure that line will work there. I'll CC him anyway. SM> This getmail6 will install files like: SM> /usr/bin/getmail SM> /usr/bin/getmail_fetch SM> /usr/bin/getmail_mbox SM> /usr/bin/getmail_maildir SM>

Bug#969062: Sometimes X-Debbugs-Cc's to other bugs do nothing

2020-08-26 Thread Dan Jacobson
reassign 969062 reportbug retitle 969062 Maybe catch Cc's to bugs.debian.org addresses thanks Maybe reportbug should warn, after a user enters a @bugs.debian.org address at the CC prompt. Also maybe the BTS should send an email: One error was found on your bug submission. ADB> This seems like

Bug#969062: Sometimes X-Debbugs-Cc's to other bugs do nothing

2020-08-26 Thread Dan Jacobson
Package: bugs.debian.org On https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969021#3 the user did (actually via reportbug) X-Debbugs-Cc: 968...@bugs.debian.org However, on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968194 one can see that never got attached.

Bug#968194: WNPP

2020-08-26 Thread Dan Jacobson
OK I made a WNPP, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969021

Bug#969021: getmail6 as parallel package

2020-08-26 Thread Dan Jacobson
After reviewing https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968194 one feels yes, an independent getmail6 package would be the best solution for now rather than upgrading a single getmail package.

Bug#956499: _dri not being added to paths when searching

2020-08-23 Thread Dan Jacobson
So one sees MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to open i915 (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri) failed to load driver: i915 MESA-LOADER: failed to open kms_swrast (search paths

Bug#968919: Warn that -L needs architecture

2020-08-23 Thread Dan Jacobson
Package: dlocate Version: 1.07+nmu1 Severity: wishlist File: /usr/share/man/man1/dlocate.1.gz Man page says -L List all files in package. The man page should say that one needs to add ":architecture" # dpkg -L libgl1-mesa-dri | sum 52550 2 # dlocate -L libgl1-mesa-dri:amd64 | sum

Bug#956499: Missing TLS symlink

2020-08-21 Thread Dan Jacobson
reassign 956499 libgl1-mesa-dr1 found 956499 20.1.5-1 retitle 956499 Missing TLS symlink severity 956499 critical thanks Reading https://bbs.archlinux.org/viewtopic.php?id=250422 we try $ strace glxinfo 2>&1|grep ENOENT openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/tls/i965_dri.so",

Bug#968589: Need to restart internet connections upon upgrade, else no names can be resolved

2020-08-18 Thread Dan Jacobson
Resolver working fine. Now do # aptitude reinstall systemd The following packages will be REINSTALLED: systemd 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/4,318 kB of archives. After unpacking 0 B will be used. which causes $ HEAD

Bug#963545: [Aptitude-devel] Bug#963545: Bug#963545: aptitude-create-state-bundle can't deal with no $HOME/.aptitude present

2020-08-18 Thread Dan Jacobson
Glad it will be fixed soon. Thanks.

Bug#968589: Need to restart internet connections upon upgrade, else no names can be resolved

2020-08-18 Thread Dan Jacobson
But I purged resolvconf many reboots ago! Now whenever I upgrade systemd, I have to restart ppp (not reboot) to get the systemd resolver working again. Not sure if it had to do with me removing resolvconf though, or some recent change in systemd

Bug#968589: Need to restart internet connections upon upgrade, else no names can be resolved

2020-08-18 Thread Dan Jacobson
Maybe it has to do with the standard /etc/ppp/ip-up.d/usepeerdns . I can still ping 8.8.8.8, but to resolve example.com, I have to start ppp again, after upgrading systemd-* . Hmmm, perhaps this is happening ever since I removed the resolvconf package. Not sure.

Bug#968589: Need to restart internet connections upon upgrade, else no names can be resolved

2020-08-17 Thread Dan Jacobson
Package: systemd Version: 246.2-1 After installing this package, one needs to restart their internet connection, else no sites can be resolved: $ w3m example.com w3m: Can't load example.com.

Bug#968572: find: ‘/usr/lib/python2.7’: No such file or directory

2020-08-17 Thread Dan Jacobson
Package: libpython2.7-minimal Version: 2.7.18-1 Severity: minor Seen upon purge: find: ‘/usr/lib/python2.7’: No such file or directory The following packages will be REMOVED: gcc-9-base{p} getmail{a} (D: python:any) libpython-stdlib{ap} (D: libpython2-stdlib, D: libpython2.7-stdlib)

Bug#968324: Provide /usr/bin/python

2020-08-15 Thread Dan Jacobson
Well your man page says "python", not python3.

Bug#968194: Upgrade to getmail6 which uses python3

2020-08-12 Thread Dan Jacobson
Please use new upstream https://github.com/getmail6 release. It uses python3. Without upgrading, the getmail package is no longer installable on sid.

Bug#968324: Provide /usr/bin/python

2020-08-12 Thread Dan Jacobson
Package: python3 Version: 3.8.2-3 Some (python3) package should provide the /usr/bin/python link. No, one cannot do # aptitude install python -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64)

Bug#968009: Warn that there is no point of installing this package if using systemd

2020-08-12 Thread Dan Jacobson
MB> I don't think this is correct. Afaik, resolvconf has always been MB> optional and was never installed by default in Debian. https://en.wikipedia.org/wiki/Resolvconf Yes, optional, unless one wanted to use the Internet...

Bug#968009: Warn that there is no point of installing this package if using systemd

2020-08-12 Thread Dan Jacobson
I'm saying all machines that were around before systemd came along will still have their resolvconf installed. Just like I used to have a telegraph, but now I have a telephone, but I never took the steps I needed to remove the telegraph, so still have the telegraph.

Bug#968288: link python man page so "man python" will find it

2020-08-12 Thread Dan Jacobson
Package: python3.8-minimal Version: 3.8.5-2 Severity: minor File: /usr/share/man/man1/python3.8.1.gz File says python \- an interpreted, interactive, object-oriented programming language so it should be linked properly so $ man python will find it.

Bug#968194: Depends on non-existent python version?

2020-08-11 Thread Dan Jacobson
Problem solved: https://github.com/getmail6/getmail6

Bug#968194: Depends on non-existent python version?

2020-08-11 Thread Dan Jacobson
Yup, not installable. Debian Release: bullseye/sid APT prefers unstable APT policy: (990, 'unstable') # aptitude install getmail The following NEW packages will be installed: getmail{b} (D: python:any) 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0

Bug#968194: Depends on non-existent python version?

2020-08-10 Thread Dan Jacobson
Package: getmail Version: 5.13-1 Aptitude says: The following packages will be upgraded: libpython2-stdlib python2 python2-minimal 3 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. The following packages have unmet dependencies: python : Depends: python2 (= 2.7.17-2)

Bug#968055: journal uses an unsupported feature, ignoring file

2020-08-09 Thread Dan Jacobson
>>> "MB" == Michael Biebl writes: >> MB> You can either uninstall resolvconf or use the workaround I posted at MB> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967906#47 >> >> OK, perhaps there should be a Conflicts: resolvconf ... >>

Bug#968055: journal uses an unsupported feature, ignoring file

2020-08-08 Thread Dan Jacobson
> "MB" == Michael Biebl writes: MB> You can either uninstall resolvconf or use the workaround I posted at MB> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967906#47 OK, perhaps there should be a Conflicts: resolvconf ... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968009

Bug#968093: client bug: event processing lagging behind by ..ms, your system is too slow

2020-08-08 Thread Dan Jacobson
Package: xserver-xorg-input-kbd Version: 1:1.9.0-1+b2 /var/log/Xorg.0.log has (EE) event2 - Logitech USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow So my keyboard is faster than my CPU, and it is an error, not even a warning?

Bug#968055: journal uses an unsupported feature, ignoring file

2020-08-07 Thread Dan Jacobson
>> Maybe this was caused by me >> downgrading 246-2 to 245.7-1 ? MB> Correct. Keep in mind, that downgrades are in general not supported. (Well I can't upgrade back until the infinite loop is fixed.)

Bug#968055: journal uses an unsupported feature, ignoring file

2020-08-07 Thread Dan Jacobson
Package: systemd Version: 245.7-1 I never touched any of this. # journalctl -f Journal file /var/log/journal/64f9b494837d480e9ecd81ea0cef1551/system@5cd966d8e5d24653b114e239c300135e-000e3792-0005ac0f7ccf0a84.journal uses an unsupported feature, ignoring file. Use

Bug#968009: Warn that there is no point of installing this package if using systemd

2020-08-06 Thread Dan Jacobson
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967906#10 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967906#32 seem to indicate one doesn't need both packages. I'm guessing that all Debian systems that have been around for 10 years will probably have both packages installed. But the

Bug#968009: Warn that there is no point of installing this package if using systemd

2020-08-06 Thread Dan Jacobson
Package: resolvconf Version: 1.82 Apparently there is no point in installing this package if one has systemd installed(?) So at least the package Description should warn so.

Bug#967906: systemd 246 resolvconf path unit

2020-08-05 Thread Dan Jacobson
I too find both installed on all my machines. What sense does that make? Shouldn't the packages conflict? > "KL" == Kai Lüke writes: KL> Yes, I had resolvconf around for some reason while using systemd-resolved. KL> Thanks for forwarding to upstream.

Bug#966621: Many people have entire music collections on /var/tmp

2020-08-04 Thread Dan Jacobson
Many people have entire music collections on /var/tmp. So at least they should be asked upon upgrade if they are aware that it is about to get suddenly wiped out.

Bug#967906: 246-2 gobbles CPU

2020-08-04 Thread Dan Jacobson
Package: systemd Version: 246-2 Severity: important >From the moment of installation, it gobbles the CPU and won't let go. $ top PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND 1 root 20 0 103668 11708 8708 R 81.2 0.2 10:35.94 systemd 5401

Bug#967904: Put file:///usr/share/doc/im.... on its own line

2020-08-04 Thread Dan Jacobson
Package: imagemagick-6.q16 Version: 8:6.9.11.24+dfsg-1 Severity: minor File: /usr/share/man/man1/import-im6.q16.1.gz We read OVERVIEW The import-im6.q16 program is a member of the ImageMagick-ims6.q16(1) suite of tools. Use it to capture some or all of an X server screen and

Bug#966696: emacs Segmentation fault

2020-08-02 Thread Dan Jacobson
Regarding https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42676 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42677 etc. Well if this is an libx11-6 bug, then patching just emacs won't fix the (many more?) other packages this affects... > "c" == cufalo writes: c> Reported also for libx11-6 at

Bug#966696: emacs Segmentation fault

2020-08-01 Thread Dan Jacobson
Package: libx11-6 Version: 2:1.6.10-1 Severity: critical $ emacs -Q Fatal error 11: Segmentation fault Backtrace: emacs[0x5111be] emacs[0x4f6ead] emacs[0x50f63e] emacs[0x50f86d] emacs[0x50f8e9] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14140)[0x7fb642ee6140] emacs[0x4d94b0] emacs[0x4d9897]

Bug#966223: Cannot install without wiping other packages

2020-07-24 Thread Dan Jacobson
Package: unar Version: 1.10.1-2+b6 With sid: # aptitude install unar The following NEW packages will be installed: unar{b} (D: gnustep-base-runtime, D: libgnustep-base1.27, D: libobjc4) 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/1,274 kB of archives.

Bug#965996: 965996: Try with LC_ALL=C

2020-07-21 Thread Dan Jacobson
Ah, "...AI explanations as we are of each other's\u2014no matter how clever" ^^ is counted as one column! (seen with LC_ALL=C). At least that should be easy to fix. After that is fixed, try with $ locale LANG=zh_TW.UTF-8 LANGUAGE=en_US:en

Bug#965996: Some lines truncated with emacs -nw

2020-07-21 Thread Dan Jacobson
X-Debbugs-Cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20200702.0409.dca01f9-1 Please do $ w3m https://getpocket.com/explore/item/the-dark-secret-at-the-heart-of-ai #good! and compare it with $ emacs -nw -q -f w3m g

Bug#965375: Mention mirror status page

2020-07-20 Thread Dan Jacobson
Package: mirrors https://www.debian.org/mirror/list says "Everything else you want to know about Debian mirrors: https://www.debian.org/mirror/.; OK, but that page doesn't mention status. Therefore please mention https://mirror-master.debian.org/status/mirror-status.html on

Bug#965261: '/usr/share/fonts/truetype/unifont': Directory not empty

2020-07-18 Thread Dan Jacobson
Package: ttf-unifont Version: 1:13.0.03-1 Severity: minor Unpacking ttf-unifont (1:13.0.03-1) over (1:12.0.01-3) ... dpkg: warning: unable to delete old directory '/usr/share/fonts/truetype/unifont': Directory not empty Maybe it is .uuid that made it get stuck? Should I remove it?

Bug#956499: mesa-loader failed to retrieve device information

2020-07-16 Thread Dan Jacobson
reassign 956499 libdrm2 found 956499 2.4.102-1 thanks Perhaps like #956665.

Bug#956499: mesa-loader failed to retrieve device information

2020-07-16 Thread Dan Jacobson
See also https://gitlab.alpinelinux.org/alpine/aports/-/issues/7265 chromium: 83.0.4103.116-3

Bug#964869: mention if -header can be used only once, or more than once

2020-07-11 Thread Dan Jacobson
Package: w3m Version: 0.5.3-38 Severity: minor File: /usr/share/man/man1/w3m.1.gz Man page says -header string append string to the HTTP(S) request. Expected to match the header syntax Variable: Value Mention if this can be used only once, or more than once.

Bug#964063: Mention Linux in "Running Mumble" section

2020-06-30 Thread Dan Jacobson
Package: mumble Version: 1.3.0+dfsg-1+b2 Severity: wishlist File: /usr/share/doc/mumble/README We read Running Mumble == On Windows, after installation, you should have a new Mumble folder in your Start Menu, from which you can start Mumble. On Mac OS X, to install

Bug#964021: Ignoring invalid option: -bit_depth

2020-06-30 Thread Dan Jacobson
Package: pngcrush Version: 1.8.13-0.1 File: /usr/share/man/man1/pngcrush.1.gz The man page mentions -bit_depth, but you will get Ignoring invalid option: -bit_depth if you use it. Also --help doesn't list it. So it must not exist.

Bug#963828: Add "Prev, Next" links to bug HTML, even J and K keyboard shortcuts

2020-06-27 Thread Dan Jacobson
Package: bugs.debian.org Severity: wishlist X-Debbugs-CC: s...@parawide.net Idea: let's say a user forgets to add long stacktraces as an attachment. E.g., at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963548#55 Well, perhaps if at each "Message #.. received at ..." header, there was also

Bug#963786: Clean up old /etc/calendar which the user has never touched

2020-06-26 Thread Dan Jacobson
Package: bsdmainutils Version: 12.1.2 dpkg: warning: unable to delete old directory '/etc/calendar': Directory not empty

Bug#963783: dependency problems prevent configuration of libgnutls-dane0:

2020-06-26 Thread Dan Jacobson
Package: libgnutls-dane0 Selecting previously unselected package libmu-dbm6:amd64. (Reading database ... 144664 files and directories currently installed.) Preparing to unpack .../libmu-dbm6_1%3a3.9-3_amd64.deb ... Unpacking libmu-dbm6:amd64 (1:3.9-3) ... dpkg: error processing archive

Bug#963548: 83.0.4103.116-1 too risky

2020-06-25 Thread Dan Jacobson
Yup, downgrading chromium-common from 83.0.4103.116-1 to 81.0.4044.92-1, and installing ffmpeg 4.2 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963080) brings back some sanity.

Bug#963672: support adding times: at 'now + 6 years + 11 months'

2020-06-24 Thread Dan Jacobson
Package: at Version: 3.1.23-1+b1 Severity: wishlist Support: at 'now + 6 years + 11 months'

Bug#963671: support decimal in years, etc.

2020-06-24 Thread Dan Jacobson
Package: at Version: 3.1.23-1+b1 Severity: wishlist Support: at 'now + 6.9 years'

Bug#963548: Received signal 11 SEGV_MAPERR

2020-06-23 Thread Dan Jacobson
The aw snaps are Error code: 256 https://bugs.chromium.org/p/chromium/issues/detail?id=1098264 Easy to prove via browsing youtube videos. Suddenly affecting chromium 81 too, so obviously some part of the browser that is updated not via debian.

Bug#956499: MESA-LOADER: failed to open i915

2020-06-23 Thread Dan Jacobson
> "MG" == Michael Gilbert writes: MG> These messages are output by mesa, so this is most likely a problem MG> with support for your hardware. OK, I'll attach lshw output. jidanni5 description: Notebook product: 20150 (Type1Sku0) vendor: LENOVO version: Lenovo G580 serial:

Bug#963548: Received signal 11 SEGV_MAPERR

2020-06-23 Thread Dan Jacobson
Now even with 81, browsing Facebook gives Aw Snaps after scrolling down a bit. Anyway I recall this sort of thing happened before. I'll hope others will do the traces, if my guess is right that many people will encounter the problem.

Bug#963548: Received signal 11 SEGV_MAPERR

2020-06-23 Thread Dan Jacobson
Package: chromium Version: 83.0.4103.106-1 Looks like 83 is bad. Browse about 10 minutes and Received signal 11 SEGV_MAPERR 7f0168b7a277 #0 0x55e2011c3bf9 (/usr/lib/chromium/chromium+0x52b3bf8) #1 0x55e201122e83 (/usr/lib/chromium/chromium+0x5212e82) #2 0x55e2011c3781

Bug#963545: aptitude-create-state-bundle can't deal with no $HOME/.aptitude present

2020-06-23 Thread Dan Jacobson
Package: aptitude-common Version: 0.8.13-1 # aptitude-create-state-bundle /tmp/z tar: .//root/.aptitude: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors Well the man page says $HOME/.aptitude, which looks different than the above. But what's the

Bug#962481: Printing to PDF makes files twenty million times bigger

2020-06-21 Thread Dan Jacobson
OK, 500K is still way too high. You should be getting no more than 20K according to https://bugs.chromium.org/p/chromium/issues/detail?id=1087707#c18 > "MG" == Michael Gilbert writes: MG> control: severity -1 minor MG> control: forwarded -1 http://crbug.com/1087707 MG> control: retitle -1

Bug#958450: 83 available upstream

2020-06-11 Thread Dan Jacobson
Upstream is asking me to use version 83 when reporting bugs.

Bug#962481: bet a debian bug

2020-06-09 Thread Dan Jacobson
As you can see on crbug.com, this appears to be Debian specific.

Bug#962481: Printing to PDF makes files twenty million times bigger

2020-06-08 Thread Dan Jacobson
Package: chromium Version: 81.0.4044.92-1 As noted in https://bugs.chromium.org/p/chromium/issues/detail?id=1087707 this must be a Debian bug.

<    1   2   3   4   5   6   7   8   9   10   >