You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ./configureing pango in the wizard, i get an error that cairo is not found. so i try to untar cairo. the first few files come out fine, but none of the rest. the error starts out as
Cannot utime: Device timeout
then a few files later switches to
Cannot utime: No file descriptors available
and finally switches to
Cannot open: No file descriptors available
which utime returns nothing. and i can't install it in the usual manner because yum and apt-get are also missing.
suggestions?
The text was updated successfully, but these errors were encountered:
The linux distribution we're using is Alpine linux, so you can use apk to try and install things. In this case it's not complaining about a missing utime command though, it's complaining about the utime syscall.
Are you running on a OSX or Linux host? And what runner are you using? (You can check via BinaryBuilder.versioninfo())
so the big misconception here on my part was that the tar file dependencies needed to be manually unpacked. the solution was to set CFLAGS etc. appropriately.
i'm trying to build
http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz
which relies on
https://github.com/staticfloat/GlibBuilder/releases/download/v2.54.2-2/build.jl
https://github.com/bjarthur/FreeTypeWithoutHarbuzzBuilder/releases/download/v2.9.1/build_FreetypeWithoutHarBuzzBuilder.v2.9.1.jl
https://github.com/bjarthur/FontconfigBuilder/releases/download/v2.13.1/build_Fontconfig.v2.13.1.jl
https://github.com/bjarthur/CairoBuilder/releases/download/v1.14.12/build_Cairo.v1.14.12.jl
https://github.com/bjarthur/HarfbuzzBuilder/releases/download/v2.0.2-1/build_Harfbuzz.v2.0.2.jl
https://github.com/SimonDanisch/FribidiBuilder/releases/download/0.14.0/build_fribidi.v0.14.0.jl
https://github.com/staticfloat/libffiBuilder/releases/download/v3.2.1-0/build.jl
https://github.com/bjarthur/ExpatBuilder/releases/download/v2.2.6/build_Expat.v2.2.6.jl
https://github.com/bjarthur/LibuuidBuilder/releases/download/v1.0.3/build_Libuuid.v1.0.3.jl
when
./configure
ing pango in the wizard, i get an error that cairo is not found. so i try to untar cairo. the first few files come out fine, but none of the rest. the error starts out asCannot utime: Device timeout
then a few files later switches to
Cannot utime: No file descriptors available
and finally switches to
Cannot open: No file descriptors available
which utime
returns nothing. and i can't install it in the usual manner becauseyum
andapt-get
are also missing.suggestions?
The text was updated successfully, but these errors were encountered: