Created
October 17, 2024 00:36
-
-
Save JeffLabonte/5088fad4be880f5b08c59f49aa3ac196 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rend] npm run build:renderer exited with code 0 | |
~/source/apps/desktop ~/source | |
• electron-builder version=24.13.3 os=6.10.6 | |
• loaded configuration file=/build/source/apps/desktop/electron-builder.json | |
• writing effective config file=dist/builder-effective-config.yaml | |
• rebuilding native dependencies [email protected] platform=linux arch=x64 | |
Generating the QtOpenGLWidgets bindings... | |
/build/PyQt6-6.7.0.dev2404081550/sip/QtCore/QtCoremod.sip: line 64: '%Plugin' is deprecated and will be removed in SIP v7.0.0 | |
• packaging platform=linux arch=x64 electron=32.1.2 appOutDir=dist/linux-unpacked | |
• copying Electron source=/nix/store/a5k84p8zdj1987cl4z0rjdf6bbkxp8ah-electron-unwrapped-32.1.2/libexec/electron destination=/build/source/apps/desktop/dist/linux-unpacked | |
## After pack | |
{ | |
appOutDir: '/build/source/apps/desktop/dist/linux-unpacked', | |
outDir: '/build/source/apps/desktop/dist', | |
arch: 1, | |
targets: [], | |
packager: LinuxPackager { | |
info: Packager { | |
cancellationToken: [CancellationToken], | |
_metadata: [Object], | |
_nodeModulesHandledExternally: false, | |
_isPrepackedAppAsar: false, | |
_devMetadata: [Object], | |
_configuration: [Object], | |
isTwoPackageJsonProjectLayoutUsed: true, | |
eventEmitter: [EventEmitter], | |
_appInfo: [AppInfo], | |
tempDirManager: [TmpDir], | |
_repositoryInfo: [Lazy], | |
afterPackHandlers: [Array], | |
debugLogger: [DebugLogger], | |
nodeDependencyInfo: [Map], | |
stageDirPathCustomizer: [Function (anonymous)], | |
_buildResourcesDir: '/build/source/apps/desktop/resources', | |
_framework: [ElectronFramework], | |
toDispose: [Array], | |
projectDir: '/build/source/apps/desktop', | |
_appDir: '/build/source/apps/desktop/build', | |
options: [Object] | |
}, | |
platform: Platform { | |
name: 'linux', | |
buildConfigurationKey: 'linux', | |
nodeName: 'linux' | |
}, | |
_resourceList: Lazy { _value: null, creator: [Function (anonymous)] }, | |
platformSpecificBuildOptions: { | |
category: 'Utility', | |
synopsis: 'A secure and free password manager for all of your devices.', | |
target: [Array], | |
desktop: [Object] | |
}, | |
appInfo: AppInfo { | |
info: [Packager], | |
platformSpecificOptions: [Object], | |
description: 'A secure and free password manager for all of your devices.', | |
version: '2024.9.0', | |
type: undefined, | |
buildNumber: undefined, | |
buildVersion: '2024.9.0', | |
productName: 'Bitwarden', | |
sanitizedProductName: 'Bitwarden', | |
productFilename: 'Bitwarden' | |
}, | |
executableName: 'bitwarden' | |
}, | |
electronPlatformName: 'linux' | |
} | |
Creating memory-protection wrapper script | |
Moved binary to bitwarden-app | |
Copied memory-protection wrapper script | |
• skipping "afterSign" hook as no signing occurred, perhaps you intended "afterPack"? | |
~/source | |
Finished npmBuildHook | |
buildPhase completed in 3 minutes 35 seconds | |
Running phase: checkPhase | |
~/source/apps/desktop/desktop_native ~/source | |
Executing cargoCheckHook | |
environment: line 7: prependToVar: command not found | |
error: builder for '/nix/store/imrjabz5i6ibvv6sixfqgr0pp57ky8bb-bitwarden-desktop-2024.9.0.drv' failed with exit code 127; | |
last 10 log lines: | |
> Moved binary to bitwarden-app | |
> Copied memory-protection wrapper script | |
> • skipping "afterSign" hook as no signing occurred, perhaps you intended "afterPack"? | |
> ~/source | |
> Finished npmBuildHook | |
> buildPhase completed in 3 minutes 35 seconds | |
> Running phase: checkPhase | |
> ~/source/apps/desktop/desktop_native ~/source | |
> Executing cargoCheckHook | |
> environment: line 7: prependToVar: command not found | |
For full logs, run 'nix log /nix/store/imrjabz5i6ibvv6sixfqgr0pp57ky8bb-bitwarden-desktop-2024.9.0.drv'. | |
error: 1 dependencies of derivation '/nix/store/skc2rb9ca2jl28191lga2hvjan977q7k-home-manager-path.drv' failed to build | |
error: 1 dependencies of derivation '/nix/store/hysfzpg2m1xvx6favsnpy09hr15p4iig-home-manager-generation.drv' failed to build | |
error: 1 dependencies of derivation '/nix/store/7sxpci058l04h7mf17gqlkli33mgwqrq-user-environment.drv' failed to build | |
error: 1 dependencies of derivation '/nix/store/jrf8clb51ng1rr1fska5qqns7f1n1gh2-etc.drv' failed to build | |
error: 1 dependencies of derivation '/nix/store/b2x46z1y4sibfjyxkzdczxb6l8pjnk7g-nixos-system-tuxbox-thinkpad-24.11.20241014.a3c0b3b.drv' failed to build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment