[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Jul 25 16:47:07 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=890

--- Comment #24 from Andrey Miroshnikov <andrey at technepisteme.xyz> ---
(In reply to Jacob Lifshay from comment #23)
> to avoid substituting AVERTEC_TOP and PATH too early, that should probably
> be:

Thanks Jacob, that fixed the env var expansion issue.

(In reply to Andrey Miroshnikov from comment #22)
Also managed to fix the error during document generation, which required
setting jdk path to default (instead of specific version), and for saxon (XSLT
processor).
https://git.libre-soc.org/?p=tas-yagle.git;a=commitdiff;h=e1478977c186762c0b8e69c19b68379c8b6eb83d

However now there's an error with XSLT:
/usr/lib/jvm/default-java/bin/java -jar /usr/share/java/saxon.jar
hitas_reference.xml
/home/rohdo/src/tas-yagle/distrib/share/../docxml2/pdf/genPDF.xsl >
hitas_reference.fo
Error at xsl:for-each on line 893 of
file:/home/rohdo/src/tas-yagle/distrib/share/../docxml2/pdf/genPDF.xsl:
  Error in expression tokenize(msg,'\\n'): Unknown system function: tokenize
Transformation failed: Run-time errors were reported
make[1]: *** [Makefile:96:
/home/rohdo/src/tas-yagle/distrib/share/../docxml2/compiled/docpdf/hitas_reference.pdf]
Error 2
make[1]: Leaving directory
'/home/rohdo/src/tas-yagle/distrib/docxml2/text/doc/hitas_reference'
make: *** [Makefile:13: all] Error 2

Line 893 of distrib/docxml2/pdf/genPDF.xsl:
<xsl:for-each select="tokenize(msg,'\\n')">

The version of saxon on my Debian chroot is 6.5.5, here the documentation for
this function:
http://saxon.sourceforge.net/saxon6.5.5/xsl-elements.html#xsl:for-each

Does "Unknown system function:" mean anything to you?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list