|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Ok, I think it's not a bug, it's problem with old dpkg and tar packages on system where jenkins is installed.
To fix you need upgrade dpkg and tar (because newer dpkg depends on tar package).
I did next on Ubuntu 10.04.4:
1. Add this PPA https://launchpad.net/~lucid-bleed/+archive/ubuntu/lucidbleed-exp
2. Download tar http://ppa.launchpad.net/lucid-bleed/ppa/ubuntu/pool/main/t/tar/
wget -i http://ppa.launchpad.net/lucid-bleed/ppa/ubuntu/pool/main/t/tar/tar_1.25-3~ppa1~lucid1_amd64.deb3. Install tar.deb package
4. Do apt-get update
5. Do apt-get install dpkg