carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
457 stars 280 forks source link

Harfbuzz version too old (1.2.1) #237

Open namatreasure opened 3 years ago

namatreasure commented 3 years ago

Ubuntu 20.04.1 LTS 64 bit Gnome 3.36.8 Window X11

Downloaded ardublockly 1.2.8 after running ./ardublockly in arduexec i got this error

ni@ni-UX410UAR:~/ardublockly/arduexec$ ./ardublockly

(ardublockly:9910): Pango-ERROR **: 12:56:08.753: Harfbuzz version too old (1.2.1)

Is there a solution or a way around this problem, thank you very much.

TLmaK0 commented 2 years ago

@namatreasure download this deb packages:

http://security.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb http://security.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb http://security.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb

extract deb packages, then data.tar.xz and get all files from '/usr/lib/x86_64-linux-gnu/' in data.tar.xz and put in auduexec folder.

Then try again:

image

source: https://unix.stackexchange.com/questions/589993/pango-error-harfbuzz-version-too-old