Could you provide a whole makefile? But right now I can tell - you should check that "install" target already exists. So, check Makefile whether it contains a

Copyinstall: (anything there)

line. If not, there is no such target and so make has right. Probably you should use just "make" command to compile and then use it as is or install yourself, manually.

Install is not any standard of make, it is just a common target, that could exists, but not necessary.

Answer from Tomir Rogi Szawok on Stack Overflow
🌐
Ask Ubuntu
askubuntu.com › questions › 1406633 › no-rule-to-make-target-install
software installation - No rule to make target 'install' - Ask Ubuntu
May 4, 2022 - It means that the makefile in your package doesn't have a target "install" (or doesn't exist). You need to contact whoever made the package for assistance, or give many, many more details.
Discussions

raspbian - make: *** No rule to make target 'Install'. Stop - Raspberry Pi Stack Exchange
fairly new to debian and trying to make my first project but I keep running into errors. Following this tutorial: https://opensource.com/article/19/2/wifi-picture-frame-raspberry-pi Which leads to ... More on raspberrypi.stackexchange.com
🌐 raspberrypi.stackexchange.com
August 29, 2020
Windows 10, CMake runs fine, but make install says no rule to make target
CMake runs okay, but: $ make install make: *** No rule to make target `install'. Stop. I also had this problem with the other DataFrame C++ library on github. Somethings wrong with make on Wind... More on github.com
🌐 github.com
3
May 23, 2021
No rule to make target 'install'
While compiling the minimal.cpp ...rtexa9hf-neon-poky-linux-gnueabi/minimal/1.0-r0/image install | ERROR: oe_runmake failed | make: *** No rule to make target 'install'. Stop.... More on discourse.cmake.org
🌐 discourse.cmake.org
6
0
April 17, 2021
error: No rule to make target 'install'. Stop.
Hii all I am getting an error of ":-1: error: No rule to make target 'install'. Stop." while building my project in Qt 5.12.9 with kits of "Android Qt 5.12.... More on forum.qt.io
🌐 forum.qt.io
5
0
October 20, 2021
🌐
GitHub
github.com › openvenues › libpostal › issues › 595
make: *** No rule to make target 'install'. Stop. · Issue #595 · openvenues/libpostal
August 4, 2022 - Hi hi team.when trying to install libpostal,it failed and told me "make: *** No rule to make target 'install'. Stop." I am installing in dockefile RUN git clone https://github.com/openvenues/libpostal && cd libpostal && make distclean &&...
Author   openvenues
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
[SOLVED] checkinstall setup: make: *** No rule to make target 'install'. Stop. - Linux Mint Forums
June 24, 2024 - ***************************************** **** Debian package creation selected *** ***************************************** This package will be built according to these values: 0 - Maintainer: [ root@glendon-Standard-PC-i440FX-PIIX-1996 ] 1 - Summary: [ Package created with checkinstall 1.6.3 ] 2 - Name: [ glendon ] 3 - Version: [ 20240624 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ checkinstall ] 7 - Architecture: [ amd64 ] 8 - Source location: [ glendon ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Recommends: [ ] 12 - Suggests: [ ] 13 - Provides: [ glendon ] 14 - Conflicts: [ ] 15 - Replaces: [ ] Enter a number to change any of them or press ENTER to continue: Installing with make install... ========================= Installation results =========================== make: *** No rule to make target 'install'. Stop.
🌐
Stack Exchange
raspberrypi.stackexchange.com › questions › 116542 › make-no-rule-to-make-target-install-stop
raspbian - make: *** No rule to make target 'Install'. Stop - Raspberry Pi Stack Exchange
August 29, 2020 - From my research online, there should be a file within the client folder with the word "install" attached to it and the make command should loop through and find it. I have the install file, however this may not be the correct one? Suggestions are appreciated, thank you! ... The client folder is a submodule and it looks like the those files are missing. ... Find the answer to your question by asking. Ask question ... See similar questions with these tags. ... Paging Charity? How do I get my leaders to stop running teams Into the...
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › error-make-***-no-rule-to-make-target-`install'-stop-4175483095
[SOLVED] Error "make: *** No rule to make target `install'. Stop.
I ran `make` for freetype-2.5.0.1. It ran fine as shown below. But when I am trying to run `make install` I am getting the below error. [root@sandbox
🌐
GitHub
github.com › xtensor-stack › xtensor › issues › 2389
Windows 10, CMake runs fine, but make install says no rule to make target · Issue #2389 · xtensor-stack/xtensor
May 23, 2021 - $ make install make: *** No rule to make target `install'. Stop. I also had this problem with the other DataFrame C++ library on github. Somethings wrong with make on Windows 10. So the build process instructions are incomplete for Windows 10 users. I tried this both in GitBash and Cmd all from within the project root directory where I ran cmake command successfully.
Author   xtensor-stack
Find elsewhere
🌐
CMake Discourse
discourse.cmake.org › code
No rule to make target 'install' - Code - CMake Discourse
April 17, 2021 - While compiling the minimal.cpp ...rtexa9hf-neon-poky-linux-gnueabi/minimal/1.0-r0/image install | ERROR: oe_runmake failed | make: *** No rule to make target 'install'. Stop....
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
checkinstall error- no rule to make target install. stop - Linux Mint Forums
July 22, 2024 - This package will be built according to these values: 0 - Maintainer: [ root@mada ] 1 - Summary: [ python package from source code ] 2 - Name: [ python ] 3 - Version: [ 3.12.4 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ checkinstall ] 7 - Architecture: [ amd64 ] 8 - Source location: [ Python-3.12.4 ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Recommends: [ ] 12 - Suggests: [ ] 13 - Provides: [ python ] 14 - Conflicts: [ ] 15 - Replaces: [ ] Enter a number to change any of them or press ENTER to continue: Installing with make install... ========================= Installation results =========================== make: *** No rule to make target 'install'. Stop.
🌐
GitHub
github.com › bazelbuild › rules_foreign_cc › issues › 623
"make: *** No rule to make target `install'. Stop." · Issue #623 · bazel-contrib/rules_foreign_cc
April 28, 2021 - Hi guys, Thanks for your work in advance! I used cmake_external( limited to the old version) to integrate a CMake-based thirdparty libraryt and Bazel got an error: make: *** No rule to make target `install'. Stop. In the temporary direct...
Author   bazel-contrib
🌐
Qt Forum
forum.qt.io › home › qt development › mobile and embedded › android build: make: *** no rule to make target `install'. stop.
Android build: make: *** No rule to make target `install'. Stop. | Qt Forum
November 17, 2019 - 10:57:14: Removing directory /home/rondo/Development/mirror/build-xspec_sub-Android_for_armeabi_v7a_Clang_Qt_5_12_6_android_armv7-Debug/android-build/assets 10:57:14: Removing directory /home/rondo/Development/mirror/build-xspec_sub-Android_for_armeabi_v7a_Clang_Qt_5_12_6_android_armv7-Debug/android-build/libs 10:57:14: Starting: "/opt/android-sdk/ndk/20.1.5948944/prebuilt/linux-x86_64/bin/make" INSTALL_ROOT=/home/rondo/Development/mirror/build-xspec_sub-Android_for_armeabi_v7a_Clang_Qt_5_12_6_android_armv7-Debug/android-build install make: *** No rule to make target `install'. Stop.
🌐
GitHub
github.com › soumith › torch-android › issues › 57
make: *** No rule to make target `install'. Stop. · Issue #57 · soumith/torch-android
July 12, 2016 - latforms/android-21/arch-arm/usr/lib/libm.so "/home/will/NVPACK/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libsupc++.a" make[2]: Leaving directory /home/will/torch/torch-android/external/libpng/build' /usr/bin/cmake -E cmake_progress_report /home/will/torch/torch-android/external/libpng/build/CMakeFiles 37 [100%] Built target pngvalid make[1]: Leaving directory/home/will/torch/torch-android/external/libpng/build' /usr/bin/cmake -E cmake_progress_start /home/will/torch/torch-android/external/libpng/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory /home/will/torch/torch-android/external/libpng/build' make[1]: Nothing to be done forpreinstall'. make[1]: Leaving directory /home/will/torch/torch-android/external/libpng/build' Install the project...
Author   soumith
🌐
ROS Answers
answers.ros.org › question › 345003 › ros-package-release-catkin_make_isolated-no-rule-to-make-target-install-stop
ROS package release, catkin_make_isolated: No rule to make target 'install'. Stop. - ROS Answers archive
February 25, 2020 - So I would say: yes, you have to make sure that your package uses the expected install commands to get things working. But that doesn't mean you have to completely rewrite anything. Just patch it up to work sufficiently like a normal install to kick-off the install.
🌐
GitHub
github.com › pytorch › FBGEMM › issues › 1555
make install: make: *** No rule to make target 'install'. Stop. · Issue #1555 · pytorch/FBGEMM
January 21, 2023 - % make test make: Nothing to be done for 'test'. % make install make: *** No rule to make target 'install'. Stop.
Author   pytorch
🌐
Reddit
reddit.com › r/nix › buildzri-package (neutralinojs): no rule to make target 'install'. stop.
r/Nix on Reddit: BuildZri-package (neutralinojs): No rule to make target 'install'. Stop.
October 18, 2022 -

I'm trying to package NeutralinoJS with the following derivation:

with import <nixpkgs> { };

stdenv.mkDerivation {
  pname = "neutralinojs";
  version = "4.8.0";
  src = fetchFromGitHub {
    owner = "neutralinojs";
    repo = "neutralinojs";
    rev = "906600736933d93e2efbf7f14d1d5fe1a33babd5";
    sha256 = "4U2JwBOfe5wW+B/GX5cpje7S9i8sq9820gm7CRfWls8=";
    leaveDotGit = true;
  };
  buildInputs = with pkgs; [ gtk3 webkitgtk ];
  nativeBuildInputs = with pkgs; [ python3 pkg-config gcc git ];

  buildPhase = ''
    NIX_CFLAGS_COMPILE="$(pkg-config --cflags gtk+-3.0) $NIX_CFLAGS_COMPILE"
    python scripts/bz.py --verbose
  '';
}

Which works fine until it reaches the install phase:

[..]
OK: Neutralinojs compiled into ./bin/neutralino-linux_x64
buildPhase completed in 1 minutes 2 seconds
glibPreInstallPhase
installing
install flags: SHELL=/nix/store/xbdqbi2mscmhl5wcpbgpjdwxbsrvpkil-bash-5.1-p16/bin/bash gsettingsschemadir=/nix/store/7hcyiaq7gvy29bp82q83wviryi41izna-neutralinojs-4.8.0/share/gsettings-schemas/neutralinojs-4.8.0/glib-2.0/schemas/ install
make: *** No rule to make target 'install'.  Stop.

The project uses BuildZri as a package manager, so there is not even a Makefile. How should I proceed?

🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[Solved] make: *** No rule to make target 'install' / Applications & Desktop Environments / Arch Linux Forums
January 5, 2014 - Try building ctemplate with makepkg - ensure you have the base and base-devel groups installed first. ... There is also 'mysql-workbench-gpl' in the AUR which is derived from the ubuntu binary and is (currently) working as advertised ... stanselbow, that won't help - it still depends on ctemplate.
🌐
Its Linux FOSS
itslinuxfoss.com › home › (fix) make: *** no rule to make target
(Fix) make: *** No rule to make target – Its Linux FOSS
January 7, 2023 - That’s how you can fix the error. To fix the “make:*** No rule to make target”, the users must ensure that the files compiling with the make command are in the same directory where you are using make.
🌐
GitHub
github.com › tensorflow › tensorflow › issues › 48593
No rule to make target 'install' [cmake] · Issue #48593 · tensorflow/tensorflow
April 17, 2021 - On the install line of our CMakeLists.txt file the idea is not clear in our mind about "TARGETS". If you brighten up our mind it would be perfect. ... cmake_minimum_required(VERSION 3.6) project(patch) add_executable(minimal minimal.cc) target_include_directories(minimal PUBLIC /home/student/fsl-release-bsp/build-analytics-tflite/tmp/sysroots/analytics/usr/include/tensorflow/contrib/lite/tools/make/downloads/flatbuffers/include) target_link_libraries(minimal tensorflow-lite pthread ${CMAKE_DL_LIBS}) install(TARGETS patch DESTINATION git)
Author   tensorflow