FS#74385 - [atom] Missing dependency electron11

Attached to Project: Community Packages
Opened by Ruben Kelevra (RubenKelevra) - Thursday, 07 April 2022, 10:04 GMT
Last edited by Caleb Maclennan (alerque) - Thursday, 07 April 2022, 14:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Caleb Maclennan (alerque)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Atom seems to need electron11 installed for network stuff:



Additional info:

```
Fetching local packages failed.Hide output…
node:internal/fs/utils:344
throw err;
^

Error: ENOENT: no such file or directory, open '/usr/lib/electron11/version'
at Object.openSync (node:fs:585:3)
at Object.readFileSync (node:fs:453:35)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/bin/apm:7:88)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/usr/lib/electron11/version'
}
```


This task depends upon

Closed by  Caleb Maclennan (alerque)
Thursday, 07 April 2022, 14:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  atom-1.61.0beta0-1
Comment by Antonio Rojas (arojas) - Thursday, 07 April 2022, 10:30 GMT
What is the output of 'pacman -Q atom'?
Comment by Caleb Maclennan (alerque) - Thursday, 07 April 2022, 11:25 GMT
The current 0.58.0 version needs Electron 9, but the apm package has been updated and needs Electron 11. The Atom package is basically completely broken and has been for some time. I'm working on fixing it, but so far it is just a fiasco. Until an update comes across I suggest using the AUR atom-editor-beta-bin package which actually works.

Loading...