| 4 Jan 2025 |
Tristan Ross | But the output looks odd | 21:39:37 |
Tristan Ross | Oh, it's supposed to be outputting Chinese characters | 21:41:01 |
emily | those are Chinese characters (on my machine) | 21:41:16 |
Tristan Ross | Yeah, it just didn't look right in COSMIC terminal for me lol | 21:41:47 |
Tristan Ross | lua-language-server> 基准编译测试[vm.txt]单次耗时:0.0485710000(解析:0.0323370000, LuaDoc: 0.0161460000, Noder: 0.0000000000)
lua-language-server> 基准诊断测试[vm.txt]单次耗时:0.3852100000
lua-language-server> 基准编译测试[largeGlobal.txt]单次耗时:2.1832910000(解析:1.6160370000, LuaDoc: 0.5671080000, Noder: 0.0000010000)
lua-language-server> 基准诊断测试[largeGlobal.txt]单次耗时:8.7175040000
lua-language-server> 基准编译测试[guide.txt]单次耗时:0.1221820000(解析:0.0828210000, LuaDoc: 0.0392490000, Noder: 0.0000010000)
lua-language-server> 基准诊断测试[guide.txt]单次耗时:0.7758130000
lua-language-server> 基准编译测试[jass-common.txt]单次耗时:0.3692930000(解析:0.0784710000, LuaDoc: 0.2907200000, Noder: 0.0000000000)
lua-language-server> 基准诊断测试[jass-common.txt]单次耗时:34.0200080000
lua-language-server> 基准诊断目录: /build/source/script
lua-language-server> bin/lua-language-server: attempt to yield from outside a coroutine
lua-language-server> stack traceback:
lua-language-server> [C]: in function 'coroutine.yield'
lua-language-server> script/await.lua:152: in function 'await.wait'
lua-language-server> script/workspace/workspace.lua:529: in function 'workspace.workspace.awaitReady'
lua-language-server> test/full/self.lua:35: in main chunk
lua-language-server> [C]: in upvalue 'originRequire'
lua-language-server> test.lua:42: in function 'require'
lua-language-server> test/full/init.lua:28: in main chunk
lua-language-server> [C]: in upvalue 'originRequire'
lua-language-server> test.lua:42: in function 'require'
lua-language-server> test.lua:48: in upvalue 'test'
lua-language-server> test.lua:109: in local 'main'
lua-language-server> test.lua:115: in main chunk
lua-language-server> (bootstrap.lua):85: in main chunk
lua-language-server> [C]: in ?
lua-language-server> FAILED: build/_/unit-test
lua-language-server> bin/lua-language-server test.lua
lua-language-server> ninja: build stopped: subcommand failed.
And it failed
| 21:44:41 |
Tristan Ross | https://github.com/LuaLS/lua-language-server/issues/2896 at least an issue exists | 21:45:45 |
Tristan Ross | Wait, the tests are disabled so why do they still run | 21:55:23 |
Tristan Ross | Oh, it works now | 21:55:38 |
Tristan Ross | https://github.com/NixOS/nixpkgs/pull/370992 | 21:57:47 |
Tristan Ross | Oh yay, this has a side effect of making it build under pkgsLLVM. | 22:15:56 |
| 5 Jan 2025 |
Tristan Ross | Neovim might have a cross problem:
Failed to find a Lua 5.1-compatible interpreter
| 00:02:10 |
Tristan Ross | Fun, the fontsdir module fails with its stuff | 03:36:40 |
Tristan Ross | Exec format error | 03:37:18 |
Tristan Ross | FAILED: glib/poppler-enums.h /build/poppler-24.02.0/build/glib/poppler-enums.h
cd /build/poppler-24.02.0/glib && /nix/store/c1fbv3y657fp2m514gjxqqgqfsvayp6v-python3-3.12.7/bin/python3 GLIB2_MKENUMS-NOTFOUND --template poppler-enums.h.template poppler-action.h poppler-date.h poppler-document.h poppler-page.h poppler-attachment.h poppler-form-field.h poppler-annot.h poppler-layer.h poppler-movie.h poppler-media.h poppler.h poppler-structure-element.h > /build/poppler-24.02.0/build/glib/poppler-enums.h
/nix/store/c1fbv3y657fp2m514gjxqqgqfsvayp6v-python3-3.12.7/bin/python3: can't open file '/build/poppler-24.02.0/glib/GLIB2_MKENUMS-NOTFOUND': [Errno 2] No such file or directory
Um, poppler-glib fails and idk why this is happening consistently
| 03:40:58 |
Artturin | In reply to @rosscomputerguy:matrix.org
FAILED: glib/poppler-enums.h /build/poppler-24.02.0/build/glib/poppler-enums.h
cd /build/poppler-24.02.0/glib && /nix/store/c1fbv3y657fp2m514gjxqqgqfsvayp6v-python3-3.12.7/bin/python3 GLIB2_MKENUMS-NOTFOUND --template poppler-enums.h.template poppler-action.h poppler-date.h poppler-document.h poppler-page.h poppler-attachment.h poppler-form-field.h poppler-annot.h poppler-layer.h poppler-movie.h poppler-media.h poppler.h poppler-structure-element.h > /build/poppler-24.02.0/build/glib/poppler-enums.h
/nix/store/c1fbv3y657fp2m514gjxqqgqfsvayp6v-python3-3.12.7/bin/python3: can't open file '/build/poppler-24.02.0/glib/GLIB2_MKENUMS-NOTFOUND': [Errno 2] No such file or directory
Um, poppler-glib fails and idk why this is happening consistently
What does the find_program output in the configure phase? | 03:57:36 |
Artturin | Try enabling introspection | 04:00:07 |
Artturin | https://github.com/NixOS/nixpkgs/blob/2810388b346603e13900778f3b7f92c58a2a4277/pkgs/development/libraries/poppler/default.nix#L28 | 04:00:10 |
Tristan Ross | It fails in a long dep chain | 04:00:19 |
Tristan Ross | Looking for the drv | 04:00:49 |
Artturin | lib.meta.availableOn stdenv.hostPlatform gobject-introspection
&& stdenv.hostPlatform.emulatorAvailable buildPackages,
| 04:02:01 |
Tristan Ross | It seems nativeBuildInputs aren't working with cross in certain packages | 04:02:23 |
Tristan Ross | unbound has yacc not found | 04:02:32 |
Artturin | https://gitlab.com/search?search=Mkenum&nav_source=navbar&project_id=18965638&group_id=8008379&search_code=true&repository_ref=master | 04:02:41 |
Tristan Ross | X11-fonts are resulting in exec format errors | 04:02:44 |
Tristan Ross | Could strictDeps be causing the problems I am experiencing? | 04:03:46 |
Artturin | In reply to @rosscomputerguy:matrix.org Could strictDeps be causing the problems I am experiencing? It exposes broken build systems or derivations | 04:08:41 |
Artturin | Which by luck work on native | 04:08:59 |
Tristan Ross | Oh | 04:09:06 |
Tristan Ross | Adding buildPackages.bison to depsBuildBuild fixes unbound | 04:10:18 |
Tristan Ross | Now, let's see if poppler can make more progress | 04:13:49 |