[MacPorts] #60582: tesseract-training @4.1.1: make: *** No rule to make target `training-install'. Stop.

MacPorts noreply at macports.org
Fri Aug 20 05:09:15 UTC 2021


#60582: tesseract-training @4.1.1: make: *** No rule to make target `training-
install'.  Stop.
---------------------------------+------------------------
  Reporter:  ryandesign          |      Owner:  ryandesign
      Type:  defect              |     Status:  accepted
  Priority:  Normal              |  Milestone:
 Component:  ports               |    Version:  2.6.2
Resolution:                      |   Keywords:
      Port:  tesseract-training  |
---------------------------------+------------------------
Changes (by ryandesign):

 * owner:  markemer => ryandesign
 * cc: markemer, jamesetaylor (added)
 * status:  assigned => accepted


Comment:

 The configure phase has this output:
 {{{
 checking pkg-config is at least version 0.9.0... yes
 checking for libcurl... no
 checking for lept >= 1.74... yes
 checking for libarchive... no
 checking for icu-uc >= 52.1... yes
 checking for icu-i18n >= 52.1... yes
 checking for pango >= 1.22.0... no
 configure: WARNING: pango 1.22.0 or higher is required, but was not found.
 configure: WARNING: Training tools WILL NOT be built.
 configure: WARNING: Try to install libpango1.0-dev package.
 checking for cairo... no
 configure: WARNING: Training tools WILL NOT be built because of missing
 cairo library.
 configure: WARNING: Try to install libcairo-dev?? package.
 }}}

 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:

 {{{
 Need to reconfigure project, so there are no errors
 }}}

 And the destroot phase to say:

 {{{
 make: *** No rule to make target `training-install'.  Stop.
 }}}

 Has duplicate #61061.

 I'm working on the fix now.

-- 
Ticket URL: <https://trac.macports.org/ticket/60582#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list