You are not logged in.

#1 2023-09-03 04:21:05

gameslayer
Member
Registered: 2021-12-14
Posts: 81

npm package broken missing shared libaries

hello again, npm seems to be missing a shared library libicui18n.so.72

Offline

#2 2023-09-03 06:47:46

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 990
Website

Re: npm package broken missing shared libaries

The standard answer here is install 'icu72' along to 'icu'.

Offline

#3 2023-09-03 09:17:39

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: npm package broken missing shared libaries

Oh I see tho I am reporting because it was working before an update, why wouldn't it install the dependencies it needs?

Offline

#4 2023-09-04 07:40:30

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 990
Website

Re: npm package broken missing shared libaries

Because I didn't change it yet to the proper build way, by replacing icu with icuXX in every build and having a provides icu in icu72 for instance. :-)
We discussed the proper way some month back in the chat, but I didn't get to fix it.

Offline

#5 2023-09-04 14:41:44

sl1pkn07
Member
Registered: 2023-08-06
Posts: 18

Re: npm package broken missing shared libaries

i have sucessfull build nodejs in my system (20.5.1-1) . takes 2 days to build, seems works (icu 73 library missing fixed)

Offline

#6 2023-10-26 01:31:21

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: npm package broken missing shared libaries

abaumann wrote:

Because I didn't change it yet to the proper build way, by replacing icu with icuXX in every build and having a provides icu in icu72 for instance. :-)
We discussed the proper way some month back in the chat, but I didn't get to fix it.

I see so will this be corrected at all later on?

Offline

#7 2023-10-26 01:32:26

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: npm package broken missing shared libaries

sl1pkn07 wrote:

i have sucessfull build nodejs in my system (20.5.1-1) . takes 2 days to build, seems works (icu 73 library missing fixed)

jeez nice work, that is a long time haha tongue

Offline

Board footer

Powered by FluxBB