pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ncdu2: doesn't build, add TODO with details



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Jan 22 23:20:02 2023 +0100
Changeset:	2fbfc6355fce2e86bbc28fb1235ec2fcb5482e69

Added Files:
	ncdu2/TODO

Log Message:
ncdu2: doesn't build, add TODO with details

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fbfc6355fce2e86bbc28fb1235ec2fcb5482e69

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ncdu2/TODO | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/ncdu2/TODO b/ncdu2/TODO
new file mode 100644
index 0000000000..2284d058ea
--- /dev/null
+++ b/ncdu2/TODO
@@ -0,0 +1,15 @@
+/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:387:49: error: expected type 'c_int', found 'u32'
+    _ = c.attr_set(styles[@enumToInt(s)].style().attr, @enumToInt(s)+1, null);
+                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
+/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:387:49: note: signed 32-bit int cannot represent all possible unsigned 32-bit values
+/scratch/wip/ncdu2/work/ncdu-2.2.2/zig-cache/o/7fe4dc68d56d09a5100d9c8ca0660e0d/cimport.zig:505:24: note: parameter type declared here
+pub extern fn attr_set(attr_t, c_short, ?*anyopaque) c_int;
+                       ^~~~~~
+referenced by:
+    draw: /scratch/wip/ncdu2/work/ncdu-2.2.2/src/browser.zig:782:7
+    handleEvent: /scratch/wip/ncdu2/work/ncdu-2.2.2/src/main.zig:527:31
+    remaining reference traces hidden; use '-freference-trace' to see all reference traces
+
+/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:137:28: error: root struct of file '.scratch.wip.ncdu2.work.ncdu-2.2.2.zig-cache.o.7fe4dc68d56d09a5100d9c8ca0660e0d.cimport' has no member named 'wcwidth'
+        const cp_width_ = c.wcwidth(cp);
+                          ~^~~~~~~~


Home | Main Index | Thread Index | Old Index