Skip to content
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

I have a problem when an run collect #2

Open
yn-97 opened this issue Dec 30, 2021 · 0 comments
Open

I have a problem when an run collect #2

yn-97 opened this issue Dec 30, 2021 · 0 comments

Comments

@yn-97
Copy link

yn-97 commented Dec 30, 2021

Thank you very much for your previous answer!
Now I have run this project in docker, database initialization is smooth. But when I run the collect, I have a problem.
I copy the json packages from /home/aspire/arbitrar/src/collector/sample/ to ~/arbitrar/my-arbitrar-database
When I run arbitrar collect packages.json, I encountered an error as follows.
Fetching libz Reading package lists... Done E: You must put some 'source' URIs in your sources.list error: could not fetch libz [sudo] password for aspire: Reading package lists... Done E: You must put some 'source' URIs in your sources.list dependency build failed Traceback (most recent call last): File "/home/aspire/arbitrar/src/collector/compile.py", line 219, in compile_pkg build_dep(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 94, in build_dep raise BuildException("dependency build failed") src.collector.compile.BuildException: dependency build failed Fetching openssl Cloning into 'source'... remote: Enumerating objects: 24448, done. remote: Counting objects: 100% (24448/24448), done. remote: Compressing objects: 100% (19471/19471), done. remote: Total 24448 (delta 1881), reused 20818 (delta 1526), pack-reused 0 Receiving objects: 100% (24448/24448), 21.58 MiB | 6.95 MiB/s, done. Resolving deltas: 100% (1881/1881), done. Checking out files: 100% (24308/24308), done. building openssl with configure/make make failed Traceback (most recent call last): File "/home/aspire/arbitrar/src/collector/compile.py", line 220, in compile_pkg build_pkg(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 99, in build_pkg run_make(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 73, in run_make raise BuildException("make failed") src.collector.compile.BuildException: make failed Fetching libcurl Reading package lists... Done E: You must put some 'source' URIs in your sources.list error: could not fetch libcurl Reading package lists... Done E: You must put some 'source' URIs in your sources.list dependency build failed Traceback (most recent call last): File "/home/aspire/arbitrar/src/collector/compile.py", line 219, in compile_pkg build_dep(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 94, in build_dep raise BuildException("dependency build failed") src.collector.compile.BuildException: dependency build failed Fetching libattr Reading package lists... Done E: You must put some 'source' URIs in your sources.list error: could not fetch libattr Reading package lists... Done E: You must put some 'source' URIs in your sources.list dependency build failed Traceback (most recent call last): File "/home/aspire/arbitrar/src/collector/compile.py", line 219, in compile_pkg build_dep(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 94, in build_dep raise BuildException("dependency build failed") src.collector.compile.BuildException: dependency build failed Fetching git Reading package lists... Done E: You must put some 'source' URIs in your sources.list error: could not fetch git Reading package lists... Done E: You must put some 'source' URIs in your sources.list dependency build failed Traceback (most recent call last): File "/home/aspire/arbitrar/src/collector/compile.py", line 219, in compile_pkg build_dep(db, pkg) File "/home/aspire/arbitrar/src/collector/compile.py", line 94, in build_dep raise BuildException("dependency build failed") src.collector.compile.BuildException: dependency build failed
I tried my best to find sources.list but no avail.
Besides, I have successfully used this tool.Thank you very much for your excellent project.
Looking forward to your early reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant