Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taler-wallet-core: init at 0.9.3 #149

Closed
wants to merge 1 commit into from
Closed

taler-wallet-core: init at 0.9.3 #149

wants to merge 1 commit into from

Conversation

alejandrosame
Copy link
Contributor

@alejandrosame alejandrosame commented Dec 30, 2023

Fails with

nix build .#wallet-core
warning: Git tree '/home/alesame/Dev/clients/nlnet/ngipkgs' is dirty
this derivation will be built:
  /nix/store/1ngx0bhhfhh98857qn2zbhffs3n3sr5v-wallet-core-0.9.3.drv
wallet-core> building '/nix/store/1ngx0bhhfhh98857qn2zbhffs3n3sr5v-wallet-core-0.9.3.drv'
wallet-core> Running phase: unpackPhase
wallet-core> unpacking source archive /nix/store/alsl49xzz2dwpljrq16ppcij3phqcsrf-wallet-core
wallet-core> source root is wallet-core
wallet-core> Running phase: patchPhase
wallet-core> applying patch /nix/store/c90i4h874w89wmpvwgmwh3ncadigna2y-no-git-bootstrap.patch
wallet-core> patching file bootstrap
wallet-core> applying patch /nix/store/jpx02dm4q43gyw7lx5m6v4fsb5rwn7d1-fix-broken-esbuild.patch
wallet-core> patching file pnpm-lock.yaml
wallet-core> Running phase: updateAutotoolsGnuConfigScriptsPhase
wallet-core> Running phase: configurePhase
wallet-core> Running phase: buildPhase
wallet-core> 
wallet-core> > @ compile /build/wallet-core
wallet-core> > pnpm run --filter '@gnu-taler/*' compile "--offline"
wallet-core> 
wallet-core> Scope: 17 of 18 workspace projects
wallet-core> packages/idb-bridge compile$ 
wallet-core> └─ Running...
wallet-core> packages/pogen compile$ 
wallet-core> │ 
wallet-core> └─ Failed in 406ms at /build/wallet-core/packages/pogen
wallet-core> packages/taler-util compile$ 
wallet-core> │ 
wallet-core> └─ Failed in 414ms at /build/wallet-core/packages/taler-util
wallet-core> /build/wallet-core/packages/pogen:
wallet-core>  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @gnu-taler/[email protected] compile: `tsc "--offline"`
wallet-core> Exit status 1
wallet-core>  WARN   Local package.json exists, but node_modules missing, did you mean to install?
wallet-core>  ELIFECYCLE  Command failed with exit code 1.

@alejandrosame alejandrosame mentioned this pull request Dec 30, 2023
13 tasks
Copy link
Contributor

Difference in nix flake show.
--- d679058 main
+++ c634ab3 wallet-core
@@ -1,193 +1,196 @@
 ├───checks
 │   └───x86_64-linux
 │       ├───anastasis: derivation 'anastasis-0.4.0'
 │       ├───atomic-cli: derivation 'atomic-cli-0.34.5'
 │       ├───atomic-server: derivation 'atomic-server-0.34.5'
 │       ├───autobase: derivation 'autobase'
 │       ├───corestore: derivation 'corestore-6.15.9'
 │       ├───euclid3: derivation 'python3.11-euclid3-0.01'
 │       ├───flarum: derivation 'flarum-1.8.0'
 │       ├───flarum-toplevel: derivation 'nixos-system-test-flarum-24.05.20231218.886c9ae'
 │       ├───formatting: derivation 'treefmt-check'
 │       ├───freeDiameter: derivation 'freeDiameter-1.5.0'
 │       ├───gnunet-messenger-cli: derivation 'gnunet-messenger-cli-0.1.1'
 │       ├───hyperbeam: derivation 'hyperbeam-3.0.1'
 │       ├───hyperblobs: derivation 'hyperblobs-2.3.3'
 │       ├───hypercore: derivation 'hypercore-10.28.11'
 │       ├───hyperswarm: derivation 'hyperswarm-4.7.3'
 │       ├───kbin: derivation 'kbin'
 │       ├───kbin-backend: derivation 'kbin-0.0.1'
 │       ├───kbin-frontend: derivation 'kbin-frontend-0.0.1'
 │       ├───kbin-toplevel: derivation 'nixos-system-nixos-24.05.20231218.886c9ae'
 │       ├───kikit: derivation 'python3.11-kikit-1.3.0'
 │       ├───kip: derivation 'kip-unstable-2021-07-27'
 │       ├───lcrq: derivation 'lcrq'
 │       ├───lcsync: derivation 'lcsync'
 │       ├───leaf: derivation 'leaf-unstable-2020-04-28'
 │       ├───libgnunetchat: derivation 'libgnunetchat'
 │       ├───librecast: derivation 'librecast'
 │       ├───lillydap: derivation 'lillydap-0.9.2'
 │       ├───mcaptcha: derivation 'mcaptcha-unstable-2023-07-04'
 │       ├───mcaptcha-cache: derivation 'cache-unstable-2023-03-08'
 │       ├───pcbnew-transition: derivation 'python3.11-pcbnewTransition-0.3.4'
 │       ├───pretalx: derivation 'pretalx-2023.1.3'
 │       ├───pretalx-downstream: derivation 'python3.11-pretalx-downstream-1.1.5'
 │       ├───pretalx-frontend: derivation 'pretalx-frontend-2023.1.0'
 │       ├───pretalx-full: derivation 'pretalx-2023.1.3'
 │       ├───pretalx-media-ccc-de: derivation 'python3.11-pretalx-media-ccc-de-1.1.1'
 │       ├───pretalx-mysql-toplevel: derivation 'nixos-system-server-24.05.20231218.886c9ae'
 │       ├───pretalx-pages: derivation 'python3.11-pretalx-pages-1.3.3'
 │       ├───pretalx-postgresql-toplevel: derivation 'nixos-system-server-24.05.20231218.886c9ae'
 │       ├───pretalx-public-voting: derivation 'python3.11-pretalx-public-voting-1.3.0'
 │       ├───pretalx-venueless: derivation 'python3.11-pretalx-venueless-1.3.0'
 │       ├───pybars3: derivation 'python3.11-pybars3-0.9.7'
 │       ├───pymeta3: derivation 'python3.11-pymeta3-0.5.1'
 │       ├───quicksasl: derivation 'quicksasl-0.11.0'
 │       ├───rosenpass: derivation 'rosenpass-unstable-2023-09-28'
 │       ├───rosenpass-tools: derivation 'rosenpass-tools-unstable-2023-09-28'
 │       ├───steamworks: derivation 'steamworks-0.97.2'
 │       ├───steamworks-pulleyback: derivation 'steamworks-pulleyback-0.3.0'
 │       ├───sync: derivation 'sync'
 │       ├───taler-mdb: derivation 'taler-mdb-0.9.3'
 │       ├───tlspool: derivation 'tlspool-0.9.6'
 │       ├───tlspool-gui: derivation 'tlspool-gui-0.0.6'
 │       ├───twister: derivation 'twister-0.9.3'
+│       ├───wallet-core: derivation 'wallet-core-0.9.3'
 │       └───wireguard-rs: derivation 'wireguard-rs-unstable-2021-01-13'
 ├───formatter
 │   └───x86_64-linux: package 'treefmt'
 ├───hydraJobs
 │   ├───nixosConfigurations
 │   │   └───x86_64-linux
 │   │       ├───flarum: derivation 'nixos-system-test-flarum-24.05.20231218.886c9ae'
 │   │       ├───kbin: derivation 'nixos-system-nixos-24.05.20231218.886c9ae'
 │   │       ├───pretalx-mysql: derivation 'nixos-system-server-24.05.20231218.886c9ae'
 │   │       └───pretalx-postgresql: derivation 'nixos-system-server-24.05.20231218.886c9ae'
 │   ├───packages
 │   │   └───x86_64-linux
 │   │       ├───anastasis: derivation 'anastasis-0.4.0'
 │   │       ├───atomic-cli: derivation 'atomic-cli-0.34.5'
 │   │       ├───atomic-server: derivation 'atomic-server-0.34.5'
 │   │       ├───autobase: derivation 'autobase'
 │   │       ├───corestore: derivation 'corestore-6.15.9'
 │   │       ├───euclid3: derivation 'python3.11-euclid3-0.01'
 │   │       ├───flarum: derivation 'flarum-1.8.0'
 │   │       ├───freeDiameter: derivation 'freeDiameter-1.5.0'
 │   │       ├───gnunet-messenger-cli: derivation 'gnunet-messenger-cli-0.1.1'
 │   │       ├───hyperbeam: derivation 'hyperbeam-3.0.1'
 │   │       ├───hyperblobs: derivation 'hyperblobs-2.3.3'
 │   │       ├───hypercore: derivation 'hypercore-10.28.11'
 │   │       ├───hyperswarm: derivation 'hyperswarm-4.7.3'
 │   │       ├───kbin: derivation 'kbin'
 │   │       ├───kbin-backend: derivation 'kbin-0.0.1'
 │   │       ├───kbin-frontend: derivation 'kbin-frontend-0.0.1'
 │   │       ├───kikit: derivation 'python3.11-kikit-1.3.0'
 │   │       ├───kip: derivation 'kip-unstable-2021-07-27'
 │   │       ├───lcrq: derivation 'lcrq'
 │   │       ├───lcsync: derivation 'lcsync'
 │   │       ├───leaf: derivation 'leaf-unstable-2020-04-28'
 │   │       ├───libgnunetchat: derivation 'libgnunetchat'
 │   │       ├───librecast: derivation 'librecast'
 │   │       ├───lillydap: derivation 'lillydap-0.9.2'
 │   │       ├───mcaptcha: derivation 'mcaptcha-unstable-2023-07-04'
 │   │       ├───mcaptcha-cache: derivation 'cache-unstable-2023-03-08'
 │   │       ├───pcbnew-transition: derivation 'python3.11-pcbnewTransition-0.3.4'
 │   │       ├───pretalx: derivation 'pretalx-2023.1.3'
 │   │       ├───pretalx-downstream: derivation 'python3.11-pretalx-downstream-1.1.5'
 │   │       ├───pretalx-frontend: derivation 'pretalx-frontend-2023.1.0'
 │   │       ├───pretalx-full: derivation 'pretalx-2023.1.3'
 │   │       ├───pretalx-media-ccc-de: derivation 'python3.11-pretalx-media-ccc-de-1.1.1'
 │   │       ├───pretalx-pages: derivation 'python3.11-pretalx-pages-1.3.3'
 │   │       ├───pretalx-public-voting: derivation 'python3.11-pretalx-public-voting-1.3.0'
 │   │       ├───pretalx-venueless: derivation 'python3.11-pretalx-venueless-1.3.0'
 │   │       ├───pybars3: derivation 'python3.11-pybars3-0.9.7'
 │   │       ├───pymeta3: derivation 'python3.11-pymeta3-0.5.1'
 │   │       ├───quicksasl: derivation 'quicksasl-0.11.0'
 │   │       ├───rosenpass: derivation 'rosenpass-unstable-2023-09-28'
 │   │       ├───rosenpass-tools: derivation 'rosenpass-tools-unstable-2023-09-28'
 │   │       ├───steamworks: derivation 'steamworks-0.97.2'
 │   │       ├───steamworks-pulleyback: derivation 'steamworks-pulleyback-0.3.0'
 │   │       ├───sync: derivation 'sync'
 │   │       ├───taler-mdb: derivation 'taler-mdb-0.9.3'
 │   │       ├───tlspool: derivation 'tlspool-0.9.6'
 │   │       ├───tlspool-gui: derivation 'tlspool-gui-0.0.6'
 │   │       ├───twister: derivation 'twister-0.9.3'
+│   │       ├───wallet-core: derivation 'wallet-core-0.9.3'
 │   │       └───wireguard-rs: derivation 'wireguard-rs-unstable-2021-01-13'
 │   └───tests
 │       └───x86_64-linux
 │           ├───kbin
 │           │   └───kbin: derivation 'vm-test-run-kbin'
 │           ├───libgnunetchat
 │           │   └───pkg-config: derivation 'check-meta-pkg-config-modules-for-libgnunetchat'
 │           ├───mcaptcha
 │           │   ├───mcaptcha-bring-your-own-services: derivation 'vm-test-run-test-of-mcaptcha-with-database-and-other-services-running-on-a-different-node'
 │           │   └───mcaptcha-create-locally: derivation 'vm-test-run-test-of-mcaptcha-with-database-and-other-services-all-running-on-the-same-node'
 │           ├───pretalx
 │           │   └───pretalx: derivation 'vm-test-run-pretalx-tests'
 │           ├───pretalx-full
 │           │   └───pretalx: derivation 'vm-test-run-pretalx-tests'
 │           └───rosenpass
 │               └───rosenpass: derivation 'vm-test-run-rosenpass'
 ├───nixosConfigurations
 │   ├───flarum: NixOS configuration
 │   ├───kbin: NixOS configuration
 │   ├───pretalx-mysql: NixOS configuration
 │   └───pretalx-postgresql: NixOS configuration
 ├───nixosModules
 │   ├───default: NixOS module
 │   ├───flarum: NixOS module
 │   ├───kbin: NixOS module
 │   ├───mcaptcha: NixOS module
 │   ├───pretalx: NixOS module
 │   └───unbootable: NixOS module
 ├───overlays
 │   └───default: Nixpkgs overlay
 └───packages
     └───x86_64-linux
         ├───anastasis: package 'anastasis-0.4.0'
         ├───atomic-cli: package 'atomic-cli-0.34.5'
         ├───atomic-server: package 'atomic-server-0.34.5'
         ├───autobase: package 'autobase'
         ├───corestore: package 'corestore-6.15.9'
         ├───euclid3: package 'python3.11-euclid3-0.01'
         ├───flarum: package 'flarum-1.8.0'
         ├───freeDiameter: package 'freeDiameter-1.5.0'
         ├───gnunet-messenger-cli: package 'gnunet-messenger-cli-0.1.1'
         ├───hyperbeam: package 'hyperbeam-3.0.1'
         ├───hyperblobs: package 'hyperblobs-2.3.3'
         ├───hypercore: package 'hypercore-10.28.11'
         ├───hyperswarm: package 'hyperswarm-4.7.3'
         ├───kbin: package 'kbin'
         ├───kbin-backend: package 'kbin-0.0.1'
         ├───kbin-frontend: package 'kbin-frontend-0.0.1'
         ├───kikit: package 'python3.11-kikit-1.3.0'
         ├───kip: package 'kip-unstable-2021-07-27'
         ├───lcrq: package 'lcrq'
         ├───lcsync: package 'lcsync'
         ├───leaf: package 'leaf-unstable-2020-04-28'
         ├───libgnunetchat: package 'libgnunetchat'
         ├───librecast: package 'librecast'
         ├───lillydap: package 'lillydap-0.9.2'
         ├───mcaptcha: package 'mcaptcha-unstable-2023-07-04'
         ├───mcaptcha-cache: package 'cache-unstable-2023-03-08'
         ├───pcbnew-transition: package 'python3.11-pcbnewTransition-0.3.4'
         ├───pretalx: package 'pretalx-2023.1.3'
         ├───pretalx-downstream: package 'python3.11-pretalx-downstream-1.1.5'
         ├───pretalx-frontend: package 'pretalx-frontend-2023.1.0'
         ├───pretalx-full: package 'pretalx-2023.1.3'
         ├───pretalx-media-ccc-de: package 'python3.11-pretalx-media-ccc-de-1.1.1'
         ├───pretalx-pages: package 'python3.11-pretalx-pages-1.3.3'
         ├───pretalx-public-voting: package 'python3.11-pretalx-public-voting-1.3.0'
         ├───pretalx-venueless: package 'python3.11-pretalx-venueless-1.3.0'
         ├───pybars3: package 'python3.11-pybars3-0.9.7'
         ├───pymeta3: package 'python3.11-pymeta3-0.5.1'
         ├───quicksasl: package 'quicksasl-0.11.0'
         ├───rosenpass: package 'rosenpass-unstable-2023-09-28'
         ├───rosenpass-tools: package 'rosenpass-tools-unstable-2023-09-28'
         ├───steamworks: package 'steamworks-0.97.2'
         ├───steamworks-pulleyback: package 'steamworks-pulleyback-0.3.0'
         ├───sync: package 'sync'
         ├───taler-mdb: package 'taler-mdb-0.9.3'
         ├───tlspool: package 'tlspool-0.9.6'
         ├───tlspool-gui: package 'tlspool-gui-0.0.6'
         ├───twister: package 'twister-0.9.3'
+        ├───wallet-core: package 'wallet-core-0.9.3'
         └───wireguard-rs: package 'wireguard-rs-unstable-2021-01-13'

@fricklerhandwerk
Copy link
Collaborator

Superseded by #198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants