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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: