Package Details: rmlint-git 2.10.3.r0.g2fe7dc80-2

Git Clone URL: https://aur.archlinux.org/rmlint-git.git (read-only, click to copy)
Package Base: rmlint-git
Description: Tool to remove duplicates and other lint, being much faster than fdupes
Upstream URL: https://github.com/sahib/rmlint
Keywords: cleaner duplicate fast fdupes file finder system
Licenses: GPL3
Provides: rmlint
Submitter: SahibBommelig
Maintainer: vtc (fermino)
Last Packager: fermino
Votes: 43
Popularity: 2.35
First Submitted: 2011-03-27 13:10 (UTC)
Last Updated: 2025-03-25 16:34 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

kozaki commented on 2024-12-06 10:52 (UTC) (edited on 2024-12-06 10:55 (UTC) by kozaki)

Trying to update on Arch from rmlint-2.10.2 (CLI):

$ makepkg -sri 
(...)
Building manpage from rst...  
scons: `librmlint.a' is up to date.  
Unable to find sphinx binary in PATH  
Will be unable to build manpage or html docs  
Linking Program ==> rmlint  
/usr/bin/ld: /tmp/cc03bw48.ltrans1.ltrans.o: in function   `rm_session_dedupe_main':
/tmp/makepkg/rmlint-git/src/rmlint/lib/session.c:227:(.text+0x87ca): undefined reference to `rm_xattr_is_deduplicated'
/usr/bin/ld: /tmp/makepkg/rmlint-git/src/rmlint/lib/session.c:345:(.text+0x951d): undefined reference to `rm_xattr_mark_deduplicated'
collect2: error: ld returned 1 exit status
scons: *** [rmlint] Error 1
scons: building terminated because of errors.
==> ERROR: A failure occurred in build().
Aborting...

Which with pikaur, ends with:

$ pikaur -S rmlint-git
(...)
[ same as above, then: ]

Command 'sudo --user=#1001 --preserve-env=VISUAL,EDITOR -- makepkg --force' failed to execute.

JohnRobson commented on 2016-06-21 21:04 (UTC)

@SahibBommelig, I have both python 2 & 3 installed.

SahibBommelig commented on 2016-06-21 20:26 (UTC)

@JohnRobson: I'm unable to reproduce that. Are you using the testing repos? Is both python2 and python{3,} installed? My gut feeling is that this is likely no problem of the PKGBUILD or rmlint.

JohnRobson commented on 2016-06-19 18:02 (UTC)

==> Starting build()... scons: *** SCons version 2.5.0 does not run under Python version 3.5.1. Python 3 is not yet supported. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build rmlint-git.

karol_007 commented on 2015-10-13 20:07 (UTC)

FYI it's in the repos now: https://lists.archlinux.org/pipermail/aur-general/2015-October/031625.html

SahibBommelig commented on 2015-09-26 23:15 (UTC)

@Brottweiler: This hopefully works again now.

Brottweiler commented on 2015-09-26 21:59 (UTC)

If I build this right now, and install it, and use cower to update (cower -du) then it always downloads rmlint-git again cause it thinks it's been updated.

SahibBommelig commented on 2015-05-10 21:40 (UTC)

Indeed, Im not using [testing]. As long as it works in a normal (i.e. non-[testing]) setup this probably not a bug on my side.

roentgen commented on 2015-05-10 15:21 (UTC)

Looking at the python-sphinx dependencies added in the last few hours as seen at https://projects.archlinux.org/svntogit/community.git/log/trunk?h=packages/python-sphinx it's either you're not using [testing] or the package in [testing] just got fixed.

SahibBommelig commented on 2015-05-10 14:31 (UTC)

Thanks. I tried to build rmlint-git inside a docker container with a fresh up-to-date arch install (with installed base-devel) - which worked well. Im not sure if that's a problem of rmlint-git or if it indicates a broken sphinx installation. It seems to yield that traceback even before it comes to reading my sphinx config. (Im not even using sphinx-rtd). Do other people have the same issue?