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

Error while runing 'snamke -jall' for installing #15

Open
0w0-Z opened this issue Dec 12, 2022 · 2 comments
Open

Error while runing 'snamke -jall' for installing #15

0w0-Z opened this issue Dec 12, 2022 · 2 comments

Comments

@0w0-Z
Copy link

0w0-Z commented Dec 12, 2022

z@z-System-Product-Name:~/Desktop/serpentine-env$ snakemake -jall
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 8
Rules claiming more threads will be scaled down.
Job stats:
job count min threads max threads


all 1 1 1
build 2 8 8
build_veins 1 8 8
build_veins_vlc 1 8 8
total 5 1 8

Select jobs to execute...

[Mon Dec 12 16:53:02 2022]
rule build:
input: lib/veins/src/libveins_dbg.so, lib/veins-vlc/src/libveins-vlc_dbg.so, src/Makefile
output: src/experiment_dbg
jobid: 1
reason: Missing output files: src/experiment_dbg
wildcards: dbg=_dbg
threads: 8
resources: tmpdir=/tmp

make: Entering directory '/home/z/Desktop/serpentine-env/src'
serpentine/GymConnection.cc
serpentine/GymSplitter.cc
In file included from ./serpentine/GymConnection.h:25:0,
from serpentine/GymConnection.cc:23:
../lib/zmq/src/zmq/zmq.hpp:70:10: fatal error: zmq.h: No such file or directory
#include <zmq.h>
^~~~~~~
compilation terminated.
Makefile:105: recipe for target 'out/gcc-debug//serpentine/GymConnection.o' failed
make: *** [out/gcc-debug//serpentine/GymConnection.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ./serpentine/GymConnection.h:25:0,
from serpentine/GymSplitter.h:22,
from serpentine/GymSplitter.cc:19:
../lib/zmq/src/zmq/zmq.hpp:70:10: fatal error: zmq.h: No such file or directory
#include <zmq.h>
^~~~~~~
compilation terminated.
Makefile:105: recipe for target 'out/gcc-debug//serpentine/GymSplitter.o' failed
make: *** [out/gcc-debug//serpentine/GymSplitter.o] Error 1
make: Leaving directory '/home/z/Desktop/serpentine-env/src'
[Mon Dec 12 16:53:02 2022]
Error in rule build:
jobid: 1
input: lib/veins/src/libveins_dbg.so, lib/veins-vlc/src/libveins-vlc_dbg.so, src/Makefile
output: src/experiment_dbg
shell:
make -j8 -C src MODE=debug
(one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)

Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2022-12-12T165301.797820.snakemake.log

@grayana
Copy link

grayana commented Feb 20, 2023

I have same problem , I run apt install libzmq3-dev,and sloved the problem

@BBBBblank
Copy link

Excuse me. Could you help me solve the problem that command not found while running "snakemake -jall"?

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

3 participants