Marcin Cieślak is a user on mastodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

For whatever reason has to do a syscall that only root can do for building something... github.com/keeganwitt/docker-g

Marcin Cieślak @saper

@zerok typical for crowd: nobody explains what the problem is. It looks like want just to write to the user's home directory.

I think your comment was a bit exaggerated :)

· Web · 0 · 0

@saper Sure it was 🙂 Though, throwing around with stereotypes doesn't help either 😉

@zerok hehe now you have noticed what throwing stereotypes means :)

Did you run into this problem yourself?

@zerok it think a reason maybe a writable mapping of memory pages when loading a dynamic memory, but I am not sure

@saper that being said, you have to admit that the error message posted there by, I presume, the JVM or Gradle isn't really helpful :)

@zerok well nobody posted a stackttrace even.

@zerok I think you could try to trace the process and find the offending call, something like mmap()

@zerok one issue similar to that one is related to libc compatibility:

github.com/gradle/gradle/issue

but I think it was a locking issue mentioned here:

discuss.gradle.org/t/started-g

turning off ".gradle" altogether might help. (No idea how)