On Sun, Jan 6, 2019 at 10:31 AM <tu...@posteo.de> wrote: > > The problem with this problem is, that the compilation process > is successful and all files will be removed from /var/tmp/portage > afterwards. >
If you already have the dependencies installed all you have to do is chdir to the directory with the ebuild and run: ebuild krita-x.y.z.ebuild configure You can use compile/install to step through the compile and install steps. In general you can just go straight to install and end up with a complete build and install image, but it won't touch your actual root filesystem. Note that the ebuild tool is mainly intended for troubleshooting ebuilds and such - it does not resolve dependencies, so you need to take care of that before running it. If you need to start over just run the clean command. man ebuild... -- Rich