Bug#1085124: muon-meson: FTBFS: /bin/sh: 1: /<>/build/muon: Permission denied

2024-10-19 Thread Eli Schwartz
cpus it will run $(nproc)+1 jobs. Probably I suspect you got this information from ninja's manpage -- if so you should be aware that ninja doesn't actually have a manpage and this is a Debian bug in Debian's help2man scripts that replace "on this system" with the not exact

Bug#1078026: -lmpi_mpifh does not work

2024-08-06 Thread Eli Schwartz
https://salsa.debian.org/hpc-team/openmpi/-/commit/45d922571f1b8af1fff14774d61459f8d48fe472 indicates that this was known to be broken but analyzed as a bug in the packaging testcase itself? -- Eli Schwartz OpenPGP_signature.asc Description: OpenPGP digital signature

Bug#1078026: -lmpi_mpifh does not work

2024-08-06 Thread Eli Schwartz
y for building openmpi software against. It doesn't appear to be installed by any other distros. It seems like it is something Debian has patched in, but I cannot figure out why. -- Eli Schwartz OpenPGP_signature.asc Description: OpenPGP digital signature

Bug#1059076: duplicity: --version returns $version, instead of an actual version

2023-12-24 Thread Eli Schwartz
site and clearly expects this to be used. The sourceforge tarball contains a replaced $version. -- Eli Schwartz

Bug#1056818: meson: ftbfs with cython 3.0.x

2023-11-26 Thread Eli Schwartz
Per your link, it does NOT succeed with the older cython release and therefore this is not a regression in cython. Please open a new ticket to report the generalized non-cython failure, and close this ticket as invalid. (If this report was mistargeted, then there may be others as well.) -- Eli

Bug#1041499: meson: glib2.0 FTBFS on mips64el: "native build" but then "Can not run test applications in this cross environment"

2023-08-06 Thread Eli Schwartz
> > cross environment. Update: Simon wrote a fix for this and it is merged upstream and tagged for the .1 maintenance release. https://github.com/mesonbuild/meson/pull/12080 -- Eli Schwartz

Bug#1042398: debhelper: should disable Python byte-compilation when building .deb with Meson

2023-08-06 Thread Eli Schwartz
On 8/6/23 9:27 AM, Simon McVittie wrote: > On Tue, 01 Aug 2023 at 15:14:13 -0400, Eli Schwartz wrote: >> My conclusion was that all distros want bytecode, except for Debian, >> which doesn't want bytecode. > > Debian does want bytecode, but the Debian Python team'

Bug#1042398: debhelper: should disable Python byte-compilation when building .deb with Meson

2023-08-01 Thread Eli Schwartz
On 8/1/23 3:13 PM, Eli Schwartz wrote: > On Thu, 27 Jul 2023 15:43:26 +0100 Simon McVittie wrote: >> Is there a way this can be done, without making packages FTBFS if debhelper >> is backported to an older suite but Meson is not? -Dpython.bytecompile=-1 >> will cause `me

Bug#1042398: debhelper: should disable Python byte-compilation when building .deb with Meson

2023-08-01 Thread Eli Schwartz
;m not > aware of a way to say "set this option if supported, ignore if not" without > parsing `meson --version` and comparing it with a threshold. Just tested, and adding this to a --native-file should work: ``` [built-in options] python.bytecompile = '-1' ``` -- Eli Schwartz

Bug#1042398: debhelper: should disable Python byte-compilation when building .deb with Meson

2023-08-01 Thread Eli Schwartz
pt, but only if running inside a package build. Is there even a way to detect this? No idea. Not an enthusiastic topic anyway. """ -- Eli Schwartz

Bug#1041767: bug#64829: Leaving .emacs.d/eln-cache on users disks not environmentally sound

2023-07-24 Thread Eli Zaretskii
tags 64829 notabug wontfix close 64829 thanks > Cc: 1041...@bugs.debian.org > From: Dan Jacobson > Date: Mon, 24 Jul 2023 05:16:04 -0500 > > All I know is based on > > https://emacs.stackexchange.com/questions/71825/how-often-should-emacs-28-1-native-compile-basic-emacs-files > and > https://bu

Bug#1040748: ftbfs in pycairo with meson 1.2.0 rc2

2023-07-10 Thread Eli Schwartz
On 7/10/23 5:09 AM, Simon McVittie wrote: > Is there a way for debhelper to set this option without breaking the > build of packages that contain no Python? It should be fine to always pass this option on meson 1.2.0+, since the option will exist even if it is never read. -- Eli Schwartz

Bug#1040755: ftbfs in rygel with meson 1.2.0 rc2

2023-07-09 Thread Eli Schwartz
ete the .wrap files from the subprojects/ directory, since Debian does not build this project with vendored dependencies. -- Eli Schwartz

Bug#1040753: FTBFS in gupnp-tools with meson 1.2.0 rc2

2023-07-09 Thread Eli Schwartz
bout it. This is an upstream bug as the file did not do what it was expected to do, but it prevents building in Debian. The simplest solution is to delete the .wrap files from the subprojects/ directory, since Debian does not build this project with vendored dependencies. It is also fixed upstream in git. -- Eli Schwartz

Bug#1040748: ftbfs in pycairo with meson 1.2.0 rc2

2023-07-09 Thread Eli Schwartz
ode If this file is not desired in the debian package, please specify your preferred value for this meson setting. For example, to avoid compiling bytecode as part of `meson install`, you could setup the build system with the `-Dpython.bytecompile=-1` option. -- Eli Schwartz

Bug#1040746: ftbfs in gnome-photos with recent babl

2023-07-09 Thread Eli Schwartz
requests/248 https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/261 Both merge requests are available when upgrading to 44.0, or alternatively in 43.1 (a bugfix release containing only this change) -- Eli Schwartz

Bug#1040682: FTBFS in colord with meson 1.2.0 rc2

2023-07-09 Thread Eli Schwartz
are only ever uploaded to experimental, and are a preview for the future. Temporarily downgrading the severity. This should be reset to "serious" once the final release is out, as which will go directly to unstable. -- Eli Schwartz

Bug#1040682: FTBFS in colord with meson 1.2.0 rc2

2023-07-08 Thread Eli Schwartz
ed. Only the default values for the project are printed, and all command line parameters are ignored. The release candidate makes this an error instead. If you want to print the values of available options, simply avoid passing arguments; this works both in a source directory and a build directory. -- Eli Schwartz

Bug#1040316: python3-minimal fails to install

2023-07-04 Thread Eli Schwartz
This bug seems to have been caused by https://salsa.debian.org/cpython-team/python3-defaults/-/commit/8e243207fee371a7335674fc77db63044b62cb29 It migrated from imp to importlib, but importlib doesn't imply importlib.util -- you cannot and AFAIK never have been able to import the top-level package

Bug#1021842: Finalizing 'inhibit-automatic-native-compilation'

2023-02-20 Thread Eli Zaretskii
> From: Andrea Corallo > Cc: monn...@iro.umontreal.ca, t...@debian.org, emacs-de...@gnu.org, > spwhit...@spwhitton.name, 1021...@bugs.debian.org > Date: Mon, 20 Feb 2023 15:42:08 + > > > You mean, from master to emacs-29, I guess? > > Yes > > > What was the motivation for that change?

Bug#1021842: Finalizing 'inhibit-automatic-native-compilation'

2023-02-20 Thread Eli Zaretskii
> From: Andrea Corallo > Cc: Tatsuya Kinoshita , emacs-de...@gnu.org, > spwhit...@spwhitton.name, 1021...@bugs.debian.org, Eli Zaretskii > > Date: Mon, 20 Feb 2023 09:18:02 + > > Andrea Corallo writes: > > > Stefan Monnier writes: > > > >&

Bug#1021842: Finalizing 'inhibit-automatic-native-compilation'

2023-02-20 Thread Eli Zaretskii
> From: Andrea Corallo > Cc: Tatsuya Kinoshita , emacs-de...@gnu.org, > spwhit...@spwhitton.name, 1021...@bugs.debian.org, Eli Zaretskii > > Date: Mon, 20 Feb 2023 09:03:34 + > > OTOH on a slightly differnt subject and in light of this, I think we > should proba

Bug#1021842: Finalizing 'inhibit-automatic-native-compilation'

2023-02-17 Thread Eli Zaretskii
> From: Sean Whitton > Cc: Eli Zaretskii , aymeric.a...@yandex.com, > monn...@iro.umontreal.ca, emacs-de...@gnu.org, la...@gnus.org, > r...@defaultvalue.org > Date: Fri, 17 Feb 2023 09:42:29 -0700 > > > Otherwise you have to revert probably 654428b65ae and 2f28496

Bug#1026312: meson: diff for NMU version 1.0.0-1.1

2022-12-24 Thread Eli Schwartz
installed, it cannot overwrite the stdlib distutils. And there's a viable approach to not using distutils by the time distutils is removed from the stdlib. -- Eli Schwartz

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-12 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 13:28:17 +0100 > From: Vincent Lefevre > Cc: gavinsmith0...@gmail.com, bug-texi...@gnu.org, 989...@bugs.debian.org > > > > But "down" is the reverse of "up". > > > > No, it isn't. It is only the reverse of "up" if the node structure is > > a perfect tree. > > But if th

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-12 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 12:40:11 +0100 > From: Vincent Lefevre > > > > Oops, I misread the file. I actually think that it is correct. > > > IMHO, to get the tree structure, you should not follow the menu, > > > but only the "File:" lines. > > > > You can't: SPC and DEL are supposed to traverse

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-12 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 11:56:47 +0100 > From: Vincent Lefevre > > Oops, I misread the file. I actually think that it is correct. > IMHO, to get the tree structure, you should not follow the menu, > but only the "File:" lines. You can't: SPC and DEL are supposed to traverse the tree, not just t

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-12 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 11:39:41 +0100 > From: Vincent Lefevre > Cc: bug-texi...@gnu.org, 989...@bugs.debian.org > > > * Menu: > > > > * Bugs:: > > > > See that "Bugs" at the end? This is the problem: since "Bugs" is a > > top-level node, its presence in a level-1 node's menu makes the no

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-12 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 10:26:39 +0100 > From: Patrice Dumas > Cc: Vincent Lefevre , bug-texi...@gnu.org, > 989...@bugs.debian.org > > On Sat, Nov 12, 2022 at 09:27:34AM +0200, Eli Zaretskii wrote: > > See that "Bugs" at the end? This is the problem: si

Bug#989029: info: prev-line and scroll-backward are buggy on gnuplot.info

2022-11-11 Thread Eli Zaretskii
> Date: Sat, 12 Nov 2022 00:17:34 +0100 > From: Vincent Lefevre > Cc: 989...@bugs.debian.org > > [Cc to the Debian bug 989029, which I reported last year: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989029 > > I'm now reporting it upstream since it still occurs with "info" > from Te

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-10 Thread Eli Zaretskii
> Date: Sat, 5 Nov 2022 13:54:54 -0700 > Cc: vinc...@vinc17.net, spwhit...@spwhitton.name, 58...@debbugs.gnu.org, > 1017...@bugs.debian.org > From: Paul Eggert > > On 2022-11-04 00:00, Eli Zaretskii wrote: > > We need to establish what is the > > source of SIGHUP

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-06 Thread Eli Zaretskii
> Date: Sun, 6 Nov 2022 11:44:43 -0800 > Cc: a...@sdf.org, vinc...@vinc17.net, spwhit...@spwhitton.name, > 58...@debbugs.gnu.org, 1017...@bugs.debian.org > From: Paul Eggert > > On 2022-11-06 11:32, Eli Zaretskii wrote: > > My question was whether in this scenario

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-06 Thread Eli Zaretskii
> Date: Sun, 6 Nov 2022 11:18:03 -0800 > Cc: a...@sdf.org, vinc...@vinc17.net, spwhit...@spwhitton.name, > 58...@debbugs.gnu.org, 1017...@bugs.debian.org > From: Paul Eggert > > On 2022-11-05 22:51, Eli Zaretskii wrote: > > > But is it possible for a program like Em

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-05 Thread Eli Zaretskii
> Date: Sat, 5 Nov 2022 13:54:54 -0700 > Cc: vinc...@vinc17.net, spwhit...@spwhitton.name, 58...@debbugs.gnu.org, > 1017...@bugs.debian.org > From: Paul Eggert > > On 2022-11-04 00:00, Eli Zaretskii wrote: > > We need to establish what is the > > source of SIGHUP

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-04 Thread Eli Zaretskii
> From: Andrea Corallo > Cc: Vincent Lefevre , spwhit...@spwhitton.name, > 58...@debbugs.gnu.org, 1017...@bugs.debian.org > Date: Thu, 03 Nov 2022 21:25:08 + > > AFAIU the Emacs subprocess we use to compile should behave like a > regular Emacs. Basically, you are saying that if the s

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-03 Thread Eli Zaretskii
> Date: Thu, 3 Nov 2022 11:13:08 +0100 > From: Vincent Lefevre > Cc: spwhit...@spwhitton.name, 58...@debbugs.gnu.org, > 1017...@bugs.debian.org > > On 2022-11-03 08:47:06 +0200, Eli Zaretskii wrote: > > > On 2022-11-02 14:24:51 +0200, Eli Zaretskii wrote: > &

Bug#1017711: bug#58956: mark_object, mark_objects(?) crash

2022-11-02 Thread Eli Zaretskii
> Cc: 58...@debbugs.gnu.org, 1017...@bugs.debian.org > Date: Thu, 3 Nov 2022 04:00:46 +0100 > From: Vincent Lefevre > > On 2022-11-02 14:24:51 +0200, Eli Zaretskii wrote: > > Signal 1 is SIGHUP, AFAIU. Why should Emacs receive SIGHUP in the > > middle of GC, I have n

Bug#1015132: meson: FTBFS: ./b 52a78b9866/../test cases/failing build/2 hidden symbol/bobuser.c:4: undefined reference to `hidden_function'

2022-08-08 Thread Eli Schwartz
ng " [XXX]". error, unexskip, and unexrun are the only failure states. unexskip and unexrun can only happen in Meson's internal CI ($MESON_CI_JOBNAME is set and isn't "thirdparty"). So you can just filter for: - any python-unittest matching logs (e.g. in between "===" and "\nRan tests in s") - anything in between " [ERROR]" and " []" -- Eli Schwartz

Bug#953033: bug#39901: Emacs needs to update window-width when the user updates the text size

2020-08-05 Thread Eli Zaretskii
> From: Lars Ingebrigtsen > Date: Wed, 05 Aug 2020 14:04:59 +0200 > Cc: 953...@bugs.debian.org, Katsumi Yamaoka , > 39...@debbugs.gnu.org > > 積丹尼 Dan Jacobson writes: > > > Emacs needs to update window-width when the user updates the text size. > > I think that makes sense. > > Anybody got a

Bug#868884: חבר יקר

2020-02-24 Thread Edward Eli
שלום חבר יקר אני עורך הדין אדוארד אלי, אני מציע לך את ההצעה הזו בקשר למותו של מר אמיל, אותו אתה נושא את אותו שם משפחה. הוא היה הלקוח שלי לפני מותו, והשאיר סכום כסף, 7.5 מיליון דולר בבנק. לאחר ניסיון לא מוצלח למצוא שם קישור, החלטתי ליצור איתך קשר, אנא חזור אלי להליכי הבהרה ותשלום נוספים. למידע נ

Bug#855389: calibre: exception when adding custom open-with program

2020-01-21 Thread Eli Schwartz
seeing if the error can be duplicated; if you still get the error, then it's an upstream bug and can be reported to the calibre developer at https://calibre-ebook.com/bugs -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#947393: calibre: Unneeded patches deviate from upstream for no gain.

2019-12-25 Thread Eli Schwartz
ch and figuring that was what it did or was intended to do. Could be I misremembered. Maybe I'll take another look. Either way, that's indeed the logical place to patch it, so yeah. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#947394: calibre: missing zsh completions

2019-12-25 Thread Eli Schwartz
bre will detect it exists, and try to write completions to it. For more details, see the source code (which enumerates the directories it searches for): https://github.com/kovidgoyal/calibre/blob/e721f8aa3ede7ae1c62fb5a8b4a52ca5562e4df7/src/calibre/linux.py#L194-L210 -- Eli Schwartz Arch Linux B

Bug#947393: calibre: Unneeded patches deviate from upstream for no gain.

2019-12-25 Thread Eli Schwartz
On 12/25/19 9:48 PM, Norbert Preining wrote: > Hi Eli, > > thanks for the report. [...] >> - Disable-update-check-by-default.patch >> >> While I'm on the topic of Debian-specific patches... this patch seems to >> cause calibre to start up with the upd

Bug#646128: Conversion to MOBI-format fails, if X Window System is not present

2019-12-25 Thread Eli Schwartz
running. This bug report is obsolete since Thu Aug 21 23:54:55 2014, with the 2.0.0 release. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#726327: improve calibre-server packaging

2019-12-25 Thread Eli Schwartz
This would require rewriting the entire upstream program, since they aren't separate applications. They are a single intertwined codebase which has multiple entry stubs. Also, the content server uses qt, so you're not getting rid of that anyway. -- Eli Schwartz Arch Linux Bug Wr

Bug#802767: calibre: Please split ebook-viewer out as a seperate package

2019-12-25 Thread Eli Schwartz
This would require rewriting the entire upstream program, since they aren't separate applications. They are a single intertwined codebase which has multiple entry stubs. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#690467: Calibre quick-start guide advises user to use "Book Designer" (probably non-free) program not in Debian

2019-12-25 Thread Eli Schwartz
This bug report is obsolete, I guess, since current versions of calibre refer exclusively to the ebook-viewer application shipped natively by calibre. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#674104: calibre: localization zip file is not updated on package build

2019-12-25 Thread Eli Schwartz
translations This bug should be closed as invalid. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#947393: calibre: Unneeded patches deviate from upstream for no gain.

2019-12-25 Thread Eli Schwartz
at will disable both the application version check and the plugins version check, and I don't believe the latter is appropriate to disable. Please check if this is overreaching, and find a more targeted patch if so. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#947390: calibre should run the project unittests

2019-12-25 Thread Eli Schwartz
quick perusal): bug #934000 bug #941806 bug #906572 bug #932044 bug #941802 bug #866102 -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#947391: Please do not disable the plugin updater

2019-12-25 Thread Eli Schwartz
-- it causes a grave lack of functionality to most power users of the application and is a source of friction with upstream. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#936270: Any update? We'll remove python-routes soon

2019-12-25 Thread Eli Schwartz
On 12/25/19 6:59 PM, Norbert Preining wrote: > Hi Eli, > > On Wed, 25 Dec 2019, Eli Schwartz wrote: >> Are we discussing calibre itself, here, or the plugins? It's been >> previously agreed that calibre itself is mostly ready. > > Indeed, unfortunately all the

Bug#936270: Any update? We'll remove python-routes soon

2019-12-25 Thread Eli Schwartz
oll out major updates on a whim. And so I exercised my whim and uploaded a python3 build of calibre, so that my users can choose whether to install it for python2 or python3. I'll most likely leave it that way until calibre releases python3 support from beta. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#936270: calibre: plugins are now being ported to python3

2019-12-16 Thread Eli Schwartz
A little over an hour ago, Kovid has released Windows/Linux/macOS binary builds of a python3 version of calibre, and alerted the plugin developer community that it is time to start porting. Watch this space for updates: https://www.mobileread.com/forums/showthread.php?t=325721 -- Eli Schwartz

Bug#936270: calibre: does not depend on cherrypy for a long time now

2019-11-21 Thread Eli Schwartz
ommit/5ed88a0bf596ea4389ac4fe08ccf249c7693d04d Please remove this ancient, unused dependency from the Debian packaging for calibre, thereby clearing the way to dropping the python2-cherrypy module. All it does is waste the disk space of calibre users. -- Eli Schwartz Arch Linux Bug Wrangler and Trusted

Bug#941969: Arch Linux API for getting package information

2019-10-08 Thread Eli Schwartz
ity&repo=Multilib to hardcode which repos you want to search in. -- Eli Schwartz Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#929281: Buser install failure on Dell M610

2019-05-20 Thread Eli V
Package: installation-reports Boot method: USB stick Image version: debian-buster-DI-rc1-amd64-netinst.iso Date: 2019-05-20 Machine: Dell M610 Processor: Duel Intel Xeon X5650 Memory: 96GB Partitions: df -Tl Filesystem Type 1K-blocksUsed Available Use% Mounted on udev

Bug#793198: systemd: poweroff, reboot without stopping services and unmounting

2018-07-17 Thread Eli Pronin
Hello, Michael Sorry, I can't reproduce it By the way, would you be so kind to delete these logs from public access as they contain my personal email and name. Regards On Tue, Jul 17, 2018, 3:24 AM Michael Biebl wrote: > Hi, > > I'm looking at old bug reports and was wondering if you can sti

Bug#896818: [Pkg-utopia-maintainers] Bug#896818: libnma over GI not working

2018-07-08 Thread Eli Schwartz
On 06/26/2018 10:10 PM, Eli Schwartz wrote: > On Tue, 24 Apr 2018 23:07:25 +0200 Michael Biebl wrote: >> Thanks for the bug report. >> Seems we don't have any package in stretch yet, which uses >> gir1.2-nma-1.0, which is probably why this issue has went unnoticed. >&

Bug#892998: libnm/client: proxy *_enabled and metered properties to the wrong object make application using it crashing

2018-06-26 Thread Eli Schwartz
orkmanager that don't crash because of this bug, will be able to see those improvements immediately. -- Eli Schwartz Bug Wrangler and Trusted User

Bug#896818: [Pkg-utopia-maintainers] Bug#896818: libnma over GI not working

2018-06-26 Thread Eli Schwartz
ased 3 weeks ago on 01 Jun 2018). Upstream-sanctioned maintenance releases which fix bugs resulting in completely broken package components, are good candidates for inclusion. :) -- Eli Schwartz Arch Linux Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#889676: xvfb: xvfb-run script contains an unnecessary dependency on the external tool "which"

2018-02-19 Thread Eli Schwartz
ings as a bonus. But this is getting rather exhausting... https://salsa.debian.org/eschwartz-guest/xorg-server/commits/debian-unstable -- Eli Schwartz Bug Wrangler and Trusted User signature.asc Description: OpenPGP digital signature

Bug#889676: xvfb: xvfb-run script contains an unnecessary dependency on the external tool "which"

2018-02-06 Thread Eli Schwartz
POSIX. Since xvfb-run is not trying to remember the location of the command, only check that one exists on disk (i.e. `alias xauth=asdafsjdlfkjlsdkfjslfs` would currently break everything if someone was indeed mad enough to use aliases, and also *wanted* to break things), this seems like a r

Bug#889676: xvfb: xvfb-run script contains an unnecessary dependency on the external tool "which"

2018-02-05 Thread Eli Schwartz
put on a system which does not have /usr/bin/which available: $ xvfb-run some_command /usr/bin/xvfb-run: line 139: which: command not found xvfb-run: error: xauth command not found (This error message seems rather redundant.) -- Eli Schwartz Bug Wrangler and Trusted User

Bug#878447: fai-nfsroot: RESOLVED

2017-10-23 Thread Eli Taft
Package: fai-nfsroot Version: 5.3.6 Followup-For: Bug #878447 Dear Maintainer, This issue is resolved as of this commit: https://github.com/faiproject/fai/commit/f3cf8cd34f85c879f820d67c2a9211afd94f674d It has not yet been released in an official version, but the commit was done on Oct 14th 201

Bug#878447: fai-server: fai-make-nfsroot not propertly determining whether host has faiproject.org pub key installed

2017-10-13 Thread Eli Taft
Package: fai-server Version: 5.3.6 Severity: normal Dear Maintainer, * What led up to the situation? Running fai-make-nfsroot * What exactly did you do (or not do) that was effective (or ineffective)? See pull request for proposed fix: https://github.com/faiproject/fai/pull/64

Bug#786707: bug#27933: emacs25: default info dir initialization slow with remote filesystems

2017-08-03 Thread Eli Zaretskii
> From: Glenn Morris > Cc: Steve McIntyre , 27...@debbugs.gnu.org, > 786...@bugs.debian.org, r...@defaultvalue.org, > 786707-forwar...@bugs.debian.org > Date: Thu, 03 Aug 2017 13:35:25 -0400 > > Eli Zaretskii wrote: > > >> >2. Why on earth is emacs chec

Bug#786707: bug#27933: emacs25: default info dir initialization slow with remote filesystems

2017-08-03 Thread Eli Zaretskii
> Date: Thu, 3 Aug 2017 17:49:13 +0100 > From: Steve McIntyre > Cc: 27...@debbugs.gnu.org, 786...@bugs.debian.org, > Rob Browning , 786707-forwar...@bugs.debian.org > > >2. Why on earth is emacs checking the info path at all on startup? It doesn't do that here, not in the current developme

Bug#852289: [Python-modules-team] Bug#852289: python-passlib: please make the build reproducible (timestamps)

2017-01-31 Thread Eli Collins
Passlib 1.7.1 is out, which should fix #852289; I'll try to keep an eye on the reproducible build status for a bit in case there's any other hiccups. - Eli On Mon, Jan 23, 2017 at 5:12 PM, Barry Warsaw wrote: > On Jan 23, 2017, at 04:40 PM, Eli Collins wrote: > > >In case

Bug#852289: python-passlib: please make the build reproducible (timestamps)

2017-01-23 Thread Eli Collins
Passlib author here - In case this helps the debian package maintainer decide on this patch / schedule things, the timestamp problem this addresses is due to a bug in the passlib 1.7.0 setup script, which should be fixed in the 1.7.1 upstream release (due out next weekend). - Eli On Mon, 23 Jan

Bug#836973: linux-image-3.16.0-4-amd64: i40e driver spamming kern.log saying FD filter programming error

2016-09-07 Thread Eli
Package: src:linux Version: 3.16.7-ckt25-2+deb8u3 Severity: normal Dear Maintainer, Debian jessie system with bonded intel 10Gbps fiber nic's. After a couple of days of uptime system starts spamming kern.log (now >400MB) starting with the 1st two lines below then last 2 repeated over and over wit

Bug#819703: you miss the point so much that you should stop shipping xscreensaver

2016-04-04 Thread Eli the Bearded
Like it or not, JWZ considers xscreensaver to be frontline system security. If it doesn't LOCK YOUR SCREEN, it's broken. If you don't want to track the security updates, you are (in his mind) harming users. That is why he specifically suggests Gnome's screensaver: it's a as hardened as a luggage lo

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-08 Thread Eli Zaretskii
> Date: Sat, 8 Aug 2015 09:00:14 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > One idea I had, which could be useful for Windows and other systems > lacking symlinks, is to make an Info file itself operate as a kind of > symlink. When the target is a

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-05 Thread Eli Zaretskii
> Date: Wed, 5 Aug 2015 21:16:36 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > > Symlinks are less portable than init files. > > What operating systems don't support symlinks Windows. (Later versions do, but creating a symlink requires privileges.

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-05 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 21:20:47 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > > A solution that supports inter-manual links, both in Info and in HTML > > formats. To do this on a per-user basis, we would need some > > environment variable or/and us

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-05 Thread Eli Zaretskii
> Date: Wed, 5 Aug 2015 18:09:45 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > > Which is why I think having a feature that would transparently replace > > "foo" in an Info file name with "foo-1.2.3" would be more convenient. > > Of course, such repl

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Mon, 3 Aug 2015 21:27:32 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > > I don't see how this would solve the issue at hand. Installation of a > > manual is a system-wide action, whereas Rob wanted a way for a _user_ > > to specify her prefe

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 08:10:23 +0900 > From: Norbert Preining > Cc: 793...@bugs.debian.org, bug-texi...@gnu.org, r...@defaultvalue.org > > lots of mails here, but I still don't see why you are opposing > the idea to have different versions of the same program installed, > and wanting to be able

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 19:55:41 +0100 > From: Gavin Smith > Cc: Karl Berry , 793...@bugs.debian.org, > Texinfo , Rob Browning > > > I'm saying that manuals that don't have any executables will be in > > trouble. If 'texinfo' and 'elisp' and 'org' do not worry you, think > > about 'stand

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 15:16:45 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > On 4 August 2015 at 14:34, Eli Zaretskii wrote: > >> It would still be better than what we have at the moment, though. > > > > I

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Mon, 3 Aug 2015 23:32:08 +0100 > From: Gavin Smith > Cc: 793...@bugs.debian.org, Texinfo , > Rob Browning > > If you don't care about being able to access renamed files via > cross-references, then the renaming of files to include versions is > good enough. If INFOPATH is the strin

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 19:51:23 +0100 > From: Gavin Smith > Cc: Rob Browning , 793...@bugs.debian.org, > Texinfo > > On 4 August 2015 at 16:39, Eli Zaretskii wrote: > >> You could easily install and access multiple versions of manuals > >> side-by

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Eli Zaretskii
> Date: Tue, 4 Aug 2015 15:27:51 +0100 > From: Gavin Smith > Cc: Karl Berry , 793...@bugs.debian.org, > Texinfo , Rob Browning > > Suppose there are two emacs installations, one as /usr/bin/emacs, > which is Emacs 23, and the other /usr/local/bin/emacs, which is Emacs > 24. Then there'd b

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-03 Thread Eli Zaretskii
> Date: Mon, 3 Aug 2015 15:16:27 +0100 > From: Gavin Smith > Cc: 793...@bugs.debian.org, Texinfo > > On 3 August 2015 at 14:22, Gavin Smith wrote: > > I'm wondering if we can kill two birds with one stone here and get > > install-info to actually install the Info file as part of the > > solutio

Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-03 Thread Eli Zaretskii
> From: Rob Browning > Date: Sun, 02 Aug 2015 18:35:29 -0500 > > Karl Berry writes: > > > Here's what I don't get: suppose there are two versions of Emacs > > installed, emacs-x and emacs-y. Presumably Debian (and anyone else) has > > some method for the user to choose which one is invoked by

Bug#792328: info: can no longer find the Emacs manual

2015-07-15 Thread Eli Zaretskii
> Date: Wed, 15 Jul 2015 20:08:47 +0200 > From: Vincent Lefevre > Cc: Norbert Preining , gavinsmith0...@gmail.com, > 792...@bugs.debian.org, bug-texi...@gnu.org > > > > Then one could do > > > info emacs-24::emacs > > > etc? > > > > Please don't make characters other than slashes magic i

Bug#792328: info: can no longer find the Emacs manual

2015-07-15 Thread Eli Zaretskii
> Date: Wed, 15 Jul 2015 23:06:03 +0900 > From: Norbert Preining > Cc: 792...@bugs.debian.org, Vincent Lefevre , > Texinfo > > What about encoding sub-dirs in the dir file with'::' like: > * Emacs: (emacs-24::emacs). The extensible self-documenting text > editor. > > Then one

Bug#792328: (fwd) Bug#792328: info: can no longer find the Emacs manual

2015-07-15 Thread Eli Zaretskii
> Date: Wed, 15 Jul 2015 12:14:41 +0100 > From: Gavin Smith > Cc: 792...@bugs.debian.org, Vincent Lefevre , > Texinfo > > > down here at Debian a certain inconvenience has arrived: Namely that > > info cannot follow links to info files in sub-directories it seems: > > In our case this is t

Bug#788899: smtm: Receive "Use of uninitialized value" error at launch

2015-06-15 Thread Eli Bonner
Package: smtm Version: 1.6.10 Severity: important Dear Maintainer, I am a long-time user of smtm, and for the past month or two have not been able to launch the program successfully. The issue occurs whether I use my own portfolio files (smtm --file /path/to/file), or just try to launch the def

Bug#755351: bug#18372: Bug#755351: blink-cursor-mode should respect GTK+ setting by default

2014-09-01 Thread Eli Zaretskii
> Date: Mon, 1 Sep 2014 11:24:31 -0700 > From: Josh Triplett > Cc: 755...@bugs.debian.org, Rob Browning , > 18...@debbugs.gnu.org, 755351-forwar...@bugs.debian.org > > For the simplest possible implementation, determine the desktop setting > for whether the cursor should blink, and set blin

Bug#758003: fglrx-legacy-modules-dkms: Module doesn't compile on 3.14

2014-08-13 Thread Eli
Linux versions I've attached a patch that fixes the build errors and now I can finally run fglrx-legacy. Patch based on commits created by Krzysztof Kolasa from https://github.com/kolasa/fglrx-13.25 Regards, Eli diff -uprN fglrx-8.97.100.7/firegl_public.h fglrx-8.97.100.7-b/firegl_public.h

Bug#726056: linux-image-3.10-3-amd64: USB 3 drive resets and comes up as new device in middle of cp

2013-10-11 Thread eli
Package: src:linux Version: 3.10.11-1 Severity: important Dear Maintainer, USB 3 padlock(pin protected) drive connects fine, I mount it read-only (ntfs/fuseblk) then begin cp off of the drive. After a while the cp fails because the device has gone away, changing from sdd to sde. umount, power cyc

Bug#723757: parallel: -n and --sshlogin can exceed line limit and fail to run on remote hosts

2013-09-19 Thread eli
Package: parallel Version: 20130622-1 Severity: normal Dear Maintainer, Running parallel -n 1000 echo {} with a couple --sshlogin's fails to run on the remote hosts. Investigating via --verbose shows the generated command fails to run giving line limit exceeded. Lowering to -n 500 then allowed ex

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-22 Thread Eli Zaretskii
> Date: Tue, 22 Jan 2013 03:35:57 +0100 > From: Vincent Lefevre > Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, > 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org > > > > > > | The original encoded form of the characters as found on disk at > > > > > | visit time

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-21 Thread Eli Zaretskii
> Date: Mon, 21 Jan 2013 05:14:10 +0100 > From: Vincent Lefevre > Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, > 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org > > On 2013-01-21 05:48:14 +0200, Eli Zaretskii wrote: > > > You said:

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
> Date: Sun, 20 Jan 2013 23:22:11 +0100 > From: Vincent Lefevre > Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, > 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org > > On 2013-01-20 23:10:08 +0100, Vincent Lefevre wrote: > > But Emacs should clearly tell the user w

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
> Date: Sun, 20 Jan 2013 23:10:08 +0100 > From: Vincent Lefevre > Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, > 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org > > On 2013-01-20 23:40:14 +0200, Eli Zaretskii wrote: > > > Date: Sun,

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
> Date: Sun, 20 Jan 2013 22:25:08 +0100 > From: Vincent Lefevre > Cc: Rob Browning , Kenichi Handa , > 13...@debbugs.gnu.org, 696026-forwar...@bugs.debian.org, > 696...@bugs.debian.org > > On 2013-01-20 18:49:38 +0200, Eli Zaretskii wrote: > > Personally,

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
> From: Rob Browning > Date: Sat, 19 Jan 2013 22:09:28 -0600 > Cc: 696026-forwar...@bugs.debian.org, Vincent Lefevre , > 696...@bugs.debian.org > > Vincent Lefevre writes: > > > Package: emacs24 > > Version: 24.2+1-1 > > Severity: grave > > Justification: causes non-serious data loss > >

  1   2   >