Detect missing aclocal in build.sh #360

Closed
opened 6 months ago by duke · 1 comments
duke commented 6 months ago
Owner

If some dependencies are installed, but not all, the build starts to compile dependencies but will fail when it can't find aclocal binary :

./autogen.sh: 18: ./autogen.sh: aclocal: not found
funcs.mk:258: recipe for target '/home/xxx/git/hush3/depends/work/build/x86_64-unknown-linux-gnu/libevent/2.1.8-0a5d33bd91d/.stamp_preprocessed' failed
make: *** [/home/xxx/git/hush3/depends/work/build/x86_64-unknown-linux-gnu/libevent/2.1.8-0a5d33bd91d/.stamp_preprocessed] Error 127
make: Leaving directory '/home/xxx/git/hush3/depends'

We should detect this early and give a useful error message

If some dependencies are installed, but not all, the build starts to compile dependencies but will fail when it can't find aclocal binary : ``` ./autogen.sh: 18: ./autogen.sh: aclocal: not found funcs.mk:258: recipe for target '/home/xxx/git/hush3/depends/work/build/x86_64-unknown-linux-gnu/libevent/2.1.8-0a5d33bd91d/.stamp_preprocessed' failed make: *** [/home/xxx/git/hush3/depends/work/build/x86_64-unknown-linux-gnu/libevent/2.1.8-0a5d33bd91d/.stamp_preprocessed] Error 127 make: Leaving directory '/home/xxx/git/hush3/depends' ``` We should detect this early and give a useful error message
duke added the
bug
label 6 months ago
Poster
Owner

This was actually a very old repo, our current code checking for autoconf handles this, closing

This was actually a very old repo, our current code checking for `autoconf` handles this, closing
duke closed this issue 6 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.