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

make git-submodule errors? #2289

Closed
Justinicus opened this issue Jan 19, 2018 · 1 comment
Closed

make git-submodule errors? #2289

Justinicus opened this issue Jan 19, 2018 · 1 comment

Comments

@Justinicus
Copy link

Justinicus commented Jan 19, 2018

I get errors when I run make git-submodule (which I believe I need to do, since I'm trying to compile & flash an Infinity Ergodox).

$ make git-submodule
QMK Firmware 0.5.204
': not a valid identifierline 88: export: `dashless
': not a valid identifierline 88: export: `dashless
Submodule 'lib/chibios' (https://github.com/qmk/ChibiOS) registered for path 'lib/chibios'
Submodule 'lib/chibios-contrib' (https://github.com/qmk/ChibiOS-Contrib) registered for path 'lib/chibios-contrib'
Submodule 'lib/googletest' (https://github.com/google/googletest) registered for path 'lib/googletest'
Submodule 'lib/ugfx' (https://github.com/qmk/uGFX) registered for path 'lib/ugfx'
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/chibios'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/chibios-contrib'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/googletest'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/ugfx'...
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out '8fce03b3a75c743e5d5c40b9d59c1637c59d22a7'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out 'cc401cf0175d6ff4fe62acc8efbaa416013b544e'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out 'ec44c6c1675c25b9827aacd08c02433cccde7780'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out '3e97b74e03c93631cdd3ddb2ce43b963fdce19b2'

Do these errors mean it didn't work, or it did but not perfectly?

@skullydazed
Copy link
Member

It looks to me like there's a bug in msys2's git, but that things probably worked. Here's the issue from msys2:

msys2/MSYS2-packages#735

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