libarchive-ruby icon indicating copy to clipboard operation
libarchive-ruby copied to clipboard

Results 6 libarchive-ruby issues
Sort by recently updated
recently updated
newest added

Currently if you use #extract, the extracted files go to wherever the ruby process was started. This is an issue if the script is part of a crontab or such....

terminate called after throwing an instance of 'std::length_error' what(): basic_string::append Aborted How to reproduce: require 'archive' archive = Archive.new('test.tar.xz') files_to_add = Dir['*_/_'] # The above works # now add it...

The 0.0.3 version that is at rubygems.org don't have the lastest version, the entries don't have the method 'directory?' 'file?' ...

I'm trying to build libarchive-ruby on an Ubuntu 12.10 64bit machine, with libarchive-dev 3.0.4 installed (using the standard system-provided packages). I've tried using Ruby 1.9.3-p392 (built with/by RVM) and the...

Installing ``` $ gem install libarchive-ruby Fetching: libarchive-ruby-0.0.3.gem (100%) Building native extensions. This could take a while... Successfully installed libarchive-ruby-0.0.3 1 gem installed Installing ri documentation for libarchive-ruby-0.0.3... Installing RDoc...

Hello, I'm trying to compile the library manually. When I try rake compile, this is the result I get: ``` ➜ libarchive-ruby git:(master) rake compile (in /Users/cristi/Downloads/libarchive-ruby) cd ext /Users/cristi/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby...