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

in scripts/build/build-phonetisaurus.sh, "build/lib" should be created if not already present #50

Open
OSS542 opened this issue Jul 10, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@OSS542
Copy link

OSS542 commented Jul 10, 2021

In scripts/build/build-phonetisaurus.sh, "build/lib" should be created if not already present at binary strip (had this happen)

patch:
diff -ru voice2json-2.0/scripts/build/build-phonetisaurus.sh voice2json-2.0.new/scripts/build/build-phonetisaurus.sh
--- voice2json-2.0/scripts/build/build-phonetisaurus.sh 2020-06-05 00:49:41.000000000 +0900
+++ voice2json-2.0.new/scripts/build/build-phonetisaurus.sh 2021-07-06 18:53:45.146857458 +0900
@@ -42,6 +42,7 @@

Strip binaries

echo "Tar-ing binary files to ${output_file}"
+mkdir -p build/lib
cd "${phonetisaurus_build}/build" &&
cp "${openfst_build}/build/bin"/* bin/ &&
cp "${openfst_build}/build/lib"/.so lib/ &&

@OSS542
Copy link
Author

OSS542 commented Jul 13, 2021

This appears to be fixed in voice2json-2.1, but that release does not build, see issue #54

@synesthesiam synesthesiam added the bug Something isn't working label Jul 20, 2021
@synesthesiam
Copy link
Owner

Thank you for all of your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants