nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.05k stars 1.3k forks source link

Disambiguate fpp error messages. Fixes: #2618 #2620

Closed LeStarch closed 6 months ago

LeStarch commented 6 months ago
Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Cleans-up bad FPP installation errors:

  1. Missing Java now reports "missing java"
  2. Corrupt now recommends reinstall
  3. Missing recommends install

Rationale

Conflated error messages deconflated.

Testing/Review Recommendations

Tested the following:

  1. Removed fpp-depend: missing message reported
  2. Invalid binary fpp-fepend: invalid install reported, recommend reinstall
  3. Installed java wheel w/o Java: requires java reported

Future Work

Update install guide.

thomas-bc commented 6 months ago

Future Work: Update install guide.

What part needs changing?

LeStarch commented 6 months ago

@thomas-bc see: #2621. It fixes the install guide.