Bug#888560: mpfi dependencies inconsistency

2018-01-27 Thread Vincent Lefevre
Package: src:mpfi Version: 1.5.3+ds-1 Severity: serious Justification: Policy 7.2 The current libmpfi-dev version is 1.5.3+ds-1+b1, which has: Depends: libmpfi0 (= 1.5.3+ds-1+b1), libmpfi-dev-common (= 1.5.3+ds-1), libmpfr-dev, libgmp-dev but libmpfi-dev-common 1.5.3+ds-1 has: Recommends:

Bug#888459: flint-arb's tests fail on 32bit archs using mpfr 4.0.0

2018-01-27 Thread Vincent Lefevre
On 2018-01-25 23:43:14 +0100, Matthias Klose wrote: > the testsuite fails on all 32bit architectures. [...] > divFAIL (aliasing 4)! > prec = 352, rnd = 4 > > x = > (4586997233048136541430758450064474100387735230759824291973833691816938709832156080645343570059119116156929 > *

Bug#884538: gnuplot-qt: corrupted double-linked list

2017-12-16 Thread Vincent Lefevre
Package: gnuplot-qt Version: 5.2.2+dfsg1-2 Severity: important "/usr/bin/gnuplot -persist" crashed after the following warning: (gnuplot:30420): GLib-WARNING **: corrupted double-linked list detected I can reproduce neither the crash nor the warning. But since this seems to be due to memory

Bug#863217: libgmp10:amd64: gmp_snprintf tries to allocate 18 EB on long strings

2017-05-23 Thread Vincent Lefevre
Package: libgmp10 Version: 2:6.1.2+dfsg-1 Severity: normal Tags: security upstream Forwarded: https://gmplib.org/list-archives/gmp-bugs/2017-May/004157.html I've reported the following issue upstream. Since GMP tries to allocate a huge quantity of memory (18 EB) while only a few GB's may be

Bug#849319: libppl-dev should recommend libgmp-dev instead of the dummy package libgmp3-dev

2016-12-25 Thread Vincent Lefevre
Package: libppl-dev Version: 1:1.2-1 Severity: wishlist libppl-dev currently recommends libgmp3-dev, which is a dummy transitional package to libgmp-dev. It should recommend libgmp-dev instead. -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500,

Bug#844486: gnuplot-qt: Mismatch between the program and library build versions with GNUTERM=wxt

2016-11-17 Thread Vincent Lefevre
On 2016-11-17 14:36:08 +1300, Olly Betts wrote: > In upstream wxWidgets, if the compile-time ABI and run-time ABI don't > match, then you get an error and the app won't run, which is just not > helpful. In Debian we reduce that error to a warning - in practice I've > never seen an actual problem

Bug#844486: gnuplot-qt: Mismatch between the program and library build versions with GNUTERM=wxt

2016-11-16 Thread Vincent Lefevre
On 2016-11-16 10:10:09 +0100, Vincent Lefevre wrote: > Package: gnuplot-qt > Version: 5.0.5+dfsg1-4 > Severity: serious > > (Set to serious as I believe that the ABI mismatch may yield obscure > bugs and should be solved before the next stable release.) More generally, is

Bug#844486: gnuplot-qt: Mismatch between the program and library build versions with GNUTERM=wxt

2016-11-16 Thread Vincent Lefevre
Package: gnuplot-qt Version: 5.0.5+dfsg1-4 Severity: serious (Set to serious as I believe that the ABI mismatch may yield obscure bugs and should be solved before the next stable release.) When I use GNUTERM=wxt and plot data, I get a warning like: 10:01:38: Warning: Mismatch between the

Bug#844461: gnuplot-doc: buggy references to gnuplot5

2016-11-15 Thread Vincent Lefevre
Package: gnuplot-doc Version: 5.0.5+dfsg1-4 Severity: normal In the Info main menu: * GNUPLOT5: (gnuplot5). An Interactive Plotting Program which is now incorrect. I suppose that the patch debian/patches/12_info.patch should no longer be applied. -- System Information: Debian Release:

Bug#841137: gnuplot5-qt: double free or corruption

2016-10-17 Thread Vincent Lefevre
Package: gnuplot5-qt Version: 5.0.3+dfsg2-2 Severity: important I got the following error when plotting a graph (the commands with data are sent its standard input): *** Error in `/usr/bin/gnuplot': double free or corruption (fasttop): 0x7f369007f9d0 *** === Backtrace: =

Bug#819696: gmp-ecm: the library should not recommend an exact version of gmp-ecm

2016-03-31 Thread Vincent Lefevre
Source: gmp-ecm Version: 6.4.4+ds-5 Severity: normal One has for libecm0 6.4.4+ds-5: Recommends: gmp-ecm (= 6.4.4+ds-5) and for libecm1 7.0+ds-1: Recommends: gmp-ecm (= 7.0+ds-1) i.e. each time with an exact version. According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819636#10

Bug#818476: libgmp10: GMP is limited to 32-bit size on a 64-bit machine: failure in mpz_realloc2

2016-03-18 Thread Vincent Lefevre
Package: libgmp10 Version: 2:6.1.0+dfsg-2 Severity: normal Tags: upstream Consider: #include #include int main (void) { mpz_t u; int i; mpz_init (u); for (i = 30; i <= 40; i++) { printf ("i = %d\n", i); mpz_realloc2 (u, 1UL << i); } mpz_clear (u); return 0; }

Bug#814415: gnuplot5: inconsistency on dependencies

2016-02-11 Thread Vincent Lefevre
Source: gnuplot5 Version: 5.0.3+dfsg1-1 Severity: serious Justification: 7 When I want to upgrade gnuplot5-qt to 5.0.3+dfsg1-1, it wants to remove gnuplot-x11: # apt-get install gnuplot5-qt Reading package lists... Done Building dependency tree Reading state information... Done The

Bug#810943: gnuplot5-qt: incorrect font size (regression in gnuplot5 5.0.2+dfsg1-1)

2016-01-13 Thread Vincent Lefevre
Package: gnuplot5-qt Version: 5.0.2+dfsg1-1 Severity: important After the upgrade to gnuplot5 5.0.2+dfsg1-1, the font size is now incorrect (much too large). -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500,

Bug#810943: gnuplot5-qt: incorrect font size (regression in gnuplot5 5.0.2+dfsg1-1)

2016-01-13 Thread Vincent Lefevre
Control: retitle -1 font size no longer taken into account in wxt terminals On 2016-01-14 01:06:18 +0100, Vincent Lefevre wrote: > After the upgrade to gnuplot5 5.0.2+dfsg1-1, the font size is now > incorrect (much too large). Actually it is no longer taken into account. The wxt te

Bug#795221: gnuplot5-qt: crash in g_slist_copy_deep / assertion failures

2015-08-17 Thread Vincent Lefevre
I got another assertion failure: ASSERT INFO: ../src/unix/threadpsx.cpp(1483): assert !m_isDetached failed in Wait(): can't wait for detached thread BACKTRACE: [1] wxThread::Wait(wxThreadWait) [2] matherr [3] matherr [4] __libc_start_main Backtrace with gdb: Thread 4 (Thread 0x7f667a874700

Bug#795221: gnuplot5-qt: crash in g_slist_copy_deep / assertion failures

2015-08-11 Thread Vincent Lefevre
Package: gnuplot5-qt Version: 5.0.1+dfsg1-2 Severity: important I got a crash with GNUTERM=wxt, not always reproducible: Core was generated by `/usr/bin/gnuplot -persist'. Program terminated with signal SIGSEGV, Segmentation fault. #0 g_slist_copy_deep (list=0xa0538bce,

Bug#790509: libmpfi-dev: transitional package uninstallable

2015-07-02 Thread Vincent Lefevre
On 2015-07-02 12:42:32 +0200, Andreas Beckmann wrote: I think the general consensus is to have more unversioned -dev packages to ease transitions, since in most cases a binNMU will be sufficient to pick up the dependency on the new SONAME. Even historically versioned ones have transitioned to

Bug#790509: libmpfi-dev: transitional package uninstallable

2015-07-02 Thread Vincent Lefevre
On 2015-06-30 01:31:38 +0200, Jerome BENOIT wrote: On 30/06/15 00:38, Andreas Beckmann wrote: PS: Is it really necessary to switch from an unversioned -dev package to a versioned one? For consistency ? I'm not sure, but this will have the drawback that packages which depend or

Bug#778757: Close

2015-06-25 Thread Vincent Lefevre
On 2015-06-18 11:29:58 +0200, Vincent Lefevre wrote: On 2015-06-18 09:31:09 +0200, Anton Gladky wrote: Well, I tried to install emacs, but the error was still there. Thanks for the information. I'll try with pbuilder, and see the difference with debuild (which I'm currently using

Bug#778757: Close

2015-06-18 Thread Vincent Lefevre
On 2015-06-18 09:22:31 +0200, Anton Gladky wrote: just wanted to write you. I tried to apply your patch, but it looks like it does not work with the current gnuplot_5.0.1 There is still a weird problem emacs is not found. Could you please refresh your patch, so I will upload a newer version

Bug#778757: Close

2015-04-29 Thread Vincent Lefevre
Control: tags -1 patch On 2015-04-29 06:21:47 +0200, Anton Gladky wrote: Thanks for diving into it! It would be excellent if you prepare a patch. So we will close the bug quickly. I've attached my patch. I had to solve another problem in addition to the normal installation: the rename to

Bug#778757: Close

2015-04-28 Thread Vincent Lefevre
Control: reopen -1 Control: tags -1 - wontfix Reopening because it was apparently closed from a wrong supposition. On 2015-04-28 20:26:44 +0200, Anton Gladky wrote: It seems, gnuplot5 does not provide info-file any more. Because it now has to be generated! I agree that this isn't nice for the

Bug#778757: gnuplot5-doc: should provide info manual

2015-02-19 Thread Vincent Lefevre
Package: gnuplot5-doc Version: 5.0.0~rc+dfsg2-1 Severity: wishlist gnuplot5-doc should provide the info manual. Note: since the gnuplot version depends on the alternatives settings, it should be the same for the info manual, for consistency. -- System Information: Debian Release: 8.0 APT

Bug#778318: gnuplot5: when using the pdfcairo terminal, lines are much thicker than with gnuplot4

2015-02-13 Thread Vincent Lefevre
Package: gnuplot5 Version: 5.0.0~rc+dfsg2-1 Severity: important When using the pdfcairo terminal, lines are much thicker than with gnuplot4, so that old plot code is not compatible with gnuplot5, though this incompatibility is not listed on http://www.gnuplot.info/ReleaseNotes_5_0.html This

Bug#777684: gnuplot-qt: with fvwm, qt window resize flickers and sometimes fails

2015-02-11 Thread Vincent Lefevre
Package: gnuplot-qt Version: 4.6.6-2 Severity: normal After running gnuplot4 EOF plot '-' using 1:2 t '' with line 0 0 10 10 e pause mouse close print Done EOF a window appears, but when I try to resize it, it flickers for a fraction of second (i.e. the window is displayed several times with

Bug#777685: gnuplot5-qt: with fvwm, qt window resize flickers and sometimes fails

2015-02-11 Thread Vincent Lefevre
Package: gnuplot5-qt Version: 5.0.0~rc+dfsg2-1 Severity: normal gnuplot5-qt has the same bug as gnuplot-qt (bug 777684). After running gnuplot5 EOF plot '-' using 1:2 t '' with line 0 0 10 10 e pause mouse close print Done EOF a window appears, but when I try to resize it, it flickers for a

Bug#763504: gnuplot5-qt: pause mouse close makes gnuplot freeze when quitting the window

2014-09-30 Thread Vincent Lefevre
Package: gnuplot5-qt Version: 5.0.0~rc+dfsg-1 Severity: normal Since recent versions of gnuplot, the wxt terminal is no longer available, and a similar replacement is the qt terminal with gnuplot 5 by using pause mouse close after the plot (with the wxt terminal, -persist could be used to keep

Bug#711142: gnuplot-qt: zooming with the 'qt' and 'wxt' terminals yields blank contents

2014-06-12 Thread Vincent Lefevre
Control: reopen -1 Control: retitle -1 zooming yields blank contents when there should be a part of a segment Control: found -1 4.6.5-4 On 2014-06-11 14:44:08 +0200, Vincent Lefevre wrote: Actually the problem with the 'qt' terminal is due to the -persist; this is discussed in bug 711139

Bug#711142: gnuplot-qt: zooming with the 'qt' and 'wxt' terminals yields blank contents

2014-06-12 Thread Vincent Lefevre
Control: forwarded https://sourceforge.net/p/gnuplot/bugs/1419/ To summarize: this bug 711142 is about blank contents in the particular case of a zoom where the result should be a part of a segment, while bug 711139 (and 711141) is about issues related to -persist. -- Vincent Lefèvre

Bug#711142: gnuplot-qt: zooming with the 'qt' and 'wxt' terminals yields blank contents

2014-06-11 Thread Vincent Lefevre
Control: retitle 711142 gnuplot-qt: zooming with the 'wxt' terminal doesn't work with -persist Only the retitle wasn't taken into account. Changed it again (and fixed it). -- Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/ 100% accessible validated (X)HTML - Blog:

Bug#711139: gnuplot-qt: the grid doesn't work with the 'qt' terminal

2014-06-10 Thread Vincent Lefevre
On 2014-06-05 08:58:20 -0700, sfeam wrote: Upstream response: Can't reproduce - works fine here both for version 4.6.3 which you mention in your report and for current 4.6.5. Perhaps your background color is not distinguishable from the grid line color? Try changes the grid color. The

Bug#711141: gnuplot-qt: zooming doesn't work with the 'qt' terminal

2014-06-10 Thread Vincent Lefevre
Control: retitle -1 gnuplot-qt: zooming doesn't work with the 'qt' terminal in -persist state Like bug 711139, this problem with the 'qt' terminal only occurs after the main gnuplot program has terminated, in -persist state, e.g. with $ GNUTERM=qt gnuplot -persist EOF plot '-' using 1:2 t ''

Bug#711142: gnuplot-qt: zooming with the 'wxt' terminal yields blank contents

2014-06-10 Thread Vincent Lefevre
Control: retitle -1 gnuplot-qt: zooming with the 'qt' and 'wxt' terminal yields blank contents Same problem with the 'qt' terminal when zooming has an effect (see bug 711141). -- Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/ 100% accessible validated (X)HTML - Blog:

Bug#711142: gnuplot-qt: zooming with the 'qt' and 'wxt' terminals yields blank contents

2014-06-10 Thread Vincent Lefevre
Control: retitle -1 gnuplot-qt: zooming with the 'qt' and 'wxt' terminals yields blank contents Control: reopen -1 Control: found -1 4.6.5-1 On 2014-06-10 09:43:19 +0200, Vincent Lefevre wrote: Same problem with the 'qt' terminal when zooming has an effect (see bug 711141). So, I'm reopening

Bug#750636: gnuplot-qt: the default terminal is still wxt, which has been disabled

2014-06-05 Thread Vincent Lefevre
Package: gnuplot-qt Version: 4.6.5-4 Severity: important With the default options, gnuplot no longer works, as the default terminal is still wxt. Note that I don't have a .gnuplotrc file. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'),

Bug#750636: gnuplot doesn't work if $GNUTERM contains an unsupported terminal

2014-06-05 Thread Vincent Lefevre
Control: retitle -1 gnuplot doesn't work if $GNUTERM contains an unsupported terminal Control: severity -1 wishlist On 2014-06-05 11:24:12 +0200, Vincent Lefevre wrote: With the default options, gnuplot no longer works, as the default terminal is still wxt. Note that I don't have

Bug#711139: Bug#711142: gnuplot-qt: zooming with the 'wxt' terminal yields blank contents

2014-06-05 Thread Vincent Lefevre
On 2013-06-05 08:03:59 +0200, Anton Gladky wrote: you help will be much more effective, if you report all of this bugs directly to upstream instead of Debian BTS. I am sure, all of them are not Debian-specific, This was in my TODO list, but I didn't have the time. I'll do that. In the mean

Bug#750045: gnuplot: no longer works: assert m_window failed in DoGetSize()

2014-05-31 Thread Vincent Lefevre
Control: reassign -1 gnuplot-qt 4.6.5-3 On 2014-06-01 03:41:30 +0200, Vincent Lefevre wrote: Package: gnuplot Version: 4.6.5-3 Severity: grave Justification: renders package unusable After the latest upgrade, gnuplot no longer works. I get the following error: [...] actually with gnuplot