You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
Thank you, this is a much needed PR. If you don't mind I'll wait before merging your changes, so that we take the time needed to test them and sort out the possible issues.
I build it using extra-x86_64-build, then install the package and run namcap to check. Full output can be found at https://fars.ee/ti4i
BTW, extra-x86_64-build should also perform namcap, but I got the following error ( I have about 500GiB left, maybe I'm running out of memory (64GiB) or /tmp (32GiB) )
zstd: error 70 : Write error : cannot write decoded block : No space left on device
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.10/site-packages/namcap.py", line 245, in <module>
process_realpackage(package, active_modules)
File "/usr/lib/python3.10/site-packages/namcap.py", line 82, in process_realpackage
pkgtar = open_package(package)
File "/usr/lib/python3.10/site-packages/namcap.py", line 55, in open_package
if '.PKGINFO' not in tar.getnames():
File "/usr/lib/python3.10/tarfile.py", line 1820, in getnames
return [tarinfo.name for tarinfo in self.getmembers()]
File "/usr/lib/python3.10/tarfile.py", line 1812, in getmembers
self._load() # all members, we first have to
File "/usr/lib/python3.10/tarfile.py", line 2410, in _load
tarinfo = self.next()
File "/usr/lib/python3.10/tarfile.py", line 2334, in next
raise ReadError("unexpected end of data")
tarfile.ReadError: unexpected end of data
Strange, my directory weighs around 16 GiB and I don't have this problem.
Anyway, thank you again, I'll build it using the same tools you used and I'll let you know the results.
Strange, my directory weighs around 16 GiB and I don't have this problem. Anyway, thank you again, I'll build it using the same tools you used and I'll let you know the results.
No,I now know the problem, matlab is not in the extra repository. So extra-build doesn't fully work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
for output of
namcap, see https://fars.ee/53NBSome of the
depdendsshould go tooptdepends, butnamcapcannot tellI will further build this package using
extra-x86_64-buildormultilib-buildorarchlinuxcn-x86_64-buildto check the dependencies.