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

make clean and make distclean seem to run configure instead of cleaning up #102

Closed
letoams opened this issue May 7, 2013 · 5 comments
Closed

Comments

@letoams
Copy link

letoams commented May 7, 2013

paul@thinkpad:~/git/tlsdate (master)$ make clean
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
checking build system type... x86_64-unknown-linux-gnu
[....]

@ioerror
Copy link
Owner

ioerror commented May 7, 2013

Try again?

@letoams
Copy link
Author

letoams commented May 9, 2013

paul@bofh:/git/tlsdate (master)$ git pull
Already up-to-date.
paul@bofh:
/git/tlsdate (master)$ make clean
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /vol/git/tlsdate/missing --run aclocal-1.11
/bin/sh: /vol/git/tlsdate/missing: No such file or directory
make: *** [aclocal.m4] Error 127

./configure
[....]

paul@bofh:~/git/tlsdate (master)$ make clean
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/paul/git/tlsdate/missing --run aclocal-1.11
/home/paul/git/tlsdate/missing: line 52: aclocal-1.11: command not found
WARNING: aclocal-1.11' is missing on your system. You should only need it if you modifiedacinclude.m4' or configure.ac'. You might want to install theAutomake' and Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /home/paul/git/tlsdate/missing --run automake-1.11 --foreign /home/paul/git/tlsdate/missing: line 52: automake-1.11: command not found WARNING:automake-1.11' is missing on your system. You should only need it if
you modified Makefile.am',acinclude.m4' or configure.ac'. You might want to install theAutomake' and Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/paul/git/tlsdate/missing --run autoconf aclocal.m4:16: warning: this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typicallyautoreconf'.
configure.ac:454: warning: AX_CHECK_LINK_FLAG is m4_require'd but not m4_defun'd
configure.ac:435: LOCAL_CHECK_FLAGS is expanded from...
configure.ac:454: the top level
configure.ac:454: warning: AX_APPEND_COMPILE_FLAGS is m4_require'd but not m4_defun'd
configure.ac:435: LOCAL_CHECK_FLAGS is expanded from...
configure.ac:454: the top level
configure.ac:30: error: possibly undefined macro: AC_DEFINE_UNQUOTED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:45: error: possibly undefined macro: AC_MSG_CHECKING
configure.ac:46: error: possibly undefined macro: AC_ARG_WITH
configure.ac:47: error: possibly undefined macro: AS_HELP_STRING
configure.ac:50: error: possibly undefined macro: AS_CASE
configure.ac:59: error: possibly undefined macro: AS_IF
configure.ac:65: error: possibly undefined macro: AC_DEFINE
configure.ac:125: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:398: error: possibly undefined macro: AC_MSG_RESULT
configure:4134: error: possibly undefined macro: AM_RUN_LOG
make: *** [configure] Error 1

paul@bofh:~/git/tlsdate (master)$ make distlcean
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
configure: error: cannot find install-sh, install.sh, or shtool in config "."/config
make: *** [config.status] Error 1

@ioerror
Copy link
Owner

ioerror commented May 11, 2013

What happens if you do the following:

./autogen.sh && ./configure && make clean

@letoams
Copy link
Author

letoams commented May 11, 2013

On Sat, 11 May 2013, Jacob Appelbaum wrote:

What happens if you do the following:

./autogen.sh && ./configure && make clean

I can confirm make clean and make distclean now work properly.

Thanks,

Paul

@ioerror
Copy link
Owner

ioerror commented May 11, 2013

Paul Wouters:

On Sat, 11 May 2013, Jacob Appelbaum wrote:

What happens if you do the following:

./autogen.sh && ./configure && make clean

I can confirm make clean and make distclean now work properly.

Great. Thanks!

@ioerror ioerror closed this as completed Oct 31, 2013
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

2 participants