mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
124 stars 61 forks source link

po4a v0.62 does not install po files in Fedora builds #294

Closed sergiomb2 closed 3 years ago

sergiomb2 commented 3 years ago

https://koji.fedoraproject.org/koji/taskinfo?taskID=62121049

mquinson commented 3 years ago

This does not seem to be an upstream bug, but a fedora bug. I'm not willing to do the fedora packaging, so please direct your bug report to the right location.

If I'm mistaken, please reopen the issue. Elaborate on why it's an upstream bug, and give me an hint of how I could fix it here.

sergiomb2 commented 3 years ago

I tested before reported , my test said that ./Build install does not install po files anymore, like [1] I will check more carefully

[1]

Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/kn/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/da/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/ar/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/fr/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/uk/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/ko/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/cs/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/sv/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/vi/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/pt/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/pt_BR/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/hr/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/sr_Cyrl/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/eo/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/eu/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/id/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/de/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/nl/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/et/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/ru/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/nb/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/hu/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/af/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/zh_HK/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/it/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/pl/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/sl/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/zh_CN/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/es/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/ja/LC_MESSAGES/po4a.mo
Installing /builddir/build/BUILDROOT/po4a-0.60-2.fc33.noarch/usr/share/locale/ca/LC_MESSAGES/po4a.mo
sergiomb2 commented 3 years ago

comparing building po4a-0.61on f33 https://koji.fedoraproject.org/koji/taskinfo?taskID=62186460 https://kojipkgs.fedoraproject.org//work/tasks/6460/62186460/build.log

with building po4a-0.62 on f33 https://koji.fedoraproject.org/koji/taskinfo?taskID=62186758 https://kojipkgs.fedoraproject.org//work/tasks/6758/62186758/build.log po4a-0.62 doesn't install po files !

mquinson commented 3 years ago

Mmm. I'll investigate. Sorry for the harsh answer at first, but your initial issue was really too terse for me. I'm not used to the fedora build systems and you need to point me to the right location for me to navigate these files. Pointing to specific lines could help, if possible.

mquinson commented 3 years ago

I'm ashamed: you were right and my reaction was very wrong. I spotted the bug and I think I fixed this. I'll release 0.63 in a few days, once translators are done updating their work.

Thanks for reporting the problem.

sergiomb2 commented 3 years ago

No worries and no problem. I'm testing patch now, thank you for your quick reply .

sergiomb2 commented 3 years ago

Test passed ! . Then I will wait for the new release .

Thank you !