-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rank origin based on alphabetical sort on the path #471
Comments
Ok, can add Edit: should have been |
Perfect, thanks |
@slmeyer are you able to compile from https://github.com/SeeSpotRun/rmlint/tree/sort-on-path and check this does what you want? |
Unfortunately no success compiling.
Using the arch PKGBUILD file in your branch gives me the 'normal' version.
Trying to adapt the PKGBUILD file gives some errors due to missing
version info
Using the scons command from the Arch package in the downloaded git
repository gives some errrors:
Linking Program ==> rmlint
/usr/bin/ld: librmlint.a(utilities.o): in function
`rm_mounts_create_tables':
/home/data/scripts/rmlint/rmlint/lib/utilities.c:733: undefined
reference to `makedev'
/usr/bin/ld: /home/data/scripts/rmlint/rmlint/lib/utilities.c:769:
undefined reference to `minor'
/usr/bin/ld: /home/data/scripts/rmlint/rmlint/lib/utilities.c:769:
undefined reference to `major'
I don't find any instructions how to do it?
…On 15/03/2021 21.51, Daniel T wrote:
@slmeyer <https://github.com/slmeyer> are you able to compile from
https://github.com/SeeSpotRun/rmlint/tree/sort-on-path
<https://github.com/SeeSpotRun/rmlint/tree/sort-on-path> and check
this does what you want?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZAYW42DRND5SMDDCL2S7DTDZXN7ANCNFSM4XYXNTTQ>.
|
I think you're missing the optional dependency libblkid which I think on arch is in https://archlinux.org/packages/core/x86_64/util-linux/. |
No, it is installed, also tried reinstalling, strange it finds undefined
rerences in linking the program.
…On 16/03/2021 23.54, Daniel T wrote:
I think you're missing the optional dependency libblkid which I think
on arch is in https://archlinux.org/packages/core/x86_64/util-linux/
<https://archlinux.org/packages/core/x86_64/util-linux/>.
See https://rmlint.readthedocs.io/en/latest/install.html
<https://rmlint.readthedocs.io/en/latest/install.html>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZAYW4GVCHD7YBLHQ5LKPLTD7ORLANCNFSM4XYXNTTQ>.
|
I'm clutching at straws but maybe try:
Also check if |
Oh wait, I see now. You were compiling the old
|
Changes merged into |
I have lots of directories which are named with dates in ISO format, so the lowest alphabetically is also the oldest.
The archive have been copied around in different ways, so mtime doesn't work anymore.
It looks like the alphabetical sort only looks at the filename.
A ranking based on alphabetical sort of path would solve my problem (file basenames are identical)
The text was updated successfully, but these errors were encountered: