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

Parallel build does not build ocrd_olena #162

Closed
stweil opened this issue Aug 20, 2020 · 3 comments
Closed

Parallel build does not build ocrd_olena #162

stweil opened this issue Aug 20, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@stweil
Copy link
Collaborator

stweil commented Aug 20, 2020

A fresh make all -j4 fails to build ocrd_olena. It is built when running make all -j4 a second time.

@stweil stweil added the bug Something isn't working label Aug 20, 2020
@stweil
Copy link
Collaborator Author

stweil commented Aug 20, 2020

The list of processors after a first make -j6 is rather short:

(venv) root@bss11:~/ocrd_all# ls -lt venv/bin/
total 43880
-rwxr-xr-x 1 root root 44733688 Aug 20 15:30 tesseract
-rwxr-xr-x 1 root root      220 Aug 20 15:29 ocrd
-rwxr-xr-x 1 root root      250 Aug 20 15:29 ocrd-dummy
-rwxr-xr-x 1 root root      228 Aug 20 15:29 jsonschema
-rwxr-xr-x 1 root root      245 Aug 20 15:29 easy_install
-rwxr-xr-x 1 root root      245 Aug 20 15:29 easy_install-3.6
-rwxr-xr-x 1 root root      223 Aug 20 15:29 flask
-rwxr-xr-x 1 root root      231 Aug 20 15:29 f2py
-rwxr-xr-x 1 root root      231 Aug 20 15:29 f2py3
-rwxr-xr-x 1 root root      231 Aug 20 15:29 f2py3.6
drwxr-xr-x 2 root root     4096 Aug 20 15:29 __pycache__
-rwxr-xr-x 1 root root    24250 Aug 20 15:29 bagit_profile.py
-rwxr-xr-x 1 root root      236 Aug 20 15:29 chardetect
-rwxr-xr-x 1 root root    54768 Aug 20 15:29 bagit.py
-rwxr-xr-x 1 root root     2959 Aug 20 15:29 ocrd-im6convert
-rwxr-xr-x 1 root root     5132 Aug 20 15:29 page2img
-rwxr-xr-x 1 root root      152 Aug 20 15:29 cor-asv-ann-eval
-rwxr-xr-x 1 root root      152 Aug 20 15:29 cor-asv-ann-repl
-rwxr-xr-x 1 root root      153 Aug 20 15:29 cor-asv-ann-train
-rwxr-xr-x 1 root root      148 Aug 20 15:29 keraslm-rate
-rwxr-xr-x 1 root root      161 Aug 20 15:29 ocrd-cor-asv-ann-evaluate
-rwxr-xr-x 1 root root      160 Aug 20 15:29 ocrd-cor-asv-ann-process
-rwxr-xr-x 1 root root      153 Aug 20 15:29 ocrd-keraslm-rate
-rwxr-xr-x 1 root root      223 Aug 20 15:29 wheel
-rwxr-xr-x 1 root root      240 Aug 20 15:29 pip
-rwxr-xr-x 1 root root      240 Aug 20 15:29 pip3
-rwxr-xr-x 1 root root      240 Aug 20 15:29 pip3.6
-rw-r--r-- 1 root root     2415 Aug 20 15:29 activate.fish
-rw-r--r-- 1 root root     2195 Aug 20 15:29 activate
-rw-r--r-- 1 root root     1251 Aug 20 15:29 activate.csh
lrwxrwxrwx 1 root root        7 Aug 20 15:29 python -> python3
lrwxrwxrwx 1 root root       16 Aug 20 15:29 python3 -> /usr/bin/python3

@stweil
Copy link
Collaborator Author

stweil commented Aug 20, 2020

It is possible that this is caused by issue #160. So let us see whether a fix for that fixes this issue, too.

@stweil
Copy link
Collaborator Author

stweil commented Aug 20, 2020

Closing this issue. It was caused by issue #160 and will be fixed with pull request #164.

@stweil stweil closed this as completed Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant