[MacPorts] #57165: texlive-bin not building under Mojave

MacPorts noreply at macports.org
Wed Sep 26 00:37:07 UTC 2018


#57165: texlive-bin not building under Mojave
----------------------+-------------------------
 Reporter:  pmetzger  |      Owner:  drkp
     Type:  defect    |     Status:  assigned
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:  texlive-bin
----------------------+-------------------------
 I get the following error during the compile:

 {{{
 luatexdir/lua/lepdflib.cc:1135:24: error: call to deleted member function
 'add'
     ((Dict *) uin->d)->add(s, std::move(*((Object *) uobj->d)));
     ~~~~~~~~~~~~~~~~~~~^~~
 /opt/local/include/poppler/Dict.h:72:8: note: candidate function has been
 explicitly deleted
   void add(char *key, Object &&val) = delete;
        ^
 /opt/local/include/poppler/Dict.h:69:8: note: candidate function
   void add(const char *key, Object &&val);
        ^
 luatexdir/lua/lepdflib.cc:2054:26: error: call to deleted member function
 'dictAdd'
     ((Object *) uin->d)->dictAdd(copyString(s), std::move(*((Object *)
 uobj->d)));
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
 /opt/local/include/poppler/Object.h:276:8: note: candidate function has
 been explicitly deleted
   void dictAdd(char *key, Object &&val) = delete;
        ^
 /opt/local/include/poppler/Object.h:359:21: note: candidate function
 inline void Object::dictAdd(const char *key, Object &&val)
                     ^
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/57165>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list