Bug#1019188: vim-youcompleteme makes vim show many error messages on start and while using

2022-09-06 Thread Emmanuel Thomé
10:34:47AM +0200, Emmanuel Thomé wrote: > Hi, > > I'm affected by this bug too. > > After some hit and miss, I'm able to reproduce it in a docker container. > > mkdir /tmp/bug1019188 > cd /tmp/bug10109188 > cat > Dockerfile < FROM debian:testing > RUN apt-get up

Bug#1019188: vim-youcompleteme makes vim show many error messages on start and while using

2022-09-06 Thread Emmanuel Thomé
Hi, I'm affected by this bug too. After some hit and miss, I'm able to reproduce it in a docker container. mkdir /tmp/bug1019188 cd /tmp/bug10109188 cat > Dockerfile <

Bug#999486: vim-youcompleteme: depends on clangd and python3-distutils

2021-11-11 Thread Emmanuel Thomé
Package: vim-youcompleteme Version: 0+20200825+git2afee9d+ds-2 Severity: normal X-Debbugs-Cc: emmanuel.th...@inria.fr Dear Maintainer, Upon a fresh install of vim-youcompleteme on an otherwise almost empty system (a live system, in fact), I noticed that two particular packages were mandatory to

Bug#941272: rdma-core: dangling reference to module opa_vnic

2019-09-27 Thread Emmanuel Thomé
Package: rdma-core Version: 22.1-1 Severity: important Dear Maintainer, The configuration file /etc/rdma/modules/opa.conf points to the opa_vnic module, however that modules does not exist in the debian kernel tree. It seems to me that either this module should be built by the kernel, or that

Bug#862858: gcc-6.3.0 produces binary that gdb cannot automatically reload when it changes

2017-05-17 Thread Emmanuel Thomé
Upon further investigation, the bug I encountered is rather with gdb than gcc. gdb does not seem to cope very well with position-independent executables. Reloading a PIE file gets the entry point wrong. Example below. Notice how the first time gdb seems a PIE executable (when a.out has gone PIE

Bug#862858: gcc-6.3.0 produces binary that gdb cannot automatically reload when it changes

2017-05-17 Thread Emmanuel Thomé
Package: gcc-6 Version: 6.3.0-18 Severity: important Hi, I am directing this bug as relevant to gcc package as this is my best guess so far of a possible culprit. gdb is the package which has its functionality affected. Consider the following trivial code: #include void a() {

Bug#835046: just modify /etc/apt/apt.conf.d/20listchanges

2016-08-31 Thread Emmanuel Thomé
I have hit this bug too. I have been able to solve it as follows: mv /etc/apt/apt.conf.d/20listchanges.dpkg-new /etc/apt/apt.conf.d/20listchanges apt-get -f install E.

Bug#670040: works fine but conflicts with libpdfbox-java

2016-08-30 Thread Emmanuel Thomé
Hi, Please correct me if I'm wrong, but it seems to me that pdfannotextractor does work fine provided that: 1 - one runs pdfannotextractor --install once (which downloads pdfbox 0.7.3 and saves it to ~/.texlive/..., so that it can be used later on). 2 - one does not have the

Bug#814317: unbalanced brace in algorithm2e

2016-02-10 Thread Emmanuel Thomé
Package: texlive-science Version: 2015.20160117-1 Hi, As reported here: https://lists.lirmm.fr/wws/arc/algorithm2e-discussion/2015-12/msg0.html The algorithm2e.sty package has an unbalanced brace on line 1061. As a consequence, the following trivial file emits a warning when compiling.

Bug#814317: unbalanced brace in algorithm2e

2016-02-10 Thread Emmanuel Thomé
On Wed, Feb 10, 2016 at 09:17:24PM +0900, Norbert Preining wrote: > tag 814317 + pending > thanks > > > The algorithm2e.sty package has an unbalanced brace on line 1061. > > Fixed for next upload. Thanks for the report. As I mentioned in > the previous email, please report it to the original

Bug#757213: systemd becomes non-responsive, connection refused to /run/systemd/private

2014-08-06 Thread Emmanuel Thomé
Package: systemd Version: 208-6 Severity: important Dear Maintainer, I have two machines here with systemd becoming non-responsive after roughly one to a few days of uptime. Both share the same hardware and software install. This has been so for about a week (i.e. the problem reappears after a

Bug#740236: install script fails

2014-02-27 Thread Emmanuel Thomé
Package: scala-mode-el Version: 20111005-2 Severity: normal Hi, Whilst installing scala-mode-el as part of a huge dpkg transaction (1300+ packages from the official repositories, part of a postinstall script), I *sometimes* (not always) get this error: Setting up scala-mode-el (20111005-2) ...

Bug#724320: gmp: x32: sizeof(mp_limb_t)!=sizeof(void*) is not supported by GAP and PARI

2013-09-30 Thread Emmanuel Thomé
Hi Bill, On Mon, Sep 30, 2013 at 8:13 PM, Bill Allombert bill.allomb...@math.u-bordeaux1.fr wrote: I like to clarify that I see this is purely as a Debian issue. You must be kidding. It's a pari issue (and, incidentally, gap too) because of pari's well known bogus requirement on

Bug#578892: xpdf: keyboard shortcuts for zooming (w/z) don't work anymore

2010-06-21 Thread Emmanuel Thomé
Hi, This annoying bug, apparent in xpdf_3.02-2, is caused by xpdf-zoom-height.patch, notably the following bit: @@ -231,6 +233,7 @@ { windowMode, 0, gFalse, gFalse, XPDFViewer::cmdWindowMode }, { zoomFitPage, 0, gFalse, gFalse, XPDFViewer::cmdZoomFitPage }, {

Bug#531797:

2009-12-04 Thread Emmanuel Thomé
Hi, Read the source, luke: From compiz.cpp in libcompizconfig: static char * getLocale () { char *lang = getenv (LANG); if (!lang || !strlen (lang)) lang = getenv (LC_ALL); if (!lang || !strlen (lang)) lang = getenv (LC_MESSAGES); return lang; } std::string