Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUILD] Add docbook-xsl build-dep #97

Merged
merged 1 commit into from
Feb 12, 2025
Merged

[BUILD] Add docbook-xsl build-dep #97

merged 1 commit into from
Feb 12, 2025

Conversation

s3rj1k
Copy link
Collaborator

@s3rj1k s3rj1k commented Feb 12, 2025

Compilation fails if docbook-xsl is not installed

cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
error : Unknown IO error
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
compilation error: file ../wrapper.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
make[3]: *** [Makefile:492: t38_manual/index.html] Error 5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compilation fails if `docbook-xsl` is not installed

```
cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
error : Unknown IO error
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
compilation error: file ../wrapper.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
make[3]: *** [Makefile:492: t38_manual/index.html] Error 5
```
@s3rj1k s3rj1k requested a review from andywolk February 12, 2025 23:51
Copy link

⚠️ Scan-Build has detected potential issues.

View the scan-build logs here: https://github.com/freeswitch/spandsp/actions/runs/13297210209/artifacts/2582408997

@andywolk andywolk merged commit 4712339 into master Feb 12, 2025
1 of 2 checks passed
@andywolk andywolk deleted the build-dep branch February 12, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants