Every time that i tried to compile new stellarium received fail message. Best Regards
Created attachment 450660 [details] Environment
Created attachment 450662 [details] Build Log
Created attachment 450664 [details] Emerge info
Created attachment 450666 [details] pqv info
The error line: 2302:make[2]: *** No rule to make target 'po/stellarium/pt-BR.po', needed by 'translations/stellarium/pt-BR.qm'. Stop. Commit ad80fa70 moved from LINGUAS to L10N, but the file names are of course the same as before. Maybe this needs just a simple change to line 63 in the ebuild? --- a/stellarium-0.15.0.ebuild +++ b/stellarium-0.15.0-r1.ebuild @@ -63,1 +63,1 @@ src_prepare() { - -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${L10N}" \ + -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${L10N//-/_}" \
(In reply to Jouni Kosonen from comment #5) > The error line: > > 2302:make[2]: *** No rule to make target 'po/stellarium/pt-BR.po', needed by > 'translations/stellarium/pt-BR.qm'. Stop. > > Commit ad80fa70 moved from LINGUAS to L10N, but the file names are of course > the same as before. Maybe this needs just a simple change to line 63 in the > ebuild? > > --- a/stellarium-0.15.0.ebuild > +++ b/stellarium-0.15.0-r1.ebuild > @@ -63,1 +63,1 @@ src_prepare() { > - -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${L10N}" \ > + -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${L10N//-/_}" \ This works for me with en_GB
Mr. Bones, this one was fixed in the tree three weeks ago with PR 2622.
Michael, do you still maintain this package? Can we close this? see: https://github.com/gentoo/gentoo/pull/2622