bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
577 stars 98 forks source link

build fails in arch linux #639

Closed cgm999 closed 2 years ago

cgm999 commented 2 years ago

Hi,

I am on latest git commit and for a few days I am getting an error ..

[build@arch icewm-git]$ make
make  all-recursive
make[1]: Entering directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git'
Making all in src
make[2]: Entering directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/src'
Making all in po
make[2]: Entering directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/po'
test ! -f ./icewm.pot || \
  test -z "ar.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en.gmo es.gmo fi.gmo fr.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || make ar.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en.gmo es.gmo fi.gmo fr.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo
make[3]: Entering directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/po'
make[3]: 'ar.gmo' is up to date.
make[3]: 'be.gmo' is up to date.
make[3]: 'bg.gmo' is up to date.
make[3]: 'ca.gmo' is up to date.
make[3]: 'cs.gmo' is up to date.
make[3]: 'da.gmo' is up to date.
make[3]: 'de.gmo' is up to date.
make[3]: 'el.gmo' is up to date.
make[3]: 'en.gmo' is up to date.
make[3]: 'es.gmo' is up to date.
make[3]: 'fi.gmo' is up to date.
make[3]: 'fr.gmo' is up to date.
make[3]: 'he.gmo' is up to date.
make[3]: 'hr.gmo' is up to date.
make[3]: 'hu.gmo' is up to date.
make[3]: 'id.gmo' is up to date.
make[3]: 'it.gmo' is up to date.
make[3]: 'ja.gmo' is up to date.
make[3]: 'ko.gmo' is up to date.
make[3]: 'lt.gmo' is up to date.
make[3]: 'lv.gmo' is up to date.
make[3]: 'mk.gmo' is up to date.
make[3]: 'nb.gmo' is up to date.
make[3]: 'nl.gmo' is up to date.
make[3]: 'no.gmo' is up to date.
make[3]: 'pl.gmo' is up to date.
make[3]: 'pt.gmo' is up to date.
make[3]: 'pt_BR.gmo' is up to date.
make[3]: 'ro.gmo' is up to date.
make[3]: 'ru.gmo' is up to date.
make[3]: 'sk.gmo' is up to date.
make[3]: 'sl.gmo' is up to date.
make[3]: 'sv.gmo' is up to date.
make[3]: 'tr.gmo' is up to date.
make[3]: 'uk.gmo' is up to date.
make[3]: 'vi.gmo' is up to date.
rm -f zh_CN.gmo && /usr/bin/msgmerge --for-msgfmt -o zh_CN.1po zh_CN.po icewm.pot && /usr/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.1po && rm -f zh_CN.1po
zh_CN.1po:1923: format specifications in 'msgid' and 'msgstr' for argument 1 are not the same
/usr/bin/msgfmt: found 1 fatal error
zh_CN.1po: 517 translated messages.
make[3]: *** [Makefile:294: zh_CN.gmo] Error 1
make[3]: Leaving directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/po'
make[2]: *** [Makefile:335: stamp-po] Error 2
make[2]: Leaving directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git/po'
make[1]: *** [Makefile:599: all-recursive] Error 1
make[1]: Leaving directory '/home/build/aur/icewm-git/dea938a8b50e0e4affb1d8c75a5e6baf/src/icewm-git'
make: *** [Makefile:481: all] Error 2
[build@arch icewm-git]$