Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

make: INSTALL@: Command not found #84

Closed
309441166 opened this issue Jul 18, 2020 · 3 comments
Closed

make: INSTALL@: Command not found #84

309441166 opened this issue Jul 18, 2020 · 3 comments
Assignees
Labels
Milestone

Comments

@309441166
Copy link

make: INSTALL@: Command not found

@michaelrsweet
Copy link
Owner

What version of EPM are your using?

@OneTop4458
Copy link

OneTop4458 commented Aug 11, 2020

I have the same symptom and it is shown below.
Unable to build in epm 4.5 version Ubuntu environment
See below for more information

root@earth:/tmp/epm-4.5# make install
Installing EPM setup/uninst in /usr/local/lib/epm
make: INSTALL@: Command not found
make: *** [install-guis] Error 127

root@earth:/tmp# uname -a
Linux earth 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Version 4.4 was also non-buildable due to the issue below, so it was successful by manually modifying the contents and attempting to build.
"make install" failed due to the README filename changing (Issue #59)

  • log add
    root@earth:/tmp/epm-4.5# ./configure --prefix=/usr/bin --disable-gui
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for clang... no
    checking for cc... cc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking for clang++... no
    checking for c++... c++
    checking whether we are using the GNU C++ compiler... yes
    checking whether c++ accepts -g... yes
    checking for ranlib... ranlib
    checking for ar... /usr/bin/ar
    checking for chmod... /bin/chmod
    checking for codesign... no
    checking for true... /bin/true
    checking for cp... /bin/cp
    checking for gzip... /bin/gzip
    checking for htmldoc... no
    checking for echo... /bin/echo
    checking for mkdir... /bin/mkdir
    checking for rm... /bin/rm
    checking for rpm... no
    checking for rpmbuild... no
    checking for strip... /usr/bin/strip
    checking for an ANSI C-conforming const... yes
    checking how to run the C preprocessor... cc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking whether char is unsigned... no
    checking for ANSI C header files... (cached) yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for strings.h... (cached) yes
    checking sys/mount.h usability... yes
    checking sys/mount.h presence... yes
    checking for sys/mount.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/statfs.h usability... yes
    checking sys/statfs.h presence... yes
    checking for sys/statfs.h... yes
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking for strcasecmp... yes
    checking for strdup... yes
    checking for strlcat... no
    checking for strlcpy... no
    checking for strncasecmp... yes
    checking for snprintf... yes
    checking for vsnprintf... yes
    checking for library containing gethostname... none required
    configure: WARNING: Sorry, setup GUI requires FLTK 1.1.x or later.
    checking if GCC supports -Wno-format-truncation... yes
    checking if GCC supports -fno-rtti... yes
    checking if GCC supports -fno-exceptions... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating epm.list
    config.status: creating doc/Makefile
    config.status: creating config.h
    root@earth:/tmp/epm-4.5# make
    Compiling bsd.c...
    bsd.c: In function ‘make_subpackage’:
    bsd.c:91:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
    getcwd(current, sizeof(current));
    ^
    bsd.c: At top level:
    cc1: warning: unrecognized command line option "-Wno-format-truncation" [enabled by default]
    Compiling deb.c...
    Compiling dist.c...
    Compiling file.c...
    file.c: In function ‘copy_file’:
    file.c:102:10: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result]
    chown(dst, owner, group);
    ^
    file.c: In function ‘make_directory’:
    file.c:134:9: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result]
    chown(buffer, owner, group);
    ^
    file.c:149:12: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result]
    chown(buffer, owner, group);
    ^
    file.c: At top level:
    cc1: warning: unrecognized command line option "-Wno-format-truncation" [enabled by default]
    Compiling macos.c...
    macos.c: In function ‘make_package’:
    macos.c:122:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
    getcwd(current, sizeof(current));
    ^
    macos.c: At top level:
    cc1: warning: unrecognized command line option "-Wno-format-truncation" [enabled by default]
    Compiling portable.c...
    Compiling qprintf.c...
    Compiling rpm.c...
    rpm.c: In function ‘make_rpm’:
    rpm.c:73:11: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
    getcwd(current, sizeof(current));
    ^
    rpm.c:136:10: warning: ignoring return value of ‘symlink’, declared with attribute warn_unused_result [-Wunused-result]
    symlink("RPMS", filename);
    ^
    rpm.c: At top level:
    cc1: warning: unrecognized command line option "-Wno-format-truncation" [enabled by default]
    Compiling run.c...
    run.c: In function ‘run_command’:
    run.c:129:10: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
    dup(0);
    ^
    run.c:130:10: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
    dup(0);
    ^
    run.c:138:12: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
    chdir(directory);
    ^
    run.c: At top level:
    cc1: warning: unrecognized command line option "-Wno-format-truncation" [enabled by default]
    Compiling snprintf.c...
    Compiling string.c...
    Compiling support.c...
    Compiling tar.c...
    Archiving libepm.a...
    Compiling epm.c...
    Linking epm...
    Code signing epm...
    Compiling epminstall.c...
    Linking epminstall...
    Code signing epminstall...
    Compiling mkepmlist.c...
    Linking mkepmlist...
    Code signing mkepmlist...
    root@earth:/tmp/epm-4.5# make install
    Installing EPM programs in /usr/bin/bin
    make: INSTALL@: Command not found
    make: *** [install] Error 127
    root@earth:/tmp/epm-4.5#

michaelrsweet added a commit that referenced this issue Aug 19, 2020
@michaelrsweet
Copy link
Owner

[master 694db43] Fix @install@ macro (Issue #84)

@michaelrsweet michaelrsweet self-assigned this Aug 19, 2020
@michaelrsweet michaelrsweet added this to the Stable milestone Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants