Closed lovesegfault closed 5 years ago
I have found the following: https://github.com/gradle/gradle/issues/4426 https://bugs.gentoo.org/648720#c12
So it seems there is a problem with gradle / term / ncurses.
I'm closing this bug for now, feel free to re-open if you think we can help
btw, our profile is not affected because the tfino
flag is enabled
https://github.com/pentoo/pentoo-overlay/blob/master/profiles/pentoo/base/package.use/sys-libs#L3
I suggest you to symlink our keywords/use files at least
@blshkv I've nothing to say about the issue itself (although, having 'tinfo' is not enough to dodge gradle's bug), but
feel free to re-open if you think we can help
Only project members can re-open issue, after it was closed by project member. Reporter can't do it.
// Btw, I fixed that in my overlay by "patching" gradle a bit: https://github.com/msva/mva-overlay/blob/master/dev-java/gradle/gradle-5.3.1.ebuild (see L33 and L45)
I looked at the ebuild. The hack is ugly. We will not adapt it. I had some trouble with app-misc/mc
(or a ```screen````?) recently and had to change my profile to the following:
COLORTERM=truecolor
TERM=xterm-color
Feel free to change it too. Let me know if you have a better solution.
Running COLORTERM=truecolor TERM=xterm-color sudo emerge -j1 ghidra
fixed it, surprisingly.
I am convinced Gradle is evil now :smile:
I'm trying to emerge Ghidra, but it fails on my system. Here are the logs/info on the error
emerge --info '=dev-util/ghidra-9.0.2-r1::pentoo'
emerge -pqv '=dev-util/ghidra-9.0.2-r1::pentoo'
cat /var/log/portage/dev-util:ghidra-9.0.2-r1:20190416-213256.log
I hope this is enough info, I'm happy to provide anything else that might be necessary to debug this :)