Skip to content

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Sep 13, 2021

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • What kind of change does this PR introduce?

bug fix

  • What is the current behavior?

A typo in the checksum definition for the arm-linux-gnueabihf host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
  • What is the new behavior?

The tool should install successfully on the arm-linux-gnueabihf host.

No breaking change.

  • Other information:

Fixes #1446
CC: @tuononh

@per1234 per1234 added type: bug architecture: armv6 Specific to hosts using an ARMv6 core architecture: arm Specific to ARM host architecture topic: code Related to content of the project itself labels Sep 13, 2021
A typo in the checksum definition for the arm-linux-gnueabihf  host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
@per1234 per1234 changed the title [skip changelog] Correct typo in mdns-discovery archive checksum Correct typo in mdns-discovery archive checksum Sep 13, 2021
@per1234 per1234 merged commit b6c9edb into arduino:master Sep 13, 2021
@per1234 per1234 deleted the mdns-discovery-checksum branch September 13, 2021 09:52
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
silvanocerza pushed a commit that referenced this pull request Sep 30, 2021
A typo in the checksum definition for the arm-linux-gnueabihf  host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
@per1234 per1234 self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture: arm Specific to ARM host architecture architecture: armv6 Specific to hosts using an ARMv6 core topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install mdns-discovery built-in tool
3 participants