The ebuild for simutrans 124.2.1 changes to the trunk/simutrans/ directory before expanding the pak64 zip archive, but this archive has a simutrans/ parent directory. Here, this results in the pak64 files being installed under /usr/share/simutrans/simutrans/pak/. The built binary is thus unable to load pak64 and asks to install a pack, and quits if this is not done. Splitting the directory change into two and expanding the pak64 archive between these seems to result in a working install. I'm attaching a patch with the modification I did here for 124.2.1. Reproducible: Always Steps to Reproduce: 1. Install simutrans-124.2.1 without USE=minimal 2. Start it Actual Results: It asks to install a pakset Expected Results: It opens using the installed pak64 pakset
Created attachment 923602 [details, diff] patch to unpack pak64 before cd'ing to simutrans/