Bug#868594: gnuplot: Link against GNU readline to insert non-ascii interactively

2017-07-16 Thread Diogo F. S. Ramos
Package: gnuplot Version: 5.0.5+dfsg1-6 Severity: wishlist Dear Maintainer, As gnuplot is currently compiled, it is impossible to insert non-ascii characters while using gnuplot interactively. By linking against GNU readline, it is possible to insert non-ascii characters while using gnuplot inte

Bug#865952: cl-fiveam: Fails to load the ASDF system

2017-06-25 Thread Diogo F. S. Ramos
Package: cl-fiveam Version: 1.3-1 Severity: important Dear Maintainer, It is impossible to load the cl-fiveam system inside lisp because according to fiveam.asdf, it depends on `:net.didierverna.asdf-flv', but the Debian package doesn't install it.

Bug#657577: stumpwm: does not work with sbcl

2014-07-05 Thread Diogo F. S. Ramos
> Stumpwm indeed runs with SBCL. Did you read > /usr/share/doc/stumpwm/README.Debian and set LISP variable > appropriately? Thank you for your reply. It has been a long time since I've reported this bug and I can't recall the details, I'm sorry. -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#732774: bitlbee: Use a CAfile by default

2013-12-21 Thread Diogo F. S. Ramos
Package: bitlbee Version: 3.2.1+otr4-1 Severity: wishlist Dear Maintainer, By default, the line `CAfile = /etc/ssl/certs/ca-certificates.crt' is commented in the configuration file. I think it's a better idea to have it commented out so users can be have certificate checks by default. I also no

Bug#727721: Update?

2013-11-08 Thread Diogo F. S. Ramos
Is there any news on this issue? I tried to help and, after following various Debian manuals, I uploaded an updated package to mentors, which can be found here . I doubt it is right. I couldn't find an appropriate WNPP bug for this situation, so I didn't fi

Bug#727721: cl-cffi: Upgrade to 0.11.2

2013-10-25 Thread Diogo F. S. Ramos
Package: cl-cffi Version: 20100219-2 Severity: wishlist Dear Maintainer, The last release of CFFI is 0.11.2, released in June 10th, 2013. If I'm reading it correctly, the packaged version of CFFI is from February 19th, 2010. The packaged version lacks, for example, the `(:struct ...)' type feat

Bug#724208: cl-plplot: FTBFS: Component ASDF/USER::ALEXANDRIA not found, required by #

2013-10-19 Thread Diogo F. S. Ramos
> Hi, > > in the current cl-alexandria package the 'alexandria.asd' file is > missing which might cause this bug. I think the problem is related to ASDF, as described in . ASDF searches for .asd files inside some directories and trees, incl

Bug#724672: base: Fails to auto-detect the need for the kernel module `asus-nb-wmi'

2013-09-26 Thread Diogo F. S. Ramos
Package: base Severity: wishlist Dear Maintainer, Out of the box, the keyboard fn keys of an ASUS N46V laptop don't fully work. For them to work properly, I added the kernel module `asus-nb-wmi' to the file `/etc/modules'. Would it be possible to add some kind of auto-detection for this? -- Sy

Bug#723977: missing symlink in /usr/share/common-lisp/systems

2013-09-22 Thread Diogo F. S. Ramos
> 1- what does env return? I think the problem lies here. My environment does not export XDG_DATA_DIRS. If I try it inside gnome, which exports it, everything works nicely. According to the XDG Base Directory Specification[1], if XDG_DATA_DIRS is empty or not set, the defaults should be used. M

Bug#723977: missing symlink in /usr/share/common-lisp/systems

2013-09-22 Thread Diogo F. S. Ramos
> HOME=/tmp sbcl --noinform --non-interactive --eval '(require :asdf)' > --eval '(format t "~A~%" (asdf:system-source-directory :cl-ppcre))' > /usr/share/common-lisp/source/cl-ppcre/ > > (The HOME=/tmp is so it won't use my personal configuration files) > > I blame your misconfiguration. > > If you

Bug#723977: missing symlink in /usr/share/common-lisp/systems

2013-09-21 Thread Diogo F. S. Ramos
> diogo...@gmail.com (Diogo F. S. Ramos) writes: >> Is this still necessary? >> >> My understanding is that one does not need to symlink to >> `/usr/share/common-list/systems/.asd' anymore. >> >> See >> <http://lists.alioth.debian.org/piper

Bug#723977: missing symlink in /usr/share/common-lisp/systems

2013-09-21 Thread Diogo F. S. Ramos
Is this still necessary? My understanding is that one does not need to symlink to `/usr/share/common-list/systems/.asd' anymore. See . -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.or

Bug#708192: racket: Empty report from the profile collection with stripped binary

2013-05-17 Thread Diogo F. S. Ramos
David Bremner writes: >> STRIPPED >> size: 4408K >> startup time (`$ racket -e 42'): 500ms >> UNSTRIPPED >> size: 10254K >> startup time (`$ racket -e 42'): 298ms >> > It would be interesting to start both from a cold cache, e.g. by > running > > echo 3 | sudo tee /proc/sys/vm/drop_caches

Bug#708192: racket: Empty report from the profile collection with stripped binary

2013-05-16 Thread Diogo F. S. Ramos
David Bremner writes: > - About the size increase, on amd64 the racket binary is currently 3.3M. > Diogo reported unstripped size of 10M. That's a large increase, but > currently the combination of racket-common and racket is about 190M, > so it would be about a 5% increase overall. > > - I

Bug#708192: racket: Empty report from the profile collection with stripped binary

2013-05-13 Thread Diogo F. S. Ramos
Package: racket Severity: wishlist Dear Maintainer, When a racket binary is stripped from its debugging info, it's not possible to have a proper report from the `profile' collection on x86_64 [1]. While the binary size grows with the debug information, I find the statistical profiler invaluable.

Bug#658232: acpi-support: on resume, the screen is not locked

2012-02-01 Thread Diogo F. S. Ramos
Package: acpi-support Version: 0.138-10 Severity: normal Dear Maintainer, Upon resume, xscreensaver is not called when I'm running `screen'. I've changed the appropriated variables and my laptop suspends normally. During resume, if I'm not running `screen', everything works fine. The screen is

Bug#657577: stumpwm: does not work with sbcl

2012-01-26 Thread Diogo F. S. Ramos
Package: stumpwm Version: 1:20110819.gitca08e08-2 Severity: normal Dear Maintainer, The description of the package leaves the impression that it's possible to run stumpwm on top of SBCL but as far as I can tell it only works with CLISP. It even installs without CLISP and CLISP-MODULE-CLX but it