Robert Roth created an issue:
ftpadmin install fails to release swell-foop 3.31.90swell-foop-3.31.90.tar.xz with the following traceback (other modules built released fine, so it must be something with this specific one, can't figure out the reason though): `[robertroth@master ~]$ ftpadmin install swell-foop-3.31.90.tar.xz Gathering information and sorting on version: ., done Preparing installation of swell-foop-3.31.90.tar.xz:
- Checking consistency: Traceback (most recent call last): File "/usr/local/bin/ftpadmin", line 1867, in main() File "/usr/local/bin/ftpadmin", line 1852, in main options.func(options, parser) File "/usr/local/bin/ftpadmin", line 1535, in cmd_install module.install(unattended=options.unattended, clobber=options.clobber) File "/usr/local/bin/ftpadmin", line 1059, in install if not self.validate(clobber): File "/usr/local/bin/ftpadmin", line 1045, in validate errors = self.fileinfo.check(progress=True) File "/usr/local/bin/ftpadmin", line 516, in check self.file[os.path.basename(info.name)] = t.extractfile(info).readlines() File "/usr/lib64/python2.6/tarfile.py", line 857, in readlines line = self.readline() File "/usr/lib64/python2.6/tarfile.py", line 834, in readline buf = self.fileobj.read(self.blocksize) File "/usr/lib64/python2.6/tarfile.py", line 734, in read return self.readnormal(size) File "/usr/lib64/python2.6/tarfile.py", line 743, in readnormal return self.fileobj.read(size) SystemError: error return without exception set`