pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
duf: make it progress a bit further
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Jan 13 15:20:58 2022 +0100
Changeset: b1214d45cbc12589d76a93b29760cc21e635ba08
Modified Files:
duf/Makefile
Added Files:
duf/TODO
Log Message:
duf: make it progress a bit further
Now fails with
github.com/muesli/duf
./filesystems.go:54:5: undefined: isNetworkFs
./filesystems.go:57:5: undefined: isSpecialFs
./filesystems.go:60:5: undefined: isFuseFs
./groups.go:61:6: undefined: isHiddenFs
./main.go:161:22: undefined: mounts
./main.go:178:13: cannot assign error to err in multiple assignment
./main.go:185:13: cannot assign error to err in multiple assignment
./main.go:192:15: cannot assign error to err in multiple assignment
./main.go:207:15: cannot assign error to err in multiple assignment
./main.go:257:10: cannot assign error to err in multiple assignment
./main.go:257:10: too many errors
*** Error code 2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1214d45cbc12589d76a93b29760cc21e635ba08
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
duf/Makefile | 2 ++
duf/TODO | 15 +++++++++++++++
2 files changed, 17 insertions(+)
diffs:
diff --git a/duf/Makefile b/duf/Makefile
index 14d64dca80..b416e1811a 100644
--- a/duf/Makefile
+++ b/duf/Makefile
@@ -13,6 +13,8 @@ LICENSE= mit AND modified-bsd
USE_LANGUAGES= # none
+GO_BUILD_PATTERN= .
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
diff --git a/duf/TODO b/duf/TODO
new file mode 100644
index 0000000000..90eda551d7
--- /dev/null
+++ b/duf/TODO
@@ -0,0 +1,15 @@
+github.com/muesli/duf
+# github.com/muesli/duf
+./filesystems.go:54:5: undefined: isNetworkFs
+./filesystems.go:57:5: undefined: isSpecialFs
+./filesystems.go:60:5: undefined: isFuseFs
+./groups.go:61:6: undefined: isHiddenFs
+./main.go:161:22: undefined: mounts
+./main.go:178:13: cannot assign error to err in multiple assignment
+./main.go:185:13: cannot assign error to err in multiple assignment
+./main.go:192:15: cannot assign error to err in multiple assignment
+./main.go:207:15: cannot assign error to err in multiple assignment
+./main.go:257:10: cannot assign error to err in multiple assignment
+./main.go:257:10: too many errors
+*** Error code 2
+
Home |
Main Index |
Thread Index |
Old Index