dim icon indicating copy to clipboard operation
dim copied to clipboard

when yarn install take a ./autogen.sh: not found error

Open zjhzxy opened this issue 2 years ago • 5 comments

rm -rf build/lib/fribidi mkdir -p build/lib cp -r lib/fribidi build/lib/fribidi true cd build/lib/fribidi && NOCONFIGURE=1 ./autogen.sh /bin/sh: 1: ./autogen.sh: not found make: *** [Makefile:19: build/lib/fribidi/configure] Error 127 error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

When I run this command:yarn --cwd ui/ && yarn --cwd ui/ build An error was reported。 How to solve this problem?

zjhzxy avatar May 19 '22 06:05 zjhzxy

We need a bit more info. What OS are you running on? I'm not sure why you're manually building libfribidi.

vgarleanu avatar May 19 '22 08:05 vgarleanu

This could be related to #436

vgarleanu avatar May 19 '22 08:05 vgarleanu

same issue on Ubuntu.

krevoit avatar May 19 '22 14:05 krevoit

Can you pull latest master, and try building again#?

vgarleanu avatar May 19 '22 18:05 vgarleanu

Latest master fixed the issue. thanks.

krevoit avatar May 23 '22 14:05 krevoit