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

./gradlew assemble fails due to missing file when the file clearly exists #40

Open
BG864 opened this issue Feb 22, 2022 · 0 comments
Open

Comments

@BG864
Copy link

BG864 commented Feb 22, 2022

I'm trying to build JPostal as described in this link using the following command:

./gradlew assemble

However, the command produces the following output claiming the file /../tcl-tea.m4 does not exist when it clearly does:

:buildJniLibaclocal-1.16: error: aclocal: file '/x/Program Files/Msys64/usr/share/aclocal/tcl-tea.m4' does not exist
autoreconf-2.71: error: aclocal failed with exit status: 1
./build.sh: line 3: ./configure: No such file or directory
make: *** No rule to make target 'install'.  Stop.
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildJniLib'.
> Process 'command 'sh'' finished with non-zero exit value 2

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.387 secs

I can clearly see a file named tcl-tea.m4 in the directory: C:\x\Program Files\Msys64\usr\share\aclocal

See the screenshot below:

enter image description here

If the file clearly exists, why am I getting this error? Why is the file being discriminated against?

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

No branches or pull requests

1 participant