Created attachment 350422 [details, diff] Patch for earthtrack.c After emerging =sci-astronomy/predict-2.2.3-r1 by issuing: USE="doc nls xplanet" emerge =sci-astronomy/predict-2.2.3-r1 I tried the earthtrack utility but I get: *** Error: Could not read "/usr/local/share/xplanet/config/default" Is xplanet installed? xplanet is pulled by =sci-astronomy/predict-2.2.3-r1 ebuild but the config files are installed under /usr/share/xplanet/config/ By applying the attached predict-2.2.3-r1-earthtrack.patch and starting the predict server I managed to run earthtrack, but I get: Warning: Xplanet was compiled without FreeType support. Ignoring text: W1AW Warning: Xplanet was compiled without FreeType support. Ignoring text: OSCAR-7 ... So I modified the ebuild (attached patch) to include an RDEPEND on xplanet[truetype] and added some || die commands and now it works fine here.
Created attachment 350424 [details, diff] ebuild patch
feel free to commit directly to any of sci packages + 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> predict-2.2.3-r1.ebuild: + Fixed earthtrack and cleaning, bug #472686 thanks Chema Alonso +
(In reply to Sébastien Fabbro from comment #2) > feel free to commit directly to any of sci packages > Thanks, I've added the patch to earthtrack.c to make things work :-) + 18 Jun 2013; Chema Alonso <nimiux@gentoo.org> predict-2.2.3-r1.ebuild, + +files/predict-2.2.3-earthtrack.patch: + Add earthtrack patch wrt bug 472686