Created attachment 1009652 [details] cluster.conf with samba resource Description of problem: Samba XSLT is malformed and crashes clufter when ccs2pcs conversion of samba resource is attempted. There are multiple issues in the XSLT snippet: extra xsl:attribute closing tag, missing closing parenthesis in the second xsl:when tag, and missing definitions of $system{,_1,_2} variables. Version-Release number of selected component (if applicable): clufter next branch f5fa0f8fccacb1bdc76ec792df34f9bf373f8229 How reproducible: always Steps to Reproduce: 1. cluster.conf with samba resource (attached) 2. try to convert with clufter ccs2pcs 3. clufter crashes Actual results: clufter crash Expected results: successfull conversion of samba resource Additional info:
> missing definitions of $system{,_1,_2} variables. This is what I need to fix urgently, otherwise I cannot fix [bug 1207345] in the intended way...
Fixed upstream as of https://github.com/jnpkrn/clufter/commit/6b6a829071d0417eeff6ad4f5130926052a081de Re [comment 1]: See [bug 1207345 comment 9] (+ [bug 1207345 comment 12]).