Danny Martini
Danny Martini
So I still get this: Details ``` info building esy-skia@github:revery-ui/esy-skia#a1c5de7b1a1bc0a6eadabdefc7cee338d29748e8@d41d8cd9 error: build failed with exit code: 1 build log: # esy-build-package: building: esy-skia@github:revery-ui/esy-skia#a1c5de7b1a1bc0a6eadabdefc7cee338d29748e8 # esy-build-package: pwd: /home/despairblue/.esy/3/b/esy_skia-894eea68 # esy-build-package: running:...
Is it possible this error comes from code generation and I would need to understand skia or libjpeg to figure out where the error comes from in the source?
Oh, the error is actually different, before it was complaining about it overriding the other thing without being marked as such, now it complains about overriding the other thing but...
I didn't see a way to fix this now without learning C++ and rewriting parts of skia 😄 So I forked esy-skia removed `-Werror` from the cflags.
Actually disregard everything I said so far (except the binaries not working). I wasn't on the current master, my local oni repo was probably out of date for a couple...
I'll try the docker build instructions to see if they produce broken binaries on my arch system. If so, I'll try to use a more recent version of centos and...
> For another CI build maybe ask @zbaylin why do you need the docker build building directly on your arch doesn't work ? It does, I want to check though...
Yeah, using the docker build process still creates a binary having this error: ``` /tmp/.mount_OnivimaqTmiB/usr/bin/Oni2_editor: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full ``` I'll check if upgrading to centos 8...
Ok, no idea how to do that, `install centos-release-scl` is not available or not necessary anymore unter centos 8 and `yum-config-manager` does not exist anymore. Would it be easier to...
> > What was the reason for choosing centos? > > Believe it or not, there are still quite a few people stuck using CentOS 7. Some of us like...