Package Details: sdfs 3.10.8.0-3

Git Clone URL: https://aur.archlinux.org/sdfs.git (read-only, click to copy)
Package Base: sdfs
Description: Deduplication file system from Opendedup
Upstream URL: http://opendedup.org
Licenses: GPL2
Submitter: DarkShadow44
Maintainer: DarkShadow44
Last Packager: DarkShadow44
Votes: 0
Popularity: 0.000000
First Submitted: 2016-07-03 01:11 (UTC)
Last Updated: 2022-03-06 03:51 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

DarkShadow44 commented on 2022-03-06 03:51 (UTC)

Thanks, pushed an update.

hicklemon commented on 2022-03-05 18:56 (UTC)

I ran into an issue with installing this today for the first time. I ended up having to change:

JAVA_HOME=/usr/lib/jvm/default/jre mvn package

to:

JAVA_HOME=/usr/lib/jvm/default mvn package

to get this to build. This is alongside jre-openjdk 17.0.3.u3-1

TedHartDavis commented on 2021-07-28 20:31 (UTC)

Thanks for pushing the update! The issue is now resolved, at least for me, on my machine.

DarkShadow44 commented on 2021-07-28 17:13 (UTC)

Honestly, no idea what's going wrong here. I pushed an update, does that help?

TedHartDavis commented on 2021-07-28 00:52 (UTC) (edited on 2021-07-28 00:53 (UTC) by TedHartDavis)

Bash as it comes, as far as I'm aware.

[tedster@BlackYeti ~]$ echo "$SHELL"
/bin/bash
[tedster@BlackYeti ~]$ bash --version
GNU bash, version 5.1.8(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[tedster@BlackYeti ~]$ 

DarkShadow44 commented on 2021-07-27 17:57 (UTC)

What shell are you using? Probably not bash, right?

TedHartDavis commented on 2021-07-27 15:46 (UTC)

I see. Would you be able to tell whether I'm doing anything very obviously incorrectly?

[tedster@BlackYeti ~]$ yay -S sdfs
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  sdfs-3.10.8.0-1

  1 sdfs                                     (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/tedster/.cache/yay/sdfs
:: Downloaded PKGBUILD (1/1): sdfs
  1 sdfs                                     (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: sdfs
==> Making package: sdfs 3.10.8.0-1 (Tue Jul 27 16:45:10 2021)
==> Retrieving sources...
  -> Downloading {b914fcfbd10198552a1c892dede83b16774ffb03}.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   159  100   159    0     0    691      0 --:--:-- --:--:-- --:--:--   694^[[C
  0    14    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/opendedup/sdfs/archive/{b914fcfbd10198552a1c892dede83b16774ffb03}.zip
    Aborting...
error downloading sources: sdfs
[tedster@BlackYeti ~]$

DarkShadow44 commented on 2021-07-25 14:43 (UTC)

The curly braces are intentional and should be properly handled by makepkg. Do you get an error? Because for the me package builds just fine.

TedHartDavis commented on 2021-07-24 16:52 (UTC)

Hi!

I appreciate the fact that you have kept this package going. Trying to install it on my system, I found that it was throwing curly braces in the URL (as I can currently see in the 'Sources' section too). Removing those from the PKGBUILD fixed it and makepkg -si worked fine from that.

Was this intentional in a way I'm missing, or is it an artifact from working with other languages? (:

I would submit a suggested patch, but I don't actually know how to do so (yet), so I hope that such a comment as this will suffice. In theory I'm following this, so I should see any replies.

Thanks, Ted

DarkShadow44 commented on 2018-04-28 16:22 (UTC)

Updated to sdfs 3.6.0.10, and starting from that version we build from source.