Bug#698147: ruby-prof: cannot load such file: ruby-prof

2013-01-14 Thread Yoann Guillot
file -- ruby-prof (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/bin/ruby-prof:45:in `' A quick fix is to update the shebang line in /usr/bin/ruby-prof from #!/usr/bin/ruby to #!/usr/bin/ruby1.8 Regards, -- Yoann Guil

Bug#632071: ruby-cairo is fully broken

2011-06-29 Thread yoann guillot
Package: ruby-cairo Version: 1.10.0-1 Severity: grave Justification: renders package unusable Current ruby-cairo is fully broken in debian unstable with ruby1.8. $ ruby -v ruby 1.8.7 (2011-02-18 patchlevel 334) [i486-linux] $ ruby -r cairo -e 'puts :ok' /usr/lib/ruby/vendor_ruby/1.8/i486-linux/

Bug#592063: bip should be compiled with -pie

2010-08-07 Thread Yoann Guillot
Package: bip Version: 0.8.4-1 Severity: wishlist Bip should be compiled with gcc -pie, in order to be ASLR-aware. Many other network services are already pic in debian, eg apache, sshd. -- System Information: Debian Release: squeeze/sid APT prefers unstable Architecture: i386 (x86_64) Kernel:

Bug#587889: netcat6: nc6 does not wait on stdin when open in client mode

2010-07-02 Thread Yoann Guillot
Package: netcat6 Version: 1.0-6 Severity: important Hi, Netcat6 does not wait on stdin when in client mode. Steps to repeat: $ nc www.google.com 80 Effects: the nc binary returns immediately after connecting Expected effect: nc waits for lines on stdin, then forwards them through the re

Bug#498277: readline: readline discards input data when run with rl_event_hook

2008-09-08 Thread Yoann Guillot
commends no packages. libreadline5 suggests no packages. -- no debconf information -- Yoann Guillot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#481488: home directory readonly makes bip segfault

2008-05-16 Thread Yoann Guillot
Package: bip Version: 0.7.1-1 Severity: minor Tags: patch When run with a read-only $HOME directory, bip segfaults as it tries to create the ~/.oidentd.conf due to improper return value check. The attached patch fixes the issue. It also remove the warning 'users logs will be mixed' when only one

Bug#473999: bip: bugs in the configuration file validation

2008-04-02 Thread Yoann Guillot
Package: bip Version: 0.7.0-1 Severity: normal Tags: patch when you have a user with no default nick/user/realname, even if all connections have one defined, bip quits with the simple message 'FATAL: Not starting: error in config file.' The patch fixes the check, and adds a log message. There is