Package Details: rar2fs 1.29.6-1

Git Clone URL: https://aur.archlinux.org/rar2fs.git (read-only, click to copy)
Package Base: rar2fs
Description: Fuse file system for reading Rar archives
Upstream URL: https://hasse69.github.io/rar2fs/
Licenses: GPL3
Submitter: kevku
Maintainer: harre
Last Packager: harre
Votes: 14
Popularity: 0.000000
First Submitted: 2015-08-12 13:39 (UTC)
Last Updated: 2023-05-03 22:16 (UTC)

Latest Comments

1 2 Next › Last »

harre commented on 2023-01-29 23:37 (UTC) (edited on 2023-01-29 23:39 (UTC) by harre)

1.29.6 is out, I have also updated unrar to 6.25. It seems to work well. ...

pkgver=1.29.6
_unrarver=6.2.5

...

source=("https://github.com/hasse69/rar2fs/releases/download/v$pkgver/rar2fs-$pkgver.tar.gz"
        "http://www.rarlab.com/rar/unrarsrc-${_unrarver}.tar.gz")
md5sums=('3e698f3b21e2ecfec39d74596c0e129a'
         '14cc348576c780e69359ab78098f4d7c')
sha1sums=('a7b79c04dafd79a3d85b89bb456359a4d79cb2b6'
          'c1bdb517c9eb1b7058e471ecc3f31104970f6ead')
sha256sums=('ba3a0b649f2322498d54168f03d2e8bca9b1c96d70d0d97d83ea336a7525d4cb'
            '9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c')
sha512sums=('c046f51c7047c3d04c3e9d1b69c72c019c32c70f83776f8179b608e8c21a7a3edfd4229434285a4234fd65ad48ffd5cbae3b2fa2d285cecf1a84a3a30ab3c256'
            '0b85f085e3419d4d044c70a20abdd28f4528ffcf719703a30656ea906610cd5aa5826f57ef63e2db4e541a2f01c6c5504c19bc67319bf48c377784a30fb4b20e')

h0od commented on 2021-05-08 20:05 (UTC)

I made a PKGBUILD file for rar2fs v1.29.5. https://github.com/h0od/archlinux_package_build/blob/master/rar2fs_custom/PKGBUILD

PedroHLC commented on 2019-06-17 17:43 (UTC)

Hi @aksr, could you replace fuse3 with fuse2? Building from a clean chroot current PKGBUILD ends with:

checking fuse.h usability... no
checking fuse.h presence... no
checking for fuse.h... no
configure: error: 
        Cannot find fuse.h - add alternative include search path using
        --with-fuse and rerun configure. 
==> ERROR: A failure occurred in build().

jkl commented on 2019-02-10 21:03 (UTC) (edited on 2019-02-10 21:08 (UTC) by jkl)

@jose1711 Perhaps it works because you are building in an unclean environment with fuse2 present. Can confirm this PKGBUILD fails when built in a clean chroot. It looks like with this version of rar2fs the correct dep should be fuse2, not fuse3.

jose1711 commented on 2019-01-20 00:00 (UTC) (edited on 2019-01-20 00:00 (UTC) by jose1711)

@PedroHLC works fine here:

..
checking fuse.h usability... yes
checking fuse.h presence... yes
checking for fuse.h... yes
checking for fuse_new in -lfuse4x... no
..

PedroHLC commented on 2019-01-19 16:38 (UTC)

checking for fuse.h... no
configure: error: 
        Cannot find fuse.h - add alternative include search path using
        --with-fuse and rerun configure. 
==> ERROR: A failure occurred in build().

think you have to point it to usr/include/fuse3/fuse.h or use fuse2...

jose1711 commented on 2019-01-10 21:33 (UTC)

could you please make the following changes?

 build() {
+  cd "$srcdir/unrar"
+  make lib
   cd "$srcdir/$pkgname-$pkgver"
   make

related discussion: https://github.com/hasse69/rar2fs/issues/103

thank you, jose

gdiscry commented on 2018-12-20 18:31 (UTC)

The package does not build in a clean chroot with makechrootpkg. fuse2 should be used instead of fuse3 in the depends array.

The configure script only supports fuse2 (https://github.com/hasse69/rar2fs/blob/9fbeb084073dc8b82494e1be951516765a2f441b/configure.ac#L332) and the package probably built for some users because fuse2 was installed.

borrelnoot commented on 2018-12-03 07:27 (UTC)

The depends array needs to be updated to fuse3

mount[9096]: /sbin/mount.fuse: error while loading shared libraries: libfuse3.so.3: cannot open shared object file: No such file or directory

mokalan commented on 2018-10-06 22:09 (UTC) (edited on 2018-10-06 22:24 (UTC) by mokalan)

Latest libunrar (libunrar-1:5.6.8-1) breaks something. Downgraded back to libunrar-1:5.6.6-1 to solve the issue.