GNOME Bugzilla – Bug 701165
Error install tarball
Last modified: 2013-08-24 10:30:50 UTC
[davidz@master ~]$ ftpadmin install gnome-disk-utility-3.8.1.tar.xz Gathering information and sorting on version: ., done Preparing installation of gnome-disk-utility-3.8.1.tar.xz: - Checking consistency: ....Traceback (most recent call last):
+ Trace 231998
main()
options.func(options, parser)
module.install(unattended=options.unattended, clobber=options.clobber)
if not self.validate(clobber):
errors = self.fileinfo.check(progress=True)
for info in t:
tarinfo = self.tarfile.next()
self.fileobj.seek(self.offset)
My bad. This was a partial tarball. Could be nicer with a better error message though. Sorry about that.
Not supposed to give a traceback.