<div dir="ltr">Ivica,<div><br></div><div style>I have good message ! pd-l2ork has been completely build on arch 64 from my new PKGBUILD.</div><div style>it has this last problem:</div><div style>If I want to install it to the system it complies about this:</div>
<div style><br></div><div style><br></div><div style><div>error: failed to commit transaction (conflicting files)</div><div>pd-l2ork: /usr/bin/cyclist exists in filesystem</div><div>pd-l2ork: /usr/bin/pdreceive exists in filesystem</div>
<div>pd-l2ork: /usr/bin/pdsend exists in filesystem</div><div>pd-l2ork: /usr/share/man/man1/pdreceive.1.gz exists in filesystem</div><div>pd-l2ork: /usr/share/man/man1/pdsend.1.gz exists in filesystem</div></div><div style>
<br></div><div style><br></div><div style>all of the errors are conflicting files from pd-extended.</div><div style>If I uninstall pd-extended, everything goes well and I have functional pd-l2ork in the system.</div><div style>
How to resolve this ?</div><div style><br></div><div style>next.. you have resolved problem with gem2pdp, but I have to run aclocal in this folder separately before building process, because in your script is only</div><div style>
cd gem2pdp &amp;&amp; autoconf</div><div style>something changed ?</div><div style><br></div><div style>and finally I have to patch the pd/src/<a href="http://configure.in">configure.in</a> for tcl/tk8.6, and I think it could be added officially</div>
<div style>here is the patch file:</div><div style><br></div><div style><br></div><div style><br></div><div style>*** <a href="http://configure.in">configure.in</a><span class="" style="white-space:pre">        </span>2013-01-23 19:46:22.000000000 +0100</div>
<div>--- configure.in.new<span class="" style="white-space:pre">        </span>2013-01-23 19:54:57.476420874 +0100</div><div>***************</div><div>*** 149,154 ****</div><div>--- 149,155 ----</div><div>  #    exit -1</div><div>
  fi</div><div>  </div><div>+ AC_CHECK_LIB(tcl8.6, main,,</div><div>  AC_CHECK_LIB(tcl85, main,,</div><div>          AC_CHECK_LIB(tcl8.5, main,,</div><div>          AC_CHECK_LIB(tcl84, main,,</div><div>***************</div>
<div>*** 156,171 ****</div><div>                  AC_CHECK_LIB(tcl8.3, main,,</div><div>                      AC_CHECK_LIB(tcl8.2, main,,</div><div>                                      AC_CHECK_LIB(tcl8.0, main,,</div><div>
!                             echo no tcl library found; exit 1)))))))</div><div>  </div><div>  AC_CHECK_LIB(tk85, main,,</div><div>!         AC_CHECK_LIB(tk8.5, main,,</div><div>         AC_CHECK_LIB(tk84, main,,</div><div>
              AC_CHECK_LIB(tk8.4, main,,</div><div>                  AC_CHECK_LIB(tk8.3, main,,</div><div>                      AC_CHECK_LIB(tk8.2, main,,</div><div>                                      AC_CHECK_LIB(tk8.0, main,,</div>
<div>!                             echo no tk library found; exit 1)))))))</div><div>  </div><div>  </div><div>  if test x$tk != &quot;xno&quot;; then</div><div>--- 157,173 ----</div><div>                  AC_CHECK_LIB(tcl8.3, main,,</div>
<div>                      AC_CHECK_LIB(tcl8.2, main,,</div><div>                                      AC_CHECK_LIB(tcl8.0, main,,</div><div>!                             echo no tcl library found; exit 1))))))))</div><div>
  </div><div>+ AC_CHECK_LIB(tk8.6, main,,</div><div>  AC_CHECK_LIB(tk85, main,,</div><div>!     AC_CHECK_LIB(tk8.5, main,,</div><div>         AC_CHECK_LIB(tk84, main,,</div><div>              AC_CHECK_LIB(tk8.4, main,,</div>
<div>                  AC_CHECK_LIB(tk8.3, main,,</div><div>                      AC_CHECK_LIB(tk8.2, main,,</div><div>                                      AC_CHECK_LIB(tk8.0, main,,</div><div>!                             echo no tk library found; exit 1))))))))</div>
<div>  </div><div>  </div><div style><br></div><div style>fk.</div></div>