Updating games-misc/opengfx to version 0.4.4 isn't successful because of being not able to open a test swap file. Steps to reproduce: 1. Install games-misc/opengfx-0.4.4 2. Fail cause of being not able to open a test swap file. Exspected: Open a test swap file successfully, compile and install the package.
Created attachment 309315 [details] build
Created attachment 309317 [details] emerge --info
Created attachment 309323 [details] complete build.log
Created attachment 309325 [details] Build.log Same here.
Created attachment 309413 [details] Emerge log Same here, but this time it looks like it was trying to mess with /proc/bus/usb ?!
Created attachment 309415 [details] Output of emerge --info
Created attachment 309419 [details, diff] Correction in ebuild to remove sandbox errors the batched script needs some environment changes to keep it out of the root dir. Also a dependence against >=media-gfx/gimp-2.4 is required
Ah, I know whats wrong, that idiotic thing uses gimp if it is on system and does not fail otherwise... Well let me test it with gimp.
Yah, added gimp to deps. Fixed the sandbox by using the variables in the patch (btw proper dir to store this is tmpdir so i used $T as the variable). And I really hope the gimp has noX mode and it won't fail to run when executed on such environment.