Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125614 - sys-fs/rarfs - Fuse module to mount uncompressed RAR archives
Summary: sys-fs/rarfs - Fuse module to mount uncompressed RAR archives
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sergey Popov
URL: http://sourceforge.net/projects/rarfs/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-03-09 08:52 UTC by Kent Gustavsson
Modified: 2012-12-14 08:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rarfs-0.0.4.ebuild (rarfs-0.0.4.ebuild,362 bytes, text/plain)
2006-03-09 08:54 UTC, Kent Gustavsson
Details
rarfs-0.0.4.ebuild (rarfs-0.0.4.ebuild,482 bytes, text/plain)
2006-03-09 10:22 UTC, Kent Gustavsson
Details
rarfs-0.0.7.ebuild (rarfs-0.0.7.ebuild,470 bytes, text/plain)
2008-06-08 14:34 UTC, Mikael
Details
New rarfs ebuild (rarfs-0.0.7-r1.ebuild,567 bytes, text/plain)
2008-06-09 10:52 UTC, Jenkler
Details
Rar patch (rarfs.patch,1.40 KB, patch)
2008-06-09 10:54 UTC, Jenkler
Details | Diff
rarfs-0.0.8.ebuild (rarfs-0.0.8.ebuild,534 bytes, text/plain)
2009-09-13 18:25 UTC, Jan Vansteenkiste
Details
Segfault fix from http://sourceforge.net/tracker/?func=detail&aid=2952233&group_id=180939&atid=895193 (rar3-segfault-fix.patch,568 bytes, patch)
2010-02-22 15:30 UTC, Mark Teller
Details | Diff
Updated ebuild with segfault patch (rarfs-0.0.8-r1.ebuild,583 bytes, text/plain)
2010-02-22 15:31 UTC, Mark Teller
Details
Updated ebuild with segfault patch (rarfs-0.0.8-r1.ebuild,580 bytes, text/plain)
2010-02-23 02:54 UTC, Mark Teller
Details
rarfs-0.1.1.ebuild (rarfs-0.1.1.ebuild,802 bytes, text/plain)
2012-12-07 04:18 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Gustavsson 2006-03-09 08:52:21 UTC
Created an ebuild for rarfs
Comment 1 Kent Gustavsson 2006-03-09 08:54:28 UTC
Created attachment 81775 [details]
rarfs-0.0.4.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-09 09:27:50 UTC
- Ebuild header is missing
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-09 09:27:50 UTC
- Ebuild header is missing¹.


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 4 Kent Gustavsson 2006-03-09 10:22:10 UTC
Created attachment 81780 [details]
rarfs-0.0.4.ebuild

Fixed the header and hope I got everything else right.
Comment 5 Mikael 2008-06-08 14:34:00 UTC
Created attachment 155953 [details]
rarfs-0.0.7.ebuild

Bump of version.
Comment 6 Jenkler 2008-06-08 18:39:43 UTC
Kent!

Please add help in your rarfs command when executing without options

Comment 7 Jenkler 2008-06-09 10:52:53 UTC
Created attachment 156055 [details]
New rarfs ebuild

New rarfs ebuild
Comment 8 Jenkler 2008-06-09 10:54:46 UTC
Created attachment 156057 [details, diff]
Rar patch

Patch for gcc4.3
Removed -g -pg flags for no debug file
Added Usage feature
Comment 9 Bartek 'Paczesiowa' Cwiklowski 2009-01-21 14:58:25 UTC
there is 0.0.8 version. that patch fails to apply, and it fails to compile anyway (though it is smth simple about docs, rarfs binary builds and works correctly), anyone with autotools experience care to bump ebuild and make a new patch?
Comment 10 Jan Vansteenkiste 2009-09-13 18:25:43 UTC
Created attachment 203957 [details]
rarfs-0.0.8.ebuild

All patches in rarfs.patch seem to be applied by upstream so we can safely drop it. Compiles for me just like this, out of the box. Minimal ebuild pwr I suppose.
Comment 12 Mark Teller 2010-02-22 15:31:27 UTC
Created attachment 220705 [details]
Updated ebuild with segfault patch
Comment 13 Mark Teller 2010-02-22 15:32:34 UTC
A user-contributed patch fixing some segfaults has been published at http://sourceforge.net/tracker/?func=detail&aid=2952233&group_id=180939&atid=895193

Its content got mangled at SourceForge but it was easy enough to recreate. I have tested it on a few archives that used to systematically segfault, which now work just fine. I'm attaching it here, along with the updated ebuild.
Comment 14 Mark Teller 2010-02-23 02:54:27 UTC
Created attachment 220787 [details]
Updated ebuild with segfault patch

Fixed whitespace
Comment 15 Daniel Marmander 2011-04-03 19:33:10 UTC
New versions are available. Version bump from the original 0.0.8 ebuild (without patches) works for version 0.0.10.
Comment 16 Greg Turner 2012-12-07 01:49:48 UTC
(In reply to comment #15)
> New versions are available. Version bump from the original 0.0.8 ebuild
> (without patches) works for version 0.0.10.

Not any more.  However, bumping without change (and without patch) to 0.1.1 does seem to work.

-gmt
Comment 17 Sergey Popov gentoo-dev 2012-12-07 04:18:18 UTC
Created attachment 331704 [details]
rarfs-0.1.1.ebuild

Updated ebuild for rarfs

Utilizing python eclass, support multiple Python ABIs
Comment 18 Sergey Popov gentoo-dev 2012-12-14 08:49:43 UTC
0.1.1 is added to tree, thanks to all