jiblime
jiblime
> `curl -s https://gist.githubusercontent.com/ocerman/6566b00072c8af96a109f65075f2d8b7/raw/4a015fe1d2b6eca95e38ce0400a023de57d901ab/zp_read_debug.sh | bash` > > i can not recommend this, because it's kinda bad practice... :/ > > be sure to know, what you run. :) "Safer"...
You may be interested in the discontinued external it87 kernel module. It is *far* ahead of even mainline's drivers/hwmon/it87.c. Here is a read-only mirror: https://github.com/herocodemaster/it87 I was able to enable...
This looks really cool, thanks for taking the time to do world rebuilds. I'll give it a shot soon. A suggestion I have is to mention the versions used, if...
Along with the above advice, this may help. ``` # Rebuild toolchain without LTO root# emerge --ask @system sys-devel/binutils sys-libs/binutils-libs sys-devel/libtool # Rebuild the entire system without LTO root# emerge...
I can confirm that without -fcommon the build will fail. However, the ebuild already has -fcommon in it. https://github.com/gentoo/gentoo/blob/master/dev-java/openjfx/openjfx-11.0.9_p0.ebuild#L173 I was able to build with -flto, too. I am using...
- Please post your C/CXX/LDFLAGS Run these: ``` emerge --info dev-qt/qtcore | tail emerge --info games-emulation/dolphin | tail ``` And paste the error messages, too, for more help diagnosing what...
**Edit**: Unrelated to the issue at hand. All of my KDE related runtime crashes were due to having USE debug enabled for dev-qt/qtcore. Everything works fine now. --- > I'm...
I was able to reproduce an error with kfind in a different distro, so your suspicion that it is due to Qt is likely.
> It would be nice if someone actually checked one of the abovementioned apps, from repo it would be games-emulation/dolphin, from overlays either citra or rpcs3 [ citra being the...
Regarding `games-emulation/dolphin`, here is my build info. I'll test a game in a bit and edit this post. Edit: I've only tested one .iso and building with LTO or not...