Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#59163 - [nodejs-lts-carbon] needs rebuild due to libuv update
Attached to Project:
Community Packages
Opened by Michael (Zrax) - Wednesday, 27 June 2018, 22:25 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Thursday, 19 July 2018, 13:25 GMT
Opened by Michael (Zrax) - Wednesday, 27 June 2018, 22:25 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Thursday, 19 July 2018, 13:25 GMT
|
DetailsDescription:
The current release of nodejs-lts-carbon will sometimes fail an assertion from libuv interfaces (See example below). Rebuilding nodejs-lts-carbon locally on my system with no changes fixed the assertion. Additional info: * package version(s): 8.11.3-1 * config and/or log files etc.: See below * This was also reproduced by at least two other users who commented on the 'code' aur page. Steps to reproduce: 1) Install nodejs-lts-carbon 2) Build 'code' from AUR (for example) 3) Early in the build process (yarn's Linking dependencies step), nodejs will crash with the following output excerpt: ... [3/4] Linking dependencies... [---------------------------------------------------------------------] 0/18064node[11279]: ../src/node_file.cc:353:void node::{anonymous}::After(uv_fs_t*): Assertion `0 && "Unhandled eio response"' failed. 1: node::Abort() [node] 2: 0x55dfbf7a893b [node] 3: 0x55dfbf7e17f7 [node] 4: uv__work_done [/usr/lib/libuv.so.1] 5: 0x7f6bed77b7f8 [/usr/lib/libuv.so.1] 6: uv__io_poll [/usr/lib/libuv.so.1] 7: uv_run [/usr/lib/libuv.so.1] 8: node::Start(uv_loop_s*, int, char const* const*, int, char const* const*) [node] 9: node::Start(int, char**) [node] 10: __libc_start_main [/usr/lib/libc.so.6] 11: _start [node] ... |
This task depends upon
Closed by Bruno Pagani (ArchangeGabriel)
Thursday, 19 July 2018, 13:25 GMT
Reason for closing: Fixed
Additional comments about closing: 8.11.3-3
Thursday, 19 July 2018, 13:25 GMT
Reason for closing: Fixed
Additional comments about closing: 8.11.3-3
Segfaults for me:
```
pacman -S nodejs-lts-carbon yarn
git clone https://github.com/yarnpkg/example-yarn-package
cd example-yarn-package
yarn
```