Bug#333869: acknowledged by developer (Re: Bug#333869: emacs20: invalid byte code errors during build)

2005-11-11 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: Frank Lichtenheld [EMAIL PROTECTED] writes: emacs20 was removed before sarge release. Build errors of it on unstable certainly will not be fixed... Closing the bug. I don't think the build errors are specific to unstable. I could set up

Bug#345513: pcregrep: truncates output lines at null characters

2006-01-01 Thread Kalle Olavi Niemitalo
Package: pcregrep Version: 6.4-1.1 Severity: normal When pcregrep is outputting the input lines that matched the regexp, it truncates each output line at the first null character. AFAICT, the bug affects only the output: the regexp engine correctly finds characters that follow a null character

Bug#254081: subversion: XEmacs nomule psvn.el error when committing changes

2005-10-28 Thread Kalle Olavi Niemitalo
Florian Weimer [EMAIL PROTECTED] writes: IIRC, the correct idiom is to use fboundp, as in: (when (fboundp 'set-buffer-file-coding-system) (set-buffer-file-coding-system 'undecided-unix nil)) Stefan Reichör made this change in revision 12943 of psvn.el. The fix is included in Subversion

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-28 Thread Kalle Olavi Niemitalo
Frank Küster [EMAIL PROTECTED] writes: When using psvn.el for a working copy that uses svn+ssh, I get a prompt to type in the password (actually, the passphrase for my RSA key). The prompt is written in the *svn-process* buffer (I think), but it does not accept input. Therefore, commiting

Bug#329871: subversion: The filename in $Id$ keyword should be unescaped

2005-10-29 Thread Kalle Olavi Niemitalo
Pierre THIERRY [EMAIL PROTECTED] writes: When having filenames containing characters outside ASCII, it is shown escaped in the $Id$ keyword, thus being not very easy to read... That was fixed in upstream revision 15073. The forthcoming Subversion 1.3.0 will include the fix. However, this

Bug#334731: subversion: [psvn.el] error when press P i

2005-10-29 Thread Kalle Olavi Niemitalo
LI Daobing [EMAIL PROTECTED] writes: Kalle Olavi Niemitalo wrote: Note that the text here was 0 file(s) marked, whereas you had 0 files marked without the parentheses. The parentheses of file(s) marked were added in revision 12828. Your psvn.el is revision 13841 and presumably includes

Bug#334731: subversion: [psvn.el] error when press P i

2005-10-30 Thread Kalle Olavi Niemitalo
LI Daobing [EMAIL PROTECTED] writes: I delete psvn.elc and then everything seems right. How about delete this file in preinst or postrm? I don't decide how Subversion is packaged for Debian. I only hack psvn.el in the upstream repository. In my opinion, the best course of action would be to

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-30 Thread Kalle Olavi Niemitalo
Frank Küster [EMAIL PROTECTED] writes: In pcvs.el, x11-ssh-askpass is used. Not in Emacs 21.4, nor in emacs--multi-tty--0--patch-426. In pcvs-parse.el, cvs-parse-ignored-messages holds a regexp with which pcvs skips messages where ssh reports it is starting ssh-askpass. But pcvs itself never

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-31 Thread Kalle Olavi Niemitalo
Could you test the following patch, and report your Emacs and SSH versions? --- psvn.el (revision 13845) +++ psvn.el (local) @@ -368,7 +368,7 @@ (defun svn-run-svn (run-asynchron clear-process-buffer cmdtype rest arglist) (svn-status-update-mode-line) (sit-for 0.1)

Bug#333869: acknowledged by developer (Re: Bug#333869: emacs20: invalid byte code errors during build)

2005-10-15 Thread Kalle Olavi Niemitalo
Frank Lichtenheld [EMAIL PROTECTED] writes: emacs20 was removed before sarge release. Build errors of it on unstable certainly will not be fixed... Closing the bug. I don't think the build errors are specific to unstable. The bug that causes them is in debian/rules and does not depend on the

Bug#323079: crawl: a door was visible through walls

2005-10-17 Thread Kalle Olavi Niemitalo
Guus Sliepen [EMAIL PROTECTED] writes: I cannot reproduce this problem. Do you have a savegame of this situation? I don't, but I'll try to construct one. pgppsuuS82DDX.pgp Description: PGP signature

Bug#323079: crawl: a door was visible through walls

2005-10-17 Thread Kalle Olavi Niemitalo
tag 323079 - unreproducible quit Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: Guus Sliepen [EMAIL PROTECTED] writes: I cannot reproduce this problem. Do you have a savegame of this situation? I don't, but I'll try to construct one. OK, here is a savegame where I've hacked the grid

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-11-13 Thread Kalle Olavi Niemitalo
Frank Küster [EMAIL PROTECTED] writes: Kalle Olavi Niemitalo [EMAIL PROTECTED] wrote: Could you test the following patch, and report your Emacs and SSH versions? Yes, the patch fixed it: Now the graphical ssh-askpass dialog is shown. Thanks. I committed a similar patch in upstream r17315

Bug#492018: bash: inconsistent scope of variable assigments

2008-07-23 Thread Kalle Olavi Niemitalo
Package: bash Version: 3.2-4 Severity: normal $ a=one b=two $ a=three b=$a sh -c 'echo $a $b' three three $ echo $a $b one two $ a=three b=$a sh -c 'echo $a $b' three three $ a=three b=$a sh -c 'echo $a $b' three one $ echo $a $b one two $ echo $BASH_VERSION 3.2.39(1)-release $ Surely the

Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer to integer of different size

2008-02-10 Thread Kalle Olavi Niemitalo
Olavi Niemitalo [EMAIL PROTECTED] Sun, 10 Feb 2008 11:20:33 +0200 committer Kalle Olavi Niemitalo [EMAIL PROTECTED] Sun, 10 Feb 2008 11:30:27 +0200 src/cache/cache.c |8 +--- src/cache/dialogs.c |8 src/dialogs/document.c |5 +++-- src/osdep/types.h

Bug#262514: elinks: Crashed when following link in discover-docu

2008-01-13 Thread Kalle Olavi Niemitalo
Helge Kreutzmann [EMAIL PROTECTED] writes: fixed 262514 1.00~pre20-0.1 This bug is currently assigned to the elinks package, and no such version has been published there. With the current links in sid this is no longer reproducible (I've got access to an alpha again). Could you test with

Bug#338402: elinks doesn't work on dumb terminal with odd parity

2008-01-13 Thread Kalle Olavi Niemitalo
too. commit 87f1661314476e96c0f4010070b92bad2aba67af Author: Kalle Olavi Niemitalo [EMAIL PROTECTED] AuthorDate: Sun Jan 13 19:23:03 2008 +0200 Commit: Kalle Olavi Niemitalo [EMAIL PROTECTED] CommitDate: Sun Jan 13 19:26:00 2008 +0200 Bug 54: Don't force 8-bit characters and no parity

Bug#403206: elinks: cursor hides the first character of the currently selected link

2008-01-20 Thread Kalle Olavi Niemitalo
We should eventually make ELinks use terminfo, but that has not yet been done: ELinks bug 96 - Use terminfo to determine various escape sequences http://bugzilla.elinks.cz/show_bug.cgi?id=96 However, I don't think terminfo would actually help prevent the cursor from obscuring the character

Bug#464073: elinks: 07_local-CGI-query-fix.diff patches the wrong function in 0.12

2008-02-04 Thread Kalle Olavi Niemitalo
Package: elinks Version: 0.12~20080127-1 Severity: minor I see this in debian/patches/07_local-CGI-query-fix.diff: --- a/src/protocol/uri.c +++ b/src/protocol/uri.c @@ -143,7 +143,7 @@ static int check_whether_file_exists(unsigned char *name) { /* Check POST_CHAR etc ... */ -

Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer to integer of different size

2008-02-08 Thread Kalle Olavi Niemitalo
3b3b3712e96c7115d44f180758b71ee95aa43b59 parent a2c7af990b11e1772b9f3e26c372213aa0fb8b03 author Kalle Olavi Niemitalo [EMAIL PROTECTED] Sat, 09 Feb 2008 00:24:45 +0200 committer Kalle Olavi Niemitalo [EMAIL PROTECTED] Sat, 09 Feb 2008 00:24:45 +0200 NEWS|1 + src/osdep/generic.h |2 +- 2 files

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2008-02-08 Thread Kalle Olavi Niemitalo
Brice Goglin [EMAIL PROTECTED] writes: Kalle Olavi Niemitalo wrote: I could connect a serial console if you think that would help. Yes it would be very nice if you could do that, save the Xorg.0.log and look at what the Xorg process is doing. If it's taking 100% of the CPU, we'll use gdb

Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer to integer of different size

2008-02-09 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: There has been a similar warning in src/network/ssl/socket.c, at the gnutls_transport_set_ptr call. That could also be silenced with an extra cast, but this would in principle also require changing the code that converts the pointer back

Bug#459413: bash: Builtin command printf is not UTF-8 aware

2008-01-06 Thread Kalle Olavi Niemitalo
Teemu Likonen [EMAIL PROTECTED] writes: The problem is that the field width %5s is calculated wrong because the letter ä takes two bytes in UTF-8 but is only one character. According to SUSv3, the printf utility interprets the format string as specified under File Format Notation, apart from

Bug#139984: elinks doesn't capture the Ctrl+H key properly in main keymap

2008-01-10 Thread Kalle Olavi Niemitalo
Petr Baudis [EMAIL PROTECTED] writes: Possibly, it gets understood as backspace and treated that way. Does Ctrl-somethingelse work? We indeed have this in src/terminal/kbd.c: #if defined(HAVE_SYS_CONSIO_H) || defined(HAVE_MACHINE_CONSOLE_H) /* BSD */ case ASCII_BS: key

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-12-24 Thread Kalle Olavi Niemitalo
Brice Goglin [EMAIL PROTECTED] writes: Can you try the RandR 1.2 driver currently in experimental (xserver-xorg-video-mga 1:1.9.100.dfsg.1-1)? Dual-head management should be better and easier there. You might need to update your xorg.conf first (or just try without any xorg.conf at all

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-12-24 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: There are a few other problems with the new versions (xserver-xorg-video-mga 1:1.9.100.dfsg.1-1 and xserver-xorg 1:7.1.0-7) as well: I should mention I was using xserver-xorg-core 2:1.4.1~git20071212-2. pgpiqNUREv3Xr.pgp Description: PGP

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-12-24 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: Being unable to define different screens is a problem because it makes xsm (of x11-utils 7.3+1) divide its window halfway between the two monitors. That is actually x11-session-utils 7.3+1. - The DoubleScan flag seems to be ignored on the VGA2

Bug#315870: elinks: floating point exception with very slow downloads

2007-12-29 Thread Kalle Olavi Niemitalo
Moritz Muehlenhoff [EMAIL PROTECTED] writes: Closing according. Ralf, if you re-encouter this, please re-open. Are you adopting the Debian elinks package? http://www.debian.org/Bugs/Developer#closing notes: Normally, the only people that should close a bug report are the submitter of the bug

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-12-29 Thread Kalle Olavi Niemitalo
Brice Goglin [EMAIL PROTECTED] writes: You can also do that in xorg.conf using ModeLine and PreferredMode as explained in the HowToRandR12. Ah, thank you. Does it help if you use a common resolution such as 1280x1024 or 1024x768 instead of 1368x1024? Well yes, but now when switching to

Bug#303164: elinks: doesn't correctly handle some CSS

2007-12-29 Thread Kalle Olavi Niemitalo
Upstream bug 963 is now RESOLVED FIXED; however the fix is only in ELinks 0.13.GIT, leading to 0.13.0 which probably won't be released before 2009 or so. pgp60vsPuJ9d3.pgp Description: PGP signature

Bug#451088: O: elinks -- advanced text-mode WWW browser

2007-12-30 Thread Kalle Olavi Niemitalo
Thomas Dickey [EMAIL PROTECTED] writes: Last I knew, *links* are hardcoded, so uitoolkit::ncurses is inaccurate. You are right. I have now edited the tag lists at http://debtags.alioth.debian.org/edit.html?pkg=elinks and http://debtags.alioth.debian.org/edit.html?pkg=elinks-lite (JavaScript

Bug#425943: copyright question

2007-12-30 Thread Kalle Olavi Niemitalo
Chih-Chung Chang [EMAIL PROTECTED] writes: Some of the MBR and boot records in the inc directory seem to be dumped from DOS/Windows MBR and boot records. I think they are code copyrighted by Microsoft. I hope this is clarified. I asked the upstream about this in 2003. See the answers here:

Bug#173094: links segfaults when default route or /etc/resolv.conf is not correct

2007-12-30 Thread Kalle Olavi Niemitalo
s.maertens [EMAIL PROTECTED] writes: Package: links Version: Elinks 0.4pre5 - Text WWW browser When /etc/resolv.conf has an entry like this nameserver wrong ip of nameserver or route has a wrong default route and I start links , I lookup an url (shift -g) and when it is searching i

Bug#337159: elinks: Does not recover from CTRL-Z

2008-01-22 Thread Kalle Olavi Niemitalo
Qingning Huo [EMAIL PROTECTED] writes: So what is the real reason of this bug, elinks is somehow confused whether it is at foreground? The reason is that fg in Bash nowadays does not send SIGCONT to the job if Bash has seen from waitpid() that the job is already running. ELinks expects to

Bug#337159: elinks: Does not recover from CTRL-Z

2008-01-23 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: This worked correctly in Bash 2.05 but has been broken since 2.05a. These shells are also OK: csh 20070713-1 pdksh 5.2.14-21 tcsh 6.14.00-7 zsh 4.0.6-18 zsh 4.3.4-dev-7-2 pgpG3AWxJCDSB.pgp Description: PGP signature

Bug#337159: elinks: Does not recover from CTRL-Z

2008-01-23 Thread Kalle Olavi Niemitalo
Y Giridhar Appaji Nag [EMAIL PROTECTED] writes: See also: http://bugs.debian.org/331409#57 Thank you for the pointer. However, I think it would be wrong to reopen bug 331409 for the Bash-ELinks interaction, because it was originally about a busy loop in Bash and that's not what happens in bug

Bug#304622: libevent1: ABI mismatch between 0.8-2 and 1.0b-1.1 breaks tinysnmpd

2005-04-14 Thread Kalle Olavi Niemitalo
Package: libevent1 Version: 1.0b-1.1 Severity: normal I updated libevent1 from 0.8-2 to 1.0b-1.1 at 2005-04-12T23:15, and now I see my tinysnmp-agent 0.8.1 installation has not been working since. I get lines like this in syslog: Apr 14 12:55:02 [tinysnmpd] recvfrom failed: Bad address

Bug#193170: coreutils: Remove -i and -p options from manual

2005-04-30 Thread Kalle Olavi Niemitalo
. This happens because p and i are still present in the string of supported options that uname.c gives to getopt_long. The attached patch fixes that. coreutils (5.2.1-2.kon.1) local; urgency=low * Local version! * src/uname.c (main): Don't recognize -i and -p at all. (See: #193170) -- Kalle Olavi

Bug#439597: crawl: darkgrey becomes black in xterm-256color

2007-08-25 Thread Kalle Olavi Niemitalo
Package: crawl Version: 2:0.2.7-1 Severity: normal I have built xterm with 256 colour support from upstream xterm-227 source. Now when I run crawl in that, with TERM=xterm-256color, everything that should have a light foreground colour instead gets displayed in bold with the corresponding dark

Bug#435027: tcc -E runs out of memory when macro argument contains newline

2007-07-28 Thread Kalle Olavi Niemitalo
Package: tcc Version: 0.9.24~cvs20070502-1 Severity: normal Put the three lines shown below into a file foo.c, and run tcc -E foo.c. The preprocessor fails with foo.c:2: memory full. I derived this test case from zlib.h. #define MACRO(arg) int main() MACRO( ) { return 0; } Without -E, TCC

Bug#405150: linux-2.6: FTBFS after 32 hours: find: invalid predicate `-execdir'

2006-12-31 Thread Kalle Olavi Niemitalo
Package: linux-2.6 Version: 2.6.18-8 Severity: normal Date: Sat, 30 Dec 2006 16:50:41 +0200 ... find 'debian/linux-patch-debian-2.6.18/usr/src/kernel-patches/all/2.6.18/debian' ! -path '*/series/*' -type f -execdir bzip2 '{} ' ';' -execdir chmod 644 '{}.bz2' ';' find: invalid predicate

Bug#313696: elinks: [INTL:de] German PO file corrections

2007-01-04 Thread Kalle Olavi Niemitalo
These changes are now in the upstream source trees from which ELinks 0.11.3 and 0.12.0 will be released. pgpUdmJj87562.pgp Description: PGP signature

Bug#331638: elinks: cannot render UTF-8 properly

2006-12-20 Thread Kalle Olavi Niemitalo
Gabor Gombas [EMAIL PROTECTED] writes: It seems that elinks cannot handle UTF-8 input/output properly. Symptoms include links containing accented characters jumping some positions to the left or becoming garbled when selected, or wrong cursor positioning in input fields when I enter accented

Bug#399188: CVE-2006-5925: ELinks smb Protocol File Upload/Download Vulnerability

2006-11-18 Thread Kalle Olavi Niemitalo
package elinks forwarded 399188 http://bugzilla.elinks.cz/show_bug.cgi?id=841 quit Stefan Fritsch [EMAIL PROTECTED] writes: A vulnerability has been found in elinks: Links web browser 1.00pre12 and Elinks 0.9.2 with smbclient installed allows remote attackers to execute arbitrary code via

Bug#417789: fixed in elinks 0.11.1-1.4

2007-05-05 Thread Kalle Olavi Niemitalo
Arnaud Giersch [EMAIL PROTECTED] writes: I don't believe that this patch really solves the security issue. An user may still be vulnerable if he wants to run his freshly compiled (but not installed now) elinks. This user would typically run it as /path/to/elinks/src/elinks. If his cwd is

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-05-07 Thread Kalle Olavi Niemitalo
Brice Goglin [EMAIL PROTECTED] writes: A couple months ago, you reported a bug to the Debian BTS regarding depth problems on dual-head config on a MGA G450 board. Did you reproduce this problem recently? With Xorg/Etch? With the latest MGA driver in unstable (1.4.6)? No, I still run

Bug#403556: xserver-xorg-video-mga: VT switch dims 16-bit-color screen 0 when screen 1 is 24-bit

2007-05-10 Thread Kalle Olavi Niemitalo
Version: 1:1.4.6.1.dfsg.1-2 Brice Goglin [EMAIL PROTECTED] writes: My Xorg/Etch basically meant Xorg 7.1 with Xserver 2:1.1.1-21 and MGA driver 1:1.4.4.dfsg.1-2. Okay, I built and tested some combinations. xserver-xorg-core 2:1.1.1-11 with xserver-xorg-video-mga 1:1.4.4.dfsg.1-2 has this

Bug#428549: ECMAScript/javascript is disabled, and it is easy to turn it on, so turn it on!

2007-06-17 Thread Kalle Olavi Niemitalo
Asheesh Laroia [EMAIL PROTECTED] writes: Version: 0.11.1-1.2 It's easy to enable JavaScript support for elinks, and basic JS/ECMAScript support would really go a long way given all of the dumb pages on the web that require it (for things like following links or submitting forms).

Bug#315550: elinks: Doesn't save keybinding for ' correctly

2007-05-01 Thread Kalle Olavi Niemitalo
package elinks fixed 315550 0.11.1-1 quit ELinks bug 716 was fixed in upstream ELinks 0.11.0. The first Debian version after that was 0.11.1-1, and I tested that it saves a keybinding for ' as \' and correctly loads it back. pgpQV9PtP4JHb.pgp Description: PGP signature

Bug#323260: elinks: pagedown and F10 give 'Keyboard prefix: xxxx' and don't work

2007-05-04 Thread Kalle Olavi Niemitalo
package elinks fixed 323260 0.10.6-1 quit This bug was fixed on 2005-04-06. The fix is in ELinks 0.10.6 and 0.11rc0. The bug depends on undefined behaviour and here occurs only when LC_CTYPE=C. try_prefix_key was calling isdigit(get_kbd_key(ev)) even though get_kbd_key can return values that

Bug#323260: elinks: pagedown and F10 give 'Keyboard prefix: xxxx' and don't work

2007-05-04 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: This bug was fixed on 2005-04-06. Actually 2005-05-05. pgpaPJhHZ4WEq.pgp Description: PGP signature

Bug#417789: fixed in elinks 0.11.1-1.4

2007-05-04 Thread Kalle Olavi Niemitalo
Julien Cristau [EMAIL PROTECTED] writes: elinks (0.11.1-1.4) unstable; urgency=high . * Non-maintainer security upload. * Don't look for gettext message catalogs in ../po/ (closes: #417789). Thanks, Arnaud Giersch! Reference: CVE-2007-2027. A less paranoid fix has been checked

Bug#312955: elinks: doesn't clear window title upon exit

2007-05-04 Thread Kalle Olavi Niemitalo
package elinks fixed 312955 0.10.6-1 quit Jonas Fonseca [EMAIL PROTECTED] writes: Thomas Dickey [EMAIL PROTECTED] wrote Sat, Jun 11, 2005: Setting it to the value of $TERM would be suitable though. (That would make at least half the users happy). That sounds like a reasonable alternative.

Bug#394184: elinks: No icon in gnome applications menu.

2007-05-04 Thread Kalle Olavi Niemitalo
Stefan Schmidt [EMAIL PROTECTED] writes: No icon shows up in the gnome application menu. Perhaps elinks/contrib/LinksOS2Icon.zip could be adapted. It depicts a horizontal yellow chain of links on a blue background in a window that has a white inner border, a black outer border, and a blue

Bug#431211: ELinks 0.10.0 and later are GPLv2 only, contrary to debian/copyright

2007-06-30 Thread Kalle Olavi Niemitalo
Package: elinks Version: 0.11.1-1.4 Tags: patch http://packages.debian.org/changelogs/pool/main/e/elinks/elinks_0.11.1-1.4/elinks.copyright http://packages.debian.org/changelogs/pool/main/e/elinks/elinks_0.11.1-1.2/elinks.copyright

Bug#428549: ECMAScript/javascript is disabled, and it is easy to turn it on, so turn it on!

2007-06-18 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: Please consider using ELinks 0.12 snapshots instead, because all known ECMAScript crashes (but not hangs) have been fixed there. A new ECMAScript crash in 0.12.GIT is now known. http://bugzilla.elinks.cz/show_bug.cgi?id=957 pgp1dF4D3YPsn.pgp

Bug#418360: tcc_load_dll reads past end of buffer, causes linker segfault

2007-04-09 Thread Kalle Olavi Niemitalo
Package: tcc Version: 0.9.23-2 Severity: normal Tags: patch I have reflowed some of the long lines below. $ cat dummy.c int main () { return 0; } $ tcc -c dummy.c $ ls -l dummy.o -rw-rw-r-- 1 Kalle Kalle 484 2007-04-09 13:31 dummy.o $ tcc dummy.o -lgnutls -lguile Segmentation fault (core

Bug#419203: tcc: parses sizeof (x)[0] as (sizeof (x))[0]

2007-04-14 Thread Kalle Olavi Niemitalo
Package: tcc Version: 0.9.23-4.kon.1 Severity: normal gcc-4.0 4.0.3-3 compiles this program all right, but tcc fails: sizeof.c:5: pointer expected int main (void) { char x[1]; return (sizeof (x) [0]) - 1; } tcc 0.9.23-4.kon.1 is 0.9.23-4 + the patch from bug 418360. /* C99 6.5.3p1 */

Bug#419819: jadetex: FTBFS: ln: creating symbolic link `debian/jadetex/usr/bin/jadetex' to `etex': File exists

2007-04-17 Thread Kalle Olavi Niemitalo
Package: jadetex Version: 3.13-6 Severity: important Building jadetex, I get an error: rm -rf debian/jadetex install -d -o root -g root -m 755 debian/jadetex/usr/bin debian/jadetex/usr/share/doc/jadetex debian/jadetex/usr/share/man/man1 \

Bug#419203: tcc: parses sizeof (x)[0] as (sizeof (x))[0]

2007-04-18 Thread Kalle Olavi Niemitalo
It is even possible to contrive programs where this bug does not cause compilation to fail but rather results in incorrect output. I think such constructs are very rare outside IOCCC, fortunately. #include stdio.h #include stdlib.h int main (void) { static char x [2]; if (sizeof (*x) [x])

Bug#333339: elinks: does not save the link numbering parameter while this is very blindfriendly

2007-04-21 Thread Kalle Olavi Niemitalo
In ELinks 0.10.6, the toggle-numbered-links action (listed in the View menu and bound to . by default) did not mark the document.browse.links.numbering option as modified, so it did not get saved with the default config.saving_style = 3 setting. This has been fixed in ELinks 0.11.0 and later:

Bug#315886: elinks: core dump while sorting thru bookmarks' saved snapshots

2007-04-22 Thread Kalle Olavi Niemitalo
Miciah Dashiel Butler Masters [EMAIL PROTECTED] writes: ELinks will crash if one selects a bookmark, selects Delete, allows the session snapshotting (or anything else) to delete that bookmark, and then confirms the deletion. This is due to poor reference counting that I intend to fix when I

Bug#255871: elinks: broken example file hooks.lua.gz

2007-04-22 Thread Kalle Olavi Niemitalo
I get no such error with /usr/bin/elinks and /usr/share/doc/elinks/examples/contrib/lua/hooks.lua.gz from the Debian elinks 0.11.1-1 package, so I suppose this bug could be closed. pgpoWvO6VO88y.pgp Description: PGP signature

Bug#315870: elinks: floating point exception with very slow downloads

2007-04-22 Thread Kalle Olavi Niemitalo
Ralf Hildebrandt [EMAIL PROTECTED] writes: After the proxy trickled the first by back to elinks, it crashed with a floating point exception. There was a change made on 2005-04-20 that may have fixed this.

Bug#318508: db2: FTBFS: Label at end of compound statement

2005-07-18 Thread Kalle Olavi Niemitalo
tags 318508 + patch quit Daniel Schepler [EMAIL PROTECTED] writes: From my build log (reproduced using pbuilder in an i386 chroot): Also reproduced on AMD Duron running Debian i386. Unfortunately, since this is in build-tree/db2 instead of build-tree/db-2.7.7, I can't figure out how to get

Bug#314754: crawl: infinite loop in box_room_doors

2005-06-18 Thread Kalle Olavi Niemitalo
if there are not enough good spots, instead of falling in an infinite loop. -- Kalle Olavi Niemitalo [EMAIL PROTECTED] Sat, 18 Jun 2005 10:07:51 +0300 --- crawl-4.0.0beta26.orig/source/dungeon.cc +++ crawl-4.0.0beta26/source/dungeon.cc @@ -5,7 +5,8 @@ * * Change History (most recent first

Bug#479824: elinks: Spams syslog about /dev/gpmctl

2008-05-16 Thread Kalle Olavi Niemitalo
Sami Liedes [EMAIL PROTECTED] writes: Whenever I run elinks, I get messages like this in my syslog: May 5 23:35:52 lh elinks: *** info May 5 23:35:52 lh elinks: /dev/gpmctl: No such file or directory May 5 23:35:52 lh elinks:

Bug#486449: MOZILLA_1_8_BRANCH mismatch changes sizeof(JSFunctionSpec)

2008-06-16 Thread Kalle Olavi Niemitalo
Package: libmozjs-dev Version: 1.8.1.14-3 Severity: normal File: /usr/lib/pkgconfig/xulrunner-js.pc /usr/include/mozjs/jsapi.h contains #ifdefs that change the size of struct JSFunctionSpec depending on whether MOZILLA_1_8_BRANCH is defined. The xulrunner source package defines this macro in

Bug#478156: elinks_0.12~20080127-3(sparc/experimental): FTBFS: error: assuming signed overflow does not occur when assuming that (X + c) X is always false

2008-04-30 Thread Kalle Olavi Niemitalo
Frank Lichtenheld [EMAIL PROTECTED] writes: | [CC] src/main/event.o | cc1: warnings being treated as errors | /build/buildd/elinks-0.12~20080127/src/main/event.c: In function 'unregister_event_hook': | /build/buildd/elinks-0.12~20080127/src/util/math.h:36: error: assuming signed

Bug#337159: elinks: Does not recover from CTRL-Z

2008-05-02 Thread Kalle Olavi Niemitalo
This bug is now listed in the ELinks bug tracker as well: Bug 1011 - elinks does not return from suspend http://bugzilla.elinks.cz/show_bug.cgi?id=1011 I'm not marking this Debian bug as forwarded though, because it is not currently assigned to the elinks package. pgpCXKlI8BVPZ.pgp

Bug#409085: broken charset conversion

2007-04-02 Thread Kalle Olavi Niemitalo
Robert Millan [EMAIL PROTECTED] writes: $ echo htmlagrave;/html | elinks -dump `a It should print à instead (at least on utf-8). ELinks 0.11.* do not support UTF-8 as the charset for dumps or terminal output. As a workaround, you can select some other charset with the -dump-charset

Bug#291427: kjc: source code is not included (GPL violation)

2005-01-20 Thread Kalle Olavi Niemitalo
Package: kjc Version: 2:1.1.4.PRECVS6-1 Severity: serious The kaffe source package does not include the source code for kjc. Instead, there is just a kjc.jar full of compiled class files. /usr/share/doc/kjc/copyright describes: * libraries/javalib/kjc.jar Kopi Java Compiler 2.1B with kaffe

Bug#341220: ogg123 starts clicking after an hour or so when playing from a stream

2006-04-09 Thread Kalle Olavi Niemitalo
Andy Baxter [EMAIL PROTECTED] writes: I've noticed a bug with ogg123, which is that after an hour or two playing from an ogg vorbis stream (encoded at 24 kbps, quality 0, samplerate 22050, 1 channel), it starts makes a soft clicking sound about every second, on top of the sound. This

Bug#349718: parted: last partition in EFI GPT overlaps alternate table

2006-01-24 Thread Kalle Olavi Niemitalo
Package: parted Version: 1.6.25.1-1 Severity: grave I overwrote a USB disk with shred, created an EFI GPT disk label and two partitions with parted, used the partitions, shredded the second of them again, made a new file system there, and copied data to it. The next time I reconnected the disk,

Bug#349718: parted: last partition in EFI GPT overlaps alternate table

2006-01-29 Thread Kalle Olavi Niemitalo
Here is a recipe for reproducing the bug. [EMAIL PROTECTED]:/var/tmp/kalle$ yes | dd bs=1k count=1k of=part 1024+0 records in 1024+0 records out 1048576 bytes (1,0 MB) copied, 0,094344 seconds, 11,1 MB/s [EMAIL PROTECTED]:/var/tmp/kalle$ /sbin/parted part GNU Parted 1.6.25.1 Copyright (C) 1998 -

Bug#349718: parted: last partition in EFI GPT overlaps alternate table

2006-06-09 Thread Kalle Olavi Niemitalo
Steinar H. Gunderson [EMAIL PROTECTED] writes: The attached patch moves the backup partition table one sector further out; based on your analysis I'm fairly sure this is the right thing to do, but I have zero experience with both parted code and GPT partitions, so I'd appreciate if somebody

Bug#349718: parted: last partition in EFI GPT overlaps alternate table

2006-06-02 Thread Kalle Olavi Niemitalo
package parted found 349718 1.7.0-1 found 349718 1.7.1-1.1 quit Otavio Salvador [EMAIL PROTECTED] writes: Please, can you try to reproduce the bug in last version? The GPT disklabels generated by 1.7.0-1 and 1.7.1-1.1 are identical to what 1.6.25.1-1 incorrectly produced, except the random

Bug#370545: gst-plugins0.8: please bump libswfdec0.3-dev build-dep to 0.3.3

2006-06-05 Thread Kalle Olavi Niemitalo
Package: gst-plugins0.8 Version: 0.8.12-4 Severity: wishlist gst-plugins0.8 currently build-depends on libswfdec0.3-dev (= 0.3.2-1). That happened to be the only version I had in my archive when I wanted to build gst-plugins0.8, so I installed it, but the build failed: configure: *** configure:

Bug#464197: linux-image-2.6.24-1-686: module snd-cs46xx still missing

2008-03-05 Thread Kalle Olavi Niemitalo
+++ HACKED/linux-2.6-2.6.24/sound/pci/cs46xx/cs46xx_lib.c 2008-02-24 19:10:48.0 +0200 @@ -4,6 +4,8 @@ * Cirrus Logic, Inc. * Routines for control of Cirrus Logic CS461x chips * + * Modified on 2008-02-24 by Kalle Olavi Niemitalo. + * * KNOWN BUGS

Bug#464197: linux-image-2.6.24-1-686: module snd-cs46xx still missing

2008-04-06 Thread Kalle Olavi Niemitalo
by Kalle Olavi Niemitalo menu PCI devices depends on SND!=n PCI @@ -197,8 +198,8 @@ config SND_CS4281 config SND_CS46XX tristate Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x - depends on BROKEN depends on SND + select FW_LOADER select

Bug#464197: linux-image-2.6.24-1-686: module snd-cs46xx still missing

2008-04-11 Thread Kalle Olavi Niemitalo
The patch I posted leaves SND_CS46XX_NEW_DSP broken. Because I have neither rear speakers nor an S/PDIF capable amplifier, and the newer firmware consists of multiple structures and so is more difficult to load, I don't currently intend to work on that. One trap with the patch is that it

Bug#468151: see bug 464197

2008-04-11 Thread Kalle Olavi Niemitalo
There are three Debian bug reports about the removal of cs46xx firmware: bug 455092 in linux-2.6 bug 464197 in linux-image-2.6.24-1-686 bug 468151 in linux-source-2.6.24 So far, bug 464197 has got the greatest number of messages. I think it would be good to concentrate future discussions there.

Bug#464197: linux-image-2.6.24-1-686: module snd-cs46xx still missing

2008-02-23 Thread Kalle Olavi Niemitalo
Bastian Blank [EMAIL PROTECTED] writes: On Wed, Feb 13, 2008 at 01:33:05PM -0600, Jan Hetges wrote: could please someone reenable snd-cs46xx ? No. Not until you provided a patch which seperates the firmware. Will the firmware be distributable if separated?

Bug#225136: apache2: FTBFS with libtool 1.6-0+1.5a-1

2008-03-26 Thread Kalle Olavi Niemitalo
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: I suspect you could even remove the libtool build-dependency from apr and apache2, but I haven't yet tested building them without libtool installed. I successfully built apr 1.2.11-1 and apache2 2.2.8-3 without libtool installed. The build logs

Bug#472786: bugs.debian.org: message to 225136-done does not appear in the bug web page

2008-03-26 Thread Kalle Olavi Niemitalo
and closed. However, these three messages do not appear anywhere on that page, nor in the mbox files either: From: Kalle Olavi Niemitalo [EMAIL PROTECTED] Subject: Re: Bug#225136: apache2: FTBFS with libtool 1.6-0+1.5a-1 To: [EMAIL PROTECTED] Date: Wed, 26 Mar 2008 01:40:22 +0200 Message-ID: [EMAIL

Bug#464197: Any update on this issue?

2009-04-21 Thread Kalle Olavi Niemitalo
dann frazier da...@debian.org writes: Kalle: would you mind submitting your patch upstream, if you haven't already? A lot of similar patches for other drives have been accepted in recent months. I expect the patch would be rejected because it breaks SND_CS46XX_NEW_DSP. Do you think

Bug#603914: Please drop non-UTF8 locales

2010-12-10 Thread Kalle Olavi Niemitalo
Vincent Danjean vdanj...@debian.org writes: For example, I've lots of old text data in latin1. Some of them are on non-rewritable media. Being able to see them with LC_CTYPE=fr_FR less toto.txt is very convenient. less does not convert the characters to UTF-8 for display, so you also need a

Bug#616538: TOLUA_NIL documented but not defined

2011-03-05 Thread Kalle Olavi Niemitalo
Package: libtolua++5.1-dev Version: 1.0.93-1 Severity: normal Quoting from /usr/share/doc/libtolua++5.1-dev/tolua++.html: For Lua object types (lua_Object), tolua defines a constant that can be used to specify nil as default value: void func (lua_Object lo = TOLUA_NIL); However, tolua++

Bug#616557: generated code copies array contents from wrong Lua stack location if preceded by lua_State *

2011-03-05 Thread Kalle Olavi Niemitalo
Package: tolua++5.1-dev Severity: normal If I declare a function in a *.pkg file like this: void fun(lua_State *state, int numbers[42]); then tolua++ generates the following stub for Lua to call: /* function: fun */ #ifndef TOLUA_DISABLE_tolua_huh_fun00 static int tolua_huh_fun00(lua_State*

Bug#616557: generated code copies array contents from wrong Lua stack location if preceded by lua_State *

2011-03-05 Thread Kalle Olavi Niemitalo
package libtolua++5.1-dev found 616557 tolua++/1.0.93-1 quit Kalle Olavi Niemitalo k...@iki.fi writes: In the tolua_isnumberarray, tolua_tofieldnumber, and tolua_pushfieldnumber calls, the second argument is wrong. It should be 1 rather than 2, because numbers is the first parameter

Bug#616601: tolua++-generated stub can leak a variable-size array on element type mismatch

2011-03-05 Thread Kalle Olavi Niemitalo
Package: libtolua++5.1-dev Version: 1.0.93-1 Severity: normal If a *.pkg file declares a function with a variable-size array parameter, then the C++ stub generated by tolua++ allocates the array with the Mtolua_new_dim macro, copies the contents of the corresponding Lua table there, passes the

Bug#558911: pxe: all MTFTP transfers use the same multicast address and UDP port

2009-11-30 Thread Kalle Olavi Niemitalo
Package: pxe Version: 1.4.2-7 Severity: normal This PXE server does not allow different IP addresses or UDP ports to be specified for MTFTP transfers of different files. It seems to me that this limitation can cause a PXE client to receive the wrong file over MTFTP if it boots up soon after

Bug#558944: pxe: updated pxe.8 and new pxe.conf.5 man page

2009-11-30 Thread Kalle Olavi Niemitalo
by others). Updated by Kalle Olavi Niemitalo k...@iki.fi. .SH SEE ALSO .BR pxe.conf (5), .BR dnsmasq (8), .BR dhcpd (8), .BR atftpd (8) .TH pxe.conf 5 2009-11-28 1.4.2 PXE daemon .mso www.tmac .SH NAME pxe.conf \- configuration file for the PXE daemon .SH DESCRIPTION When the PXE daemon is starting

Bug#559615: boswars: uncontrollable with Wacom tablet when in full-screen mode

2009-12-05 Thread Kalle Olavi Niemitalo
Package: boswars Version: 2.5-2 Severity: normal I wanted to play BOS Wars using a Wacom Bamboo CTE-650 tablet. Unfortunately, the mouse cursor is practically impossible to control with that when BOS Wars is in full-screen mode. It seems the position of the pen on the tablet is controlling

Bug#559618: boswars: Toggling Fullscreen with the space key in Video Options makes it change back immediately

2009-12-05 Thread Kalle Olavi Niemitalo
Package: boswars Version: 2.5-2 Severity: minor In the Video Options screen of BOS Wars, there is a check box labeled Fullscreen. If I press the Tab key enough times to move the focus to that, and then press the Space key, the game indeed switches to full-screen mode but then immediately

Bug#509648: boswars: Sometimes on some map/levels, buildings can't be repaired or built over a certain number of their 'life meter'

2009-12-05 Thread Kalle Olavi Niemitalo
Deniz Akcal gamingtechnol...@yahoo.ca writes: Sometimes when I try to repair a building, no matter how long I wait, the building stays at the same number and doesn't get repaired and also somtimes, buildings when being built are 'stuck' in the middle of their building process. The engineers

Bug#564966: kq-data: contains unlicensed music

2010-01-12 Thread Kalle Olavi Niemitalo
Package: kq-data Version: 0.99.cvs20070319-1.1 Severity: serious According to these posts to the kqlives-main mailing list in 2002-2004 http://sourceforge.net/mailarchive/message.php?msg_name=000901c2d8ac%2483171de0%248692fea9%40computer (Re: [Kqlives-main] TT -- TroyD merge)

Bug#473673: boswars: fails to load a saved game

2010-01-13 Thread Kalle Olavi Niemitalo
The upstream patch r9536 does fix the SIGSEGV with duck2.sav.gz attached to this bug report. However, the problem with duck7.sav.gz is more insidious. With a debug build of boswars, that file causes this assertion to fail in CclUnit when slot == 52: Assert(unit-Slot == slot);

Bug#559615: boswars: uncontrollable with Wacom tablet when in full-screen mode

2010-01-14 Thread Kalle Olavi Niemitalo
package boswars tags 559615 + patch quit Kalle Olavi Niemitalo k...@iki.fi writes: I see these ways to fix or work around this bug: (a) putenv(SDL_MOUSE_RELATIVE=0) in boswars before SDL initialization. AFAICT boswars does not care about relative mouse motion. This works fine

Bug#568686: gnome-settings-daemon wakes up every 4 seconds to probe /usr/X11R6/lib/X11

2010-02-06 Thread Kalle Olavi Niemitalo
Package: fontconfig-config Version: 2.8.0-2 Severity: wishlist File: /etc/fonts/fonts.conf powertop shows 0.2 wakeups per second from gnome-settings-daemon 2.28.1-2. strace shows it making this call every 4-5 seconds: inotify_add_watch(20, /usr/X11R6/lib/X11,

  1   2   3   >