cd "/<<PKGBUILDDIR>>/src/lib/srdb1/schema" && "XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml" /usr/bin/xsltproc --xinclude --stringparam dir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/modules/db_mysql/mysql/'' --stringparam prefix acc- --stringparam db mysql /<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/xsl/mysql.xsl kamailio-acc.xml

I am not familiar with your workflow with packaging but there seems to be a problem with the above command. "XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml" is enclosed in quotes that makes bash/sh think it'a command? hence not found? Is there a bash/sh directive somewhere that somehow misinterpeting the arguments?

In my runs i have seen XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml without the additional double quotes.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4053/2668020060@github.com>

xkaramanxkaraman left a comment (kamailio/kamailio#4053)

cd "/<<PKGBUILDDIR>>/src/lib/srdb1/schema" && "XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml" /usr/bin/xsltproc --xinclude --stringparam dir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/modules/db_mysql/mysql/'' --stringparam prefix acc- --stringparam db mysql /<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/xsl/mysql.xsl kamailio-acc.xml

I am not familiar with your workflow with packaging but there seems to be a problem with the above command. "XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml" is enclosed in quotes that makes bash/sh think it'a command? hence not found? Is there a bash/sh directive somewhere that somehow misinterpeting the arguments?

In my runs i have seen XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml without the additional double quotes.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4053/2668020060@github.com>