Opened 6 years ago
Closed 4 years ago
#60582 closed defect (fixed)
tesseract-training @4.1.1: make: *** No rule to make target `training-install'. Stop.
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.2 |
| Keywords: | Cc: | markemer (Mark Anderson), jamesetaylor | |
| Port: | tesseract-training |
Description
tesseract-training does not destroot:
make: *** No rule to make target `training-install'. Stop.
Change History (2)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | markemer jamesetaylor added |
|---|---|
| Owner: | changed from markemer to ryandesign |
| Status: | assigned → accepted |
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

The configure phase has this output:
The missing dependencies on curl and libarchive should be added to the tesseract and tesseract-training ports because they appear to be linked with by files installed by both ports.
The missing dependencies on cairo, icu, and pango should be added to the tesseract-training subport. The lack of these dependencies leads the build phase to say:
And the destroot phase to say:
Has duplicate #61061.
I'm working on the fix now.