| Summary: | build for x86_64 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Anton Farygin <rider> |
| Component: | mp3info | Assignee: | placeholder <placeholder> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | CC: | glebfm, ldv, mike, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Готов сделать NMU, если тебе некогда его собирать. Applied in 0.8.4-alt5, thanks. |
Патч, исправляющий сборку для 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);