Bug#460661: tetradraw: crashing on startup

2008-01-14 Thread Jens Thiele
Package: tetradraw Version: 2.0.3-4 Severity: grave gdb backtrace (probably useless) (no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 (no debugging symbols found) Core was generated by `tetradraw'. Program terminated with signal 11, Segmentation fault. #0 0xb7f9c166 in

Bug#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Jens Thiele
Jens Thiele ka...@karme.de writes: Andrew Shadura and...@shadura.me writes: retitle 753402 gosh segfaults on s390x causing libguess to FTBFS first looked at the wrong build log the relevant one seems to be: https://buildd.debian.org/status/fetch.php?pkg=libguessarch=s390xver=1.2

Bug#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Jens Thiele
Andrew Shadura and...@shadura.me writes: retitle 753402 gosh segfaults on s390x causing libguess to FTBFS first looked at the wrong build log the relevant one seems to be: https://buildd.debian.org/status/fetch.php?pkg=libguessarch=s390xver=1.2%7Egit20131128.cc43cefc-2stamp=1405322861 -- To

Bug#775178: Suspend failing after update of kernel to 3.2.65-1 (amd64)

2015-01-15 Thread Jens Thiele
Jens Thiele ka...@karme.de writes: Don't have the time to test this now and will wait for the security update. (downgraded to 3.2.63-2+deb7u2 for now now) For the archive: After updating to 3.2.65-1+deb7u1 suspend works for me again. Thanks, jens -- To UNSUBSCRIBE, email to debian-bugs-rc

Bug#777861: [Pkg-gauche-devel] Bug#777861: gauche-c-wrapper: ftbfs with GCC-5

2015-06-26 Thread Jens Thiele
Severity: important -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788708: iceweasel: GStreamer causes segmentation fault

2015-08-12 Thread Jens Thiele
can't reproduce using 38.2.0esr-1~deb7u1

Bug#777861: gauche-c-wrapper: ftbfs with GCC-5

2015-11-06 Thread Jens Thiele
Matthias Klose writes: > you could use -P, or fix the parsing. a first minimal hackish patch (not using -P) likely this is not really good enough yet (but yes it compiles and passes the tests) Maybe a version using -P just using the last n lines of the cpp output would be

Bug#777861: gauche-c-wrapper: ftbfs with GCC-5

2015-11-06 Thread Jens Thiele
maybe at least play a bit safer: Index: gauche-c-wrapper-0.6.1/src/c-parser.c === --- gauche-c-wrapper-0.6.1.orig/src/c-parser.c +++ gauche-c-wrapper-0.6.1/src/c-parser.c @@ -1668,6 +1668,8 @@ ScmObj Scm_ParseMacroCode(ScmObj in, Scm

Bug#837028: [Pkg-gauche-devel] Bug#837028: gauche-gtk: FTBFS: pango-font.c:249:44: error: 'desc' undeclared (first use in this function)

2016-09-09 Thread Jens Thiele
looks like the generated stub file (pango-font.stub) is already wrong: ;; pango_font_description_to_string (define-cproc pango-font-description-to-string () "char *s = pango_font_description_to_string(desc);\n ScmObj ss = SCM_MAKE_STR_COPYING(s\ );\n g_free(s);\n SCM_RETURN(ss);") where it

Bug#837028: [Pkg-gauche-devel] Bug#837028: gauche-gtk: FTBFS: pango-font.c:249:44: error: 'desc' undeclared (first use in this function)

2016-09-10 Thread Jens Thiele
upstream git [1] has the same problem [1] https://github.com/shirok/Gauche-gtk2.git

Bug#837028: [Pkg-gauche-devel] Bug#837028: gauche-gtk: FTBFS: pango-font.c:249:44: error: 'desc' undeclared (first use in this function)

2016-09-14 Thread Jens Thiele
forwarded upstream: https://github.com/shirok/Gauche-gtk2/issues/5

Bug#837028: gauche-gtk: FTBFS: pango-font.c:249:44: error: 'desc' undeclared (first use in this function)

2016-09-29 Thread Jens Thiele
Jens Thiele <ka...@karme.de> writes: > forwarded upstream: > https://github.com/shirok/Gauche-gtk2/issues/5 upstream commited a fix: commit 6fca535f7bb950f81db066bd1afdca9d55e9b460 (refs/remotes/origin/master, refs/remotes/origin/HEAD) Author: Shiro Kawai <sh...@acm.org> Dat

Bug#868068: [xserver-xorg-core] Upgrade from 2:1.16.4-1 to 2:1.16.4-1+deb8u1 loses keyboard and mouse

2017-07-15 Thread Jens Thiele
Stéphane Lavergne writes: > Upgrading to the "+deb8u1" version of xserver-xorg-core and > xserver-common and restarting X loses keyboard and mouse entirely, > with nothing obvious showing up in Xorg.0.log. Downgrading to the > version without this suffix fixes the issue, so

Bug#882328: [Pkg-gauche-devel] Bug#882328: gauche-c-wrapper FTBFS with glibc 2.25

2017-11-25 Thread Jens Thiele
Adrian Bunk writes: > Testing c-wrapper ... > :444:13: error: invalid "#pragma GCC warning" directive [...] > ././ffitest.h:828: GCC exitted abnormally (at token: *eoi*) > ././ffitest.h:828: #f > ././ffitest.h:828: process 44299

Bug#882328: [Pkg-gauche-devel] Bug#882328: gauche-c-wrapper FTBFS with glibc 2.25

2018-02-09 Thread Jens Thiele
another idea would be to allow to skip macros via some keyword :skip-macro example patch: --- gauche-c-wrapper-0.6.1/lib/c-wrapper/c-parser.scm 2009-08-08 16:44:52.0 +0200 +++ gauche-c-wrapper-0.6.1.new/lib/c-wrapper/c-parser.scm 2018-02-09 16:56:03.390344967 +0100 @@ -1099,7

Bug#925691: gauche-c-wrapper: ftbfs with GCC-9

2020-07-14 Thread Jens Thiele
Hi, Fabian Brosda fixed gauche-c-wrapper for Arch Linux: https://aur.archlinux.org/packages/gauche-c-wrapper/ The new patches are 11 to 14: https://aur.archlinux.org/cgit/aur.git/tree/11_fix_jp_encoding.patch?h=gauche-c-wrapper

Bug#1016963: Please test u-boot for teres_i

2023-01-08 Thread Jens Thiele
Jonas Smedegaard writes: > Unfortunately both my TERES I laptops are dead (voltage regulator > circuit let out their blue smoke), so I can no longer test U-boot for > that platform :-( a little bit off-topic but: Is this a known hardware bug? is olimex aware of the problem? I also have a broken

Bug#1016963: Please test u-boot for teres_i

2023-01-09 Thread Jens Thiele
Jonas Smedegaard writes: > Quoting Jens Thiele (2023-01-08 12:03:22) >> Jonas Smedegaard writes: >> >> > Unfortunately both my TERES I laptops are dead (voltage regulator >> > circuit let out their blue smoke), so I can no longer test U-boot for >> >

Bug#1023035: gauche: Includes non-free software

2022-11-28 Thread Jens Thiele
upstream fixed it fix will be in 0.9.13

Bug#1023035: gauche: Includes non-free software

2022-11-28 Thread Jens Thiele
Bastian Germann writes: > Source: gauche > Severity: serious > Version: 0.9.10-3 > > debian/ext/srfi/srfi-19.scm has a license that reads "However, this document > itself may not be modified in any way" > and is documented in d/copyright for lib/srfi-11.scm, which does not > have that license