Патч, исправляющий сборку для x86_64, просьба приложить - пакет нужен для сборки normalize: --- mp3info-0.8.4.orig/textfunc.c 2006-03-03 23:44:23 +0300 +++ mp3info-0.8.4/textfunc.c 2006-03-03 23:44:45 +0300 @@ -235,7 +235,7 @@ if(*code) { modlen=code-percent+1; if(modlen > 1000) { - printf("Format modifier beginning at position %d too long!\n",percent-format); + printf("Format modifier beginning at position %d too long!\n",(int)(percent-format)); exit(5); } strncpy(mod,percent,modlen);
Готов сделать NMU, если тебе некогда его собирать.
Applied in 0.8.4-alt5, thanks.