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

lib will not build on centos7 #45

Open
TA-FFM opened this issue Feb 29, 2024 · 1 comment
Open

lib will not build on centos7 #45

TA-FFM opened this issue Feb 29, 2024 · 1 comment

Comments

@TA-FFM
Copy link

TA-FFM commented Feb 29, 2024

git submodule update --init --recursive
fatal: reference is not a tree: c039fd2a8f50fc38e7f7bbe730b4b1013cb876d0
Unable to checkout 'c039fd2a8f50fc38e7f7bbe730b4b1013cb876d0' in submodule path 'bash-tools/templates'
Failed to recurse into submodule path 'bash-tools'

@TA-FFM
Copy link
Author

TA-FFM commented Feb 29, 2024

and the output of the first run of make:

[root@c2-mon3-web01 lib]# make
git submodule update --init --recursive
Submodule 'bash-tools' (https://github.com/HariSekhon/DevOps-Bash-tools) registered for path 'bash-tools'
Cloning into 'bash-tools'...
remote: Enumerating objects: 57992, done.
remote: Counting objects: 100% (2456/2456), done.
remote: Compressing objects: 100% (214/214), done.
remote: Total 57992 (delta 2287), reused 2401 (delta 2241), pack-reused 55536
Receiving objects: 100% (57992/57992), 9.70 MiB | 10.45 MiB/s, done.
Resolving deltas: 100% (39611/39611), done.
Submodule path 'bash-tools': checked out 'da278a05823c78709d831a4e6ba9cce4e5a481a7'
Submodule 'kubernetes-configs' (https://github.com/HariSekhon/Kubernetes-configs) registered for path 'kubernetes-configs'
Submodule 'packer' (https://github.com/HariSekhon/Packer-templates) registered for path 'packer'
Submodule 'sql' (https://github.com/HariSekhon/SQL-scripts) registered for path 'sql'
Submodule 'templates' (https://github.com/HariSekhon/Templates) registered for path 'templates'
Submodule 'vagrant-configs' (https://github.com/HariSekhon/Vagrant-templates) registered for path 'vagrant-configs'
Cloning into 'kubernetes-configs'...
remote: Enumerating objects: 14288, done.
remote: Counting objects: 100% (2916/2916), done.
remote: Compressing objects: 100% (1152/1152), done.
remote: Total 14288 (delta 1900), reused 2689 (delta 1736), pack-reused 11372
Receiving objects: 100% (14288/14288), 2.12 MiB | 0 bytes/s, done.
Resolving deltas: 100% (8819/8819), done.
Submodule path 'bash-tools/kubernetes-configs': checked out 'c5d70d7c0e0fb74f68061ee5e8405e21360f36ae'
Cloning into 'packer'...
remote: Enumerating objects: 2358, done.
remote: Counting objects: 100% (749/749), done.
remote: Compressing objects: 100% (287/287), done.
remote: Total 2358 (delta 484), reused 719 (delta 461), pack-reused 1609
Receiving objects: 100% (2358/2358), 338.79 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1529/1529), done.
Submodule path 'bash-tools/packer': checked out 'c611988d82585b225218426b5f081093d7519f6b'
Cloning into 'sql'...
remote: Enumerating objects: 2878, done.
remote: Counting objects: 100% (591/591), done.
remote: Compressing objects: 100% (285/285), done.
remote: Total 2878 (delta 396), reused 414 (delta 305), pack-reused 2287
Receiving objects: 100% (2878/2878), 397.82 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1873/1873), done.
Submodule path 'bash-tools/sql': checked out '39d0eccb4c160fcee9f09df9bb53c911ca2a387f'
Cloning into 'templates'...
remote: Enumerating objects: 4989, done.
remote: Counting objects: 100% (2174/2174), done.
remote: Compressing objects: 100% (1227/1227), done.
remote: Total 4989 (delta 961), reused 2148 (delta 938), pack-reused 2815
Receiving objects: 100% (4989/4989), 707.86 KiB | 0 bytes/s, done.
Resolving deltas: 100% (2936/2936), done.
fatal: reference is not a tree: c039fd2a8f50fc38e7f7bbe730b4b1013cb876d0
Cloning into 'vagrant-configs'...
remote: Enumerating objects: 395, done.
remote: Counting objects: 100% (395/395), done.
remote: Compressing objects: 100% (214/214), done.
remote: Total 395 (delta 232), reused 322 (delta 168), pack-reused 0
Receiving objects: 100% (395/395), 82.15 KiB | 0 bytes/s, done.
Resolving deltas: 100% (232/232), done.
Submodule path 'bash-tools/vagrant-configs': checked out '7e0971d62fd392d983726a01968387f415ea2d3c'
Unable to checkout 'c039fd2a8f50fc38e7f7bbe730b4b1013cb876d0' in submodule path 'bash-tools/templates'
Failed to recurse into submodule path 'bash-tools'
make: *** [init] Error 1

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