[Bug 1270265] [NEW] Missing shared libraries for BFD and opcodes

2014-01-17 Thread mkfs
Public bug reported: The binutils-avr package only includes static libraries (libbfd.a, libopcodes.a), not shared libraries (libbfd.so, libopcodes.so). Other binutils packages (e.g. binutils, binutils-arm-linux-gnueabi) include both static and shared libraries. This is true for the i386 and

[Bug 979254] [NEW] VirtualBox udev rules overwrite existing RUN commands

2012-04-11 Thread mkfs
Public bug reported: The rules in file /lib/udev/rules.d/40-virtualbox-ose.rules use RUN= to specify commands. This causes the list of commands to be overwritten instead of appended. As a result, USB devices that use udev rules to load firmware will not be initialized. The fix: use RUN+=

[Bug 886946] Re: KDM opens at 7th virtual console despite of configuration.

2012-03-27 Thread mkfs
I agree with LStranger, it is changes like this that make me sour on the Ubuntus. Change the default display manager, sure, change the default VTY, fine, but don't reduce configurability with each release -- if I wanted a *NIX like that I'd be running OS X. Complaining aside, this appears to be a

[Bug 609576] [NEW] Qt4 package for Ruby 1.9 is empty

2010-07-24 Thread mkfs
Public bug reported: Binary package hint: libqt4-ruby After installing libqt4-ruby, Qt4 applications cannot be written in Ruby 1.9. bash# sudo apt-get install libqt4-ruby ... bash# cat test1.9.rb #!/usr/bin/env ruby1.9 require 'Qt4' app