Bug#345347: [l10n] Czech translation for dselect/dpkg
Quoting Miroslav Kure ([EMAIL PROTECTED]): > Package: dpkg > Severity: wishlist > Tags: l10n, patch > > Hi, in attachement there is updated Czech translation (cs.po) for > dselect/dpkg - please include it with the package. Commited to my archive. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345372: aptitude: [INTL:sv] Swedish PO translation
tags 345372 pending thanks Quoting Daniel Nylander ([EMAIL PROTECTED]): > Package: aptitude > Severity: wishlist > Tags: patch l10n > > > Here is the swedish update for aptitude D-I LEVEL 3. > There were 5 fuzzy which now are translated. Commited and sent to Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345407: Please allow to search by owner
Package: debbugs Severity: wishlist It seems debbugs currently doesn't allow to search people by owner. This feature would be very helpful since I intend to keep track of some bugs I've offered to fix that way. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#263235: NMU to fix this RC bug made to the 7 day delayed queue
I have just made an upload to fix this RC bug to the gluck 7 day delayed queue. This upload can be overridden by a maintainer upload between now and then. The diff to the NMU is attached. Don Armstrong -- Three little words. (In decending order of importance.) I love you -- hugh macleod http://www.gapingvoid.com/graphics/batch35.php http://www.donarmstrong.com http://rzlab.ucr.edu diff -Nur tmp1/vacation-3.3.0/debian/changelog tmp2/vacation-3.3.0/debian/changelog --- tmp1/vacation-3.3.0/debian/changelog2003-06-14 18:18:21.0 -0700 +++ tmp2/vacation-3.3.0/debian/changelog2005-12-31 00:12:39.0 -0800 @@ -1,3 +1,10 @@ +vacation (3.3.0-0.1) unstable; urgency=low + + * NMU + * Recompile against libdb4.3 (Closes: #263235) + + -- Don Armstrong <[EMAIL PROTECTED]> Sat, 31 Dec 2005 00:12:39 -0800 + vacation (3.3.0) unstable; urgency=low * Added support for editing the away message. diff -Nur tmp1/vacation-3.3.0/debian/control tmp2/vacation-3.3.0/debian/control --- tmp1/vacation-3.3.0/debian/control 2003-06-14 17:39:20.0 -0700 +++ tmp2/vacation-3.3.0/debian/control 2005-12-31 00:12:52.0 -0800 @@ -2,7 +2,7 @@ Section: mail Priority: standard Maintainer: Marco d'Itri <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0), libdb4.1-dev +Build-Depends: debhelper (>= 4.0), libdb4.3-dev Standards-Version: 3.5.10 Package: vacation signature.asc Description: Digital signature
Bug#322539: NMU to 7 day delayed queue to fix this bug
I have just made an NMU to the 7 day delayed queue on gluck to fix this bug. This NMU can be overriden by a maintainer upload between now and then. The interdiff to the NMU is attached. Don Armstrong -- Junkies were all knitted together in a loose global macrame, the intercontinental freemasonry of narcotics. -- Bruce Sterling, _Holy Fire_ p257 http://www.donarmstrong.com http://rzlab.ucr.edu diff -u yaboot-1.3.13/debian/changelog yaboot-1.3.13/debian/changelog --- yaboot-1.3.13/debian/changelog +++ yaboot-1.3.13/debian/changelog @@ -1,3 +1,11 @@ +yaboot (1.3.13-4.1) unstable; urgency=low + + * NMU + * Fix the FTBS in strstr.c. Thanks to Andreas Jochens for the patch. +(Closes: #322539) + + -- Don Armstrong <[EMAIL PROTECTED]> Sat, 31 Dec 2005 00:04:32 -0800 + yaboot (1.3.13-4) unstable; urgency=low * Apply upstream patch to ofpath (Closes: #321962) only in patch2: unchanged: --- yaboot-1.3.13.orig/lib/strstr.c +++ yaboot-1.3.13/lib/strstr.c @@ -76,7 +76,8 @@ a = *++haystack; if (a == '\0') goto ret0; -shloop:} +shloop:continue; + } while (a != b); jin: a = *++haystack; signature.asc Description: Digital signature
Bug#312700: any progress?
Hi, I'm also curious if there's already a package ready for testing, regards, Tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345380: linhdd: cfdisk package not available
Package: linhdd Version: 0.2-1 Followup-For: Bug #345380 I don't have a cfdisk package I could install. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-10-1 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages linhdd depends on: ii hdparm6.3-3 tune hard disk parameters for high ii python2.3.5-3An interactive high-level object-o ii python-gtk2 2.6.3-2Python bindings for the GTK+ widge linhdd recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345408: libdebian-installer: multiple udeb sources
Package: libdebian-installer Severity: wishlist - Forwarded message from Joey Hess <[EMAIL PROTECTED]> - From: Joey Hess <[EMAIL PROTECTED]> To: Anthony Awtrey <[EMAIL PROTECTED]> Cc: debian-boot@lists.debian.org Subject: Re: preseed/late_command Question Date: Fri, 30 Dec 2005 19:29:12 -0500 User-Agent: Mutt/1.5.11 Anthony Awtrey wrote: > I really like maintaining a local, pristine copy of the Debian > repository (yeah rsync!) and then have a completely seperate repostiory > for our custom / superceding packages. This works great post-install, > since I can just add another apt source. Howeverm, it has been > problematic for me to integrate installer customizations without having > to hack them into our copy of the Debian installer repository. Am I > crazy for wanting to do it like this? How do you do it? Is there some > simpler 'Debian way' for setting up a custom network installer? You're right, this would be a very nice thing to be able to do. Unfortunatly the installer as it is only supports one source for udebs. Adding support for multiple sources is something I've wanted to see done for a long time but nobody has done it yet. -- see shy jo - End forwarded message - Now filed in the BTS as a wish. GSt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#290667: Re Bug#290667: silo: Default config problem - initrd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 30 Dec 2005 17:01:17 +0100 Frans Pop <[EMAIL PROTECTED]> wrote: > Could you tell how the default file was generated? Did you use the > Debian Installer to install the system or was the file generated in > some other way? (Hope you still remember...) I used the "testing" sarge netinst cd at that time, so I think it was generated by/extracted from the deb. But I'm affraid I can't give you much more details :/ . Vincent Pelletier -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDtkVwibN+MXHkAogRAgimAJ9KemnnraO3Mwltk441Beh80xmHWQCdHDeB j+LewyneW+CWFAmSc8Q9mByIPwMFAUO2RXAURCgpFDKO1RECCKYAni28kqfy0pQ+ Eq1i4SaxGhntPP4AAKCfi4bux0Mm1LlBYcJixITYbuJI8A== =2I4P -END PGP SIGNATURE-
Bug#345156: mysql-admin: backtrace
Package: mysql-admin Version: 1.1.4-4 Followup-For: Bug #345156 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It happens for me too. It seems to be related to bug #343632 Backtrace included. - -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.9-9-amd64-k8 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages mysql-admin depends on: ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-5 GCC support library ii libglade2-0 1:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.8.4-2The GLib library of C routines ii libglibmm-2.4-1c2a2.8.2-2C++ wrapper for the GLib toolkit ( ii libgtk2.0-0 2.8.9-2The GTK+ graphical user interface ii libgtkmm-2.4-1c2a 1:2.6.5-1 C++ wrappers for GTK+ 2.4 (shared ii libmysqlclient15 5.0.16-1 mysql database client library ii libpango1.0-0 1.10.1-2 Layout and rendering of internatio ii libpcre3 6.4-1.1Perl 5 Compatible Regular Expressi ii libsigc++-2.0-0c2a2.0.16-2 type-safe Signal Framework for C++ ii libstdc++64.0.2-5The GNU Standard C++ Library v3 ii libxml2 2.6.22-2 GNOME XML library ii mysql-admin-common1.1.4-4Architecture independent files for ii zlib1g1:1.2.3-9 compression library - runtime Versions of packages mysql-admin recommends: ii mysql-query-browser 1.1.17-4 Official GUI tool to query MySQL d - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDtkdDSTv4ppQVDnwRAv7AAJ0fdg3zc1EyXo0xK2DjNRIZxLlEDwCdGuYY Qr1BT8c5uRT4WNoxd8ZYsYk= =Z0r1 -END PGP SIGNATURE- GNU gdb 6.4-debian Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". Core was generated by `mysql-admin'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libmysqlclient_r.so.15...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libmysqlclient_r.so.15 Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /lib/libpthread.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/libpthread.so.0 Reading symbols from /lib/libcrypt.so.1... (no debugging symbols found)...done. Loaded symbols for /lib/libcrypt.so.1 Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libnsl.so.1 Reading symbols from /usr/lib/libpcre.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libpcre.so.3 Reading symbols from /usr/lib/libglade-2.0.so.0... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libglade-2.0.so.0 Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libxml2.so.2 Reading symbols from /usr/lib/libgtkmm-2.4.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgtkmm-2.4.so.1 Reading symbols from /usr/lib/libgdkmm-2.4.so.1... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libgdkmm-2.4.so.1 Reading symbols from /usr/lib/libatkmm-1.6.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libatkmm-1.6.so.1 Reading symbols from /usr/lib/libgtk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgtk-x11-2.0.so.0 Reading symbols from /usr/lib/libpangomm-1.4.so.1... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libpangomm-1.4.so.1 Reading symbols from /usr/lib/libglibmm-2.4.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libglibmm-2.4.so.1 Reading symbols from /usr/lib/libsigc-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libsigc-2.0.so.0 Reading symbols from /usr/lib/libgdk-x11-2.0.so.0... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libgdk-x11-2.0.so.0 Reading symbols from /usr/lib/libatk-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libatk-1.0.so.0 Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0 Readin
Bug#345335: nvidia-kernel-source: Module loading fails on amd64
Randall Donald skrev: This is a known issue with 7174 and kernels about 2.6.12. A patch (second one) can be found here: http://www.nvnews.net/vbulletin/showthread.php?t=50150 After applying this patch the module inserts fine. Can't start X though.. No modes seems to fit the monitor's (laptop lcd!) hsync range. I have no idea what that's about.. But that's also another story. Anders -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345409: New upgrade breaks login as there is no multikey anymore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: xlibs Version: 6.9.0.dfsg.1-1 Severity: important Tags: sid The new upgrade of xlibs completely remove all references to ralt_switch_multikey what is the only way to type in combined characters and also all german chars. This stops my users from logging in over xdm or kdm as there are many characters in there password not available anymore. This breaks the package heavily. There is no alternative for the settings below. For your information, here is the relevant sniplet in my xorg.conf: Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "cherrybluec" Option "XkbLayout" "de" Option "XkbVariant""nodeadkeys" Option "XkbOptions""lv3:ralt_switch_multikey" Option "XkbSymbols" "pc/pc(pc105)+pc/de(nodeadkeys)+level3(ralt_switch_multikey)+inet(cherrybluec)" EndSection So please, if you break the default behavior of X to use shift-ralt as multikey then just allow the sysadmin to fix this bug by config!!! - -- Package-specific info: Keyboard-related contents of X.Org X server log file /var/log/Xorg.0.log: (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Monitor" (**) | |-->Device "Generic Video Card" (**) |-->Input Device "Keyboard" (**) Option "XkbSymbols" "pc/pc(pc105)+pc/de(nodeadkeys)+level3(ralt_switch_multikey)+inet(cherrybluec)" (**) XKB: symbols: "pc/pc(pc105)+pc/de(nodeadkeys)+level3(ralt_switch_multikey)+inet(cherrybluec)" (**) Option "XkbRules" "xorg" (**) XKB: rules: "xorg" (**) Option "XkbModel" "cherrybluec" (**) XKB: model: "cherrybluec" (**) Option "XkbLayout" "de" (**) XKB: layout: "de" (**) Option "XkbVariant" "nodeadkeys" (**) XKB: variant: "nodeadkeys" (**) Option "XkbOptions" "lv3:ralt_switch_multikey" (**) XKB: options: "lv3:ralt_switch_multikey" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Mouse" (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/share/fonts"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts". - -- (II) LoadModule: "nvidia" (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.7174 Module class: XFree86 Video Driver (II) LoadModule: "keyboard" (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o (II) Module keyboard: vendor="X.Org Foundation" compiled for 6.8.2, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.4 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o - -- Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved! Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved! (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES - -- (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "cherrybluec" (**) Keyboard: XkbModel: "cherrybluec" (**) Option "XkbLayout" "de" (**) Keyboard: XkbLayout: "de" (**) Option "XkbVariant" "nodeadkeys" (**) Keyboard: XkbVariant: "nodeadkeys" (**) Option "XkbOptions" "lv3:ralt_switch_multikey" (**) Keyboard: XkbOptions: "lv3:ralt_switch_multikey" (**) Option "XkbSymbols" "pc/pc(pc105)+pc/de(nodeadkeys)+level3(ralt_switch_multikey)+inet(cherrybluec)" (**) Keyboard: XkbSymbols: "pc/pc(pc105)+pc/de(nodeadkeys)+level3(ralt_switch_multikey)+inet(cherrybluec)" (**) Option "CustomKeycodes" "off" (**) Keyboard: CustomKeycodes disabled (**) Option "Protocol" "ImPS/2" (**) Mouse: Device: "/dev/psaux" (**) Mouse: Protocol: "ImPS/2" (**) Option "CorePointer" (**) Mouse: Core Pointer - -- (**) Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse: ZAxisMapping: buttons 4 and 5 (**) Mouse: Buttons: 5 (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE) (II) XINPUT: Adding ext
Bug#345410: gdebi: unmet python dependencies
Package: gdebi Version: 0.1debian1 Severity: normal The following packages have unmet dependencies: gdebi: Depends: python-gtk2 (>= 2.8.2-2) but 2.6.3-2 is to be installed Depends: python-glade2 (>= 2.8.2-2) but 2.6.3-2 is to be installed -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345411: kbear: Crashes on second file transfer
Package: kbear Version: 2.1.1-13 Severity: normal Thank you for the new build of kbear! Unfortunately is misbehaves as before, transferring the first file correctly, but crashing on the attempt to transfer the second. Let me know if I can help debug (if the package got a new maintainer). Dave -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kbear depends on: ii kdelibs4c2a 4:3.4.3-2 core libraries for all KDE applica ii libc62.3.5-9 GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-5 GCC support library ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library ii libpng12-0 1.2.8rel-5 PNG library - runtime ii libqt3-mt3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte ii zlib1g 1:1.2.3-8 compression library - runtime kbear recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345412: praat: Changelog request
Package: praat Version: 4.4.00-1 Severity: wishlist It may even be a required component of a Debian package, and it's certainly a standard feature -- could you please include the program's own changelog? http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html perhaps? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages praat depends on: ii lesstif2 1:0.94.4-1 OSF/Motif 2.1 implementation relea ii libc62.3.5-9 GNU C Library: Shared libraries an ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte ii libxmu6 6.8.2.dfsg.1-11 X Window System miscellaneous util ii libxp6 6.8.2.dfsg.1-11 X Window System printing extension ii libxt6 6.8.2.dfsg.1-11 X Toolkit Intrinsics praat recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345413: dvb-utils: azap and atscscan missing
Package: dvb-utils Version: 1.1.0-9 Severity: wishlist Could you please include azap and atscscan from the dvb-apps CVS? For the pcHDTV-3000 card in the US, these are needed to scan for channels. Dave -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages dvb-utils depends on: ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an ii makedev 2.3.1-79 creates device files in /dev dvb-utils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#308692: IVTV packages available
On Thu, Aug 11, 2005 at 06:39:37AM +0100, Ian Campbell wrote: > You might be interested in http://www.hellion.org.uk/ivtv/index.html > which are my ivtv packages for the 0.2 and 0.3 branches of ivtv. There has not been any more traffic in this bug report since August, and ivtv has not yet shown up in Debian. Any news on this? Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things."Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326714: kbear crashes after the first (successful) file transfer
Package: kbear Version: 2.1.1-12+b1 Followup-For: Bug #326714 Similar behavior seen on this version on amd64, in this case running remotely: QObject::connect: Use the SLOT or SIGNAL macro to connect QWidget:: kio_sftp: ERROR: KSshProcess::version(): pclose failed. QObject::connect: Use the SLOT or SIGNAL macro to connect QWidget:: kio_sftp: ERROR: KSshProcess::version(): pclose failed. QObject::connect: Cannot connect (null)::showMenu( QListViewItem* ) to KBearTransferViewItem::slotShowMenu( QListViewItem* ) KCrash: Application 'kbear' crashing... backtrace says "unable to do a valid backtrace" but gives this: (no debugging symbols found) 0x2e322355 in waitpid () from /lib/libpthread.so.0 #0 0x2e322355 in waitpid () from /lib/libpthread.so.0 #1 0x2bd65ccd in KCrash::defaultCrashHandler () from /usr/lib/libkdecore.so.4 #2 0x2ebd3ea0 in killpg () from /lib/libc.so.6 #3 0x in ?? () -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages kbear depends on: ii kdelibs4c2a 4:3.4.3-2 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1Library of functions for 2D graphi ii libaudio21.7-3 The Network Audio System (NAS). (s ii libc62.3.5-8.1 GNU C Library: Shared libraries an ii libfam0 2.7.0-8 client library to control the FAM ii libfontconfig1 2.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1FreeType 2 font engine, shared lib ii libgcc1 1:4.0.2-5 GCC support library ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library ii libidn11 0.5.18-1GNU libidn library, implementation ii libjpeg626b-10 The Independent JPEG Group's JPEG ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi ii libpng12-0 1.2.8rel-5 PNG library - runtime ii libqt3-mt3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxcursor1 1.1.3-1 X cursor management library ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte ii libxft2 2.1.7-1 FreeType-based font drawing librar ii libxi6 6.8.2.dfsg.1-11 X Window System Input extension li ii libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display ii libxrandr2 6.8.2.dfsg.1-11 X Window System Resize, Rotate and ii libxrender1 1:0.9.0-2 X Rendering Extension client libra ii libxt6 6.8.2.dfsg.1-11 X Toolkit Intrinsics ii zlib1g 1:1.2.3-8 compression library - runtime kbear recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344731: libgtk2.0-0: possible fix for black menus
Package: gtk2-engines-gtk-qt Version: 0.60-1.1+b1 Followup-For: Bug #344731 alexm posted the following patch on kde-look to correct the black menu problem: diff -urN gtk-qt-engine-0.6.orig/src/qt_theme_draw.c gtk-qt-engine-0.6/src/qt_theme_draw.c --- gtk-qt-engine-0.6.orig/src/qt_theme_draw.c 2004-12-21 21:28:34 +0600 +++ gtk-qt-engine-0.6/src/qt_theme_draw.c 2005-09-30 08:20:50 +0700 @@ -1777,6 +1777,7 @@ { pixmap = pix_test; parent_relative = FALSE; + gdk_drawable_set_colormap(pixmap, style->colormap); } gdk_window_set_back_pixmap (window, pixmap, parent_relative); I've been unable to verify that the patch works because the package FTBFS. Dave -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gtk2-engines-gtk-qt depends on: ii kdelibs4c2a 4:3.4.3-2 core libraries for all KDE applica ii libc62.3.5-9 GNU C Library: Shared libraries an ii libglib2.0-0 2.8.4-2 The GLib library of C routines ii libgtk2.0-0 2.8.9-2 The GTK+ graphical user interface ii libpango1.0-01.10.1-2Layout and rendering of internatio ii libqt3-mt3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li gtk2-engines-gtk-qt recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#327343: Processed: Re: Going back is not possible
reassign 327343 mozilla-mplayer tags 327343 - wontfix thanks Eric Dorland @ 2005-12-31 (Saturday), 01:58 (-0500) > I'm pretty sure this is still the plugin's fault. If I remember > correctly, the plugin can pass through events to Mozilla, so this bug > is probably in that mozilla-mplayer isn't doing the right passing > through. Oh, it never occured to me that it could be the plugin's responsability to pass those events through. I'm moving it back and removing the wontfix tag. -- /Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345414: libgl1-mesa-dri: does not work with 'Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31)'
Package: libgl1-mesa-dri Version: 6.3.2-2 Severity: normal hi 3D hardware acceleration does not work on my notebook; when I start glxgears, it outputs: libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering this is my hardware, as listed by 'lspci' :01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31) (prog-if 00 [VGA]) Subsystem: ASUSTeK Computer Inc.: Unknown device 1452 Flags: 66MHz, medium devsel BIST result: 00 Memory at f000 (32-bit, prefetchable) [size=128M] Memory at e980 (32-bit, non-prefetchable) [size=128K] I/O ports at a800 [size=128] Capabilities: a. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (650, 'testing'), (600, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Versions of packages libgl1-mesa-dri depends on: ii libc62.3.5-8 GNU C Library: Shared libraries an ii libdrm1 1.0.3-3 Userspace interface to kernel DRM ii libexpat11.95.8-3XML parsing C library - runtime li ii libglu1-xorg [libglu1] 6.8.2.dfsg.1-11 Mesa OpenGL utility library [X.Org ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte ii libxxf86vm1 6.8.2.dfsg.1-11 X Video Mode selection library ii xlibs6.8.2.dfsg.1-11 X Window System client libraries m libgl1-mesa-dri recommends no packages. -- no debconf information -- Andrea Mennucc "E' un mondo difficile. Che vita intensa!" (Tonino Carotone) signature.asc Description: Digital signature
Bug#345415: qalculate: Please allow commas to indicate thousands in numbers (US style)
Package: qalculate Version: 0.8.2.1-2 Severity: wishlist In the US, numbers are written 100,000,000.00 Qalculate doesn't accept the commas. Could you make this a preferences option? I realize that in Europe, commas are used where the US uses a period, to indicate fractions. BTW it's great to be able to paste into the calculator. Please also consider adding undo. Dave -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages qalculate depends on: ii qalculate-gtk 0.8.2.1-2 Powerful and easy to use desktop c qalculate recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#222817: procps: Please close this bug
Package: procps Version: 1:3.2.6-2 Followup-For: Bug #222817 I cannot confirm this bug anymore and request it be closed (I opened it). Dave -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages procps depends on: ii libc6 2.3.5-7GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand Versions of packages procps recommends: ii psmisc21.8-1 Utilities that use the proc filesy -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#335263: NMU in preparation for fontforge
I am currently preparing a NMU for fontforge. It will be uploaded to DELAYED/4-day to still give the maintainer a chance to react. I can't provide a patch for the NMU as this involves a complete new upstream version with new tar.gz files from upstream. I'll be subscribed to the PTS for 30 days after the NMU so that I can try fixing problems if this new version brings some. This is not a takeover.but we really need this so that new fonts such as ttf-dejavu can be built, which is a requirement for the graphical version of Debian Installer. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#336542: sox: Bug ist still present
Package: sox Version: 12.17.9-1 Followup-For: Bug #336542 This bug is still present in 12.17.9-1 There is a Patch in the BTS, please apply it or note in the BTS why it isn't appropriate. Cord -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (899, 'testing'), (898, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages sox depends on: ii libasound2 1.0.10-2ALSA library ii libc62.3.5-9 GNU C Library: Shared libraries an ii libmad0 0.15.1b-2.1 MPEG audio decoder library ii libogg0 1.1.2-1 Ogg Bitstream Library ii libvorbis0a 1.1.0-1 The Vorbis General Audio Compressi ii libvorbisenc21.1.0-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.1.0-1 The Vorbis General Audio Compressi sox recommends no packages. -- no debconf information -- BOFH excuse #301: appears to be a Slow/Narrow SCSI-0 Interface problem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345090: source-highlight: please package more recent upstream version
Hi Thanks for the information. Regards, // Ola On Wed, Dec 28, 2005 at 10:52:52PM +0100, Simon Josefsson wrote: > Package: source-highlight > Version: 1.11-2 > Severity: wishlish > > Hi. Upstream has released version 2.3. I suspect that it fix the > problem I am having when building gengetopt 2.15 which uses > source-highlight: > > make[2]: Entering directory `/home/jas/src/gengetopt-2.15/doc' > /usr/bin/source-highlight -f texinfo --style-file=texinfo.style > --output-dir=../doc/ cmdline1.h > /usr/bin/source-highlight: unrecognized option `--style-file=texinfo.style' > make[2]: *** [cmdline1.h.texinfo] Error 1 > make[2]: Leaving directory `/home/jas/src/gengetopt-2.15/doc' > > See: > > http://www.gnu.org/software/src-highlite/ > ftp://ftp.gnu.org/gnu/src-highlite/ > > Thanks, > Simon > > -- - Ola Lundqvist --- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | +46 (0)54-10 14 30 +46 (0)70-332 1551 | | http://www.opal.dhs.org UIN/icq: 4912500 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345363: exim4: [INTL:pt_BR] Variable substitution
tags 345363 pending thanks On 2005-12-30 "Felipe Augusto van de Wiel (faw)" <[EMAIL PROTECTED]> wrote: [...] > Please fix the wrong variables spotted at: > http://d-i.alioth.debian.org/spellcheck/level2/latest/nozip/pt_BR_var.txt Thank you, fixed in SVN. cu andreas -- The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal vision of the emperor's, and its inclusion in this work does not constitute tacit approval by the author or the publisher for any such projects, howsoever undertaken.(c) Jasper Ffforde -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345368: tightvncserver: Linkrot in Xtightvnc manpage
Thanks I'll change that on next upload. Regards, // Ola On Fri, Dec 30, 2005 at 01:23:48PM -0800, Karsten M. Self wrote: > Package: tightvncserver > Version: 1.2.9-6 > Severity: minor > > > The Xtightvnc(1) manpage references the www.uk.research.att.com website > which is now defunct. A mirror/archive appears to exist at > http://www.cl.cam.ac.uk/Research/DTG/attarchive/ > > Specifically, the following link: > > http://www.uk.research.att.com/vnc/sshvnc.html > > ... should be replaced with: > > http://www.cl.cam.ac.uk/Research/DTG/attarchive/vnc/sshvnc.html > > Peace. > > -- System Information: > Debian Release: testing/unstable > APT prefers testing > APT policy: (700, 'testing'), (650, 'unstable'), (500, 'stable') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.4.27-2-386 > Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) > > Versions of packages tightvncserver depends on: > ii dpkg 1.13.11.0.1 package maintenance system for > Deb > ii libc62.3.5-8 GNU C Library: Shared libraries > an > ii libjpeg626b-10 The Independent JPEG Group's > JPEG > ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client > li > ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous > exte > ii perl 5.8.7-9 Larry Wall's Practical > Extraction > ii vnc-common 3.3.7-8 Virtual network computing server > s > ii xbase-clients6.8.2.dfsg.1-11 miscellaneous X clients > ii xlibs6.8.2.dfsg.1-11 X Window System client libraries > m > ii xserver-common 6.8.2.dfsg.1-11 files and utilities common to > all > ii zlib1g 1:1.2.3-8 compression library - runtime > > Versions of packages tightvncserver recommends: > ii xfonts-base 6.8.2.dfsg.1-11 standard fonts for X > > -- no debconf information > > -- - Ola Lundqvist --- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | +46 (0)54-10 14 30 +46 (0)70-332 1551 | | http://www.opal.dhs.org UIN/icq: 4912500 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#335263: NMU in preparation for fontforge
Quoting Christian Perrier ([EMAIL PROTECTED]): > I am currently preparing a NMU for fontforge. > > It will be uploaded to DELAYED/4-day to still give the maintainer a > chance to react. The NMU is now sitting in the delayed queue. Peter, it would be nice of you if you can build the new ttf-dejavu font package as soon as possible. If needed, I can sponsor the upload. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345161: severity is grave
severity 345161 grave quit I've upgraded the severity for this bug since the package is uninstallable and therefore renders this locale unusable. Please note that this bug applies to the most other firefox locales as well. Kind regards and happy new year Bastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345377: kbear: Crashes on second file transfer attempt
Sorry, please close this dupe of 345411 -- my MTA was broken and when fixed sent the queue before I could stop it. David Liontooth wrote: >Package: kbear >Version: 2.1.1-13 >Severity: normal > > >Thank you for the new build of kbear! Unfortunately is misbehaves as before, >transferring the first file correctly, but crashing on the attempt to transfer >the second. Let me know if I can help debug (if the package got a new >maintainer). > >Dave > >-- System Information: >Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') >Architecture: amd64 (x86_64) >Shell: /bin/sh linked to /bin/bash >Kernel: Linux 2.6.14 >Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) > >Versions of packages kbear depends on: >ii kdelibs4c2a 4:3.4.3-2 core libraries for all KDE applica >ii libc62.3.5-9 GNU C Library: Shared libraries an >ii libgcc1 1:4.0.2-5 GCC support library >ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library >ii libpng12-0 1.2.8rel-5 PNG library - runtime >ii libqt3-mt3:3.3.5-3 Qt GUI Library (Threaded runtime v >ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management >ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 >ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li >ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte >ii zlib1g 1:1.2.3-8 compression library - runtime > >kbear recommends no packages. > >-- no debconf information > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345408: assigned to anna and libd-i
reassign 345408 anna, libdebian-installer thanks my dear BTS On Fri, Dec 30, 2005 at 08:03:26PM -0500, Joey Hess wrote: > Actually, following up on that thought, when I looked into doing this > before, adding support for multiple sources to libdebian-installer > seemed to hard to attempt (perhaps only because I find the code in > libdebian-installer very hard to follow). > > So I think it could instead all be done in anna, which could maintain one > of libd-i's lists of packages for each source, and choose between and > merge them on its own. And might not even be very hard to hack in there, > but I haven't looked at it in detail yet. BR #345408 updated. HtH GSt signature.asc Description: Digital signature
Bug#335263: NMU in preparation for fontforge
Hello, 2005/12/31, Christian Perrier <[EMAIL PROTECTED]>: > Quoting Christian Perrier ([EMAIL PROTECTED]): > > I am currently preparing a NMU for fontforge. > > > > It will be uploaded to DELAYED/4-day to still give the maintainer a > > chance to react. > > > The NMU is now sitting in the delayed queue. > > Peter, it would be nice of you if you can build the new ttf-dejavu > font package as soon as possible. If needed, I can sponsor the upload. The source package of ttf-dejavu 2.1 is in http://mentors.debian.net/debian/pool/main/t/ttf-dejavu/ -- Peter
Bug#344826: exim4-config.templates refers to nonexistent README.SMTP-AUTH
tags 344826 pending thanks On 2005-12-26 "Frank S. Thomas" <[EMAIL PROTECTED]> wrote: > Package: exim4-config > Version: 4.60-1 > Severity: minor > The exim4-config.templates file (template "exim4/dc_smarthost") still > refers to /usr/share/doc/exim4-base/README.SMTP-AUTH, which was merged > with README.Debian in version 4.53-1. Please update the template. Fixed in SVN. (template and all .po files) thanks, cu andreas -- The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal vision of the emperor's, and its inclusion in this work does not constitute tacit approval by the author or the publisher for any such projects, howsoever undertaken.(c) Jasper Ffforde -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#338006: Nessus breaks because of this bug
FWIW, this bug causes the Nessus client to be unable to contact the server (since they use server side certificates with OpenSSL) and is the root cause of #343487. Please fix this bug as soon as possible or, otherwise, Nessus users will not be able to use Nessus at all in sid/testing. Thanks Javier signature.asc Description: Digital signature
Bug#345416: omniorb4: please update the package for the c++ allocator change c2a
Package: omniorb4 Severity: normal every things in the title. have a nice day and happy new year. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345418: omniorb4: problem for entering into testing.
Package: omniorb4 Severity: normal Hello the omniorb package can not enter into testing. python2.x-omniorb2 is waiting for omniorb4 and updating omniorb4 make python2.x-omiorb2 uninstallable on alpha. hope you can solve it for the new year :) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#335263: NMU in preparation for fontforge
Quoting Peter Černák ([EMAIL PROTECTED]): > Hello, > > 2005/12/31, Christian Perrier <[EMAIL PROTECTED]>: > > Quoting Christian Perrier ([EMAIL PROTECTED]): > > > I am currently preparing a NMU for fontforge. > > > > > > It will be uploaded to DELAYED/4-day to still give the maintainer a > > > chance to react. > > > > > > The NMU is now sitting in the delayed queue. > > > > Peter, it would be nice of you if you can build the new ttf-dejavu > > font package as soon as possible. If needed, I can sponsor the upload. > > The source package of ttf-dejavu 2.1 is in > http://mentors.debian.net/debian/pool/main/t/ttf-dejavu/ But it needs the new fontforge to built, right? So, the above was built with the packages I temporarily made available on my web site, before Christmas, or with your own build of fontforge?
Bug#345417: laptop-mode-tools: Purging leaves an invalid symlink for syslog.conf -> /etc/syslog-on-battery.conf behind.
Package: laptop-mode-tools Severity: serious Justification: causes user configuration loss After purging the package, I discovered my syslog ceased to work. I found a dangling symlink /etc/syslog.conf -> /etc/syslog-on-battery.conf This causes sysklog stop working at restart and user unable to restore again his old configuration file in anyway. At least keep the user original configuration in a safe place is mandatory. It would be better avoiding completely to upset user configuration in that way IMHO. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345420: libvpopmail-freecdb: Freecdb is dead, please switch to tinycdb
Package: libvpopmail-freecdb Severity: important See bug 272127 for more about freecdb. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345421: mailfront: freecdb is dead, please switch to tinycdb
Package: mailfront Severity: important See bug 272127 for more about freecdb. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345422: cvm: freecdb is dead, please switch to tinycdb
Package: cvm Severity: important See bug 272127 for more about freecdb. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#272127: remove freecdb
Jeroen van Wolffelaar wrote: > tags 272127 moreinfo > retitle 272127 RM: freecdb -- RoM; dead upstream, superseded by tinycdb > thanks > > On Sun, Dec 25, 2005 at 12:32:52AM -0500, Nathanael Nerode wrote: > >>This was just waiting for all the reverse depends of freecdb to be >>transitioned to tinycdb. This has now been done, so freecdb can be removed >>from the archive, and we can all celebrate. > > > cvm, mailfront and vpopmail are not migrated yet, so it hasn't been done > yet. I only checked cvm, and on that package, there isn't even a bug > filed requesting it to be migrated. > > What's up? Oops, missed some. :-P Finding reverse build-depends (when there are no "Depends") is annoyingly difficult. Got a script which does it efficiently and accurately? :-PCause I'd really like one. "Important" bugs filed on those three, but I frankly have no idea whether I've got them all. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326846: Closed bug report upstream
Since it seems to be a font package issue, I have closed the bug report upstream. Maybe it should be closed here to, unless someone wants to find out which font package that causes the problem. -- Vincent Lönngren <[EMAIL PROTECTED]>
Bug#237056: udev breaks bootlogd
found 237056 0.050-1 # this means I can ignore this bug forever thanks On Dec 31, Nathanael Nerode <[EMAIL PROTECTED]> wrote: > Except it isn't remounted later, until S36. This is really bad because By design, because it was hard to do it reliably and Miquel assured me that this would cause no problems (and indeed it did no, except for bootlogd). > * have udev actually remount /dev/pts (and /dev/shm) at the end of its script > The natural solution. Creates code duplication, though. Unless udev > invokes /etc/mountvirtfs directly, in which case it has to watch out > and make sure that 'set -e' is disabled for the invocation. See above. I am not inclined to do this again (it adds complexity to work around a misfeature in a different package). > * split mountvirtfs into multiple scripts, one for /proc and /sys which > runs before udev, and one for /dev/pts and /dev/shm which runs after. This is what me and Miquel agreed to do, but when I tried discussing it with the current maintainer he was not very interested. > * move bootlogd before udev This is what I do on my system and it works fine, but I'd rather split mountvirtfs which is the correct solution. > As an aside, none of these solutions are robust to parallelized initscripts > -- but then neither are udev or bootlogd, period. Essentially > nothing can safely run at the same time as udev. Essentially all > initscripts should run after bootlogd for bootlogd to make sense -- but only > if bootlogd is present. And these aren't because the later scripts in any > sense 'require' them. I have been saying this for a while, now you only need to persuade the initscripts maintainer. -- ciao, Marco signature.asc Description: Digital signature
Bug#336162: eiciel: Eiciel crash nautilus file/directoriy proprieties on filesystem mounted with ACL
Romain Chantereau wrote: > Package: eiciel > Version: 0.8.4-1 > Severity: important > > > I have mounted my filesystems with the acl option. > > Eiciel work as standalone apps, when invoked with the "eiciel" command. > > But when I want to see file or directory properties with nautilus, it crashes. > > When eiciel is not install, nautilus does not crash. > > When eiciel is installed and acl is not enabled, nautilus does not crash. > > Cheers, > Romain. > Hi Romain, could you please check, if your problem still exists with the newest eiciel-0.9-1. In case I dont't get an answer from you I will close this bug as I can't reproduce it here. Happy new year, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature
Bug#308692: IVTV packages available
On Sat, 2005-12-31 at 10:23 +0100, Marc Haber wrote: > On Thu, Aug 11, 2005 at 06:39:37AM +0100, Ian Campbell wrote: > > You might be interested in http://www.hellion.org.uk/ivtv/index.html > > which are my ivtv packages for the 0.2 and 0.3 branches of ivtv. > > There has not been any more traffic in this bug report since August, > and ivtv has not yet shown up in Debian. Any news on this? I had been trying to find the time to write the manpages etc which are required to make the packages lintian clean (I'll be honest: I doubt I'm ever going to get round to it...). I guess that's only a minor bug which can get fixed in time. If you guys think that doesn't matter too much then I think the current packages are in a state where they could be uploaded, assuming Eduard is still willing to sponsor them. Ian. -- Ian Campbell My theology, briefly, is that the universe was dictated but not signed. -- Christopher Morley signature.asc Description: This is a digitally signed message part
Bug#307585: [Logcheck-devel] Bug#307585: ssh summaries for logcheck: a helper script
On Fri, Dec 23, 2005 at 08:55:25PM +0200, Markus Peuhkuri wrote: > As original submiter wrote, the ssh scan noise is a problem as important > log entries may get hidden into hundreads of scan lines and workarounds > (rate limits, port changes etc.) result just problems for legimite use. > > I wrote a small perl script that one can run instead of syslog-summary > by defining two lines in logcheck.conf: > > SYSLOGSUMMARY=1 > SYSLOG_SUMMARY=/usr/sbin/log-summary-ssh > > This will print out (instead of 1000+ lines of ssh entries) lines like > ones below: > > (normal logcheck output...) > Dec 21 21:55:30 host getty[4302]: tty1: input overrun > > Invalid SSH login attempts: 1056 > 425 192.0.2.1 > 391 192.0.2.2 > 121 192.0.2.3 > 59 192.0.2.42 > 44 192.0.2.9 > 12 192.0.2.65 >3 192.0.2.39 >1 192.0.2.144 > User names tried: > 0002593w (1), 127 (1), 16 (1), 1a4 (1), 1dd (1), 22b (1), 2a (1), > 4ct (1), 511 (1), 561 (1), 587 (1), 72 (2), 75 (1), 9ia (1), > Aaron (2), Aba (2), Abel (2), Account (1), Barrera (1), Castro (1), > (cut...) > > Inverse mapping failures: 44 >44 192.0.2.9 !=> www.example.com Nice! I'll add this to the documentation directory. -- Todd Troxell http://rapidpacket.com/~xtat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#341054: Patch proposal
I've just modified the GTK frontend so that if rescue/enable is true then rescue/info is displayed in the top-left corner of the window, over the "Debian" banner. Please tell me if you like placement / color of the message so that i can commit in the case. Attilio Fiandrotti [EMAIL PROTECTED]:~/svn/cdebconf$ diff -u src/modules/frontend/gtk/gtk.c ~/cdebconf/cdebconf/src/modules/frontend/gtk/gtk.c --- src/modules/frontend/gtk/gtk.c 2005-12-27 23:20:11.0 +0100 +++ /home/attilio/cdebconf/cdebconf/src/modules/frontend/gtk/gtk.c 2005-12-31 12:29:46.0 +0100 @@ -7,7 +7,7 @@ * * Description: gtk UI for cdebconf * - * $Id: gtk.c 33343 2005-12-27 22:11:24Z fiandro-guest $ + * $Id: gtk.c 33236 2005-12-25 17:19:46Z fiandro-guest $ * * cdebconf is (c) 2000-2001 Randolph Chung and others under the following * license. @@ -270,6 +270,23 @@ } } +gboolean expose_event_callback(GtkWidget *wid, GdkEventExpose *event, struct frontend_data *data) +{ +PangoLayout *layout; +gint w, h; +char *message; + +message = malloc(strlen(data->rescue_message) + 40 ); +sprintf(message,"%s", data->rescue_message); +layout = gtk_widget_create_pango_layout(wid, NULL); +pango_layout_set_markup(layout,message,-1); +pango_layout_set_font_description(layout, pango_font_description_from_string("Sans 10")); +pango_layout_get_pixel_size(layout, &w, &h); +gdk_draw_layout(wid->window, gdk_gc_new(wid->window), WINDOW_WIDTH - w - 2, 0, layout); + +return FALSE; +} + void screenshot_button_callback(GtkWidget *button, struct frontend* obj ) { GdkWindow *gdk_window; @@ -663,7 +680,7 @@ struct frontend_question_data *data; const char *defval = question_getvalue(q, ""); -/* INFO(INFO_DEBUG, "GTK_DI - gtkhandler_boolean_multiple() called"); */ +/* INFO(INFO_DEBUG, "GTK_DI - gtkhandler_boolean() called"); */ data = NEW(struct frontend_question_data); data->obj = obj; @@ -1337,10 +1354,19 @@ GtkWidget *label_title, *h_title_box, *v_title_box, *logo_button; GList *focus_chain = NULL; int *ret_val; +const char *value; +struct frontend_data *data; +data = obj->data; /* A logo is displayed in the upper area of the screen */ logo_button = gtk_image_new_from_file("/usr/share/graphics/logo_debian.png"); - +value = get_text(obj, "rescue/enable", "false"); +if (strcmp(value, "true") == 0) { + value = get_text(obj, "rescue/info", "Rescue mode"); +data->rescue_message = strdup(value); +g_signal_connect_after(G_OBJECT(logo_button), "expose_event", G_CALLBACK(expose_event_callback), data); + } + /* A label is used to display the fontend's title */ label_title = gtk_label_new(NULL); ((struct frontend_data*) obj->data)->title = label_title; @@ -1459,6 +1485,7 @@ fe_data->progress_bar_box = NULL; fe_data->setters = NULL; fe_data->button_val = DC_NOTOK; +fe_data->rescue_message = NULL; gtk_init (&args, &name);
Bug#342737: can confirm this bug
On Sat, Dec 31, 2005 at 01:59:46AM -0500, Eric Dorland <[EMAIL PROTECTED]> wrote: > tags 342737 confirmed > thanks > > * Justin Pryzby ([EMAIL PROTECTED]) wrote: > > I can confirm this behaviour. > > > > I tested that the problem can be worked around by encoding ',' as > > "%2b". gaim could do this, although I don't know that it is a gaim > > bug. > > > > I can't see what gaim does to start firefox, though, because gdb isn't > > playing nicely this morning. > > I guess it depends on whether a , is allowed to be unencoded in a > url. What does your desktop/gnome/url-handlers/http/command gconf key say ? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344553: [Logcheck-devel] Bug#344553: logcheck: Fails silently to read config file
On Fri, Dec 23, 2005 at 08:21:53PM +0200, Markus Peuhkuri wrote: > Package: logcheck > Version: 1.2.42 > Severity: minor > Tags: patch > > Logcheck does not report any error if the config file is not readable > or does not exists. This may easily happen, as logcheck is run as > logcheck user and while one is testing a new configuration on live > system with running configuration intact. > > Following fragment may help: > > # Now source the config file - before things that should not be changed > if [ -r $CONFFILE ]; then > - . $CONFFILE > + . $CONFFILE > +else > +error "Config file $CONFFILE not exists or readable" > fi The patch is greatly appreciated. Thanks, Markus. Your change will be in the next release. -- Todd Troxell http://rapidpacket.com/~xtat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345389: : French debconf templates translation update
Julien Rosal <[EMAIL PROTECTED]> (31/12/2005): > > Please find attached the French debconf templates translation update, > proofread by the debian-l10n-french mailing list contributors. > Please wait before including this translation, it has been modified and Julien haven't asked yet for proofreading on debian-l10n-french. Cheers, -- Thomas Huriaux signature.asc Description: Digital signature
Bug#345387: tries to overweite stuff in xlibs; missing Replaces:?
On Sat, Dec 31, 2005 at 01:55:04AM +0100, Rene Engelhard wrote: > Package: xlibs-data > Version: 6.9.0.dfsg.1-1 > Severity: serious > > Hi, > > on my just-ended dist-upgrade (sorry, german, but what happens should be > obvious, ask if not.. > > [...] > Vorbereiten zum Ersetzen von xlibs-data 6.8.2.dfsg.1-11 (durch > .../xlibs-data_6.9.0.dfsg.1-1_all.deb) ... > Entpacke Ersatz für xlibs-data ... > dpkg: Fehler beim Bearbeiten von > /var/cache/apt/archives/xlibs-data_6.9.0.dfsg.1-1_all.deb (--unpack): > versuche »/etc/X11/xkb/symbols/ar« zu überschreiben, welches auch in Paket > xlibs ist > dpkg-deb: Unterprozess paste getötet mit Signal (Datenübergabe unterbrochen > (broken pipe)) > Vorbereiten zum Ersetzen von xlibs 6.8.2.dfsg.1-11 (durch > .../xlibs_6.9.0.dfsg.1-1_all.deb) ... > Entpacke Ersatz für xlibs ... > [...] I got the same thing: Preparing to replace xlibs-data 6.8.2.dfsg.1-11 (using .../xlibs-data_6.9.0.dfsg.1-1_all.deb) ... Unpacking replacement xlibs-data ... dpkg: error processing /var/cache/apt/archives/xlibs-data_6.9.0.dfsg.1-1_all.deb (--unpack): trying to overwrite `/etc/X11/xkb/symbols/ar', which is also in package xlibs dpkg-deb: subprocess paste killed by signal (Broken pipe) Preparing to replace xlibs 6.8.2.dfsg.1-11 (using .../xlibs_6.9.0.dfsg.1-1_all.deb) ... Unpacking replacement xlibs ... Preparing to replace xlibs-pic 6.8.2.dfsg.1-11 (using .../xlibs-pic_6.9.0.dfsg.1-1_all.deb) ... Unpacking replacement xlibs-pic ... Errors were encountered while processing: /var/cache/apt/archives/xlibs-data_6.9.0.dfsg.1-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) xlibs should get removed, so I think it should be a Conflicts. Kurt
Bug#343822: xorg-x11: FTBFS: manifest differences
found 343822 6.9.0.dfsg.1-1 thanks Hi, It's still failing on amd64 with the following error: --- debian/MANIFEST.amd64 2005-12-31 04:14:49.0 +0100 +++ debian/MANIFEST.amd64.new 2005-12-31 04:14:49.0 +0100 @@ -1157 +1156,0 @@ -usr/X11R6/lib/X11/doc/html/Xprint_FAQ.html MANIFEST check failed; please see debian/README make: *** [stampdir/check-manifest] Error 1 Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345424: linux-source-2.6.14: Missing IDE IRQ for PReP Utah (PowerstackII Pro4000)
Package: linux-source-2.6.14 Version: 2.6.14-5 Severity: normal The kernel source for 2.6.8 had a patch that fixed the IRQ map for the PowerstackII Pro4000 Utah. This patch included a set IRQ for IDE which made it possible to attach IDE HDs if a connecter has been soldered. In the kernels after 2.6.8 the IRQ map is still working but the IDE IRQ has been removed which gives a lot of "lost interrupts" if a IDE HD is connected. Please readd IRQ Line 4 (IRQ 14) to Slot1 in arch/ppc/platform/prep_pci.c to make it usable again. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-powerpc Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages linux-source-2.6.14 depends on: ii binutils 2.16.1cvs20051214-1 The GNU assembler, linker and bina ii bzip21.0.2-11high-quality block-sorting file co Versions of packages linux-source-2.6.14 recommends: ii gcc 4:4.0.2-2 The GNU C compiler ii libc6-dev [libc-dev] 2.3.5-9GNU C Library: Development Librari ii make 3.80+3.81.b4-1 The GNU version of the "make" util -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345423: Debian installer
Package: installation-reports Boot method: CD Image version: 30-Dec-2005 http://cdimage.debian.org/cdimage/daily-builds/etch_d-i/beta1/amd64/iso-cd/debian-testing-amd64-netinst.iso Date: 30-Dec-2005 18:50 Machine: local store built AMD-64 system, Gigabyte GA-K8NSC-939 motherboard Processor:AMD Athlon(tm) 64 Processor 3200+ stepping 00 Memory:512MB Partitions: FilesystemType 1K-blocks Used Available Use% Mounted on /dev/hda2 ext314421376 1491272 12197540 11% / /dev/hda6 xfs39042944 10136 39032808 1% /home /dev/hda7 xfs23154388 272 23154116 1% /home2 /dev/hda5 ext3 9614116716592 8409152 8% /var tmpfstmpfs 255168 0255168 0% /dev/shm Output of lspci and lspci -n: lspci :00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1) :00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2) :00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1) :00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) :00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) :00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2) :00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1) :00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2) :00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) (rev a2) :00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2) :00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2) :00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration :00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map :00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller :00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control :01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) :02:09.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI (rev 04) :02:0b.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) lspci -n :00:00.0 0600: 10de:00e1 (rev a1) :00:01.0 0601: 10de:00e0 (rev a2) :00:01.1 0c05: 10de:00e4 (rev a1) :00:02.0 0c03: 10de:00e7 (rev a1) :00:02.1 0c03: 10de:00e7 (rev a1) :00:02.2 0c03: 10de:00e8 (rev a2) :00:06.0 0401: 10de:00ea (rev a1) :00:08.0 0101: 10de:00e5 (rev a2) :00:0a.0 0101: 10de:00e3 (rev a2) :00:0b.0 0604: 10de:00e2 (rev a2) :00:0e.0 0604: 10de:00ed (rev a2) :00:18.0 0600: 1022:1100 :00:18.1 0600: 1022:1101 :00:18.2 0600: 1022:1102 :00:18.3 0600: 1022:1103 :01:00.0 0300: 10de:0322 (rev a1) :02:09.0 0703: 8086:1080 (rev 04) :02:0b.0 0200: 11ab:4320 (rev 13) Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot worked:[O] Configure network HW: [O] Config network: [O] Detect CD: [O] Load installer modules: [O] Detect hard drives: [O] Partition hard drives: [O] Create file systems:[O] Mount partitions: [O] Install base system:[O] Install boot loader:[O] Reboot: [O] Comments/Problems: No problems so far. Basic 'minimal' install was fine, now I've got as far as running KDE, Mozilla-Thunderbird and Mozilla-Firefox, with more to come. Looks good so far. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#342133: nmu diff
The nmu diff. Bastian -- The idea of male and female are universal constants. -- Kirk, "Metamorphosis", stardate 3219.8 --- stlport5-5.0.0/stlport/config/stl_gcc.h +++ stlport5-5.0.0/stlport/config/stl_gcc.h @@ -495,6 +495,14 @@ # define _STLP_NO_LONG_DOUBLE #endif +#if defined (__s390__) +# define _STLP_NO_LONG_DOUBLE +#endif + +#if defined (__sparc) +# define _STLP_NO_LONG_DOUBLE +#endif + /* Local Variables: mode:C++ --- stlport5-5.0.0/debian/changelog +++ stlport5-5.0.0/debian/changelog @@ -1,3 +1,12 @@ +stlport5 (5.0.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use endian.h. (closes: #342133) + * Don't use long double on s390 and sparc (patch from Blars Blarson +<[EMAIL PROTECTED]>). (closes: #342311) + + -- Bastian Blank <[EMAIL PROTECTED]> Sat, 31 Dec 2005 11:32:57 + + stlport5 (5.0.0-1) unstable; urgency=low * new upstream version, upload to unstable, closes: #319484 --- stlport5-5.0.0/stlport/stl/_config.h +++ stlport5-5.0.0/stlport/stl/_config.h @@ -159,22 +159,12 @@ # define _STLP_DONT_USE_PTR_SPECIALIZATIONS 1 #endif - #if !defined (_STLP_BIG_ENDIAN) && ! defined (_STLP_LITTLE_ENDIAN) -# if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \ - defined (__hpux) || defined (macintosh) || defined (_MAC) +# include +# if __BYTE_ORDER == __BIG_ENDIAN #define _STLP_BIG_ENDIAN 1 -# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \ -defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \ -defined (__alpha__) +# elif __BYTE_ORDER == __LITTLE_ENDIAN #define _STLP_LITTLE_ENDIAN 1 -# elif defined (__ia64__) -/* itanium allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */ -#if defined (__BIG_ENDIAN__) -# define _STLP_BIG_ENDIAN 1 -#else -# define _STLP_LITTLE_ENDIAN 1 -#endif # else #define _STLP_UNKNOWN_ENDIAN 1 # endif
Bug#344620: [Logcheck-devel] Bug#344620: ignore.server.d/postfix: 'address not listed for hostname' rule
On Fri, Dec 23, 2005 at 08:14:57PM -0800, Karl Chen wrote: > Package: logcheck-database > Version: 1.2.42 > Severity: normal > Tags: patch > > > Index: postfix > === > --- postfix (revision 1097) > +++ postfix (working copy) > @@ -44,7 +44,7 @@ > # Postfix < 2.1 > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to > [^[:space:]]+: server dropped connection without sending the initial greeting > \(port 25\)$ > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:alnum:]]+: > to=\<.*\>, relay=[^[:space:]]+\], status=deferred \(host [^[:space:]]+\] > said: .*$ > -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: > [[0-9a-f.:]{3,39}]+: address not listed for hostname [^[:space:]]+$ > +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: > ([0-9a-f.:]{3,39})+: address not listed for hostname [^[:space:]]+$ Thanks, Karl! I've made this change in CVS. -- Todd Troxell http://rapidpacket.com/~xtat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345425: iconc fails to compile icon programs
Package: iconc (testing)Version: 9.4.2-2.2When I invoke iconc to compile a program, I get this:iconc fact.icnTranslating to C:fact.icn:No errors; no warningsCompiling and linking C code: fact.c: In function 'P001_main':fact.c:81: error: incompatible type for argument 1 of 'O114_subsc'*** C compile and link failed ***I use gcc version 4.0.2-2. fact.icn:procedure fac (n, acc)if n < 1 then stop (n, " is not a positive integer.")else if n = 1 then return accelse return fac (n-1, n*acc)endprocedure main (args) write(fac (args[1], 1))end
Bug#242907: bittorrent: Can probably be closed
Package: bittorrent Version: 3.4.2-6 Followup-For: Bug #242907 Given the fact that nobody else was able to reproduce this and that I'm not using bittorrent any more, I guess this can be closed. (I'm suspecting it to have been an issue with the trackers at the time) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages bittorrent depends on: ii python2.3.5-3An interactive high-level object-o Versions of packages bittorrent recommends: ii mime-support 3.35-1 MIME files 'mime.types' & 'mailcap -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319995: clusterssh: Fixed
Package: clusterssh Version: 3.18.1-1 Followup-For: Bug #319995 Don't ask me how but the problem can't be reproduced on my system any more. I guess it got fixed with a later release of clusterssh or one of its dependencies but anyway, the bug can probably be closed. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages clusterssh depends on: ii libx11-protocol-perl 0.54-2 Perl module for the X Window Syste ii openssh-client 1:4.2p1-5 Secure shell client, an rlogin/rsh ii perl-tk 1:800.025-2 Perl module providing the Tk graph ii xterm6.8.2.dfsg.1-11 X terminal emulator clusterssh recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#339236: nmu diff
The nmu diff. Bastian -- Well, Jim, I'm not much of an actor either. --- omnievents-2.6.2.pre2/debian/control +++ omnievents-2.6.2.pre2/debian/control @@ -17,9 +17,9 @@ This packages contains the CORBA Event Service daemon as a standalone executable and the tools. -Package: libomnieventsc2 -Conflicts: libonmievents -Replaces: libonievents +Package: libomnieventsc2a +Conflicts: libonmievents, libomnieventsc2 +Replaces: libonievents, libomnieventsc2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -48,7 +48,7 @@ Package: libomnievents-dbg Architecture: any Section: libdevel -Depends: libomnieventsc2 (= ${Source-Version}) +Depends: libomnieventsc2a (= ${Source-Version}) Description: Implementation of the CORBA Event Service omniEvents enables CORBA applications to communicate through asynchronous broadcast channels rather than direct method calls. It --- omnievents-2.6.2.pre2/debian/changelog +++ omnievents-2.6.2.pre2/debian/changelog @@ -1,3 +1,10 @@ +omnievents (2.6.2.pre2-1.2) unstable; urgency=low + + * Non-maintainer upload. + * C++ allocation transition (closes: #339236) + + -- Bastian Blank <[EMAIL PROTECTED]> Sat, 31 Dec 2005 12:22:42 +0100 + omnievents (2.6.2.pre2-1.1) unstable; urgency=medium * Non-maintainer upload. --- omnievents-2.6.2.pre2/debian/rules +++ omnievents-2.6.2.pre2/debian/rules @@ -12,7 +12,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-unloadable-stubs DEB_DH_MAKESHLIBS_ARGS := -V -DEB_DH_STRIP_ARGS := --dbg-package=libomnieventsc2 +DEB_DH_STRIP_ARGS := --dbg-package=libomnieventsc2a common-install-prehook-arch:: $(MAKE) -f meta.mk doc DOCBOOK=$(DOCBOOK) @@ -28,7 +28,7 @@ cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents binary-post-install/libomnieventsc2:: - cd $(CURDIR)/debian/libomnieventsc2/usr/lib/ && \ + cd $(CURDIR)/debian/libomnieventsc2a/usr/lib/ && \ ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2 binary-post-install/libomnievents-dev:: --- omnievents-2.6.2.pre2/debian/libomnieventsc2.install +++ omnievents-2.6.2.pre2/debian/libomnieventsc2.install @@ -1 +0,0 @@ -debian/tmp/usr/lib/*.so.* --- omnievents-2.6.2.pre2/debian/libomnieventsc2a.install +++ omnievents-2.6.2.pre2/debian/libomnieventsc2a.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.*
Bug#336791: /usr/bin/gnome-keyboard-properties: gnome-keyboard-properties: Layout Options reduced with x.org from experimental
Now that x.org 6.9 reached sid, this also happens in sid, now. The strange thing is that the menu key on my system still acts as compose as though the option hadn't disappear. Only the ability to configure seems to have disappeared. On Tue, Nov 01, 2005 at 03:21:39PM +0100, Mike Hommey <[EMAIL PROTECTED]> wrote: > Package: gnome-control-center > Version: 1:2.10.2-1 > Severity: normal > File: /usr/bin/gnome-keyboard-properties > > Hi, > > I don't really know where this bug belongs, if it is due to packaging > issues in xorg, in which case i have no clue about which package i > should file the bug, or if this is an issue of gnome-keyboard-properties > not being aware of new stuff in latest xorg, so i'll let gnome > maintainers decide. > > Anyways, here is the problem: > > Since I upgraded to latest x.org in experimental (6.8.99.901.dfsg.1-2 at > the moment, but it was the same with 6.8.99.901.dfsg.1-1), the layout > options tab only show 2 options ("shift with numpad keys works as in MS > Windows." and "Special keys (Ctrl+Alt+) handled in a server") > instead of the several ones i used to see before, such as "menu as > compose"... > > Please reassign accordingly if necessary. > > Cheers, > > Mike > > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable'), (1, 'experimental') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.14-1-686 > Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) > > Versions of packages gnome-control-center depends on: > ii capplets-data 1:2.10.2-1configuration applets for GNOME > 2 > ii desktop-file-utils 0.10-1Utilities for .desktop files > ii gnome-desktop-data 2.12.1-1 Common files for GNOME 2 desktop > a > ii gnome-icon-theme 2.12.1-1 GNOME Desktop icon theme > ii gnome-menus2.12.0-1 an implementation of the > freedeskt > ii libart-2.0-2 2.3.17-1 Library of functions for 2D > graphi > ii libatk1.0-01.10.3-1 The ATK accessibility toolkit > ii libaudiofile0 0.2.6-6 Open-source version of SGI's > audio > ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library > ii libbonoboui2-0 2.10.1-1 The Bonobo UI library > ii libc6 2.3.5-7 GNU C Library: Shared libraries > an > ii libesd00.2.36-1 Enlightened Sound Daemon - > Shared > ii libfontconfig1 2.3.2-1.1 generic font configuration > library > ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared > lib > ii libgconf2-42.12.0-4 GNOME configuration database > syste > ii libgcrypt111.2.2-1 LGPL Crypto library - runtime > libr > ii libglade2-01:2.5.1-2 library to load .glade files at > ru > ii libglib2.0-0 2.8.3-1 The GLib library of C routines > ii libgnome-desktop-2 2.12.1-1 Utility library for loading > .deskt > ii libgnome-keyring0 0.4.5-1 GNOME keyring services library > ii libgnome-menu0 2.10.2-1 an implementation of the > freedeskt > ii libgnome2-02.12.0.1-2The GNOME 2 library - runtime > file > ii libgnomecanvas2-0 2.12.0-1 A powerful object-oriented > display > ii libgnomeui-0 2.12.0-1 The GNOME 2 libraries (User > Interf > ii libgnomevfs2-0 2.12.1.1-1The GNOME virtual file-system > libr > ii libgnutls111.0.16-14 GNU TLS library - runtime library > ii libgpg-error0 1.1-4 library for common error values > an > ii libgstreamer-plugi 0.8.11-2 Various GStreamer libraries and > li > ii libgstreamer0.8-0 0.8.11-1 Core GStreamer libraries, > plugins, > ii libgtk2.0-02.8.3-1 The GTK+ graphical user > interface > ii libice66.8.99.901.dfsg.1-2 Inter-Client Exchange library > ii libjpeg62 6b-10 The Independent JPEG Group's > JPEG > ii libmetacity0 1:2.12.1-1Common library of lightweight > GTK2 > ii liborbit2 1:2.12.4-1libraries for ORBit2 - a CORBA > ORB > ii libpango1.0-0 1.10.1-1 Layout and rendering of > internatio > ii libpopt0 1.7-5 lib for parsing cmdline > parameters > ii libsm6 6.8.99.901.dfsg.1-2 X Window System Session > Management > ii libstartup-notific 0.8-1 library for program launch > feedbac > ii libtasn1-2 0.2.13-1 Manage ASN.1 structures (runtime) > ii libx11-6 6.8.99.901.dfsg.1-2 X Window System protocol client > li > ii libxext6 6.8.99.901.dfsg.1-2 X Window System miscellaneous > exte > ii li
Bug#345335: Upgrading to the latest nvidia drivers fixed all issues
I recompiled the kernel module and installed nvidia-glx using this repository: deb http://people.debian.org/~rdonald/nvidia unstable/amd64/ I guess the old driver didn't support the hardware I was using. Anders -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#334876: [NMU] fixing hotplug scripts location
Hi, I have made a NMU of your package to fix the location of hotplug scripts, which were preventing ifplugd work properly. Attached is the diff. Cheers, -- Jose Carlos Garcia Sogo [EMAIL PROTECTED] NMU.diff.gz Description: Binary data signature.asc Description: Digital signature
Bug#345427: zsh has a different default PATH from bash's
Package: zsh Version: 4.3.0-dev-2-1 Severity: wishlist zsh doesn't include /usr/local/sbin, /usr/local/bin, /sbin or /usr/sbin in the default PATH as bash does. [EMAIL PROTECTED]:/$ unset PATH [EMAIL PROTECTED]:/$ /bin/zsh --no-globalrcs --no-rcs turmeric% echo $PATH /bin:/usr/bin:/usr/ucb:/usr/local/bin [EMAIL PROTECTED]:/$ unset PATH [EMAIL PROTECTED]:/$ /bin/bash --norc --noprofile bash-3.1$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin If zsh is intended as a /bin/sh candidate then the default PATH should be the same as bash's so that surprises like #345101 happen less often. I don't know whether zsh or bash (or both) should change its default PATH, but FWIW the bash source tree includes a Debian patch (bash-3.1/debian/patches/deb-bash-config.dpatch) which claims that Debian policy has something to say about this. > [...] > # DP: Changed compile time configuration options: > # DP: > # DP: - Set the default path to comply with Debian policy > [...] > --- bash-3.1-alpha1/config-top.h2005-04-29 20:36:34.0 + > +++ bash/config-top.h 2005-09-09 19:26:41.923569456 + > @@ -52,14 +52,14 @@ > /* The default value of the PATH variable. */ > #ifndef DEFAULT_PATH_VALUE > #define DEFAULT_PATH_VALUE \ > - "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:." > + "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" > #endif > > /* The value for PATH when invoking `command -p'. This is only used when > the Posix.2 confstr () function, or CS_PATH define are not present. */ > #ifndef STANDARD_UTILS_PATH > #define STANDARD_UTILS_PATH \ > - "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" > + "/bin:/usr/bin:/sbin:/usr/sbin" > #endif > [...] -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344767: same here with linux-image-2.6.14-2-sparc64
I've the same behaviour here with the linux-image-2.6.14-2-sparc64, everything works but when purging it hangs. Adding some "print STDERR" into the postrm, it hangs in the line my $ret = purge(); Hochachtungsvoll, Bernhard R. Link -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#341958: dbconfig-common: Support for table prefix
On Sun, 2005-12-04 at 13:56 -0500, sean finney wrote: > at the very least, dbconfig-common could hold the common debconf > template, so that multiple packages could benefit from having the text > pre-translated. I guess that would create confusion if dbconfig-common doesn't also provide functionality to use the prefix. > it would still be the packagers' responsibility to ensure that the table > prefixes are correctly used when creating the tables, which means that > the simple sql-file install method is out and they would have to use > the script method for installing the db, but it's an improvement, > anyway. This would be a good start. It would at least make it possible for those packages that really want it, even if it's not very easy. > btw: how is phpbb currently handling this? On further invesitgation, it doesn't. I thought it did, but I appearently confused it being on the todo-list with actually doing it. So that's good news in the sense that converting to dbconfig-common will not be a regression for us. I hope to fix this sometime soon but it keeps being pushed back due to other packaging considerations. bye, Thijs signature.asc Description: This is a digitally signed message part
Bug#345428: whois: text for .es refers to non-existing URL
Package: whois Version: 4.7.11 Severity: normal $ whois org.es This TLD has no whois server, but you can access the whois database at https://www.nic.es/ingles/ $ This URL does no longer seem to exist. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#335263: NMU in preparation for fontforge
2005/12/31, Christian Perrier <[EMAIL PROTECTED]>: > Quoting Peter Černák ([EMAIL PROTECTED]): > > Hello, > > The source package of ttf-dejavu 2.1 is in > > http://mentors.debian.net/debian/pool/main/t/ttf-dejavu/ > > But it needs the new fontforge to built, right? > > So, the above was built with the packages I temporarily made available > on my web site, before Christmas, or with your own build of fontforge? It was built with your package.
Bug#345161: severity is grave
Bastian Venthur escribió: severity 345161 grave quit I've upgraded the severity for this bug since the package is uninstallable and therefore renders this locale unusable. Please note that this bug applies to the most other firefox locales as well. Kind regards and happy new year Bastian Yes, I know. Unfortunately I've been in a lack of time in the last months, and also having some internet connection problems in the last days. I hope to be able to update the packages during the following days. Happy new year. César -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345429: file conflict with base-config; missing Replaces:?
Package: belocs-locales-bin Version: 2.3.5-3 Severity: serious Preparing to replace belocs-locales-bin 2.3.5-2 (using .../belocs-locales-bin_2.3.5-3_i386.deb) ... Unpacking replacement belocs-locales-bin ... dpkg: error processing /var/cache/apt/archives/belocs-locales-bin_2.3.5-3_i386.deb (--unpack): trying to overwrite `/usr/sbin/validlocale', which is also in package base-config dpkg-deb: subprocess paste killed by signal (Broken pipe) Regards, Rene -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages belocs-locales-bin depends on: ii belocs-locales-data 2.3.4-25 base files for localization ii libc6 2.3.5-9GNU C Library: Shared libraries an belocs-locales-bin recommends no packages. -- no debconf information signature.asc Description: Digital signature
Bug#342737: can confirm this bug
On Sat, Dec 31, 2005 at 12:27:23PM +0100, Mike Hommey wrote: > On Sat, Dec 31, 2005 at 01:59:46AM -0500, Eric Dorland <[EMAIL PROTECTED]> > wrote: > > tags 342737 confirmed > > thanks > > > > * Justin Pryzby ([EMAIL PROTECTED]) wrote: > > > I can confirm this behaviour. > > > > > > I tested that the problem can be worked around by encoding ',' as > > > "%2b". gaim could do this, although I don't know that it is a gaim > > > bug. > > > > > > I can't see what gaim does to start firefox, though, because gdb isn't > > > playing nicely this morning. > > > > I guess it depends on whether a , is allowed to be unencoded in a > > url. > > What does your desktop/gnome/url-handlers/http/command gconf key say ? If you're talking to me, and if you mean , then it is attached. BTW my www-browser is presently set to lynx ('xterm -e lynx ""' or whatever) for some reason, since I installed some other browsers last week, and then removed them. -- Clear skies, Justin %gconf.xml Description: application/xml
Bug#345430: swisswatch: changed default face for no reason, and old default is unavailable
Package: swisswatch Version: 0.6-10 Severity: normal I upgraded to the newest swisswatch and I lost the clock with black face and green ticks (?). None of the listed "-name" options in the man page show that skin, which was the default before. I would like to have the old design back. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages swisswatch depends on: ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-1 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-1 X Window System miscellaneous exte ii libxmu6 6.9.0.dfsg.1-1 X Window System miscellaneous util ii libxt66.9.0.dfsg.1-1 X Toolkit Intrinsics ii xlibs 6.9.0.dfsg.1-1 X Window System client libraries m swisswatch recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345431: mysql-admin: does not recognize SSH port forwarding
Subject: mysql-admin: does not recognize SSH port forwarding Package: mysql-admin Version: 1.1.4-4 Severity: minor I connect to a MySQL 4.1 server via SSH port forwarding. mysql-admin thinks this is a local server and offers features like starting/stopping the server etc. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages mysql-admin depends on: ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-5 GCC support library ii libglade2-0 1:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.8.4-2The GLib library of C routines ii libglibmm-2.4-1c2a2.8.2-2C++ wrapper for the GLib toolkit ( ii libgtk2.0-0 2.8.9-2The GTK+ graphical user interface ii libgtkmm-2.4-1c2a 1:2.6.5-1 C++ wrappers for GTK+ 2.4 (shared ii libmysqlclient15 5.0.16-1 mysql database client library ii libpango1.0-0 1.10.1-2 Layout and rendering of internatio ii libpcre3 6.4-1.1Perl 5 Compatible Regular Expressi ii libsigc++-2.0-0c2a2.0.16-2 type-safe Signal Framework for C++ ii libstdc++64.0.2-5The GNU Standard C++ Library v3 ii libxml2 2.6.22-2 GNOME XML library ii mysql-admin-common1.1.4-4Architecture independent files for ii zlib1g1:1.2.3-9 compression library - runtime Versions of packages mysql-admin recommends: ii mysql-query-browser 1.1.17-4 Official GUI tool to query MySQL d -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345433: conspy --help segfaults
Package: conspy Version: 1.1-1 Severity: minor running 'conspy --help' segfaults. Core dump can be found at http://teun.tv/stuff/conspy.core The program runs normally. Although --help isn't listed in the manpage as a valid argument, segfaulting on an illegal argument isn't very nice ;) Running conspy with some bogus arguments works fine (it prints some help), it's --help specifically which core dumps. Regards, Teun -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages conspy depends on: ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand conspy recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345434: tdfsb: please upgrade with the 0.0.9 version
Package: tdfsb Version: 0.0.8-2 Severity: normal Hello a new version is available. please upgrade Have a nice day. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages tdfsb depends on: ii freeglut3 2.4.0-4 OpenGL Utility Toolkit ii libc6 2.3.5-8 GNU C Library: Shared libraries an ii libsdl-image1.21.2.4-1 image loading library for Simple D ii libsdl1.2debian1.2.9-0.0 Simple DirectMedia Layer ii libsmpeg0 0.4.5+cvs20030824-1.6 SDL MPEG Player Library - shared l ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte ii libxi6 6.8.2.dfsg.1-11 X Window System Input extension li ii libxmu66.8.2.dfsg.1-11 X Window System miscellaneous util ii xlibmesa-gl [libgl 6.8.2.dfsg.1-11 Mesa 3D graphics library [X.Org] ii xlibmesa-glu [libg 4.3.0.dfsg.1-14sarge1 Mesa OpenGL utility library [XFree ii xlibs 6.8.2.dfsg.1-11 X Window System client libraries m tdfsb recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#237056: udev breaks bootlogd
Marco d'Itri wrote: > This is what I do on my system and it works fine, but I'd rather split > mountvirtfs which is the correct solution. OK, what if I split "mountdevsubfs" out of mountvirtfs and run it at S04 and S37. Then udev can move its script to S03 so that it mounts /dev between S02mountvirtfs and S04mountdevsubfs. -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345432: PTS: add experimental buildd link
Package: qa.debian.org Severity: wishlist Tags: patch Hi, it would be useful to have also the experimental link to buildd logs, the following trivial patch to pts.xsl should be ok (not tested): diff -u -r1.58 pts.xsl --- pts.xsl 30 Nov 2005 20:49:17 - 1.58 +++ pts.xsl 31 Dec 2005 13:31:49 - @@ -579,7 +579,23 @@ -Buildd logs + + Buildd logs ( + + + + http://experimental.debian.net/build.php?pkg= + + + + + + experimental + + + + ) + thanks, filippo -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (650, 'experimental'), (600, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc5 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345217: widelands: At every "save" attempt, widlands hangs and cannot revived
For the record. Mt. On Sat, Dec 31, 2005 at 12:13:59PM +, Axel N�tzold wrote: > On Fri, Dec 30, 2005 at 11:38:47PM +0100, Martin Quinson wrote: > > I do not have this issue. But I had some issue figuring that I had to clic > > again on the savefile name before being allowed to clic on the save button. > > > > Is it also the issue you are experiencing? > > > > Thanks for reporting the issue even if I lack some information to dealt > > properly with it. > > Ah, thats it - but it need also an extra "enter"... > I think the bag can be closed. However, this is an somewhat unusual > behavior of the programm, so i like to suggest a hint maybe in > README.Debian. > > > > > Bye, Mt. > > Bye > Axel > > > > On Thu, Dec 29, 2005 at 05:05:34PM +, Axel Nötzold wrote: > > > Package: widelands > > > Version: build9half-1 > > > Severity: important > > > > > > > > > The problem is described in the subject. Maybe upstream problem? > > > > > > -- System Information: > > > Debian Release: 3.1 > > > APT prefers unstable > > > APT policy: (990, 'unstable'), (500, 'testing') > > > Architecture: i386 (i686) > > > Shell: /bin/sh linked to /bin/bash > > > Kernel: Linux 2.6.10-kanotix-8 > > > Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) > > > > > > Versions of packages widelands depends on: > > > ii libc6 2.3.5-9GNU C Library: Shared > > > libraries an > > > ii libgcc1 1:4.0.2-5 GCC support library > > > ii libpng12-01.2.8rel-5 PNG library - runtime > > > ii libsdl-image1 1.2.3-6image loading library for > > > Simple D > > > ii libsdl-mixer1 1.2.6-1mixer library for Simple > > > DirectMed > > > ii libsdl-net1.2 1.2.5-3network library for Simple > > > DirectM > > > ii libsdl-ttf2.0 2.0.6-5ttf library for Simple > > > DirectMedia > > > ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer > > > ii libstdc++64.0.2-5The GNU Standard C++ Library > > > v3 > > > ii widelands-dat build9half-1 fantasy real-time strategy > > > game (d > > > ii zlib1g1:1.2.2-4 compression library - runtime > > > > > > widelands recommends no packages. > > > > > > -- no debconf information > > > > > > > > > > -- > > Never trust someone who only codes in CAML... because the way things are > > done matters more to him than the result. > > -- Il ne faut pas confondre « La société m'opprime » et « le système m'étrique ». --- éphéméride du 19 juin signature.asc Description: Digital signature
Bug#345435: gcc-3.3: wrong evaluation of ++ expressions
Package: gcc-3.3 Version: 1:3.3.5-13 Severity: normal The following program evaluates d to 13. On other architectures (and in java) the same code evaluates to 12. (2.95, 3.3, 3.4, 4.0, 4.1 do have the same bug) #include using namespace std; int main(int argc, char* argv[]) { int b = 2; int d = ++b + ++b + ++b; std::cout << "b: " << b << "d: " << d << endl; return 0; } -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages gcc-3.3 depends on: ii binutils2.15-6 The GNU assembler, linker and bina ii cpp-3.3 1:3.3.5-13 The GNU C preprocessor ii gcc-3.3-base1:3.3.5-13 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-13 GCC support library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344553: [Logcheck-devel] Bug#344553: logcheck: Fails silently to read config file
On Sat, Dec 31, 2005 at 07:16:24AM -0500, Todd Troxell wrote: > On Fri, Dec 23, 2005 at 08:21:53PM +0200, Markus Peuhkuri wrote: > > Package: logcheck > > Version: 1.2.42 > > Severity: minor > > Tags: patch > > > > Logcheck does not report any error if the config file is not readable > > or does not exists. This may easily happen, as logcheck is run as > > logcheck user and while one is testing a new configuration on live > > system with running configuration intact. > > > > Following fragment may help: > > > > # Now source the config file - before things that should not be changed > > if [ -r $CONFFILE ]; then > > - . $CONFFILE > > + . $CONFFILE > > +else > > +error "Config file $CONFFILE not exists or readable" > > fi > > The patch is greatly appreciated. Thanks, Markus. Your change will be in the > next release. > > -- > Todd Troxell > http://rapidpacket.com/~xtat i'm less then sure that this the right way to go, we shouldn't need the $CONFFILE? what was the error message you were seeing? -- maks ps sorry for my inactivity lately most time was gobbed by initramfs-tools and klibc. will get more active next week again, have an c rewritten logtail in the pipe. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#329907: kernel-patch-2.6-reiser4: 2.6.14 has entered testing
Package: kernel-patch-2.6-reiser4 Version: 20050715-1 Followup-For: Bug #329907 2.6.14 has entered testing so I guess we'll need support for that one too (the patch won't apply to it right now). -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kernel-patch-2.6-reiser4 depends on: ii bash 3.1-1 The GNU Bourne Again SHell ii grep-dctrl2.6.7 Grep Debian package information ii patch 2.5.9-2Apply a diff file to an original kernel-patch-2.6-reiser4 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345303: More information
The error ocurrs when I try to install debian on a new 15" powerbook (the modell changed in oct-nov), i tried last week a daily build and it didnt work. The CD starts without problem, but it doesnt detect the CDROM and the Hard Drive, so I cant install Debian. I have a G4 powermac at the work, and there I downloaded the oficial 2.6.14.5 kernel from kernel.org. I needed to patch it because the pmac.c and pci_ids.h didnt contain the change for the new powerbooks. Then I tried to create a custom CD, and with my custom kernel, it detects CDROM and Hard Drive, but I didnt create the CD correctly and it didnt load modules, but the kernel patch seems to work. Now im downloading yesterdays daily build, Sven said me that it comes with 2.6.15-rc7, I hope it works. As soon as I test it I will update information. Regards, Marco -- Blog: http://p0l0.blogspot.com Registered GNU/Linux User #364546
Bug#335134: Intention to NMU
Anand Kumria wrote: > On Fri, Dec 30, 2005 at 04:34:28PM +0100, Luk Claes wrote: > >>-BEGIN PGP SIGNED MESSAGE- >>Hash: SHA1 > > > Is there a reason to be doing inline PGP in this day and age? No, not really, I'm just used to it :-) >>Hi >> >>Attached the patch for the version I intend to upload. Please respond if >>you don't want this NMU to happen, if you are working yourself on a >>patch or if you think that the attached patch won't work. > > > Hi Luk, Hi Anand > Thanks for taking the time to look at this, however, a *much* simpler > patch would be to update the Build-Dep line to 'automake1.8' as this is > what upstream is using. > > Then no regeneration is required at all. The patch is way smaller, though it's easy one way or the other ;-) > I already have a package ready to upload that addresses this and I'll > upload it later today (probably tomorrow from your perspective). Ok, thanks Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D signature.asc Description: OpenPGP digital signature
Bug#330191: klibc sparc build
hello trave11er; the sparc buildd ftbfs klibc as it is building it with BITSIZE=32 on #debian-release it was suggested that the sparc linux personality can be set on the line of the make call. as soon as klibc 1.1.14 is in the archive i may try to use for SPARC: DEB_MAKE_INVOKE = linux64 make -C $(DEB_BUILDDIR) $(DEB_MAKE_ENVVARS) CC=$(CC) i'm happy to get your advice as i'm not very sparc literate. thanks for your help. regards -- maks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#330516: Please udate
Hi, please update your package to a newer upstream release. If you are no longer interested in maintaining the package, please say so and I will adopt it. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#299601: Could you please check whether this bug is fixed in widelands build 9half?
Hello, a while ago, you reported that widelands sometimes hang and grab input. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299601 This problem was never reported again, and a new version came out (neither in debian nor on upstreams mailing lists). I am thus inclined to think that the issue disapeared. It would be great if you could check whether the issue is still present. If not, I'll close the bug in a few months if nobody encounters it again. Bye, Mt. -- Let's call it an accidental feature. -- Larry Wall signature.asc Description: Digital signature
Bug#335259: ssh conffile prompts
On Wed, Dec 28, 2005 at 10:50:50PM -0500, Justin Pryzby wrote: > severity 335259 important > severity 339978 important > merge 335259 3339978 35276 > thanks > > ssh doesn't handle conffiles the right way at all. I'm including a > tarball of stuff that failed to work properly while upgrading from > 1:3.8.1p1-8.sarge.4 to 1:4.2p1-5, excluding the "moduli" files, > because I don't know if their contents are sensitive.. > > I think you can do what is necessary with custom MD5 handling as > described at: > > http://www.dpkg.org/ConffileHandling The problem is that the conffiles have moved to different packages (ssh to openssh-{config,server}). The wiki page above doesn't explicitly cover this case, although I may be able to work something out from it. Thanks, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345367: jack: the '--no-various' argument has fallen off
found 345367 3.1.1-1 tags 345367 + patch pending thanks * Beiad Dalton <[EMAIL PROTECTED]> [2005-12-30 13:17]: > This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> > *info* matching dir found: /share/movies/beata/jack/jack-ca127f1e > *warning* could not separate artist and title in all TTITLEs. Try > setting >freedb_pedantic = 0 or use --no-various Maybe additional > information >is contained in the EXTT fields. check jack.freedb and use > either >--extt-is-artist or --extt-is-title. > *error* could not read freedb file > $ jack -R --no-various > This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> > unknown option `--no-various' > usage: jack [option]... > > The '--no-various' seems to need to become '--various=0' Yes, jack 3.0 changed quite a few things. According to the changelog, --no-various support got removed on 2004-11-23: - removed --no-various because - --various=no now actually works Below is a patch that updates the message and some documentation. Thanks for your report. diff -urN jack-3.1.1~/doc/usage.html jack-3.1.1/doc/usage.html --- jack-3.1.1~/doc/usage.html 2005-12-31 15:04:05.0 +0100 +++ jack-3.1.1/doc/usage.html 2005-12-31 15:07:45.0 +0100 @@ -194,12 +194,9 @@ when parsing freedb data, jack assumes that if the disc's artist is set to "Various Artists" the track titles have the format "[artist] - [title]". If the disc title is set to something else and you still want above -behaviour, use --various. - - ---no-various -use this if freedb data says it't "Various Artists" but you want the normal -renaming scheme, e.g. if Jack can't seperate artist and track title. +behaviour, use --various. You can use --various=no if the FreeDB data says +"Various Artists" but you want the normal renaming scheme, e.g. if Jack +can't seperate artist and track title. --remove diff -urN jack-3.1.1~/jack_freedb.py jack-3.1.1/jack_freedb.py --- jack-3.1.1~/jack_freedb.py 2005-12-31 15:04:05.0 +0100 +++ jack-3.1.1/jack_freedb.py 2005-12-31 15:06:32.0 +0100 @@ -577,7 +577,7 @@ else: err = 7 if verb: -warning("could not separate artist and title in all TTITLEs. Try setting freedb_pedantic = 0 or use --no-various Maybe additional information is contained in the EXTT fields. check %s and use either --extt-is-artist or --extt-is-title." % cf['_freedb_form_file']) +warning("could not separate artist and title in all TTITLEs. Try setting freedb_pedantic = 0 or use --various=no. Maybe additional information is contained in the EXTT fields. check %s and use either --extt-is-artist or --extt-is-title." % cf['_freedb_form_file']) else: for i in range(tracks_on_cd): buf = freedb['TTITLE'+`i`] -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345386: widelands: --coredump options does not work
package widelands retitle 345386 --coredump option use is not intuitive severity 345386 wishlist tag 345386 upstream thanks Hello, the correct syntax is: $ widelands --coredump=yes I retitle this bug to ask for a more intuitive syntax and forward it upstream. Bye, Mt. On Sat, Dec 31, 2005 at 01:41:39AM +0100, Artur R. Czechowski wrote: > Package: widelands > Version: build9half-1 > Severity: normal > > Hello, > > [EMAIL PROTECTED]:~$ widelands --coredump > Usage: widelands = ... = > Options: > [cut] > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.14-2-amd64-generic > Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2) > > Versions of packages widelands depends on: > ii libc6 2.3.5-9 GNU C Library: Shared libraries > an > ii libgcc1 1:4.0.2-5GCC support library > ii libpng12-0 1.2.8rel-5 PNG library - runtime > ii libsdl-image1.2 1.2.4-1 image loading library for Simple > D > ii libsdl-mixer1.2 1.2.6-1.1mixer library for Simple > DirectMed > ii libsdl-net1.2 1.2.5-5 network library for Simple > DirectM > ii libsdl-ttf2.0-0 2.0.7-1 ttf library for Simple > DirectMedia > ii libsdl1.2debian 1.2.9-0.0Simple DirectMedia Layer > ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 > ii widelands-data build9half-1 fantasy real-time strategy game > (d > ii zlib1g 1:1.2.3-9compression library - runtime > > widelands recommends no packages. > > -- no debconf information > > -- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end. -- Second commandment of the C programmer signature.asc Description: Digital signature
Bug#37078: bts procmail attempt 3
Third attempt, which includes a necessary "To:" condition which avoids being subscribed to packages and its newly submitted bugs, (which isn't so much a problem except when other people submit lots of bugs). -- Clear skies, Justin # This handles initial submissions ("Thank you for the problem # report...") and also followups ("Thank you for the additional # information..."). :0 * ^To: Justin Pryzby <[EMAIL PROTECTED]>$ * ^From: [EMAIL PROTECTED] \(Debian Bug Tracking System\)$ * ^Subject: Bug#\/[0-9]* |echo |mail "[EMAIL PROTECTED]" # This handles bug reports on which I've had an effect via the control # bot. The 'To:' condition is necessary, otherwise I'd occasionally # be subscribed to a massive number of bugs when Don reassigns from # debbugs to bugs.d.o, or Eric from mozilla-firefox to firefox, and # I'm already subscribed to those packages anyway.. :0 * ^To: Justin Pryzby <[EMAIL PROTECTED]>$ * ^From: [EMAIL PROTECTED] \(Debian Bug Tracking System\)$ * ^Subject: Processed: |grep -Eo '^Bug#[0-9]+:' |sed -e 's/^Bug#//' -e 's/:$/[EMAIL PROTECTED]/ ' |tr '\n' ',' |sed -e 's/^/To: /' -e 's/,$/\n/' |sendmail -t :0 * ^From: [EMAIL PROTECTED] * ^Subject: Please confirm subscription to [EMAIL PROTECTED] * ^Reply-To: \/[EMAIL PROTECTED] |echo |mail "$MATCH" :0 * ^From: [EMAIL PROTECTED] * ^Subject: Subscription to [EMAIL PROTECTED] successful$ Mail/bug_subscription_success
Bug#314645: moreinfo, unreproducible, downgrade
severity 314645 normal tags 314645 moreinfo unreproducible thanks On Sun, Jul 03, 2005 at 02:24:34PM +0100, Colin Watson wrote: > On Wed, Jun 29, 2005 at 03:10:35PM -0400, Justin Pryzby wrote: > > I suggest tagging this moreinfo,unreproducible, and downgrading when > > and if that is necessary for new packages to move to testing (which > > should be deliberately prevented until #314289 is fixed). > > Please leave this bug in its current state. I'm sorry it's taken me so > long to get round to investigating it, but from experience I have reason > to suspect that it may well be valid and it certainly bears > non-statistical investigation. Greg, I need to see your > /etc/ssh/sshd_config in order to check this out. OK, well, I can't reproduce this myself, so given that I don't seem to be getting lots of mail screaming about this and that Greg hasn't followed up yet with configuration information, I'm following Justin's advice after all for now. Greg, I'm still prepared to investigate given information on how to reproduce your setup. Thanks, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344731: libgtk2.0-0: possible fix for black menus
Hello, The upload of a fixed package will be slightly delayed since my sponsor is away. However, you can download the updated package yourself: http://vemod.net/slask/gtk-qt-engine/gtk2-engines-gtk-qt_0.60-2_i386.deb Happy new year, */ Christoffer Sawicki <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345436: xlibs: Keyboard not working properly after upgrade to 6.9.0.dfsg.1-1
Package: xlibs Version: 6.9.0.dfsg.1-1 Severity: grave Justification: renders package unusable After the upgrade to 6.9.0.dfsg.1-1, the keyboard stopped working properly under X. I've noticed the following: 1. ctrl-alt-fn doesn't switch to other virtual consoles 2. The key with characters '/' and '?' is dead Not switching to virtual consoles can be lived with, but the lack of '/' and '?' makes X unusable. Needless to say, the keyboard works properly on the consoles, and it worked properly before the upgrade. Paulo -- Package-specific info: Keyboard-related contents of X.Org X server log file /var/log/Xorg.0.log: (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "default_layout" (**) |-->Screen "external_screen" (0) (**) | |-->Monitor "samsung" (**) | |-->Device "onboard_card" (**) |-->Input Device "ps2_keyboard" (**) |-->Input Device "usb_mouse" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Type1" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" "true" -- (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "kbd" (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so -- (**) TRIDENT(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES -- (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (**) Option "CoreKeyboard" (**) ps2_keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) ps2_keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) ps2_keyboard: XkbRules: "xorg" (**) Option "XkbModel" "abnt2" (**) ps2_keyboard: XkbModel: "abnt2" (**) Option "XkbLayout" "br" (**) ps2_keyboard: XkbLayout: "br" (**) Option "CustomKeycodes" "off" (**) ps2_keyboard: CustomKeycodes disabled (**) Option "Protocol" "IMPS/2" (**) usb_mouse: Device: "/dev/input/mice" (**) usb_mouse: Protocol: "IMPS/2" (**) Option "SendCoreEvents" "true" (**) usb_mouse: always reports core events -- (==) usb_mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) usb_mouse: ZAxisMapping: buttons 4 and 5 (**) usb_mouse: Buttons: 9 (II) XINPUT: Adding extended input device "usb_mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "ps2_keyboard" (type: KEYBOARD) Couldn't compile keymap file (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap (II) usb_mouse: ps2EnableDataReporting: succeeded Warning: font renderer for ".pcf" already registered at priority 0 Warning: font renderer for ".pcf.Z" already registered at priority 0 Warning: font renderer for ".pcf.gz" already registered at priority 0 Warning: font renderer for ".snf" already registered at priority 0 X.Org X server log files on system: -rw-r--r-- 1 root root 34558 Dec 31 12:15 /var/log/Xorg.0.log -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-686 Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages xlibs depends on: ii libice6 6.9.0.dfsg.1-1 Inter-Client Exchange library ii libsm6 6.9.0.dfsg.1-1 X Window System Session Management ii libx11-6 6.9.0.dfsg.1-1 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-1 X Window System miscellaneous exte ii libxi6 6.9.0.dfsg.1-1 X Window System Input extension li ii libxmu6 6.9.0.dfsg.1-1 X Window System miscellaneous util ii libxmuu1 6.9.0.dfsg.1-1 lightweight X Window System miscel ii libxp6 6.9.0.dfsg.1-1 X Window System printing extension ii libxpm4 6.9.
Bug#318795: should provide libaio-dev
Package: libaio Version: 0.3.104-1 Followup-For: Bug #318795 Hi, I am having the exact same problem. From what I understand, a libaio-dev package should be added to provide: * libaio.so (symlink to libaio.so.1); * libaio.h (should not be provided by the libaio package since it is not a -dev); * libaio.a (to compile with -static). See /usr/share/doc/debian-policy/policy.html/ch-sharedlibs.html#s-sharedlibs-dev from the debian-policy package or http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html for details. I am bumping the severity of this bug to serious. Thanks, Brice -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc7=Grincheux Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345384: widelands: Critical Error: Unhandled exception: basic_string::replace
Please install the widelands-dbg package and try to generate a backtrace. For this, run $ gdb /usr/games/widelands (wait for the prompt) $ run (do what is needed to generate the crash) $ backtrace (copy/paste the output into a mail) If you don't install widelands-dbg before hands, the backtrace won't be very informative for the developpers. You can also generate a coredump (see your other bug against widelands), and use it to generate a backtrace. As you want. The outputs of the game may help, too. Run $ script widelands to capture it. Then attach the generated typescript file to a mail. Bye, Mt. On Sat, Dec 31, 2005 at 01:35:16AM +0100, Artur R. Czechowski wrote: > Package: widelands > Version: build9half-1 > Severity: serious > > Hello, > I run widelands, then Single Player, Tutorial Campaign and Mission 1: > Eyes in the Darkness - Game Basics. > After about 2 seconds game raises a Critical Error with message: > Unhandled exception: basic_string::replace. > > Regards > Artur > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.14-2-amd64-generic > Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2) > > Versions of packages widelands depends on: > ii libc6 2.3.5-9 GNU C Library: Shared libraries > an > ii libgcc1 1:4.0.2-5GCC support library > ii libpng12-0 1.2.8rel-5 PNG library - runtime > ii libsdl-image1.2 1.2.4-1 image loading library for Simple > D > ii libsdl-mixer1.2 1.2.6-1.1mixer library for Simple > DirectMed > ii libsdl-net1.2 1.2.5-5 network library for Simple > DirectM > ii libsdl-ttf2.0-0 2.0.7-1 ttf library for Simple > DirectMedia > ii libsdl1.2debian 1.2.9-0.0Simple DirectMedia Layer > ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3 > ii widelands-data build9half-1 fantasy real-time strategy game > (d > ii zlib1g 1:1.2.3-9compression library - runtime > > widelands recommends no packages. > > -- no debconf information > > -- Let's call it an accidental feature. -- Larry Wall signature.asc Description: Digital signature
Bug#345410: gdebi: unmet python dependencies
David Liontooth wrote: > Package: gdebi > Version: 0.1debian1 > Severity: normal > > > The following packages have unmet dependencies: > gdebi: Depends: python-gtk2 (>= 2.8.2-2) but 2.6.3-2 is to be installed > Depends: python-glade2 (>= 2.8.2-2) but 2.6.3-2 is to be installed > > Hi David, I fixed this problem with 0.1debian2 yesterday. In the next dinstall run (and mirror sync) it will be available for you, just some hours. Best regards, Gustavo Franco - <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#308915: Possible explanation
I believe this and similar problems are caused by websites embedding the same content twice. In the original vendor plugins this leads to one embed playing the video, one embed showing the control buttons. mplayerplug-in, however, just treats the embeds the same and plays the content twice. This is probably fixed for the original reporter with vo=xv because his video card has only one Xv port -- the problem isn't really fixed, but the second player instance dies because it can't get an Xv port, so it seems fixed. This issue probably should be fixed upstream by allowing a seperate embed for the control panel. (Or, as a workaround, by ignoring multiple instances of the same content.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345437: zsh: autocompletion for svn-buildpackage would be helpful
Package: zsh Version: 4.2.6-2 Severity: wishlist Hi, I love zsh, and all of its fancy autocompletion. It would be great if autocompletion for svn-buildpackage were available. cheers, Charles -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (900, 'stable'), (80, 'testing'), (70, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-386 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages zsh depends on: ii debconf [debconf-2.0] 1.4.62 Debian configuration management sy ii libc6 2.3.5-8GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand Versions of packages zsh recommends: ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libpcre3 6.4-1.1Perl 5 Compatible Regular Expressi -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]