-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build errors with Python3 eopkg #78
Comments
@Staudey Builds for the JetBrains IDEs are failing, too: JetBrains.Rider-2024.2.4.tar.gz [gecached]
Datei wird entpackt...
Systemfehler. Programmausführung abgebrochen.
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'seek'
Bitte geben Sie 'eopkg help' für die allgemeine Hilfe ein
Traceback:
File "/usr/bin/eopkg", line 78, in <module>
cli.run_command()
File "/usr/lib/python2.7/site-packages/pisi/cli/pisicli.py", line 138, in run_command
self.command.run()
File "/usr/lib/python2.7/site-packages/pisi/cli/build.py", line 179, in run
pisi.api.build(x)
File "/usr/lib/python2.7/site-packages/pisi/api.py", line 875, in build
return pisi.atomicoperations.build(*args, **kw)
File "/usr/lib/python2.7/site-packages/pisi/atomicoperations.py", line 666, in build
return pisi.operations.build.build(package)
File "/usr/lib/python2.7/site-packages/pisi/operations/build.py", line 1615, in build
pb.build()
File "/usr/lib/python2.7/site-packages/pisi/operations/build.py", line 363, in build
self.unpack_source_archives()
File "/usr/lib/python2.7/site-packages/pisi/operations/build.py", line 537, in unpack_source_archives
self.sourceArchives.unpack(self.pkg_work_dir())
File "/usr/lib/python2.7/site-packages/pisi/sourcearchive.py", line 39, in unpack
self.sourceArchives[0].unpack(target_dir, clean_dir)
File "/usr/lib/python2.7/site-packages/pisi/sourcearchive.py", line 120, in unpack
archive.unpack(target_dir, clean_dir)
File "/usr/lib/python2.7/site-packages/pisi/archive.py", line 802, in unpack
self.archive.unpack(target_dir, clean_dir)
File "/usr/lib/python2.7/site-packages/pisi/archive.py", line 268, in unpack
self.unpack_dir(target_dir)
File "/usr/lib/python2.7/site-packages/pisi/archive.py", line 286, in unpack_dir
files = self._tar_file_list()
File "/usr/lib/python2.7/site-packages/pisi/archive.py", line 485, in _tar_file_list
self.fileobj.seek(0) I'll create a Pull Request with the updates of this week and reference this issue there. |
Possibly fixed by: getsolus/eopkg#81 |
I've created a new issue for that error, as it's not Python3 specific. @joebonrichie unfortunately that PR doesn't seem to help with this particular problem |
Note: Switching to the http download (again 😮💨) makes the Spotify build work fine for me. But then again that had other people see issues recently. I guess Spotify will never work quite right for everyone. The fact that it seems to stop with an incomplete download from the https URL is concerning though. |
Note: Scrivener build can be fixed / worked around with |
Trying to build certain 3rd-party packages from the
python3
branch with Python3 eopkg (eopkg.py3
from the neweopkg
package) fails.(click to expand)
Spotify:
Download retry mechanism seems to be non-functional and build continues to checksum process with incomplete download
Insync:(fixed)Scrivener:(fixed)Some sort of file name encoding error (we love those, don't we?)
Sublime Text:
Working around this by simply dropping the compression level leads to the same error as with Android Studio
Android Studio:(fixed)The text was updated successfully, but these errors were encountered: