jarun / advcpmv

A patch for GNU Core Utilities cp, mv to add progress bars
765 stars 72 forks source link

Build Failed #24

Closed wutea7 closed 2 years ago

wutea7 commented 2 years ago
......
checking where the gettext function comes from... libc
checking for a traditional french locale... (cached) none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating gnulib-tests/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: error: in `/home/wutea7/advcpmv/coreutils-9.1':
config.status: error: Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  If GNU make was not used, consider
    re-running the configure script with MAKE="gmake" (or whatever is
    necessary).  You can also try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See `config.log' for more details

Here is the config.log

Please help, thanks!

Zackptg5 commented 2 years ago
config.status:3978: executing depfiles commands
config.status:4055: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
./config.status: line 4058: make: command not found
config.status:4060: $? = 127
config.status:4055: cd gnulib-tests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
./config.status: line 4058: make: command not found

Did you setup the build environment properly? ie install necessary packages like build-essential? Looks like your missing it

wutea7 commented 2 years ago

It's ok now, Thanks so much!