raspiblitz icon indicating copy to clipboard operation
raspiblitz copied to clipboard

[1.11.0 amd64] FAIL - npm run build did not run correctly, aborting (1)

Open adevoss opened this issue 1 year ago • 1 comments

mempool-frontend-config.json file not found, using default config
Copied src/index.mempool.html to src/index.html
mempool version 2.5.0
mempool revision 57eddac7f
src/resources/config.js file not found, creating new config file
CONFIG:  (function (window) {
  window.__env = window.__env || {};
    window.__env.GIT_COMMIT_HASH = '57eddac7f';
    window.__env.PACKAGE_JSON_VERSION = '2.5.0';
  }(this));
src/resources/config.js file saved

> [email protected] ng
> ./node_modules/@angular/cli/bin/ng.js build --configuration production --localize

⠙ Generating browser application bundles (phase: sealing)...Killed
FAIL - npm run build did not run correctly, aborting (1)

To Reproduce Install Debian 12 (no GUI) Install sudo Execute build_sdcard.sh (fatpack, headless, no tweak, no wifi)

adevoss avatar May 14 '24 19:05 adevoss

Happens only with fatpack option.

adevoss avatar May 16 '24 07:05 adevoss

I tested fatpack on x86 VM .. stopped at Joinmarket - @openoms can you take a look?

Empfange Objekte: 100% (13601/13601), 9.70 MiB | 11.51 MiB/s, fertig.
Löse Unterschiede auf: 100% (8953/8953), fertig.
HEAD ist jetzt bei f4c2b1b Merge JoinMarket-Org/joinmarket-clientserver#1671: Release notes and version for v0.9.11
--2024-10-01 20:36:28--  https://github.com/kristapsk.gpg
Auflösen des Hostnamens github.com (github.com)… 140.82.121.3
Verbindungsaufbau zu github.com (github.com)|140.82.121.3|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 7834 (7,7K) [text/plain]
Wird in »pgp_keys.asc« gespeichert.

pgp_keys.asc                          100%[=======================================================================>]   7,65K  --.-KB/s    in 0,001s

2024-10-01 20:36:29 (12,3 MB/s) - »pgp_keys.asc« gespeichert [7834/7834]

pub   rsa2048 2017-05-10 [SC]
      C488D91AAA047BE8FDC4499CFF6564B611D533AF
uid                      Kristaps Kaupe <[email protected]>
sub   rsa2048 2017-05-10 [E]

pub   rsa4096 2019-07-06 [SC] [verfallen: 2022-06-07]
      BF60DF964F88DD88174089A2D47B1B4232B55437
uid                      Kristaps Kaupe <[email protected]>

pub   rsa4096 2021-01-09 [SC]
      70A1D47DD44F59DF8B22244333E472FE870C7E5D
uid                      Kristaps Kaupe <[email protected]>
sub   rsa4096 2021-01-09 [E]

gpg: Schlüssel FF6564B611D533AF: Öffentlicher Schlüssel "Kristaps Kaupe <[email protected]>" importiert
gpg: Schlüssel D47B1B4232B55437: Öffentlicher Schlüssel "Kristaps Kaupe <[email protected]>" importiert
gpg: Schlüssel 33E472FE870C7E5D: Öffentlicher Schlüssel "Kristaps Kaupe <[email protected]>" importiert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 3
gpg:                              importiert: 3
# goodSignature(0)
# correctKey(1)

# BUILD FAILED --> PGP verification not OK / signature(0) verify(1)
 Failed to install JoinMarket

rootzoll avatar Oct 01 '24 20:10 rootzoll

@rootzoll the env needs to be in English as we are checking for the "Good signature" in the blitz.git-verify.sh

Will need to see why this is not applied:

https://github.com/raspiblitz/raspiblitz/blob/226c1e3187e410b2740442dc4edd12ee0cca63b4/home.admin/config.scripts/blitz.git-verify.sh#L33-L35

openoms avatar Oct 02 '24 06:10 openoms

@openoms OK .. I will merge PR #4770 which should address this.

rootzoll avatar Oct 02 '24 08:10 rootzoll

OK tested the build script in fatpack for comming RaspiBlitz v1.11.3 on a debian12 AMD64 VM and it runs thru.

Closing for RaspiBlitz v1.11.3rc1 release.

rootzoll avatar Oct 02 '24 17:10 rootzoll