Bug#345388: libqt4-dev: qmake adds -L/usr/lib

2005-12-30 Thread Marc Glisse
Package: libqt4-dev Version: 4.0.1-5 Severity: normal qmake adds -L/usr/lib to (the beginning of) LIBS. This is unneeded, and actually causes many problems. -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (500, 'stable'), (50, 'testing'), (10, 'unstable'

Bug#345388: libqt4-dev: qmake adds -L/usr/lib

2005-12-31 Thread Marc Glisse
On Fri, 30 Dec 2005, Brian Nelson wrote: qmake adds -L/usr/lib to (the beginning of) LIBS. This is unneeded, and actually causes many problems. I agree it's unneeded, but what problems does it cause? I was recompiling a package that contains both a library and a program. When linking the pro

Bug#314623: motif-clients: missing system.mwmrc-menu

2005-06-17 Thread Marc Glisse
Package: motif-clients Version: 2.2.3-1 Severity: normal If I install motif-clients and then run update-menus, I get: Cannot open file /etc/X11/mwm//system.mwmrc-menu. install-menu: /etc/menu-methods/motif-clients: aborting update-menus[19864]: Script /etc/menu-methods/motif-clients returned err

Bug#311020: zsh: buggy _man completion

2005-05-27 Thread Marc Glisse
Package: zsh Version: 4.2.5-7 Severity: minor These are actually 2 bugs: 1) When I use TAB completion with man, a _manpath array is created. If I then update $MANPATH, $manpath reflects this change, but however many times I use the completion on man again, _manpath is not updated, and completion

Bug#306442: ttf-indic-fonts: vflib3.defoma script complains about an illegal argument

2005-04-26 Thread Marc Glisse
Package: ttf-indic-fonts Version: 1:0.4.4 Severity: normal I have the latest (same in testing and unstable) versions of defoma and vflib3 installed, and when I install the fonts in ttf-indic-fonts or run dpkg-reconfigure vflib3, the following errors appear: Debian::Defoma::Id::defoma_id_register

Bug#307341: zsh: insufficient escaping of spaces in _ssh completion

2005-05-02 Thread Marc Glisse
Package: zsh Version: 4.2.5-3 Severity: minor Assume there is a directory '/data/a a' on host somehost. When I type: scp somehost:/data/a it gets completed to: scp somehost:/data/a\\\ a/ But when I press again, it fails, as if directory 'a a' did not exist. I tried manually modifying the line to

Bug#307501: wmaker: update-menus errors

2005-05-03 Thread Marc Glisse
Package: wmaker Version: 0.91.0-7 Severity: normal I guess the following lines are self explanatory: stedding ~ $ sudo update-menus sh: line 8561: /usr/share/apps/Debian/Screen/Save/MarqueeMessage/Brilliant!/AppRun: No such file or directory ln: creating symbolic link `/usr/share/apps/Debian/

Bug#307501: update-menus errors

2005-05-03 Thread Marc Glisse
Oups, the problem is in the package 'menu', not wmaker. Could you please reassign it? Sorry sor the mistake. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#307501: update-menus errors

2005-05-03 Thread Marc Glisse
> Oups, the problem is in the package 'menu', not wmaker. Could you please > reassign it? Sorry sor the mistake. Hum, actually it is xlockmore-gl. I really hope this time I got it right and will stop spamming. Sorry again. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL P

Bug#307501: update-menus errors

2005-05-04 Thread Marc Glisse
OK, you can actually close it, the problem was caused by a left-over file from rox (I hate these bugs that involve dozens of packages). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#308390: protocol error

2005-05-09 Thread Marc Glisse
Package: libgimp-perl Version: 2.0.dfsg-4 Severity: grave Tags: patch Justification: renders package unusable any example using libgimp-perl fails with a "protocol error" message, as shown in 2 other bug reports. Gimp/Config.pm contains a line: GIMP => q[], Net/Net.pm contain

Bug#315664: sysvbanner: two versions of banner in different places

2005-06-24 Thread Marc Glisse
Package: sysvbanner Version: 1.0-12 Severity: wishlist bsdmainutils: /usr/games/banner sysvbanner: /usr/bin/banner and both have kind of the same purpose. It would be nice (I think) if both packages agreed on where this program should be and then used alternatives to decide which one to use by d

Bug#316914: dbus-1: dbus-daemon-1 crash

2005-07-04 Thread Marc Glisse
Package: dbus-1 Version: 0.23.4-1 Severity: normal stedding ~ $ sudo /etc/init.d/dbus-1 restart Stopping Hardware abstraction layer: hald. Stopping system message bus: dbus-1. Starting system message bus: /etc/init.d/dbus-1: line 84: 7407 Erreur de segmentation start-stop-daemo

Bug#355571: gdm: bad focus with xinerama

2006-12-12 Thread Marc Glisse
I believe you can close this bug. Now when gdm starts, the mouse cursor jumps to the center of the appropriate screen and gives it the focus. It is still not as good as always having the focus, but should be enough. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#394114: r-base-core: papersize setting fails in postinst

2006-11-15 Thread Marc Glisse
$ echo 'print(options("papersize"))' | R --slave $papersize [1] "a4" stedding ~ $ export R_PAPERSIZE=letter stedding ~ $ echo 'print(options("papersize"))' | R --slave $papersize [1] "a4" (should be letter I guess) Thanks for your time, p

Bug#394114: r-base-core: papersize setting fails in postinst

2006-11-15 Thread Marc Glisse
_PAPERSIZE") ==> papersize <- Sys.getenv("R_PAPERSIZE") So there are basically 2 choices: 1) act as documented in the R NEWS file (R_PAPERSIZE then LC_PAPER) 2) act as we used to (R_PAPERSIZE then paperconf) As maintainer I guess it is your choice to decide between the

Bug#394114: r-base-core: papersize setting fails in postinst

2006-11-15 Thread Marc Glisse
On Wed, 15 Nov 2006, Marc Glisse wrote: So there are basically 2 choices: I should have said how one might implement those: 1) act as documented in the R NEWS file (R_PAPERSIZE then LC_PAPER) R_PAPERSIZE_USER=${R_PAPERSIZE} 2) act as we used to (R_PAPERSIZE then paperconf

Bug#394114: r-base-core: papersize setting fails in postinst

2006-11-15 Thread Marc Glisse
try setting an environment variable or a locale). Or with actually doing nothing and expecting users can take a look at /etc/R/Renviron and deduce what they are supposed to do. Ok I wrote a lot of useless things today... Sorry for taking so much of your time... -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#394114: r-base-core: papersize setting fails in postinst

2006-11-16 Thread Marc Glisse
way the user can set R_PAPERSIZE instead of R_PAPERSIZE_USER to override the setting, which is closer to the upstream documented behavior. Is that ok by you? Your solution is ok, my solution is ok, doing nothing is ok. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#280681: famd segfault at startup

2005-01-10 Thread Marc Glisse
The problem seams to have disappeared, probably with the upgrade of an other package (portmap?). So the bug should be closed. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#290351: kdelibs: warnings about missing mimetype/servicetype

2005-01-13 Thread Marc Glisse
Package: kdelibs Version: 4:3.3.1-4 Severity: normal Hello, when I start a kde application (I am not using kde globally), I get plenty of warnings of the form: kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-c' It is not the first time I see this kind

Bug#296869: nvidia-modules-i386: changelog entry but no changes

2005-02-25 Thread Marc Glisse
Package: nvidia-modules-i386 Severity: normal The changelog reads: nvidia-modules-i386 (1.0.6629+3) unstable; urgency=high * build against 2.4.27-2 (2.4.27-8) for Omnic :) But that is the only place where 2.4.27-2 is mentioned, everywhere else in the package is still 2.4.27-1. -- System Infor

Bug#296869: nvidia-modules-i386: changelog entry but no changes

2005-02-28 Thread Marc Glisse
the package is still 2.4.27-1. > A fixed 2.4.27-2 package is sitting in the NEW queue. Oups, sorry then, please feel free to close the bug. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#382696: r-doc-html: preinst removes a symlink as directory/

2006-08-12 Thread Marc Glisse
Package: r-doc-html Version: 2.3.1-2 Severity: normal When I upgrade this package, I get: Removing symbolic link /usr/share/doc/r-doc-html/manual/ rm: cannot remove `/usr/share/doc/r-doc-html/manual/': Not a directory dpkg: error processing /var/cache/apt/archives/r-doc-html_2.3.1-2_all.deb (--u

Bug#393706: libaqbanking: conflict with older versions, missing Replaces:

2006-10-17 Thread Marc Glisse
Package: libaqbanking Version: 2.2.3-2 Severity: normal libaqhbci10 conflicts with old libqbanking4 on /usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/aqhbci.la libaqdtaus3 conflicts with old libqbanking4 on /usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/aqdtaus.la libaq

Bug#394114: r-base-core: papersize setting fails in postinst

2006-10-20 Thread Marc Glisse
Package: r-base-core Version: 2.4.0-1 Severity: normal Now that the conf file contains a R_PAPERSIZE_USER line, the postinst script replacing letter by `paperconf` fails. Possible fixes are: - grep for ^R_PAPERSIZE= instead of ^R_PAPERSIZE - set rpaper to letter (may cause problem if the admin c

Bug#543618: extremetuxracer: The "challenge one" course fails

2010-11-27 Thread Marc Glisse
Hello, the file courses/events/d-niehoff_experience/event.tcl contains: -course events/a-tux_racer/challenge_one and -course events/a-tux_racer/wild_mountains (lines 122 and 132) I assume that changing these two lines a-tux_racer -> d-niehoff_experience should help. -- Marc Glisse --

Bug#737307: libcgal-dev: multiarch support

2014-02-01 Thread Marc Glisse
Package: libcgal-dev Version: 4.3-2 Severity: wishlist Hello, now that boost supports multiarch installations, it would be nice if cgal did as well. I am mostly interested in testing i386 applications but also test armhf with qemu sometimes. What I am pasting below (based on 4.2) should not be c

Bug#737307: libcgal-dev: multiarch support

2014-02-02 Thread Marc Glisse
s ok to have a multiarch-ready package before all dependencies are ready, and in any case I am more interested in libcgal-dev than the qt part. -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#737560: libgnutls26: binNMU+multiarch

2014-02-03 Thread Marc Glisse
Package: libgnutls26 Version: 2.12.23-10+b1 Severity: normal Dear Maintainer, please make a regular upload to counter the effects of the latest binNMU. It is not possible to have the amd64 and i386 versions co-installed in testing or unstable currently since one has 2.12.23-10+b1 and the other 2.

Bug#737560: libgnutls26: binNMU+multiarch

2014-02-03 Thread Marc Glisse
bitten by boost 1.54.0-4+b1 recently, and I didn't think it was likely for the amd64 package to reach testing before the i386 one had time to be built. I'll wait longer next time ;-) -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of &q

Bug#731082: qemu-user-static: qemu-ppc-static unusable?

2013-12-03 Thread Marc Glisse
out that I was supposed to add "cc true" to my .reportbugrc to receive updates on the bug...). Thank you for the investigation, -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#731082: qemu-user-static: qemu-ppc-static unusable?

2013-12-07 Thread Marc Glisse
on). Should this format be added to binfmt, or did I mess up getting such a binary? -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#727813: pepperflashplugin-nonfree: Specify the arch in sources.list

2013-10-27 Thread Marc Glisse
Package: pepperflashplugin-nonfree Version: 1.1 Severity: normal Dear Maintainer, I installed the package pepperflashplugin-nonfree, but update-pepperflashplugin-nonfree silently failed to do anything. After some debugging, I found out I had to change one line in it: deb [arch=amd64] htt

Bug#730622: libopenmpi1.6: conflict with openmpi-checkpoint 1.4.5-1

2013-11-27 Thread Marc Glisse
Package: libopenmpi1.6 Version: 1.6.5-5 Severity: normal Dear Maintainer, during a dist-upgrade, I got: Unpacking libopenmpi1.6 (from .../libopenmpi1.6_1.6.5-5_amd64.deb) ... dpkg: error processing /var/cache/apt/archives/libopenmpi1.6_1.6.5-5_amd64.deb (--unpack): trying to overwrite '/usr/li

Bug#731082: qemu-user-static: qemu-ppc-static unusable?

2013-12-01 Thread Marc Glisse
Package: qemu-user-static Version: 1.7.0+dfsg-2 Severity: normal Dear Maintainer, I managed to run: $ qemu-ppc-static /lib/powerpc-linux-gnu/libc.so.6 which prints the usual text, but so far that's the only program that hasn't failed with: $ qemu-ppc-static ./bin/true Invalid data memory access

Bug#751689: libtbb-dev: multiarch

2014-06-15 Thread Marc Glisse
Package: libtbb-dev Version: 4.2~20140122-1.1 Severity: wishlist Tags: patch Dear Maintainer, it would be nice if libtbb-dev could be co-installed for amd64 and i386. Here is a patch that seems to work for me, though you may want to adapt it a bit and test it more. I used git for the diff to try

Bug#736991: libc++: FTBFS on various architectures

2014-03-30 Thread Marc Glisse
Package: src:libc++ Followup-For: Bug #736991 Dear Maintainer, from a quick test here, it seems that updating the Build-Depends: from clang to clang-3.4 is enough to get rid of this issue. Unless there are plans to make clang point to clang-3.4 soon? Maybe the build-depends could be clang (>= 1:

Bug#743133: clang-3.5: target selection in manpage

2014-03-30 Thread Marc Glisse
Package: clang-3.5 Version: 1:3.5~svn201651-1 Severity: normal Dear Maintainer, the manpage for clang documents "-arch architecture", which does not work on linux, but fails to mention "-target triplet" which does (assuming you have the correct binutils). Could you please update it so it is less

Bug#738538: Is boost1.55 really multiarch ?

2014-03-30 Thread Marc Glisse
Source: libboost1.55-dev Followup-For: Bug #738538 > No, the -dev package is NOT multi-arch. Dear Maintainer, is there a particular obstruction to marking it as multi-arch? I was surprised to notice that it wasn't, when that seemed the whole point of splitting a -tools-dev package. Listing the f

Bug#738538: [pkg-boost-devel] Bug#738538: Is boost1.55 really multiarch ?

2014-03-31 Thread Marc Glisse
nstall because of missing dependencies, but would automatically work when openmpi is updated, no? -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#743618: libc6-dev-i386: /usr/include/sys/file.h conflict between libc6-dev-i386 and libc6-dev-ppc64

2014-04-04 Thread Marc Glisse
Package: libc6-dev-i386 Version: 2.18-4 Severity: normal Dear Maintainer, apt-get install libc6-dev-ppc64 fails with the following error: Unpacking libc6-dev-ppc64 (2.18-4) ... dpkg: error processing archive /var/cache/apt/archives/libc6-dev-ppc64_2.18-4_powerpc.deb (--unpack): trying to over

Bug#743817: libpoppler-dev: Multi-arch -dev packages

2014-04-06 Thread Marc Glisse
Package: libpoppler-dev Version: 0.24.5-3 Severity: normal Dear Maintainer, it is good that libpoppler44 is Multi-Arch: same (thanks), but it would be even better if the -dev packages were as well. libpoppler-dev has all its content in /usr/lib/$arch (except for changelog and copyright), so it se

Bug#743817: libpoppler-dev: Multi-arch -dev packages

2014-04-06 Thread Marc Glisse
ity indeed :-( so it is pointless mark those -dev as m-a: same, for now. I was hoping that we could parallelize the multi-arch work so we could get a usable set of multiarch dev packages a bit faster. But if you prefer to wait for the dependencies of your package, that's of course your ch

Bug#737387: please support multi-arch

2014-05-27 Thread Marc Glisse
Package: libmpfi0 Version: 1.5.1-3 Followup-For: Bug #737387 Dear Maintainer, following https://wiki.debian.org/Multiarch/Implementation it seems that the attached patch (hopefully reportbug will have managed to attach it, otherwise I'll try some other way) is sufficient to support multi-arch. -

Bug#685530: grub-common: btrfs raid1 root

2012-08-21 Thread Marc Glisse
Package: grub-common Version: 1.99-22.1 Severity: normal Hello, I just installed debian testing on a computer with 2 hard drives. I installed in a btrfs partition on one drive, then added a partition from the second drive to make it a raid1. I additionally marked that extra partition as "boot" an

Bug#705803: libcgal-dev: gmpxx and mpfi detection

2013-04-20 Thread Marc Glisse
Package: libcgal-dev Version: 4.2-1 Severity: wishlist Hello, looking at CGAL/compiler_config.h, I see: #define CGAL_USE_GMP 1 #define CGAL_USE_MPFR 1 //#define CGAL_USE_GMPXX 1 //#define CGAL_USE_LEDA 1 //#define CGAL_USE_MPFI 1 //#define CGAL_USE_RS 1 //#define CGAL_USE_NTL 1 It seems to me t

Bug#708264: mpn/ia64/divrem_2.asm do not restore f17 register

2013-05-23 Thread Marc Glisse
? http://gmplib.org:8000/gmp-5.1/rev/394bdf8fdaee -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#623955: nvidia-glx: regressions with GeForce 8200

2011-06-08 Thread Marc Glisse
things, but well enough that I am not complaining anymore. You can consider me out of this bug... Thank you, -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#594820: clang: specify libstdc++ version of headers to use

2011-10-10 Thread Marc Glisse
Package: clang Version: 2.9-14 Followup-For: Bug #594820 $ cat f.cc #include $ clang++ -P -E f.cc namespace std { typedef long unsigned int size_t; typedef long int ptrdiff_t; } $ I am again missing the true content of fenv.h (compare to the output of g++). And indeed, clang++ searches both

Bug#594820: clang: specify libstdc++ version of headers to use

2011-10-10 Thread Marc Glisse
On Tue, 11 Oct 2011, Sylvestre Ledru wrote: Hello Le mardi 11 octobre 2011 à 00:07 +0200, Marc Glisse a écrit : Package: clang [...] ii libstdc++6 4.6.1-4 ii libstdc++6-4.6-dev 4.6.1-4 Looks like you forced some installations. No. I had the bug in testing. Before reporting

Bug#644975: clang looks at both versions 4.5 and 4.6 of libstdc++ headers

2011-10-11 Thread Marc Glisse
Package: clang Version: 2.9-14 Severity: normal Hello, this is mostly a dup of 594820 (that I reported last year), but I was asked to report it as a separate bug: $ cat f.cc #include $ clang++ -P -E f.cc namespace std { typedef long unsigned int size_t; typedef long int ptrdiff_t; } $ (com

Bug#714593: gnome-bluetooth: 3.8.1-1 fails and breaks gnome desktop

2013-06-30 Thread Marc Glisse
-5+b1 ii obex-data-server 0.4.5-1+b3 ii obexd-client 0.46-1+b1 ii udev 175-7.2 Versions of packages gnome-bluetooth recommends: ii gnome-control-center 1:3.4.3.1-2 ii gvfs-backends 1.12.3-4 Versions of packages gnome-bluetooth suggests: ii g

Bug#705803: Info received (Bug#705803: libcgal-dev: gmpxx and mpfi detection)

2013-07-18 Thread Marc Glisse
heir programs and not just notice in the end which random set of libraries was magically used. So, your choice ;-) -- Marc Glisse PS (unrelated to this issue): it would be nice if you got a chance to start on the multi-arch transition, even if boost/qt prevent you from going all the

Bug#722541: musixtex: Purging musixtex breaks tex-common

2013-09-11 Thread Marc Glisse
Package: musixtex Version: 1:0.115.ctan20130123-2 Severity: normal Dear Maintainer, Running sudo apt-get purge musixtex, I got: The following packages will be REMOVED: musixtex* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 9,782 kB disk space will be fr

Bug#722541: musixtex: Purging musixtex breaks tex-common

2013-09-12 Thread Marc Glisse
On Thu, 12 Sep 2013, Norbert Preining wrote: Hi Marc, On Do, 12 Sep 2013, Marc Glisse wrote: /etc/texmf/web2c/updmap.cfg Did you create this file? It should not be there unless you consciously generated it. I didn't consciously create it. It says it was auto-generated by update-u

Bug#722541: musixtex: Purging musixtex breaks tex-common

2013-09-12 Thread Marc Glisse
On Thu, 12 Sep 2013, Norbert Preining wrote: On Do, 12 Sep 2013, Marc Glisse wrote: I didn't consciously create it. It says it was auto-generated by update-updmap, in May 2012. It contains the basic stuff (lm-*.map and Hmmm, I don't remember that we created updmap.cfg ever there,

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

2013-09-28 Thread Marc Glisse
, and most of those got fixed with time (though I know it was very painful to do so in some cases). -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#648499: gnome sets screen luminosity to the maximum

2011-11-12 Thread Marc Glisse
Package: gnome Version: 1:3.0+3 Severity: normal Hello, on my laptop, since upgrading to gnome3, the luminosity is automatically set to the maximum. I can easily move it back down (Fn+arrow), but it will be set to the maximum again next login (or reboot). Before the upgrade it used to remember th

Bug#651594: ipe: Missing compiled ipelets

2011-12-10 Thread Marc Glisse
Package: ipe Version: 7.1.0-1 Severity: normal Hello, the ipe package seems to be missing the compiled ipelets, and in particular the image insertion ipelet, which is a fairly fundamental one (I don't know how to insert images otherwise...). To work around it, after a dpkg-buildpackage, I went t

Bug#657720: libcgal-ipelets: Tighten dependency on ipe

2012-01-28 Thread Marc Glisse
Package: libcgal-ipelets Version: 3.9-1+b1 Severity: normal Hello, currently, libcgal-ipelets depends on ipe (>= 7) and libipe7.1.1. When a new version of ipe comes out, apt-get dist-upgrade installs libipe7.1.2, upgrades ipe, and leaves libcgal-ipelets and libipe7.1.1 alone, which effectively ma

Bug#646580: libboost1.46-dev: boost thread and C++0X

2011-10-25 Thread Marc Glisse
Package: libboost1.46-dev Version: 1.46.1-7 Severity: minor Hello, with gcc-snapshot 20111023-1 and option -std=c++0x, the following fails to compile: #include I tested with boost trunk and the problem is fixed there. 1.47 still has the issue. Copying a new version of boost/smart_ptr/shared_pt

Bug#543816: closed by David Kalnischkies (Re: apt-get update tries to chdir $PWD)

2015-08-14 Thread Marc Glisse
nancy-mail/ - chdir (13: Permission denied) -- Marc Glisse

Bug#726027: Required-Start: $remote_fs for rcS type services (early boot) can lead to dependency loops

2014-07-28 Thread Marc Glisse
doesn't seem to have worked) -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#726027: Required-Start: $remote_fs for rcS type services (early boot) can lead to dependency loops

2014-07-28 Thread Marc Glisse
On Mon, 28 Jul 2014, Michael Biebl wrote: Am 28.07.2014 15:53, schrieb Marc Glisse: "makes unrelated software on the system (or the whole system) break", pretty much what I am seeing here. The recent upgrades pulled in systemd (it is very hard to avoid currently) and made the system

Bug#726027: Required-Start: $remote_fs for rcS type services (early boot) can lead to dependency loops

2014-07-28 Thread Marc Glisse
On Mon, 28 Jul 2014, Michael Biebl wrote: Am 28.07.2014 17:23, schrieb Marc Glisse: The output of "systemctl list-jobs" and "journalctl -alb" would be helpful for a start. The first only listed: 497 systemd-logind.service start running The second is: http://geometrica.

Bug#756587: python3-pyfits: fails to configure, syntax error

2014-07-31 Thread Marc Glisse
Package: python3-pyfits Version: 1:3.3-1 Severity: important Dear Maintainer, during apt-get upgrade this morning, I got: Setting up python3-pyfits (1:3.3-1) ... File "/usr/lib/python3/dist-packages/pyfits/scripts/fitscheck.py", line 135 except UserWarning, w: ^ Synta

Bug#756980: klavaro: conflict with libgtkdatabox-0.9.2-0-dev

2014-08-04 Thread Marc Glisse
Package: klavaro Version: 3.00-1 Severity: normal Dear Maintainer, trying to install klavaro results in: Unpacking klavaro (3.00-1) ... dpkg: error processing archive /var/cache/apt/archives/klavaro_3.00-1_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libgtkdatabox.a', wh

Bug#786876: makehuman-data: upgrade conflict

2015-05-26 Thread Marc Glisse
Package: makehuman-data Version: 1.0.2-7 Severity: normal Dear Maintainer, apt-get dist-upgrade caused the following error: dpkg: error processing archive /var/cache/apt/archives/makehuman-data_1.0.2-7_all.deb (--unpack): trying to overwrite '/usr/share/makehuman/apps/devtests.py', which is al

Bug#779408: libcgal-dev: multiarch conflict in compiler_config.h

2015-02-27 Thread Marc Glisse
Package: libcgal-dev Version: 4.5.2-1 Severity: normal Dear Maintainer, trying to co-install the armhf version of libcgal-dev on this x86_64 system, I got an error because /usr/include/CGAL/compiler_config.h differs in the 2 packages: --- /usr/include/CGAL/compiler_config.h 2015-02-20 21:14:36.0

Bug#760681: llvm-gcc: Bad gcov wrapper

2014-09-06 Thread Marc Glisse
Package: llvm-gcc Version: 3.4-2 Severity: normal Dear Maintainer, $ /usr/bin/llvm-gcov --version gcov-4.8: invalid option -- 'g' [...] It looks like gcov does not support -fplugin. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (500, 'st

Bug#767582: wine64-tools: conflict with older wine64-dev-tools

2014-11-01 Thread Marc Glisse
Package: wine64-tools Version: 1.6.2-14 Severity: normal Dear Maintainer, apt-get dist-upgrade gave me the following: Unpacking wine64-tools (1.6.2-14) ... dpkg: error processing archive /var/cache/apt/archives/wine64-tools_1.6.2-14_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-li

Bug#762188: linux-image-3.16-1-amd64: NFS4 oops: NULL pointer in nfs_delegation_find_inode

2014-09-19 Thread Marc Glisse
Package: src:linux Version: 3.16.2-3 Severity: normal Dear Maintainers, I am seeing kernel oops that seem to be related to nfs4. Things have recently become worse (daily oops), probably due to userland upgrades that are triggering the problem more often. I was seeing the oops with 3.14-2 and trie

Bug#762354: libc++: Warning in use_libcxxabi patch

2014-09-21 Thread Marc Glisse
Package: libc++ Version: 3.5-1 Severity: normal Dear Maintainer, libcxx-use_libcxxabi.patch contains: -#ifdef __APPLE__ +#ifdef __APPLE__ || LIBCXXABI which seems wrong. Did you mean: #if defined __APPLE__ || LIBCXXABI or maybe: #if defined __APPLE__ || defined LIBCXXABI ? Currently, clang

Bug#737307: libcgal-dev: multiarch support

2014-10-24 Thread Marc Glisse
tly before the freeze. I intend to upload it to experimental such that people can test it, and probably upload it later to unstable (maybe just after jessie has been released). Sounds good to me, thanks. -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#705803: MPFI detection

2014-10-13 Thread Marc Glisse
arch usability of a package). Thanks, -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#705803: MPFI detection

2014-10-16 Thread Marc Glisse
uite small. Waiting for your feedback before uploading the new version. Your plan sounds very good to me :-) Thanks, -- Marc Glisse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#767564: libblitz-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/info/blitz.info.gz

2014-11-30 Thread Marc Glisse
Package: libblitz-doc Version: 1:0.10-3.1 Followup-For: Bug #767564 Dear Maintainer, the version number used in break+replaces is wrong, it is missing the epoch. So I got today: Unpacking libblitz-doc (1:0.10-3.1) over (1:0.10-1) ... dpkg: error processing archive /var/cache/apt/archives/libbli

Bug#771512: libc++1:armel: libc++.so references __sync_val_compare_and_swap_4

2014-11-30 Thread Marc Glisse
Package: libc++1 Version: 3.5-2 Severity: normal Dear Maintainer, trying to compile any file, I get: $ clang++ -target arm-linux-gnueabi -stdlib=libc++ main.cc /usr/lib/gcc/arm-linux-gnueabi/4.9/../../../../arm-linux-gnueabi/bin/ld: a.out: hidden symbol `__sync_val_compare_and_swap_4' in /usr/

Bug#865690: cpp-7: Symlink liblto_plugin.so in /usr/lib/bfd-plugins

2017-06-23 Thread Marc Glisse
Package: cpp-7 Version: 7.1.0-7 Severity: normal Dear Maintainer, this package provides the plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so, which is good (not sure why it is in package cpp-7 in particular, but I don't care as long as it is available). However, binutils look for plugi

Bug#845162: ntfs-3g: Please include plugin ntfs-3g-system-compression

2016-11-20 Thread Marc Glisse
Package: ntfs-3g Version: 1:2016.2.22AR.1-3 Severity: normal Dear Maintainer, in order to access many files from my windows 10 partition, I needed to install the plugin from https://github.com/ebiggers/ntfs-3g-system-compression , and things seem to work now. It would be nice if this could be

Bug#1068636: lincity-ng: conflict with older lincity-ng-data

2024-04-08 Thread Marc Glisse
Package: lincity-ng Version: 2.10.1-1 Severity: normal Dear Maintainer, `apt upgrade` failed with Unpacking lincity-ng (2.10.1-1) over (2.9.0-1) ... dpkg: error processing archive /tmp/apt-dpkg-install-msgcqU/39-lincity-ng_2.10.1-1_amd64.deb (--unpack): trying to overwrite '/usr/share/icons/hi

Bug#1020761: nvidia-cuda-dev: Depends on driver from experimental or for tesla

2022-09-25 Thread Marc Glisse
Package: nvidia-cuda-dev Version: 11.5.2-2 Severity: normal Dear Maintainer, since yesterday, on this debian testing system, apt upgrade prints the following: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable di

Bug#1020761: nvidia-cuda-dev: Depends on driver from experimental or for tesla

2022-09-29 Thread Marc Glisse
s: nvidia-alternative : Breaks: nvidia-tesla-alternative (> 0) but 510.85.02-1 is to be installed I have testing by default. With unstable, it installs the tesla drivers, and I haven't seen any documentation stating that this is the expected thing to do if one wants to use cuda. -- Marc Glisse

Bug#1020697: nvidia-alternative fails update

2022-10-05 Thread Marc Glisse
to testing, propagate to mirrors, etc. -- Marc Glisse

Bug#1050512: gnome-shell: Crash when viewing video with mpv

2023-09-10 Thread Marc Glisse
ad to use DEB_BUILD_OPTIONS=nocheck since several tests were failing, including some with very long timeouts. there's a heatwave here at the moment, Same here... -- Marc Glisse

Bug#1032283: python3-sphinx: sphinx-build ignores virtual env

2023-03-02 Thread Marc Glisse
Package: python3-sphinx Version: 5.3.0-3 Severity: normal Dear Maintainer, I used to install tensorflow with pip, and sphinx-build had no trouble building my documentation which includes `import tensorflow`. Since we are not supposed to use pip directly anymore, I created a virtual environment,

Bug#1049989: gnome-calendar: Multiple assertion failures

2023-08-17 Thread Marc Glisse
Package: gnome-calendar Version: 44.1-2 Severity: important Dear Maintainer, my terminal currently shows the following, I think you can guess why I am not happy hippo ~ $ gnome-calendar (gnome-calendar:33118): GcalWeatherService-WARNING **: 00:10:36.416: Could not create GCLueSimple: GDBus.Er

Bug#1050295: libqglviewer: Qt6 version?

2023-08-22 Thread Marc Glisse
Source: libqglviewer Severity: wishlist Dear Maintainer, it seems that upstream supports Qt6, at least I see commits like "Fix build with Qt6 on Linux". When you upgrade to version 2.9.1 or newer (we are currently at 2.8.0), could you also create Qt6 packages, not just Qt5? -- System Information

Bug#1050512: gnome-shell: Crash when viewing video with mpv

2023-08-25 Thread Marc Glisse
Package: gnome-shell Version: 44.3-5 Severity: important Dear Maintainer, when I play a video with mpv, after a bit of time (usually less than a minute), I get a gray screen telling me that gnome shell has crashed and I need to log out. Funny thing: if I press the windows key, I see all the windo

Bug#1050729: gnome-terminal: shift-click in vim acts like page-down

2023-08-28 Thread Marc Glisse
Package: gnome-terminal Version: 3.49.92-2 Severity: normal Dear Maintainer, I noticed a strange behavior today, that was not present in July. When I run vim (gtk3 or basic) in a gnome terminal, if I keep SHIFT pressed and left-click with the mouse, the behavior I get is the same as pressing Page

Bug#1050512: gnome-shell: Crash when viewing video with mpv

2023-08-31 Thread Marc Glisse
It looks like my stack trace is useless because I forgot to set MUTTER_SYNC=1 :-( It seems likely that this is the same bug as https://gitlab.gnome.org/GNOME/mutter/-/issues/2857 (sadly not fixed yet). -- Marc Glisse

Bug#1050729: gnome-terminal: shift-click in vim acts like page-down

2023-09-01 Thread Marc Glisse
[copy - ]paste - select all", whereas gnome-terminal only shows a terminal menu. In vim, I have the option mouse=a (the default). I can work around this by changing this option to disable use of the mouse, but that's a bit extreme. -- Marc Glisse

Bug#1050729: gnome-terminal: shift-click in vim acts like page-down

2023-09-01 Thread Marc Glisse
https://gitlab.gnome.org/GNOME/vte/-/issues/2643 -- Marc Glisse

Bug#1051080: texlive-binaries: Failed tex-common fmtutil trigger

2023-09-02 Thread Marc Glisse
Package: texlive-binaries Version: 2023.20230311.66589-3 Severity: normal Dear Maintainer, today's `apt upgrade` which consisted of The following NEW packages will be installed: luametatex The following packages will be upgraded: context context-modules gir1.2-adw-1 gir1.2-gtk-4.0 gir1.2-pac

Bug#414264: alpine: 'Folder vulnerable' warning about /var/spool/mail

2007-08-17 Thread Marc Glisse
dealing with the exact same source code. -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#460695: alpine: uw-mailutils already ships mailutil

2008-02-09 Thread Marc Glisse
sidered as different sources (there is an inclusion). Now it can still make sense to keep them separate: it is nice to have a version of alpine that is as up to date as possible, whereas the imap server (and others) may require more reliability (and thus stability). Your choice. -- Marc Gliss

Bug#428809: xserver-xorg-core: Add Conflicts: nvidia-glx (<= 1.0.8776-4)

2007-06-14 Thread Marc Glisse
Package: xserver-xorg-core Version: 2:1.3.0.0.dfsg-6 Severity: important I know the breakage of the nvidia proprietary driver is not a bug in xorg, but the standard thing to do when your package breaks an other one is to upload a new version that conflicts with broken versions of the other one. U

Bug#428809: xserver-xorg-core: Add Conflicts: nvidia-glx (<= 1.0.8776-4)

2007-06-14 Thread Marc Glisse
nvidia-glx maintainer for confirmation if you want (I can't find the versions of nvidia-glx between 1.0.8776-4 and 1.0.9755-1 to check). Thank you for your help, -- Marc Glisse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#423162: ntpd does not really replace ntpdate at startup

2007-05-10 Thread Marc Glisse
Package: ntp Version: 1:4.2.2.p4+dfsg-2 Severity: normal When I shut down my computer, for some reason it looses the time and resets it to july 2003. That has nothing to do with Debian, I know. When I boot, ntpd is started, but it does not reset the time, I need to manually stop it, call ntpd -g

  1   2   3   >