Bug#655286: Two bugs
Whoops! Looks like this is actually related to other bugs already filed, both fixed in git. One is a deceptive NEWS file (that tells me this version uses dpkg triggers rather than the bash-based autoload mechanism that's actually in use), and the other is Bug #648319 where /etc/bash_completion has been replaced by /usr/share/bash-completion/bash_completion. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#655286: bash-completion: Doesn't install any completions based on triggers
Package: bash-completion Version: 1:1.99-1 Severity: grave Justification: renders package unusable bash-completion's postinst calls /usr/sbin/update-bash-completion on installation, and when triggered by the installation of other packages. However, /usr/sbin/update-bash-completion hasn't actually been included in the package. Consequently, this latest upgrade has removed all of my completions from /etc (except for those provided by other packages), and hasn't installed anything in /var. Thus, I don't have all of the fancy completions available that I used to. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bash-completion depends on: ii bash 4.2-1 bash-completion recommends no packages. bash-completion suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#631849: rubygems: Undefined method `skip_during' for Deprecated:Module
On Mon, 2011-06-27 at 13:41 -0500, Ken Bloom wrote: > Package: rubygems > Version: 1.7.2-1 > Severity: critical > > When I try to load various gems, I get the error "Undefined method > `skip_during' for Deprecated:Module". This occurs even if the gem > doesn't exist. > > (Also, can you do something to get rid of the "warning: already > initialized constant Deprecate") The problem is that rubygems needs to conflict with libdeprecated-ruby1.8 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#631851: libdbi-ruby1.8: Stop using libdeprecate-ruby
Package: libdbi-ruby1.8 Version: 0.4.3-3 Severity: grave Justification: renders package unusable Rubygems 1.7.2 provides its own version of the Deprecate module which gets loaded automatically when one loads rubygems. Unfortunately, the Deprecate module breaks Rubygems 1.7.2. I have filed a bug (#631849) requesting that RubyGems conflict with libdeprecated-ruby, which will unfortunately imply that RubyGems conflicts with DBI as long as DBI keeps depending on libdeprecated-ruby. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libdbi-ruby1.8 depends on: ii libdeprecated-ruby1.82.0.1-2 Library for handling deprecated co ii libruby1.8 1.8.7.334-5 Libraries necessary to run Ruby 1. libdbi-ruby1.8 recommends no packages. Versions of packages libdbi-ruby1.8 suggests: pn libdbi-ruby(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#631849: rubygems: Undefined method `skip_during' for Deprecated:Module
Package: rubygems Version: 1.7.2-1 Severity: critical When I try to load various gems, I get the error "Undefined method `skip_during' for Deprecated:Module". This occurs even if the gem doesn't exist. (Also, can you do something to get rid of the "warning: already initialized constant Deprecate") [bloom@cat-in-the-hat ~]$ irb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'dbi' /usr/lib/ruby/1.8/deprecated.rb:199: warning: already initialized constant Deprecate NoMethodError: undefined method `skip_during' for Deprecated:Module from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `reverse_each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in `refresh!' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in `initialize' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:243:in `activate_dep' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:236:in `activate' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1307:in `gem' from /usr/lib/ruby/1.8/dbi/columninfo.rb:5 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require' from /usr/lib/ruby/1.8/dbi.rb:46 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require' from (irb):2 irb(main):003:0> require 'facets' NoMethodError: undefined method `skip_during' for Deprecated:Module from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `reverse_each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in `refresh!' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in `initialize' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:135:in `init_gemspecs' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:14:in `initialize' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `new' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `searcher' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:207:in `try_activate' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:56:in `require' from (irb):3 from /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:53irb(main):004:0> irb(main):005:0* require 'foo' NoMethodError: undefined method `skip_during' for Deprecated:Module from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `reverse_each' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in `load_gems_in' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in `refresh!' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in `initialize' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:135:in `init_gemspecs' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:14:in `initialize' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `new' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `searcher' from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:207:in `try_activate' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:56:in `require' from (irb):5 from /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:53irb(main):006:0> -- System Information: Debian Re
Bug#622556: Out of sync versions?
Is it possible that this is occurring because libgnome-keyring0 is out of sync with gnome-keyring? I'm experiencing this problem, and here are the versions I've got installed: ii gnome-keyring2.30.3-5 ii libgnome-keyring03.0.0-1 ii libpam-gnome-keyring 2.30.3-5 ii python-gnomekeyring 2.30.0-4+b1 Upgrading gnome-keyring to 3.0.0-1 (from experimental) fixes the problem. Someone needs to tighten the dependency between libgnome-keyring0 and gnome-keyring, and/or push gnome-keyring into unstable. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#595317: libfacets-ruby1.8: Attempts to require attr_tester.rb from the wrong place
Package: libfacets-ruby1.8 Version: 2.7.0-2 Severity: grave Justification: renders package unusable The facets gem attempts to require attr_tester.rb facets/attr_tester, but the file actually lives in facets/module/attr_tester.rb [bl...@little-cat-a blogcorpus]$ irb irb(main):001:0> require 'facets' LoadError: no such file to load -- facets/attr_tester from /usr/lib/ruby/1.8/facets/module/attr_toggler.rb:1:in `require' from /usr/lib/ruby/1.8/facets/module/attr_toggler.rb:1 from /usr/lib/ruby/1.8/facets/module.rb:4:in `require' from /usr/lib/ruby/1.8/facets/module.rb:4 from /usr/lib/ruby/1.8/facets/module.rb:3:in `each' from /usr/lib/ruby/1.8/facets/module.rb:3 from /usr/lib/ruby/1.8/facets.rb:224:in `require' from /usr/lib/ruby/1.8/facets.rb:224 from (irb):1:in `require' from (irb):1 irb(main):002:0> exit -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libfacets-ruby1.8 depends on: ii libruby1.8 1.8.7.302-1 Libraries necessary to run Ruby 1. libfacets-ruby1.8 recommends no packages. libfacets-ruby1.8 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#592904: Tab activation
On Mon, 2010-08-16 at 10:17 -0400, Paul Tagliamonte wrote: > From a quick conversation over IRC > > 10:15:38 OnTitlebar Mouse1 :StartMoving > 10:16:05 OnTitlebar Mouse1 :MacroCmd {Raise} {StartMoving} > 10:16:10 or "StartTabbing" > 10:16:14 or whatever his whishes are > > Let me know if this works, so that we can close this bug None of these are working. OnTitlebar Mouse1 :MacroCmd {Raise} {StartMoving} seems to do nothing more than the combination that I have already of OnTitlebar Mouse1 :Raise OnTitlebar Move1 :StartMoving OnTitlebar Mouse1 :MacroCmd {Raise} {StartTabbing} changes all drags into tab combaintion actions (but doesn't activate the tab on a click) OnTitlebar Mouse1 :StartTabbing does the same thing as OnTitlebar Mouse1 :MacroCmd {Raise} {StartTabbing} I've attached my ~/.fluxbox/keys --Ken !mouse actions added by fluxbox-update_configs OnTitlebar Mouse1 :Raise OnTitlebar Move1 :StartMoving OnLeftGrip Move1 :StartResizing bottomleft OnRightGrip Move1 :StartResizing bottomright OnWindowBorder Move1 :StartMoving # start tabbing windows together OnTitlebar Mouse2 :StartTabbing !mouse actions added by fluxbox-update_configs OnTitlebar Double Mouse1 :Shade OnTitlebar Mouse3 :WindowMenu !mouse actions added by fluxbox-update_configs OnWindow Mod1 Mouse1 :StartMoving OnWindow Mod1 Mouse3 :StartResizing BottomRight !mouse actions added by fluxbox-update_configs OnDesktop Mouse1 :hideMenus OnDesktop Mouse2 :workspaceMenu OnDesktop Mouse3 :rootMenu OnDesktop Mouse4 :prevWorkspace OnDesktop Mouse5 :nextWorkspace Mod1 Tab :NextWindow Mod1 Shift Tab :PrevWindow None Menu :Raise None Super_L :RootMenu None XF86AudioMute :ExecCommand amixer -q set Master toggle None XF86AudioLowerVolume :ExecCommand amixer -q set Master 2- unmute None XF86AudioRaiseVolume :ExecCommand amixer -q set Master 2+ unmute None XF86Sleep :ExecCommand sudo /etc/acpi/sleep.sh
Bug#592904: Tab activation
reopen 592904 thanks I still need a fix (or instructions) for how to have both window raising and tab activation bound to the OnTitlebar Mouse1. OnTitlebar Mouse1 :Raise doesn't do it for me, (though tab activation does work if I don't bind that action at all) and AFAICT, there's no command documented in fluxbox-keys(5) for "activate the tab that I just clicked on." --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#592904: More on the right settings
> However, to mimic the old behavior, it also needs to add > > OnTitlebar Mouse1 :Raise Hmm -- that's not right either. If I add this, then I can't switch between tabs by clicking on them in the title bar. I'm not sure how to fix that at all. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#592904: Latest fluxbox package on debian gnu/linux unstable breaks moving objects around the window with left bottom.
On Fri, Aug 13, 2010 at 05:44:20PM -0600, Javier Vasquez wrote: > Reporting back that: > > OnTitlebar Mouse1 :StartMoving > > Actually fixed the issue. So it was a matter of changing the > configuration file as mentioned. Perhaps this can be closed then as a > user configuration issue. > > As mentioned fixing /etc/X11/fluxbox/keys doesn't fix ~/.fluxbox/keys, > but a key learning for users might be to always compare configuration > files against global ones when upgrades happen. > > Thanks for quick response... I see something updated my ~/.fluxbox/keys automatically, and it added OnTitlebar Move1 :StartMoving OnLeftGrip Move1 :StartResizing bottomleft OnRightGrip Move1 :StartResizing bottomright OnWindowBorder Move1 :StartMoving However, to mimic the old behavior, it also needs to add OnTitlebar Mouse1 :Raise fluxbox version 1.1.1+git20100807.0cc08f9-1 > Javier. > > > On 8/13/10, Paul Tagliamonte wrote: > > retitle: Fluxbox's upstrem changes break old configuration files > > thanks > > > > Just going to reset the title to something more descriptive of what the > > issue is > > > > Thanks, > > Paul > > > > On Fri, Aug 13, 2010 at 4:21 PM, Paul Tagliamonte > > wrote: > >> Confirmed > >> > >> This happens because in 1.1.1 release, this was default behavior. > >> Upstream decided to change this for the next release. To keep behavior > >> standard, I patched the default config file to enable left click > >> dragging. > >> > >> This does not carry over into the ~/.fluxbox/keys file, even though > >> this option is in /etc/X11/fluxbox. One fix is to remove the .fluxbox > >> directory and restart fluxbox. > >> > >> This is not acceptable for people who have very complex setups, but > >> then again, if they have complex setups, they should be able to set > >> this manually. > >> > >> -Paul > >> > >> On Fri, Aug 13, 2010 at 4:09 PM, Paul Tagliamonte > >> wrote: > >>> severity: important > >>> justification: alt + move should still work, and middle click ( > >>> emulated by left + right ) > >>> thanks > >>> > >>> The more I think about this, the more I think this is a migration > >>> issue for old packages. > >>> > >>> Retagging to important. > >>> > >>> -Paul > >>> > >>> On Fri, Aug 13, 2010 at 4:00 PM, Paul Tagliamonte > >>> wrote: > >>>> Hey Javier, > >>>> > >>>> Were you running fluxbox before? This could be due to a small issue > >>>> with the git tree. This should not affect anyone just installing. Try > >>>> adding this to your keys file > >>>> > >>>> OnTitlebar Mouse1 :StartMoving > >>>> > >>>> Please do follow up with this > >>>> > >>>> -Paul > >>>> > >>>> > >>>> On Fri, Aug 13, 2010 at 3:38 PM, Javier Vasquez > >>>> wrote: > >>>>> Package: fluxbox > >>>>> Version: 1.1.1+git20100807.0cc08f9-1 > >>>>> Severity: serious > >>>>> > >>>>> The recent upgraded fluxbox on unstable does not allow moving window > >>>>> applications inside a window desktop through pressing left mouse > >>>>> button and moving the window around. > >>>>> > >>>>> It's still possible to use the middle button, which is not present on > >>>>> every mouse, but the behaviour is different than the left button, > >>>>> since the application window is hidden, leaving just the application > >>>>> bar, and the movement is more limited than with left button. > >>>>> > >>>>> % uname -a > >>>>> Linux jvasquez14 2.6.32-5-amd64 #1 SMP Thu Aug 12 13:01:50 UTC 2010 > >>>>> x86_64 GNU/Linux > >>>>> > >>>>> > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> #define sizeof(x) rand() > >>>> :wq > >>>> > >>> > >>> > >>> > >>> -- > >>> #define sizeof(x) rand() > >>> :wq > >>> > >> > >> > >> > >> -- > >> #define sizeof(x) rand() > >> :wq > >> > > > > > > > > -- > > #define sizeof(x) rand() > > :wq > > > > > -- > Javier. > > > -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#582530: libgcj10: Fails to install with dpkg/gzip error.
Package: libgcj10 Version: 4.4.4-1 Severity: grave Justification: renders package unusable [bl...@cat-in-the-hat archives]$ sudo dpkg -i libgcj10_4.4.4-2_amd64.deb (Reading database ... 396928 files and directories currently installed.) Preparing to replace libgcj10 4.4.4-1 (using libgcj10_4.4.4-2_amd64.deb) ... Unpacking replacement libgcj10 ... dpkg-deb (subprocess): data: internal gzip read error: ': invalid stored block lengths' dpkg-deb: subprocess returned error exit status 2 dpkg: error processing libgcj10_4.4.4-2_amd64.deb (--install): short read on buffer copy for backend dpkg-deb during `./usr/lib/libgcj.so.10.0.0' Errors were encountered while processing: libgcj10_4.4.4-2_amd64.deb -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libgcj10 depends on: ii gcj-4.4-base4.4.4-2 The GNU Compiler Collection (gcj b ii libasound2 1.0.22-2 shared library for ALSA applicatio ii libc6 2.10.2-9 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.4-2GCC support library ii libgcj-common 1:4.4.2-3Java runtime library (common files ii libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages libgcj10 recommends: ii gcj-4.4-jre-lib 4.4.4-2Java runtime library for use with Versions of packages libgcj10 suggests: pn libgcj10-awt (no description available) pn libgcj10-dbg (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#503591: This bug hasn't been touched in a while
This bug (to remove embedded timezone information from ruby-tzinfo) hasn't been touched in a while. The bug is still release-critical, and is now in testing also. (And ActiveSupport depends on ruby-tzinfo). Has there been any progress on fixing it? --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#549702: Proper fix
The proper fix to this bug was made up of two commits d412a685736e3b3350b555f4d7d8ebfc80aa54c9 and 49c3a01d444052169363030dfd996fc7fd6a4fad, becuase the commiter made a typo in the first patch You applied only the first commit (d412a865), and consequently udev is still broken. Please apply the second commit (49c3a01d), which will fix this bug. -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#549702: udev: Udev signal mask inherited by children
Package: udev Version: 146-3 Severity: critical Justification: breaks unrelated software udev uses a screwy signal mask of fffe7ffbfeff when it's running, and when it calls child processes these child processes inherit the same signal mask. One of the programs called by udev is ifup, which starts (or restarts) important daemons of its own, including: dhclient3 ntpd sshd All of these inherit the bad signal mask, and in sshd this causes bug 549376 (also LP:412972), wherein SIGCHLD is blocked in ssh sessions. This bug is ubuntu bug 407428 (https://bugs.launchpad.net/ubuntu/+source/udev/+bug/407428), and they have fixed this in udev 147~-1. Please adopt their patch. -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 32 -rw-r--r-- 1 root root 1547 Jan 16 2009 024_hpmud.rules.dpkg-new lrwxrwxrwx 1 root root 19 May 14 06:27 025_libgphoto2.rules -> ../libgphoto2.rules lrwxrwxrwx 1 root root 20 May 14 06:54 025_libticables.rules -> ../libticables.rules lrwxrwxrwx 1 root root 22 May 14 06:59 025_logitechmouse.rules -> ../logitechmouse.rules -rw-r--r-- 1 root root 115 Jan 16 2009 45-hplip.rules.dpkg-new -rw-r--r-- 1 root root 115 Jan 16 2009 55-hpmud.rules.dpkg-new -rw-r--r-- 1 root root 1195 Sep 30 08:24 70-persistent-cd.rules -rw-r--r-- 1 root root 377 Sep 29 22:47 70-persistent-net.rules lrwxrwxrwx 1 root root 16 May 14 06:40 libmtp7.rules -> ../libmtp7.rules lrwxrwxrwx 1 root root 15 May 14 06:40 libnjb.rules -> ../libnjb.rules lrwxrwxrwx 1 root root 15 May 14 06:54 z60_hdparm.rules -> ../hdparm.rules -rw-r--r-- 1 root root 75 May 5 03:45 z60_virtualbox-ose.rules -rw-r--r-- 1 root root 7117 Apr 11 16:32 z60_xserver-xorg-input-wacom.rules -- /sys/: /sys/dev /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/dev /sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/dev /sys/devices/pci:00/:00:02.0/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.0/usb_endpoint/usbdev2.2_ep81/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.0/usb_endpoint/usbdev2.2_ep82/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.1/sound/card1/audio1/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.1/sound/card1/controlC1/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.1/sound/card1/dsp1/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.1/sound/card1/mixer1/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/2-1:1.1/sound/card1/pcmC1D0c/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/usb_device/usbdev2.2/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/usb_endpoint/usbdev2.2_ep00/dev /sys/devices/pci:00/:00:02.0/usb2/2-1/video4linux/video0/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/2-4:1.0/usb/lp0/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/2-4:1.0/usb_endpoint/usbdev2.3_ep02/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/2-4:1.0/usb_endpoint/usbdev2.3_ep83/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/usb_device/usbdev2.3/dev /sys/devices/pci:00/:00:02.0/usb2/2-4/usb_endpoint/usbdev2.3_ep00/dev /sys/devices/pci:00/:00:02.0/usb2/dev /sys/devices/pci:00/:00:02.0/usb2/usb_device/usbdev2.1/dev /sys/devices/pci:00/:00:02.0/usb2/usb_endpoint/usbdev2.1_ep00/dev /sys/devices/pci:00/:00:02.0/usbmon/usbmon2/dev /sys/devices/pci:00/:00:02.1/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/dev /sys/devices/pci:00/:00:02.1/usb1/dev /sys/devices/pci:00/:00:02.1/usb1/usb_device/usbdev1.1/dev /sys/devices/pci:00/:00:02.1/usb1/usb_endpoint/usbdev1.1_ep00/dev /sys/devices/pci:00/:00:02.1/usbmon/usbmon1/dev /sys/devices/pci:00/:00:05.0/input/input6/event6/dev /sys/devices/pci:00/:00:05.0/sound/card0/adsp/dev /sys/devices/pci:00/:00:05.0/sound/card0/audio/dev /sys/devices/pci:00/:00:05.0/sound/card0/controlC0/dev /sys/devices/pci:00/:00:05.0/sound/card0/dsp/dev /sys/devices/pci:00/:00:05.0/sound/card0/hwC0D0/dev /sys/devices/pci:00/:00:05.0/sound/card0/mixer/dev /sys/devices/pci:00/:00:05.0/sound/card0/pcmC0D0c/dev /sys/devices/pci:00/:00:05.0/sound/card0/pcmC0D0p/dev /sys/devices/pci:00/:00:05.0/sound/card0/pcmC0D1p/dev /sys/devices/pci:00/:00:06.0/ide0/0.0/block/hda/dev /sys/devices/pci:00/:00:08.1/host3/target3:0:0/3:0:0:0/block/sda/dev /sys/devices/pci:00/:00:08.1/host3/target3:0:0/3:0:0:0/block/sda/sda1/dev /sys/devices/pci:00/:00:08.1/host3/target3:0:0/3:0:0:0/block/sda/sda2/dev /sys/devices/pci:00/:00:08.1/host3/target3:0:0/3:0:0:0/block/sda/sda5/dev /sys/devices/pci:00/:00:08.1/host3/target3:0:0/3:0:0:0/bsg/3:0:0:0/dev /sys/devices/platform/i8042/serio0/input/input1/event1/dev /sys/devices/platform/i8042/serio1/input/input5/event5/dev /sys/devices/platform/i8042/s
Bug#538822: dash: Broken scenario
Package: dash Version: 0.5.5.1-2.2 Severity: normal I can report on the broken scenario, since I made this change just a few days ago to have dash provide /bin/sh on its own. The following instructions are given in /usr/share/doc/bash/README.Debian.gz for making /bin/sh point to something else. Type dpkg-divert --add /bin/sh and then point it to whatever you want. Upgrades to bash won't upgrade the /bin/sh symlink. To put /bin/sh under dpkg control again, type dpkg-divert --remove /bin/sh I ran the first command (dpkg-divert --add /bin/sh), which diverted /bin/sh to /bin/sh.distrib. No new link was created at /bin/sh.distrib, nor was the one at /bin/sh removed. Then, I removed /bin/sh and created a new link /bin/sh -> dash. And when I upgraded today to 0.5.5.1-2.2, I got the same error that the orignal reporter has reported here. I'm not sure what the fix should be, but I suspect at the very least that we need to modify the the instructions in /usr/share/doc/bash/README.Debian.gz to account for the new arrangmenet. The workaround is pretty simple. Use dpkg-divert --remove /bin/sh to get back to normal, then if there isn't a link /bin/sh -> bash, create it. Then you can go ahead and install the current version of dash. The version of bash on my system is ii bash 3.2-6 The GNU Bourne Again SHell --Ken -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dash depends on: ii debianutils 3.2Miscellaneous utilities specific t ii dpkg 1.15.3.1 Debian package management system ii libc6 2.9-22 GNU C Library: Shared libraries dash recommends no packages. dash suggests no packages. -- debconf information: * dash/sh: false -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#529720: CRM114's .css format
I don't use CRM114, but I just read Christian Perrier blog post on planet.debian.org so I happened to check out this bug report. Milan Zamazal wrote: > This is not the first time .css format change has happened. And yes, it > was reported and discussed upstream in the past. They are willing to > avoid such changes but it may not always be easy. More pressure > (i.e. from more users) on the upstream maintainers may or may not > improve things. The .css format is generally not considered as very > fixed, e.g. it's not portable across architectures after all. > > There were other upgrade problems in the past. For instance, I > personally don't simply believe .crm scripts from the last version work > with a new one without changes and I always test that crm114 still works > after the upgrade. I'd say that backward compatibility is not a crm114 > feature and one must expect problems when upgrading crm114 to a new > version. Of course, a user may not think about crm114 when typing > `apt-get upgrade'. This wouldn't be a big problem if crm114 wasn't > typically used for things like e-mail delivery. > > So the primary problem is how to _warn_ users that crm114 gets upgraded > with higher than casual risk of breaking things. The current practice > of warning about important changes in NEWS.Debian seemed to work well so > far. But I agree it may not be enough and I'm open to suggestions how > to improve it. If upstream can't keep the .css format stable, then they should break it more obviously so that crm114 can fail gracefully. They should have a version number in the .css file header. If they find the wrong version number in a .css file, then crm114 should exit immediately with a nonzero exit code, to indicate to the caller that it can't handle mail, and the caller should hold on to the message in whatever way it knows how (for example, if fetchmail is calling crm114, then fetchmail wouldn't mark the email as read, and wouldn't delete it from the server, and so that fetchmail could download the same message in the next run.) Just my two cents. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#527493: initramfs-tools: ./etc/udev/rules.d/libmtp.rules: Cannot stat: No such file or directory
On Thu, May 7, 2009 at 4:52 PM, Adam D. Barratt wrote: > On Thu, 2009-05-07 at 15:50 -0500, Ken Bloom wrote: >> Package: initramfs-tools >> Version: 0.93.2 >> Severity: serious >> Justification: breaks kernel upgrades >> >> update-initramfs tries to access libmtp.rules, but fails because it >> doesn't exist. >> >> [bl...@little-cat-a code]$ sudo update-initramfs -t -u -k 2.6.29-2-amd64 >> update-initramfs: Generating /boot/initrd.img-2.6.29-2-amd64 >> cpio: ./etc/udev/rules.d/libmtp.rules: Cannot stat: No such file or directory >> update-initramfs: failed for /boot/initrd.img-2.6.29-2-amd64 > > This is bug #525094 in libmtp8, which was fixed in version 0.3.7-5 of > that package; reassigning and merging with an existing report. I'm running version 0.3.7-5 I actually discovered a little later that the problem is with libmtp5 or libmtp6 which were still installed, though obsolete. Removing them solved the problem. (and oddly, I didn't see anything by that name oringinally when I looked in /etc/udev/rules.d/) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527493: initramfs-tools: ./etc/udev/rules.d/libmtp.rules: Cannot stat: No such file or directory
Package: initramfs-tools Version: 0.93.2 Severity: serious Justification: breaks kernel upgrades update-initramfs tries to access libmtp.rules, but fails because it doesn't exist. [bl...@little-cat-a code]$ sudo update-initramfs -t -u -k 2.6.29-2-amd64 update-initramfs: Generating /boot/initrd.img-2.6.29-2-amd64 cpio: ./etc/udev/rules.d/libmtp.rules: Cannot stat: No such file or directory update-initramfs: failed for /boot/initrd.img-2.6.29-2-amd64 --Ken -- Package-specific info: -- /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-2.6.29-1-amd64 root=UUID=ebf57067-3bbb-4f8e-aa22-f460b30f3efe ro -- /proc/filesystems ext3 fuseblk -- lsmod Module Size Used by snd_atiixp 17188 0 rfkill_input6688 0 radeon116912 0 drm 168368 1 radeon ppdev 7528 0 parport_pc 26744 0 lp 10324 0 parport37936 3 ppdev,parport_pc,lp hid_gaff3776 0 hid_pl 3808 0 hid_cypress 3120 0 hid_zpff3472 0 hid_gyration2880 0 hid_sony3408 0 hid_ntrig 2400 0 hid_samsung 2832 0 hid_microsoft 4212 0 hid_tmff4304 0 hid_monterey2800 0 hid_ezkey 2496 0 hid_apple 7248 0 hid_a4tech 3296 0 hid_logitech8400 0 ff_memless 5288 5 hid_gaff,hid_pl,hid_zpff,hid_tmff,hid_logitech hid_cherry 2768 0 hid_sunplus 2688 0 hid_petalynx3216 0 hid_belkin 3008 0 hid_chicony 2720 0 usbhid 34272 5 hid_gaff,hid_pl,hid_zpff,hid_tmff,hid_logitech hid40992 21 hid_gaff,hid_pl,hid_cypress,hid_zpff,hid_gyration,hid_sony,hid_ntrig,hid_samsung,hid_microsoft,hid_tmff,hid_monterey,hid_ezkey,hid_apple,hid_a4tech,hid_logitech,hid_cherry,hid_sunplus,hid_petalynx,hid_belkin,hid_chicony,usbhid ipv6 284448 29 dm_snapshot17560 0 dm_mirror 14080 0 dm_region_hash 12688 1 dm_mirror dm_log 10148 2 dm_mirror,dm_region_hash dm_mod 58224 3 dm_snapshot,dm_mirror,dm_log fuse 55440 1 powernow_k813188 0 ide_generic 2980 0 [permanent] snd_atiixp_modem 12972 0 arc42016 2 snd_ac97_codec113608 2 snd_atiixp,snd_atiixp_modem ecb 3040 2 snd_pcm_oss36448 0 snd_mixer_oss 14576 1 snd_pcm_oss ac97_bus2048 1 snd_ac97_codec snd_pcm78776 4 snd_atiixp,snd_atiixp_modem,snd_ac97_codec,snd_pcm_oss snd_seq_dummy 3108 0 b43 121592 0 snd_seq_oss29248 0 snd_seq_midi6672 0 rfkill 11908 3 rfkill_input,b43 snd_rawmidi22896 1 snd_seq_midi snd_seq_midi_event 7504 2 snd_seq_oss,snd_seq_midi rng_core4744 1 b43 snd_seq50928 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 22288 2 snd_pcm,snd_seq snd_seq_device 7428 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq mac80211 152664 1 b43 joydev 10944 0 snd63240 11 snd_atiixp,snd_atiixp_modem,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device cfg80211 39232 2 b43,mac80211 tifm_7xx1 6240 0 serio_raw 5780 0 soundcore 7984 1 snd i2c_piix4 10112 0 shpchp 32220 0 yenta_socket 24956 1 rsrc_nonstatic 9952 1 yenta_socket tifm_core 9240 1 tifm_7xx1 input_polldev 4400 1 b43 snd_page_alloc 9840 3 snd_atiixp,snd_atiixp_modem,snd_pcm i2c_core 25200 2 drm,i2c_piix4 k8temp 5008 0 pci_hotplug29056 1 shpchp pcspkr 2768 0 psmouse41564 0 evdev 10496 16 wmi 7648 0 video 19972 0 output 3328 1 video battery 7600 0 ac 3760 0 button 7280 0 ext3 122880 1 jbd50472 1 ext3 mbcache 9140 1 ext3 ide_cd_mod 30224 0 cdrom 33592 1 ide_cd_mod ide_gd_mod 22504 3 ide_pci_generic 4628 0 ata_generic 5876 0 libata172972 1 ata_generic scsi_mod 159120 1 libata ssb39924 1 b43 sdhci_pci 7888 0 sdhci 16948 1 sdhci_pci 8139cp 20688 0 pcmcia 27416 2 b43,ssb
Bug#506181: Various backends have the wrong permissions
After spending some time learning what the rootbackends-worldreadable.dpatch in expermental does, and learning what the code behind it does, I understand the problem. I neither add a USB or parallel printer nor print to one in cups 1.3.8-1lenny2. Apparently the reason for this is that the relevant backends are apparently not running with permissions to access the relevant devices. crw-rw 1 root lp6, 0 2008-11-18 08:10 /dev/lp0 crw-rw 1 root dialout 4, 64 2008-11-18 08:09 /dev/ttyS0 crw-rw 1 root dialout 4, 65 2008-11-18 08:09 /dev/ttyS1 crw-rw 1 root dialout 4, 66 2008-11-18 08:09 /dev/ttyS2 crw-rw 1 root dialout 4, 67 2008-11-18 08:09 /dev/ttyS3 crw-rw 1 root lp 180, 0 2008-11-18 08:09 /dev/usb/lp0 These permissions are set in /etc/udev/rules.d/91-permissions.rules CUPS default permissions for running filters (including the backends) is to run in group lpadmin. If I change the group that filters run in (adding the line "Group lp" in /etc/cups/cupsd.conf) then I can make the usb and parallel backends work. (But I can't make usb and parallel work at the same time as serial because they require different groups to run) If I change the permissions on the parallel, usb, and serial backends from 755 to 700, then cups will run them as root (this is the behavior that rootbackends-worldreadable.dpatch was dealing with, but not really fixing in this instance) and they will all work. -- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: This is a digitally signed message part
Bug#506181: Wrong about the version that fixes it
I'm wrong about the version that fixes this -- it just reappeared in 1.3.9-4. This appears to be related to #503644 though. I'm upgrading to 1.3.9-5 and I'll see if this bug goes away. --Ken -- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: This is a digitally signed message part
Bug#506181: cups: Can't add local printers
Package: cups Version: 1.3.8-1lenny2 Severity: grave Justification: makes package mostly unusable on new installs I can't add local printers in this version of cups. The localhost:631 web interface doesn't list them as an option, and the kcontrol printing control panel has the "Local Printer" option grayed out. Running dpkg-reconfigure cups and reselecting the backends doesn't fix this. I have confirmed that these backedns are enabled after running dpkg-reconfigure cups, but I still can't add a local printer. [EMAIL PROTECTED] thesisproposal]$ ls /usr/lib/cups/backend beh*hp* http* lpd* ptal* serial* snmp*usb* dnssd* hpfax* ipp* parallel* scsi* smb@ socket* Upgrading to 1.3.9-4 from experimental fixes this. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27.5-amd64-1ken (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages cups depends on: ii adduser 3.110 add and remove users and groups ii cups-common 1.3.8-1lenny2 Common UNIX Printing System(tm) - ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii ghostscript 8.62.dfsg.1-3.1The GPL Ghostscript PostScript/PDF ii libavahi-compat-libdn 0.6.23-2 Avahi Apple Bonjour compatibility ii libc6 2.7-16 GNU C Library: Shared libraries ii libcups2 1.3.8-1lenny2 Common UNIX Printing System(tm) - ii libcupsimage2 1.3.8-1lenny2 Common UNIX Printing System(tm) - ii libdbus-1-3 1.2.1-4simple interprocess messaging syst ii libgnutls26 2.4.2-3the GNU TLS library - runtime libr ii libkrb53 1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries ii libpam0g 1.0.1-4+b1 Pluggable Authentication Modules l ii libpaper1 1.1.23+nmu1library for handling paper charact ii libslp1 1.2.1-7.5 OpenSLP libraries ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip ii perl-modules 5.10.0-17 Core Perl modules ii procps1:3.2.7-9 /proc file system utilities ii ssl-cert 1.0.23 simple debconf wrapper for OpenSSL ii xpdf-utils [poppler-u 3.02-1.4 Portable Document Format (PDF) sui Versions of packages cups recommends: ii avahi-utils 0.6.23-2 Avahi browsing, publishing and dis ii cups-client 1.3.8-1lenny2 Common UNIX Printing System(tm) - ii foomatic-filters 3.0.2-20080211-3.2 OpenPrinting printer support - fil ii smbclient 2:3.2.4-1 a LanManager-like simple client fo Versions of packages cups suggests: ii cups-bsd1.3.8-1lenny2Common UNIX Printing System(tm) - pn cups-driver-gutenprint (no description available) pn cups-pdf (no description available) ii foomatic-db 20080211-2+nmu1 OpenPrinting printer support - dat ii foomatic-db-engine 3.0.2-20080211-1 OpenPrinting printer support - pro ii hplip 2.8.6.b-3HP Linux Printing and Imaging Syst pn xpdf-korean | xpdf-japa(no description available) -- debconf information: * cupsys/raw-print: false * cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#503591: Regeneration?
The build process for the tzdata package involves running zic (included in libc6) on a collection of text source files downloaded from upstream, and included in the tzdata source package (but not the binary package). This creates the binary files in /usr/share/zoneinfo libtzinfo-ruby has a script in lib/tzinfo/tzdataparser.rb that parses the same text source files, and regenerates the ruby scripts in libtzinfo-ruby. Perhaps the easiest way to fix this for lenny is to convince the tzdata maintainer to install the text source files as well (either in tzdata or a separate package), and then use those at install time to generate brand new ruby versions. Then to deal with updates, set up a dpkg trigger that regenerates the ruby files when the text sources are updated. Alternatively, one could port the /usr/share/zoneinfo parser from ruby-tzfile and integrate it into libtzinfo-ruby, with a fallback to the embedded ruby files if /usr/share/zoneinfo doesn't exist (e.g. a non-Linux system, so that this port could be included upstream). I spent some time on Friday trying my hand at such a port, but I have no idea how to integrate it properly, and I have noticed that some of the information in the ruby scripts (specifically the difference between "the current timezone rules" and "standard time") is not derivable at all from the data in /usr/share/zoneinfo libtzinfo-ruby and ruby-tzdata have different enough interfaces that I doubt it will be feasible (or desirable) to port rails to use ruby-tzfile. ruby-tzfile creates its own completely different (incompatible) set of time objects from Ruby's builtin. Mathematical operations on ruby-tzdata objects are specified in seconds, while mathematical operations on Ruby's built-in time objects are specified in days. libtzinfo-ruby performs conversion on Ruby's built-in Time objects. Also, ruby-tzfile has not been updated in over a year. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#503591: Ruby/TZFile
I'm not sure if these implement the same interface, but ruby-tzfile has the same goal as libtzinfo-ruby, and reads its time zones from the system tzdata interface http://www.a-k-r.org/ruby-tzfile/index.html -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#434647: NMU
I have a build that fixes this at http://lingcog.iit.edu/~bloom/kaffe/ if someone wants to check it and sponsor my upload. The attached patch adds one more location of update-alternatives --auto in addition to the others already patched, and it gets the direction of the patch right --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ diff -u kaffe-1.1.8/debian/kaffe.prerm kaffe-1.1.8/debian/kaffe.prerm --- kaffe-1.1.8/debian/kaffe.prerm +++ kaffe-1.1.8/debian/kaffe.prerm @@ -6,7 +6,6 @@ if [ "$1" != "upgrade" ] ; then for file in appletviewer jar java javac javadoc javah javakey javap jdb native2ascii rmic rmiregistry serialver ; do update-alternatives --remove $file /etc/alternatives/kaffe-system/bin/$file || true - update-alternatives --auto $file || true done fi diff -u kaffe-1.1.8/debian/kaffe.preinst kaffe-1.1.8/debian/kaffe.preinst --- kaffe-1.1.8/debian/kaffe.preinst +++ kaffe-1.1.8/debian/kaffe.preinst @@ -5,7 +5,6 @@ if [ "$1" = "upgrade" ] ; then for file in appletviewer jar java javac javadoc javah javakey javap jdb native2ascii rmic rmiregistry serialver ; do update-alternatives --remove $file /usr/lib/kaffe/bin/$file || true - update-alternatives --auto $file || true done fi diff -u kaffe-1.1.8/debian/changelog kaffe-1.1.8/debian/changelog --- kaffe-1.1.8/debian/changelog +++ kaffe-1.1.8/debian/changelog @@ -1,3 +1,11 @@ +kaffe (2:1.1.8-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Do not call 'update-alternatives --auto' in maintainer scripts because it +overrides admin decisions (Closes: #434647) + + -- Ken Bloom <[EMAIL PROTECTED]> Sun, 26 Oct 2008 12:43:39 -0500 + kaffe (2:1.1.8-5.1) unstable; urgency=low * Non-maintainer upload. diff -u kaffe-1.1.8/debian/jikes-kaffe.prerm kaffe-1.1.8/debian/jikes-kaffe.prerm --- kaffe-1.1.8/debian/jikes-kaffe.prerm +++ kaffe-1.1.8/debian/jikes-kaffe.prerm @@ -3,7 +3,6 @@ case "$1" in upgrade | remove) update-alternatives --remove javac /usr/bin/jikes-kaffe || true -update-alternatives --auto javac || true ;; esac signature.asc Description: Digital signature
Bug#498535: fluxbox: programs get BadAlloc errors when shading or unshading
Package: fluxbox Version: 1.1.0.1-1 Severity: critical Justification: breaks unrelated software Since the last upgrade to Fluxbox, I have observed numerous programs crash with X11 errors when I tried to shade their windows or unshade them. Here's a couple errors (in unrelated programs) that came when I tried to shade them. The program 'galeon' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 364123 error_code 11 request_code 53 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ifdown: interface wlan0 not configured CalDAV Eplugin starting up ... evolution-shell-Message: Killing old version of evolution-data-server... ** (evolution:22528): DEBUG: mailto URL command: evolution %s ** (evolution:22528): DEBUG: mailto URL program: evolution libnm_glib_nm_state_cb: dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files The program 'evolution' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 80802 error_code 11 request_code 53 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I also observed a similar error in gvim earlier today, but I don't recall whether I was trying to shade the window or unshade it. (gvim reacted by getting into an infinite loop, printing the following repeatedly) Vim: Got X error Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0 [0x7f201839497c] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x7f2018394a15] #2 /usr/lib/libX11.so.6 [0x7f201b197500] #3 /usr/lib/libX11.so.6(XChangeProperty+0x44) [0x7f201b16a254] #4 /usr/lib/libX11.so.6(XStoreBuffer+0x46) [0x7f201b18b276] #5 gvim(x11_export_final_selection+0x10f) [0x50661f] #6 gvim(mch_exit+0x12) [0x51f6c2] #7 gvim [0x51f0ee] #8 /usr/lib/libX11.so.6(_XError+0xcc) [0x7f201b19043c] #9 /usr/lib/libX11.so.6 [0x7f201b197e2f] #10 /usr/lib/libX11.so.6(_XEventsQueued+0x36) [0x7f201b1986d6] #11 /usr/lib/libX11.so.6(XFlush+0x1a) [0x7f201b16ff9a] #12 gvim(x11_export_final_selection+0x117) [0x506627] #13 gvim(mch_exit+0x12) [0x51f6c2] #14 gvim [0x51f0ee] #15 /usr/lib/libX11.so.6(_XError+0xcc) [0x7f201b19043c] #16 /usr/lib/libX11.so.6 [0x7f201b197e2f] #17 /usr/lib/libX11.so.6(_XEventsQueued+0x36) [0x7f201b1986d6] #18 /usr/lib/libX11.so.6(XFlush+0x1a) [0x7f201b16ff9a] #19 gvim(x11_export_final_selection+0x117) [0x506627] RenderBadPicture (invalid Picture parameter) Vim: Got X error Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0 [0x7f201839497c] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x7f2018394a15] #2 /usr/lib/libX11.so.6 [0x7f201b197500] #3 /usr/lib/libX11.so.6(XChangeProperty+0x44) [0x7f201b16a254] #4 /usr/lib/libX11.so.6(XStoreBuffer+0x46) [0x7f201b18b276] #5 gvim(x11_export_final_selection+0x10f) [0x50661f] #6 gvim(mch_exit+0x12) [0x51f6c2] #7 gvim [0x51f0ee] #8 /usr/lib/libX11.so.6(_XError+0xcc) [0x7f201b19043c] #9 /usr/lib/libX11.so.6 [0x7f201b197e2f] #10 /usr/lib/libX11.so.6(_XEventsQueued+0x36) [0x7f201b1986d6] #11 /usr/lib/libX11.so.6(XFlush+0x1a) [0x7f201b16ff9a] #12 gvim(x11_export_final_selection+0x117) [0x506627] #13 gvim(mch_exit+0x12) [0x51f6c2] #14 gvim [0x51f0ee] #15 /usr/lib/libX11.so.6(_XError+0xcc) [0x7f201b19043c] #16 /usr/lib/libX11.so.6 [0x7f201b197e2f] #17 /usr/lib/libX11.so.6(_XEventsQueued+0x36) [0x7f201b1986d6] #18 /usr/lib/libX11.so.6(XFlush+0x1a) [0x7f201b16ff9a] #19 gvim(x11_export_final_selection+0x117) [0x506627] BadDrawable (invalid Pixmap or Window parameter) Vim: Got X error Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0 [0x7f201839497c] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x7f2018394a15] #2 /usr/lib/libX11.so.6 [0x7f201b197500] #3 /usr/lib/libX11.so.6(XChangeProperty+0x44) [0x7f201b16a254] #4 /usr/lib/libX11.so.6(XStoreBuffer+0x46) [0x7f201b18b276] #5 gvim(x11_export_final_selection+0x10f) [0x50661f] #6 gvim(mch_exit+0x12) [0x51f6c2] #7 gvim [0x51f0ee] #8 /usr/lib/libX11.so.6(_XError+0xcc) [0x7f201b19043c] #9 /usr/lib/libX11.so.6 [0x7f201b197e2f] #10 /usr/lib/libX11.so.6(_XEventsQueued+0x36) [0x7f201b1986d6] #11 /usr/lib/libX11.so.6(XFlush+0x1a) [0x7f201b16ff9a] #12 gvim(x11_export_final_selection+0x117) [0x506627
Bug#402811: linux-modules-* fixes probably unnecessary
After consulting with Daniel Baumann <[EMAIL PROTECTED]>, it appears that it's unnecessary for linux-modules-* to add an epoch or change its versioning scheme. modules-assistant still requires fixing, by adding an epoch to all modules it creates, and reversing the version number to match linux-modules-*'s scheme, however no coordination with linux-modules-* is necesary. I am closing the bugs againt linux-modules-*. --Ken -- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#402811: Maybe both packages need to add epochs
clone 402811 -1 -2 -3 reassign -1 linux-modules-contrib-2.6 reassign -2 linux-modules-extra-2.6 reassign -3 linux-modules-nonfree-2.6 thanks module-assistant and linux-modules-* need to agree on a consistent versioning scheme, and both need to add epochs to the kernel module packages they generate, since current behavior as to whose packages can be upgraded to whose varies depending on the version number of the package that's currently installed. (I believe that module-assistant's packages should have an epoch that's one higher than linux-modules-*'s epoch so that linux-module-*'s packages cannot ever supercede module-assistant's potentially customized versions of the same modules, but this may be a debatable point.) acx100-source (whose version number is 20070101-3) will prefer module-assitant at the moment, since 20070101-3+2.6.24 (m-a's) >> 2.6.24+20070101-3 (l-m-e's). module-assistant versions built before fixing m-a will supercede those built after fixing m-a if an epoch is not added. on the other hand, it isn't correct to merely fix linux-modules-extra, because other modules have the reverse situation ivtv-source (whose version number is 0.16.4-2) will upgrade module-assistant's modules to linux-modules-extra's versions, since 1.0.3-2+2.6.24 (m-a's) << 2.6.24+1.0.3-2 (l-m-e's). --Ken -- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#463811: wmbattery: FTBFS on AMD64 -- duplicate type definitions in headers included by simplehal.c
Package: wmbattery Version: 2.35 Severity: serious Justification: no longer builds from source Building in an AMD64 pbulider chroot, I encountered the following FTBFS: In file included from /usr/include/apm.h:24, from simplehal.c:5: /usr/include/sys/types.h:46: error: conflicting types for 'loff_t' /usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was here /usr/include/sys/types.h:62: error: conflicting types for 'dev_t' /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here In file included from /usr/include/sys/types.h:133, from /usr/include/apm.h:24, from simplehal.c:5: /usr/include/time.h:105: error: conflicting types for 'timer_t' /usr/include/linux/types.h:22: error: previous declaration of 'timer_t' was here In file included from /usr/include/apm.h:24, from simplehal.c:5: /usr/include/sys/types.h:198: error: conflicting types for 'int64_t' /usr/include/linux/types.h:98: error: previous declaration of 'int64_t' was here /usr/include/sys/types.h:204: error: conflicting types for 'u_int64_t' A full build log is attached. --Ken -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages wmbattery depends on: ii libapm1 3.2.2-8.1 Library for interacting with APM d ii libc6 2.7-6 GNU C Library: Shared libraries ii libdbus-1-3 1.1.2-1simple interprocess messaging syst ii libhal1 0.5.10-5 Hardware Abstraction Layer - share ii libx11-6 2:1.0.3-7 X11 client-side library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxpm4 1:3.5.7-1 X11 pixmap library Versions of packages wmbattery recommends: ii hal 0.5.10-5 Hardware Abstraction Layer -- no debconf information dpkg-buildpackage: source package wmbattery dpkg-buildpackage: source version 2.35 dpkg-buildpackage: source changed by Joey Hess <[EMAIL PROTECTED]> fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp /usr/bin/make distclean make[1]: Entering directory `/home/bloom/scratch/wmbattery-2.35' Makefile:5: makeinfo: No such file or directory autoconf ./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for XOpenDisplay in -lX11... yes checking for XShapeCombineMask in -lXext... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for apm_read in -lapm... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking X11/extensions/shape.h usability... yes checking X11/extensions/shape.h presence... yes checking for X11/extensions/shape.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking apm.h usability... yes checking apm.h presence... yes checking for apm.h... yes checking for an ANSI C-conforming const... yes checking whether gcc needs -traditional... no checking for vprintf... yes checking for _doprnt... no checking for strdup... yes configure: creating ./config.status config.status: creating makeinfo config.status: WARNING: autoconf/makeinfo.in seems to ignore the --datarootdir setting config.status: creating config.h ./config.status config.status: creating makeinfo config.status: WARNING: autoconf/makeinfo.in seems to ignore the --datarootdir setting config.status: creating config.h config.status: config.h is unchanged make[1]: Leaving directory `/home/bloom/scratch/wmbattery-2.35' make[1]: Entering directory `/home/bloom/scratch/wmbattery-2.35' rm -f wmbattery *.o rm -f config.status config.cache config.log makeinfo config.h configure make[1]: Leaving directory `/home/bloom/scratch/wmbattery-2.35' dh_clean dpk
Bug#452244: [Pkg-hpijs-devel] Bug#452244: sysv-rc dependency
On Thu, 22 Nov 2007 23:49:57 + Mark Purcell <[EMAIL PROTECTED]> wrote: > On Thursday 22 November 2007, Ken Bloom wrote: > > severity 452244 serious # Violates debian policy 9.3.3 > > thanks > > Thanks Ken, > > Yes there is a bit of work to do there. > > In part we have started backporting the ubuntu work for the package > to bring it back into Debian, so the postinst does need some work. > Most of the magic is to clear up old versions of the software to > ensure we have a sane state. > > But your suggestions are well made and we will work through them. As far as I can tell, these things are the only dependency hpijs has on sysv-rc specifically. Moreover, they wouldn't actually be dangerous if you removed the sysv-rc dependency while leaving them in place in the maintainer scripts, although in reality, you'd want to use update-rc.d in order to correctly handle cleanup in systems using file-rc. So this is actually an easy bug to fix, and the sysv-rc dependency is unnecessary. --Ken -- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: PGP signature
Bug#424444: Patch
tags 42 + patch usertags 42 + touched thanks Here's a patch that fixes the FTBFS --Ken -- Ken Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ --- trang-20030619.orig/src/com/thaiopensource/relaxng/parse/compact/CompactSyntax.java +++ trang-20030619/src/com/thaiopensource/relaxng/parse/compact/CompactSyntax.java @@ -3448,8 +3448,8 @@ jj_expentry[i] = jj_lasttokens[i]; } boolean exists = false; - for (java.util.Enumeration enum = jj_expentries.elements(); enum.hasMoreElements();) { -int[] oldentry = (int[])(enum.nextElement()); + for (java.util.Enumeration enum_ = jj_expentries.elements(); enum_.hasMoreElements();) { +int[] oldentry = (int[])(enum_.nextElement()); if (oldentry.length == jj_expentry.length) { exists = true; for (int i = 0; i < jj_expentry.length; i++) { --- trang-20030619.orig/src/com/thaiopensource/relaxng/output/rng/Analyzer.java +++ trang-20030619/src/com/thaiopensource/relaxng/output/rng/Analyzer.java @@ -208,8 +208,8 @@ if (context == null || context == lastContext) return; lastContext = context; -for (Enumeration enum = context.prefixes(); enum.hasMoreElements();) { - String prefix = (String)enum.nextElement(); +for (Enumeration enum_ = context.prefixes(); enum_.hasMoreElements();) { + String prefix = (String)enum_.nextElement(); noteNs(prefix, context.resolveNamespacePrefix(prefix)); } } --- trang-20030619.orig/src/com/thaiopensource/relaxng/output/xsd/NamespaceManager.java +++ trang-20030619/src/com/thaiopensource/relaxng/output/xsd/NamespaceManager.java @@ -180,7 +180,7 @@ (NamespaceUsage)best.getValue()) // avoid output depending on order of hash table iteration || (tem.getValue().equals(best.getValue()) -&& ((String)tem.getKey()).compareTo(best.getKey()) < 0)) +&& ((String)tem.getKey()).compareTo((String)best.getKey()) < 0)) best = tem; } namespaceUsageMap.clear(); --- trang-20030619.orig/src/com/thaiopensource/relaxng/output/xsd/PrefixManager.java +++ trang-20030619/src/com/thaiopensource/relaxng/output/xsd/PrefixManager.java @@ -49,8 +49,8 @@ si.getGrammar().componentsAccept(this); Context context = si.getGrammar().getContext(); if (context != null) { -for (Enumeration enum = context.prefixes(); enum.hasMoreElements();) { - String prefix = (String)enum.nextElement(); +for (Enumeration enum_ = context.prefixes(); enum_.hasMoreElements();) { + String prefix = (String)enum_.nextElement(); if (!prefix.equals("")) notePrefix(prefix, resolveNamespace(context.resolveNamespacePrefix(prefix))); } signature.asc Description: This is a digitally signed message part.
Bug#428338: gaim-irchelper: Repackage for pidgin
Package: gaim-irchelper Version: 0.13-5 Severity: grave Justification: renders package unusable Gaim has been renamed pidgin, and old gaim-irchelper is not recognized by pidgin. Gaim-irchelper needs to be renamed and the plugin moved to /usr/lib/pidgin, dependancies changed, etc... --Ken -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gaim-irchelper depends on: ii gaim 1:2.0.0+fake.1 transitional package to Pidgin ii libc6 2.5-10 GNU C Library: Shared libraries ii libglib2.0-0 2.12.12-1 The GLib library of C routines gaim-irchelper recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425474: konqueror: Protocols and mime types not supported
Package: konqueror Version: 4:3.5.7-1 Severity: grave Justification: renders package unusable Starting up konqueror for use as a web browser gives me an error message "Could not find mime type application/octet-stream" instead of loading the greeting page. When I hit OK, I am presented with another error "No mime types installed". Trying to visit http://www.google.com, I am presented with another error "Protocol not supported: http". Needless to say, I never actually get to visit Google or any other web page. --Ken Bloom -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages konqueror depends on: ii kcontrol4:3.5.7-1control center for KDE ii kdebase-kio-plugins 4:3.5.7-1core I/O slaves for KDE ii kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al ii kdesktop4:3.5.7-1miscellaneous binaries and files f ii kfind 4:3.5.7-1file-find utility for KDE ii libacl1 2.2.42-1 Access control list shared library ii libart-2.0-22.3.19-3 Library of functions for 2D graphi ii libattr11:2.4.32-1.1 Extended attribute shared library ii libaudio2 1.9-2The Network Audio System (NAS). (s ii libc6 2.5-7GNU C Library: Shared libraries ii libfam0 2.7.0-12 Client library to control the FAM ii libfontconfig1 2.4.2-1.2generic font configuration library ii libfreetype62.2.1-5 FreeType 2 font engine, shared lib ii libgcc1 1:4.2-20070516-1 GCC support library ii libice6 1:1.0.3-2X11 Inter-Client Exchange library ii libidn110.6.5-1 GNU libidn library, implementation ii libjpeg62 6b-13The Independent JPEG Group's JPEG ii libkonq44:3.5.7-1core libraries for Konqueror ii libpng12-0 1.2.15~beta5-2 PNG library - runtime ii libqt3-mt 3:3.3.7-4+b1 Qt GUI Library (Threaded runtime v ii libsm6 2:1.0.3-1X11 Session Management library ii libstdc++6 4.2-20070516-1 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxcursor1 1:1.1.8-2X cursor management library ii libxext61:1.0.3-2X11 miscellaneous extension librar ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxi6 1:1.0.1-4X11 Input extension library ii libxinerama11:1.0.2-1X11 Xinerama extension library ii libxrandr2 2:1.2.1-1X11 RandR extension library ii libxrender1 1:0.9.2-1X Rendering Extension client libra ii libxt6 1:1.0.5-3X11 toolkit intrinsics library ii zlib1g 1:1.2.3-15 compression library - runtime konqueror recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#423093: fglrx-driver: Compiled for 7.1, incompatible with 1.3.0.0
Package: fglrx-driver Version: 8.31.5-1 Severity: grave Justification: renders package unusable Attempting to use the (experimental) fglrx driver on current sid Xorg installations doesn't work becuase of a version number mismatch. I'd venture to guess that this is also the case with the version of the driver currently in Sid, because I couldn't get X.org to start with that driver either. (II) LoadModule: "fglrx" (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 7.1.0, module version = 8.31.5 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.0 [atiddxSetup] X version mismatch - detected X.org 1.3.0.0, required X.org 7.1.0.0 (II) UnloadModule: "fglrx" (II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so (EE) Failed to load module "fglrx" (module requirement mismatch, 0) --Ken Bloom -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages fglrx-driver depends on: ii libc6 2.5-7GNU C Library: Shared libraries ii libgcc1 1:4.2-20060709-1 GCC support library ii libstdc++5 1:3.3.6-15 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxext61:1.0.3-2X11 miscellaneous extension librar ii libxrandr2 2:1.2.1-1X11 RandR extension library ii libxrender1 1:0.9.2-1X Rendering Extension client libra ii xserver-xorg1:7.2-3 the X.Org X server Versions of packages fglrx-driver recommends: ii fglrx-kernel-2.6.18-1- 8.31.5-1+2.6.18-3 ATI binary kernel module for Linux ii fglrx-kernel-src 8.31.5-1 kernel module source for the ATI g -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#408002: konqueror: Konqueror blocks forever reading file descriptor 8
Package: konqueror Version: 4:3.5.5a.dfsg.1-5 Severity: serious On amd64, Konqueror frequently fails to launch or occasionally freezes up completely while it's already running. In either case, it's becase konqueror is blocking forever trying to read file descriptor 8. Killing kded and gam_server and restarting any KDE apps lets konqueror load again. I have never seen this bug occur on x86. Backtrace: #0 0x2add54f93342 in read () from /lib/libc.so.6 #1 0x2add56b5902f in _kde_IceTransSocketRead ( ciptr=, buf=0x56b550 "\002\003", size=8) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/KDE-ICE/Xtranssock.c:1710 #2 0x2add56b5317b in _kde_IceRead (iceConn=0x56b280, nbytes=, ptr=0x56b550 "\002\003") at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/KDE-ICE/misc.c:249 #3 0x2add56b574a0 in KDE_IceProcessMessages (iceConn=0x56b280, replyWait=0x7fff5639aac0, replyReadyRet=0x7fff5639ab6c) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/KDE-ICE/process.c:153 #4 0x2add56b4521d in DCOPClient::callInternal (this=0x56d0b0, remApp=, [EMAIL PROTECTED], [EMAIL PROTECTED], data=, replyStruct=0x7fff5639abf0, useEventLoop=false, timeout=-1, minor_opcode=2) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopclient.cpp:1931 #5 0x2add56b45518 in DCOPClient::callInternal (this=0x56d0b0, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], useEventLoop=false, timeout=-1, minor_opcode=2) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopclient.cpp:1821 #6 0x2add56b49a58 in DCOPClient::call (this=0x56d0b0, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], useEventLoop=false, timeout=-1) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopclient.cpp:1765 #7 0x2add56b4c609 in DCOPRef::callInternal (this=0x7fff5639ade0, fun=, [EMAIL PROTECTED], [EMAIL PROTECTED], useEventLoop=NoEventLoop, timeout=-1) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopref.cpp:77 #8 0x2add56b4c6a7 in DCOPRef::callInternal (this=0x56b550, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopref.cpp:52 #9 0x2add557b7640 in KMimeType::favIconForURL (url=) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./dcop/dcopref.h:464 #10 0x2add5ab21233 in SearchBarPlugin::setIcon () from /usr/lib/kde3/libsearchbarplugin.so #11 0x2add5ab21be4 in SearchBarPlugin::configurationChanged () from /usr/lib/kde3/libsearchbarplugin.so #12 0x2add5ab2223a in SearchBarPlugin::SearchBarPlugin () from /usr/lib/kde3/libsearchbarplugin.so #13 0x2add5ab23808 in KGenericFactory::createObject () from /usr/lib/kde3/libsearchbarplugin.so #14 0x2add5668afca in KLibFactory::create (this=0x8, parent=0x56b550, name=0x8 , classname=0x , [EMAIL PROTECTED]) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/klibloader.cpp:83 #15 0x2add55463e29 in KParts::Plugin::loadPlugin (parent=0x5a5390, libname=0x5605a0 "libsearchbarplugin") at /build/buildd/kdelibs-3.5.5a.dfsg.1/./kparts/../kparts/componentfactory.h:67 #16 0x2add5546de67 in KParts::Plugin::loadPlugins (parent=0x5a5390, parentGUIClient=0x5a58d0, instance=0x7fff5639c3b8, enableNewPluginsByDefault=true) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./kparts/plugin.cpp:301 #17 0x2add5546edb0 in KParts::PartBase::setInstance (this=0x5a58e8, inst=0x7fff5639c3b8, bLoadPlugins=true) at /build/buildd/kdelibs-3.5.5a.dfsg.1/./kparts/part.cpp:119 #18 0x2add548d848d in KonqMainWindow (this=0x5a5390, [EMAIL PROTECTED], openInitialURL=false, name=, [EMAIL PROTECTED]) at /build/buildd/kdebase-3.5.5a.dfsg.1/./konqueror/konq_mainwindow.cc:220 #19 0x2add548df82a in KonqMisc::createBrowserWindowFromProfile ( path=, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], forbidUseHTML=false, [EMAIL PROTECTED], tempFile=false, openURL=true) at /build/buildd/kdebase-3.5.5a.dfsg.1/./konqueror/konq_misc.cc:152 #20 0x2add548e6b66 in kdemain (argc=, argv=) at /build/buildd/kdebase-3.5.5a.dfsg.1/./konqueror/konq_main.cc:155 #21 0x2add54ef34ca in __libc_start_main () from /lib/libc.so.6 #22 0x0040051a in _start () at ../sysdeps/x86_64/elf/start.S:113 I'm unable to get a useful backtrace from kded or gam_server. --Ken Bloom -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (90, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages konqueror depends on: ii kcontrol 4:3.5.5a.dfsg.1-5 control center f
Bug#403703: Still present
found 403703 1.2.7-2 thanks I'm still seeing this bug with my HP DeskJet 932c printer, using the hpijs PPDs. I have the same behavior between 1.2.7-1 and 1.2.7-2. I have verified that I can print with OutputOrder=Normal, but not with OutputOrder=Reverse. When using OutputOrder=Reverse, the error (in /var/log/cups/error_log at log level debug) is as follows: D [16/Jan/2007:11:59:01 -0600] [Job 91] foomatic-gswrapper: gs '-sstdout=%stderr' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=DESKJET 932' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-dDuplex=false' '-r600' '-sIjsParams=Quality:Quality=0,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=2' '-dIjsUseOutputFD' '-sOutputFile=%stdout' '-' D [16/Jan/2007:11:59:02 -0600] [Job 91] Error: /undefined in pdfStartPage D [16/Jan/2007:11:59:02 -0600] [Job 91] Operand stack: D [16/Jan/2007:11:59:02 -0600] [Job 91] D [16/Jan/2007:11:59:02 -0600] [Job 91] Execution stack: D [16/Jan/2007:11:59:02 -0600] [Job 91] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- D [16/Jan/2007:11:59:02 -0600] [Job 91] Dictionary stack: D [16/Jan/2007:11:59:02 -0600] [Job 91] --dict:1136/1686(ro)(G)-- --dict:0/20(G)-- --dict:70/200(L)-- D [16/Jan/2007:11:59:02 -0600] [Job 91] Current allocation mode is local D [16/Jan/2007:11:59:02 -0600] [Job 91] Last OS error: 2 D [16/Jan/2007:11:59:02 -0600] [Job 91] AFPL Ghostscript 8.53: Unrecoverable error, exit code 1 D [16/Jan/2007:11:59:02 -0600] [Job 91] renderer return value: 1 D [16/Jan/2007:11:59:02 -0600] [Job 91] renderer received signal: 1 D [16/Jan/2007:11:59:02 -0600] [Job 91] tail process done writing data to STDOUT D [16/Jan/2007:11:59:02 -0600] [Job 91] KID4 finished D [16/Jan/2007:11:59:02 -0600] [Job 91] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3 D [16/Jan/2007:11:59:02 -0600] [Job 91] error: Illegal seek (29) D [16/Jan/2007:11:59:02 -0600] [Job 91] Possible error on renderer command line or PostScript error. Check options. D [16/Jan/2007:11:59:02 -0600] [Job 91] KID4 exited with status 0 D [16/Jan/2007:11:59:02 -0600] [Job 91] KID3 exited with status 3 D [16/Jan/2007:11:59:02 -0600] [Job 91] Renderer exit stat: 3 D [16/Jan/2007:11:59:02 -0600] [Job 91] Renderer process finished D [16/Jan/2007:11:59:02 -0600] [Job 91] Killing process 10400 (KID3) D [16/Jan/2007:11:59:02 -0600] [Job 91] Process dying with "Error closing renderer", exit stat: 3 D [16/Jan/2007:11:59:02 -0600] [Job 91] error: Bad file descriptor (9) D [16/Jan/2007:11:59:02 -0600] [Job 91] Error closing renderer E [16/Jan/2007:11:59:02 -0600] PID 10392 (/usr/lib/cups/filter/foomatic-rip) stopped with status 3! D [16/Jan/2007:11:59:02 -0600] PID 10394 (/usr/lib/cups/backend/parallel) exited with no errors. D [16/Jan/2007:11:59:02 -0600] [Job 91] File 0 is complete. --Ken Bloom -- Ken Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ signature.asc Description: Digital signature
Bug#360144: comes from gcc 3.x to 4.x transition
This bug comes about as a result of changed compilation defaults on GCC 4.x. It rears its ugly head on AMD64 because it was built for AMD64's official archive about a year later than it was originally built, and during that time, GCC was upgraded. Rebuilding today on i386 causes the same bug to appear in the newly compiled i386 package. Fix is as I have mentioned. --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#360144: Fix
There's a fix in gentoo's BTS which can be backported to 4.1 (and can also be applied to 4.3) http://bugs.gentoo.org/show_bug.cgi?id=117954 The fix is simple Add the following line somewhere near the beginning of the makefile. LDFLAGS += -Wl,-export-dynamic --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#374812: ${prefix} in /etc/dbus-1/session.conf
A reference to ${prefix} in /etc/dbus-1/session.conf is not being expanded, causing the problem. To work around until this is fixed, edit /etc/X11/Xsession.options and comment out the line saying "use-session-dbus". --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#358848: xlibmesa-gl: unable to create ./usr/X11R6/lib/libGL.so.1.2
Package: xlibmesa-gl Version: 6.9.0.dfsg.1-5 Severity: serious Justification: fails to install Upgrading xlibmesa-gl to 6.9.0.dfsg.1-5 cause the following errors: Unpacking replacement xlibmesa-gl ... dpkg: error processing /var/cache/apt/archives/xlibmesa-gl_6.9.0.dfsg.1-5_amd64.deb (--unpack): unable to create `./usr/X11R6/lib/libGL.so.1.2': No such file or directory dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/xlibmesa-gl_6.9.0.dfsg.1-5_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) --Ken Bloom -- 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-1-amd64-k8 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xlibmesa-gl depends on: ii libc6 2.3.6-4GNU C Library: Shared libraries an ii libx11-6 6.9.0.dfsg.1-5 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-5 X Window System miscellaneous exte ii libxxf86vm1 6.9.0.dfsg.1-5 X Video Mode selection library xlibmesa-gl recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#342522: Patch available
tags 342522 + patch thanks There is a patch available from the shfs-devel mailing list at http://sourceforge.net/mailarchive/forum.php?thread_id=9199119&forum_id=40921 --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#342879: Fixed in CVS
this bug appears to be fixed in GNU Make CVS http://cvs.savannah.gnu.org/viewcvs/make/make/?sortby=date#dirlist (there seem to be a lot of fixes since this beta, including modifying the problematic second expansion feature to be controlled by a pseudotarget.) -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#342879: The broken rule
My last message was wrong about the broken rule. It's the following rule from /usr/share/cdbs/1/rules/buildcore.mk: # These rules should do all the work of actually creating a .deb from the staging # directory. $(patsubst %,binary/%,$(DEB_ARCH_PACKAGES)) :: binary/% : testdir testroot common-binary-arch install/% $(patsubst %,binary/%,$(DEB_INDEP_PACKAGES)) :: binary/% : testdir testroot common-binary-indep install/% I've attached a minimal makefile which demonstrates the problem. Expected result (run on a make 3.80) [EMAIL PROTECTED] ~]$ make list/a install... list... Debian/sid result (run on make 3.81) [EMAIL PROTECTED] ~]$ make list/a make: *** No rule to make target `install', needed by `list/a'. Stop. I'm not sure how to fix the offending rule. --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. LIST=a $(patsubst %,install/%,$(LIST)): @echo install... $(patsubst %,list/%,$(LIST)):: list/%: install/% @echo list... signature.asc Description: Digital signature
Bug#342879: Possible broken rule
is it possible that the broken rule is in /usr/share/cdbs/1/rules/debhelper.mk? I see a bunch of rules that look like this: $(patsubst %,install/%,$(DEB_ALL_PACKAGES)) :: install/%: dh_installdirs -p$(cdbs_curpkg) $(DEB_INSTALL_DIRS_$(cdbs_curpkg)) These kinds of rules look like good candidates to interact badly with the new second expansion. And this rule that I have posted is consistent with people's failures right after CDBS runs dh_installdirs. Not that I have any clue what's going on or how to fix it, but I bet a bazillion DD's are subscribing to this bug, so maybe somone else who reads it would have an idea. --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#316566: More bugs fixed upstream by 0.9.14
close 262989 0.9.14-1 close 316566 0.9.14-1 close 261138 0.9.14-1 thanks Matt Hope forgot to mention a few bugs fixed upstream in 0.9.14. I've been running my own package of 0.9.14-1 for a few weeks now, and I sent my packages to him with a changelog entry that mentioned these bugs. He could have just looked at that to see what other bugs were fixed. Anyway, here's the alternate changelog entry listing the other bugs that are fixed upstream in 0.9.14: * New upstream release (some may have been fixed in 0.9.13 or earlier) - Fixes AMD64 / Mozilla trouble (Closes: #316566) - Fixes bsetroot conflict with blackbox (Closes: #309958, #308502, #319094) - Fixes font crash (Closes: #300531) - Fixes slow UTF-8 startup (Closes: #262305) - Semantic changes make #262989 invalid (Closes: #262989) - Fixes fburn segfault (Closes: #261138) I am now closing the bugs that he didn't close in his version of the changelog. --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#329811: evolution: requires missing libsoup2.2-7
Package: evolution Version: 2.2.3-4 Severity: serious Evolution in unstable requires libsoup2.2-7, which is available in testing but not in unstable. --Ken Bloom -- 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.12-1-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages evolution depends on: ii evolution-data-server 1.2.3-4evolution database backend server ii gconf22.10.1-2 GNOME configuration database syste ii gnome-icon-theme 2.10.1-2 GNOME Desktop icon theme ii gtkhtml3.63.6.2-1HTML rendering/editing library - b ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6Open-source version of SGI's audio ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library ii libbonoboui2-02.10.1-1 The Bonobo UI library ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libcamel1.2-0 1.2.3-4The Evolution MIME message handlin ii libcomerr21.38-2 common error description library ii libcompfaceg1 1989.11.11-24 Compress/decompress images for mai ii libdb4.1 4.1.25-18 Berkeley v4.1 Database Libraries [ ii libebook1.2-3 1.2.3-4Client library for evolution addre ii libecal1.2-2 1.2.3-3Client library for evolution calen ii libedataserver1.2-4 1.2.3-3Utily library for evolution data s ii libedataserverui1.2-4 1.2.3-4GUI utily library for evolution da ii libesd0 0.2.36-1 Enlightened Sound Daemon - Shared ii libfontconfig12.3.2-1generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgail-common1.8.5-1GNOME Accessibility Implementation ii libgail17 1.8.5-1GNOME Accessibility Implementation ii libgal2.4-0 2.4.3-1.1 G App Libs (run time library) ii libgal2.4-common 2.4.3-1.1 G App Libs (common files) ii libgconf2-4 2.10.1-2 GNOME configuration database syste ii libgcrypt11 1.2.1-4LGPL Crypto library - runtime libr ii libglade2-0 1:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.8.0-1The GLib library of C routines ii libgnome-keyring0 0.4.3-2GNOME keyring services library ii libgnome-pilot2 2.0.12-1.4 Support libraries for gnome-pilot ii libgnome2-0 2.10.1-1 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.10.2-2 A powerful object-oriented display ii libgnomeprint2.2-02.10.3-3 The GNOME 2.2 print architecture - ii libgnomeprintui2.2-0 2.10.2-2 GNOME 2.2 print architecture User ii libgnomeui-0 2.10.1-1 The GNOME 2 libraries (User Interf ii libgnomevfs2-02.10.1-5 The GNOME virtual file-system libr ii libgnutls11 1.0.16-13.1GNU TLS library - runtime library ii libgpg-error0 1.1-4 library for common error values an ii libgtk2.0-0 2.6.10-1 The GTK+ graphical user interface ii libgtkhtml3.6-18 3.6.2-1HTML rendering/editing library - r ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libkrb53 1.3.6-5MIT Kerberos runtime libraries ii libldap2 2.1.30-12 OpenLDAP libraries ii libnspr4 2:1.7.11-1 Netscape Portable Runtime Library ii libnss3 2:1.7.11-1 Network Security Service Libraries ii liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.8.2-2Layout and rendering of internatio ii libpisock80.11.8-12 Library for communicating with a P ii libpisync00.11.8-12 Synchronization library for PalmOS ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libsm66.8.2.dfsg.1-7 X Window System Session Management ii libsoup2.2-7 2.2.3-2an HTTP library implementation in ii libtasn1-20.2.13-1 Manage ASN.1 structures (runtime) ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li ii libxml2 2.6.22-1 GNOME XML library ii xlibs
Bug#308052: Fixed upstream in 0.9.14
This is fixed in 0.9.14 upstream, by renaming bsetroot to fbsetroot. From the changelog: *05/07/12: Renaming of 'bsetroot' to 'fbsetroot' (Mathias) blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming updated manpage, helper utils (fbgm, startfluxbox, fbsetbg), nls etc -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: Digital signature
Bug#316566: Fixed upstream -- please upgrade to 0.9.14
title 316566 64 bit issues with XChangeProperty -- fixed in 0.9.14 thanks This appears to be #1107213 upstream. (http://sourceforge.net/tracker/index.php?func=detail&aid=1107213&group_id=35398&atid=413960) It has been fixed in version 0.9.13 (and 0.9.14 is available now). --Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. signature.asc Description: OpenPGP digital signature
Bug#321726: gaim: *** glibc detected *** double free or corruption (out): 0x082cd018 ***
Package: gaim Version: 1:1.4.0-3 Severity: grave Justification: renders package unusable Gaim attempts to sign on, but at the point where it should show the buddy list, it quits, leaving the following message on standard output. *** glibc detected *** double free or corruption (out): 0x082cd018 *** Aborted --Ken Bloom -- 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.11-1ken Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages gaim depends on: ii gaim-data 1:1.4.0-3 multi-protocol instant messaging c ii libao20.8.6-1Cross Platform Audio Output Librar ii libaspell15c2 0.60.3-5 GNU Aspell spell-checker runtime l ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6Open-source version of SGI's audio ii libc6 2.3.5-3GNU C Library: Shared libraries an ii libgcrypt11 1.2.1-4LGPL Crypto library - runtime libr ii libglib2.0-0 2.6.6-1The GLib library of C routines ii libgnutls11 1.0.16-13.1GNU TLS library - runtime library ii libgtk2.0-0 2.6.9-1The GTK+ graphical user interface ii libgtkspell0 2.0.10-3 a spell-checking addon for GTK's T ii libice6 6.8.2.dfsg.1-4 Inter-Client Exchange library ii libpango1.0-0 1.8.2-1Layout and rendering of internatio ii libsm66.8.2.dfsg.1-4 X Window System Session Management ii libstartup-notification0 0.8-1 library for program launch feedbac ii libx11-6 6.8.2.dfsg.1-4 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-4 X Window System miscellaneous exte ii libxss1 6.8.2.dfsg.1-4 X Screen Saver client-side library ii xlibs 6.8.2.dfsg.1-4 X Window System client libraries m gaim recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]