Skip to content

Compilation with ver. 2.6 results in error #6745

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

Closed
bill-orange opened this issue Nov 10, 2019 · 3 comments · Fixed by #6747
Closed

Compilation with ver. 2.6 results in error #6745

bill-orange opened this issue Nov 10, 2019 · 3 comments · Fixed by #6747
Assignees
Milestone

Comments

@bill-orange
Copy link

Subject; Compiler error

  • Hardware: Huzzah Feather
  • Core Version: latest 2.6
  • Development Env: Arduino IDE 1.8.9
  • Operating System: Windows 10

Settings in IDE

  • Module: Huzzah Feather
  • Flash Mode: unknown
  • Flash Size: 4MB
  • lwip Variant: v2 Lower Memory
  • Reset Method: unknown
  • Flash Frequency: 80Mhz
  • CPU Frequency: unknown
  • Upload Using: SERIAL
  • Upload Speed: 115200

Problem Description: Compilation results in an error labeled 'fatal' However, compilation appears to be successful.

Detailed problem description:

Compiler Error: fatal: not a git repository (or any of the parent directories): .git

Sketch: Simple Blink.ino will produce the error.

Additional information:

This error was mentioned in posts by myself and others, in passing. I felt that it should get its own issue so that it does not get overlooked. Since compilation does occur, this is somewhat cosmetic but it would be confusing to new users, especially since it says 'fatal'. I believe this has something to do with how the change was released through github.

@mcspr
Copy link
Collaborator

mcspr commented Nov 10, 2019

Hey,

Can you please try removing this line?

recipe.hooks.prebuild.10.pattern="{runtime.tools.python3.path}/python3" "{runtime.tools.makecorever}" --build_path "{build.path}" --platform_path "{runtime.platform.path}" --version "unix-{version}"

I think this line was supposed to be removed by the release script, but the pattern is different now:

$SED 's/recipe.hooks.core.prebuild.pattern.*//g' |\

9629874 <

@devyte devyte added this to the 2.6.1 milestone Nov 10, 2019
@d-a-v
Copy link
Collaborator

d-a-v commented Nov 10, 2019

@mcspr That is right : 8b54339

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 10, 2019

@bill-orange
You may wish to try my alpha release channel to check if your issue is fixed.

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

Successfully merging a pull request may close this issue.

4 participants