input-output-hk / input-output-hk/offchain-metadata-tools
nix-build -A token-metadata-creator
- Dominant language
- Haskell
- Stars
- 50
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
`running install tests
sh: symbol lookup error: /nix/store/z56jcx3j1gfyk4sv7g8iaan0ssbdkhz1-glibc-2.33-56/lib/libdl.so.2: undefined symbol: _dl_catch_error_ptr, version GLIBC_PRIVATE
test: test.c:37: test_system: Assertion `system(TESTPATH) == 0' failed.
/nix/store/vcx5yddal5zf7441a5ncazg6dncp937l-stdenv-linux/setup: line 1344: 1279369 Aborted (core dumped) NIX_REDIRECTS="/foo/bar/test=/nix/store/f5zjbjnynfyxhjjaqjfkhkiwib4zs6zc-coreutils-9.0/bin/true" ./test
error: builder for '/nix/store/wz2lck3cyczf6jsv6dys2862j6b9kw6x-libredirect-0.drv' failed with exit code 134
error: 1 dependencies of derivation '/nix/store/zy40g67h2pydq0yziz98z8vvs6sxxhh6-openssh-8.8p1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/fma32czj13x7pmmbj8pl7lmxbp9sf8ix-git-2.33.1.drv' failed to build
error:
… in the left operand of the update (//) operator
at /home/kube/offchain-metadata-tools/default.nix:37:26:
36|
37| addExtras = proj: proj // {
| ^
38| metadata-validator-github-tarball = pkgs.runCommandNoCC "metadata-validator-github-tarball" { buildInputs = [ pkgs.gnutar pkgs.gzip ]; } ''
… in the left operand of the update (//) operator
at /nix/store/5w6n99lmy3mcdxb2jv0hk4sjfv1gczfp-haskell.nix-src/overlays/haskell.nix:777:25:
776| cabalProject = args: let p = cabalProject' args;
777| in p.hsPkgs // p;
| ^
778|
… while evaluating the option `cabalProject':
… while evaluating the option `src':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: 1 dependencies of derivation '/nix/store/rpzvh8w6m8ypdy6wznx74j6k4q04127h-git-ls-files.drv' failed to build
`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by rerunning `nix-build -A token-metadata-creator` and capture the full trace with `--show-trace`. Inspect `default.nix` at line 37 and the reported `haskell.nix` evaluation frame; done means the derivation builds without the GLIBC_PRIVATE or libredirect test failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100