[MacPorts] #49458: kdenlive @ 0.9.10: Processing of port kdenlive failed

MacPorts noreply at macports.org
Sat Oct 31 11:37:25 PDT 2015


#49458: kdenlive @ 0.9.10: Processing of port kdenlive failed
-----------------------+------------------
  Reporter:  info@…    |      Owner:  mk@…
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  kdenlive  |
-----------------------+------------------

Comment (by rjvbertin@…):

 {{{
 /opt/local//include/nepomuk2/Variant
                     ^
 }}}

 There you go, or at least I think so. That should be
 `/opt/local/include/Nepomuk2/Variant`. The "funny" thing is that if you do
 `less /opt/local/include/Nepomuk2/Variant` you will most likely see the
 contents of the file even in your case, but the compiler does a case-
 sensitive filename check instead of simply trying to open the file. You
 could try to rename the directory:

 {{{
 sudo mv /opt/local/include/nepomuk2 /opt/local/include/Nepomuk2
 }}}

 (or via the Finder, evidently). If my hypothesis is correct, your build
 error will go away. You may get others, though, because the intention of
 the Nepomuk authors is that you have
 `/opt/local/include/nepomuk2/variant.h` and
 `/opt/local/include/Nepomuk2/Variant`; the aforementioned 2 distinct
 directories for C and for C++ headers, respectively.

-- 
Ticket URL: <https://trac.macports.org/ticket/49458#comment:16>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list