Activity log for bug #274089

Date Who What changed Old value New value Message
2008-09-24 18:24:37 André bug added bug
2008-09-25 08:20:32 Jari Aalto truecrypt-installer: status New Fix Committed
2008-09-25 08:20:32 Jari Aalto truecrypt-installer: assignee jari-aalto
2008-09-25 08:20:32 Jari Aalto truecrypt-installer: statusexplanation > dpkg-buildpackage: host architecture armel This architecture has never been tested. The original sources were written for Intel 32bit. The code just happens to work also on AMD 64. It will be interesting to hear if compilation succeeds. If not, we need someone to supply patches to that architecture. > /bin/sh: -c: line 0: syntax error near unexpected token `)' > /bin/sh: -c: line 0: `echo 4.2.4) | cut -d"." -f1-2 ' The Kernel's Gcc information on that architecture is stored in different version string. Please send this command's output: egrep 'Linux version.*gcc version' /proc/version A likely fix has been committed revision 283. Run again: tc-dpkg --auto --install
2008-09-25 08:22:45 Jari Aalto truecrypt-installer: importance Undecided High
2008-09-25 08:22:45 Jari Aalto truecrypt-installer: statusexplanation > dpkg-buildpackage: host architecture armel This architecture has never been tested. The original sources were written for Intel 32bit. The code just happens to work also on AMD 64. It will be interesting to hear if compilation succeeds. If not, we need someone to supply patches to that architecture. > /bin/sh: -c: line 0: syntax error near unexpected token `)' > /bin/sh: -c: line 0: `echo 4.2.4) | cut -d"." -f1-2 ' The Kernel's Gcc information on that architecture is stored in different version string. Please send this command's output: egrep 'Linux version.*gcc version' /proc/version A likely fix has been committed revision 283. Run again: tc-dpkg --auto --install
2008-09-29 07:43:10 Jari Aalto truecrypt-installer: status Fix Committed Fix Released
2008-09-29 07:43:10 Jari Aalto truecrypt-installer: statusexplanation Confirmed. The KCC parsing has been fixed in latest revision.