This version 1.3.3 is not ready for ruby-1.9 or ruby-2 ...
On places with this bug can be inserted: "string[0]" ->
"string.bytes[0]", but there is version 1.8 on rubygems (on github's
changelog there is declared support for ruby-1.9.3 just in release 1.4.2)
Hi,
I founded better solution, use: /$LIB/snoopy.so in /etc/ld.so.preload
See attached patch.
With regards
--
Marek Veber
Dne 7.7.2015 v 17:48 Debian Bug Tracking System napsal(a):
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply t
Hi,
excuse my mistake in reporting my wish. Please drop this one or merge
it into the 791685.
--
Marek Veber
Dne 7.7.2015 v 17:48 Debian Bug Tracking System napsal(a):
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you
Package: snoopy
Version: 1.8.0-5
Severity: wishlist
Tags: patch
Please apply the attached patch to enable multiarch support for snoopy.so
The snoopy.so will be relocated into /lib/$(DEB_HOST_MULTIARCH) and the record
in the /etc/ld.so.preload will bee snoopy.so only, where the path will be
compute
Package: snoopy
Version: 1.8.0-5
Severity: wishlist
Tags: patch
Please apply the attached patch to enable multiarch support for snoopy.so
The snoopy.so will be relocated into /lib/$(DEB_HOST_MULTIARCH) and the record
in the /etc/ld.so.preload will bee snoopy.so only, where the path will be
compute
Hi,
Dne 15.1.2015 v 00:01 Axel Beckert napsal(a):
Marek Veber wrote:
The starting slash of the '-S' argument can repare the main bug
Indeed. I've filed https://bugs.debian.org/775379 against dpkg as the
documentation of "dpkg-query -S" does not explain this special
my $correct_package = `dpkg-query "--admindir=$DPKG" -S "$path" | awk -F:
'{print \$1}'`;
+ my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F:
'{print \$1}'`;
chomp($correct_package);
if ($pack ne $c
7 matches
Mail list logo