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

Some instructions should still be adjusted for CVS -> Git migration #22

Open
yarikoptic opened this issue Apr 26, 2018 · 2 comments
Open

Comments

@yarikoptic
Copy link

(git)hopa:~/deb/perspect/Register[master]git
$> ./autogen.sh 
The required m4 files were not found.
You need to check these out from their repository
using

    cvs -d /software/source checkout -d m4 libraries/mni-acmacros

(yes, two '-d' options)
Then re-run autogen.sh.

$> git grep acmacros 
.gitmodules:      url = git://github.com/BIC-MNI/mni-acmacros.git
ChangeLog:        libraries/mni-acmacros 
autogen.sh:    cvs -d /software/source checkout -d m4 libraries/mni-acmacros
@yarikoptic
Copy link
Author

and I guess that repository didn't get a needed push:

$> git submodule update --init
Submodule 'm4' (git://github.com/BIC-MNI/mni-acmacros.git) registered for path 'm4'
Cloning into '/home/yoh/deb/perspect/Register/m4'...
error: Server does not allow request for unadvertised object a1f77b6ce0c8712f30c9bb33453d252c7c15aab9
Fetched in submodule path 'm4', but it did not contain a1f77b6ce0c8712f30c9bb33453d252c7c15aab9. Direct fetching of that commit failed.

@vfonov
Copy link
Member

vfonov commented Apr 26, 2018 via email

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

2 participants