After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 781823 - Not able to upload simple-scan tarballs
Not able to upload simple-scan tarballs
Status: RESOLVED DUPLICATE of bug 672972
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2017-04-27 09:31 UTC by Robert Ancell
Modified: 2017-04-27 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Ancell 2017-04-27 09:31:52 UTC
I'm trying to push the simple-scan tarballs into the FTP archive, but I get:

$ scp simple-scan-3.24.0.tar.xz rancell@master.gnome.org:
simple-scan-3.24.0.tar.xz                                                                                                                                                        100%  654KB 327.1KB/s   00:02    
bob@alchemy:~/Downloads$ ssh rancell@master.gnome.org ftpadmin install simple-scan-3.24.0.tar.xz
Gathering information and sorting on version: ., done
Preparing installation of simple-scan-3.24.0.tar.xz:
 - Checking consistency: ...., done
 - Checking previous tarball: .Traceback (most recent call last):
  • File "/usr/local/bin/ftpadmin", line 1866 in <module>
    main()
  • File "/usr/local/bin/ftpadmin", line 1851 in main
    options.func(options, parser)
  • File "/usr/local/bin/ftpadmin", line 1534 in cmd_install
    module.install(unattended=options.unattended, clobber=options.clobber)
  • File "/usr/local/bin/ftpadmin", line 1070 in install
    diffs = self.fileinfo.diff(self.DIFF_FILES_DICT, prev_tarinfo, constructor, progress=True)
  • File "/usr/local/bin/ftpadmin", line 581 in diff
    prev_errors = prev_tarinfo.check(progress)
  • File "/usr/local/bin/ftpadmin", line 515 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

Comment 1 Robert Ancell 2017-04-27 09:32:35 UTC

*** This bug has been marked as a duplicate of bug 672972 ***