You are not logged in.

#1 2010-09-06 04:24:33

jsadural
Member
Registered: 2010-08-27
Posts: 19

make install just doesn't work

I am new to archlinux and am trying to install packages from source.  All the other functions work such as :

> ./configure
> make

and when I do a "sudo make install" I ALWAYS get this message:

> make: *** No rule to make target `install'.  Stop.

I am a fedora user and I know for a fact when I do a make install with the same packages on fedora, it installs all the proper files onto my system.  Am I missing a configuration?

PLEASE HELP.


jason

Offline

#2 2010-09-06 05:48:59

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: make install just doesn't work

Did you install the base-devel package group?

Please note that it is recommended that you install applications with pacman. Search the repos and the AUR to see if the applications you are trying to install have already been packaged. If they have not, creating an Arch package for them is straightforward - all the details are in the wiki.

Offline

#3 2010-09-06 06:05:35

namegame
Member
Registered: 2008-07-29
Posts: 31

Re: make install just doesn't work

Also, which package and/or packages are you trying to compile?

Offline

#4 2010-09-06 12:11:03

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: make install just doesn't work

the wiki tells it all...

moreover, you may learn first to create Makefiles (if you designed your own, of course)


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

#5 2010-09-06 19:34:13

jsadural
Member
Registered: 2010-08-27
Posts: 19

Re: make install just doesn't work

I did install the base-devel packages.  For instance I was trying to install the STK package because the AUR package for STK is working now but was not previously.  Also I was trying to install AntTweakBar and OSCpack but was unsuccessful with "make install".  I know for a fact that these packages make install on fedora but not on my archlinux.  Is there a configuration I don't know about?  It would be fair to say in general that I would want to install and integrate packages on my system without having to go through the effort of creating a pacman package build.

Offline

#6 2010-09-06 19:44:07

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: make install just doesn't work

The solution to this problem lies in the error messages that you're receiving during compiling. The 'no rule to make target' error generally exists because a build failed.

By the way, tomk's advice is solid and will save you endless amounts of hassles while you're with Arch.

Offline

#7 2010-09-06 20:04:49

jsadural
Member
Registered: 2010-08-27
Posts: 19

Re: make install just doesn't work

The build did work because I was able to execute the demos and what not.  You guys are probably right about creating an arch package but I would still like to know the reasons why in general make install is not straightforward in arch, especially if I wanna rave to my friends about it.

Offline

#8 2010-09-06 20:20:01

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: make install just doesn't work

jsadural wrote:

The build did work because I was able to execute the demos and what not.  You guys are probably right about creating an arch package but I would still like to know the reasons why in general make install is not straightforward in arch, especially if I wanna rave to my friends about it.

The only reason this might be distro dependent is because you're using the broken make package in testing. If that's the case, downgrade to core/make. Other than that, the only reasons the install target wouldn't be found are roughly:

1) The author didn't write an install target
2) In the case of autotools, a failed configure wouldn't generate the install target.

Feel free to provide us with something besides "it doesn't work" if you'd like some help troubleshooting.

Offline

#9 2010-09-06 20:30:19

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Offline

#10 2010-09-07 05:08:46

jsadural
Member
Registered: 2010-08-27
Posts: 19

Re: make install just doesn't work

It was actually the Synthesis ToolKit from CCRMA.  It is audio libraries for filters and effects.  I guess it is time to go the pacman build package route.

Offline

#11 2010-09-07 05:09:24

jsadural
Member
Registered: 2010-08-27
Posts: 19

Re: make install just doesn't work

BTW, thanks fellow arch'ers for the quick response.

Offline

#12 2010-09-07 05:26:13

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: make install just doesn't work

jsadural wrote:

It was actually the Synthesis ToolKit from CCRMA.  It is audio libraries for filters and effects.  I guess it is time to go the pacman build package route.

If you can't get it to build manually then it's not going to build with makepkg, if that is what you meant. Just a heads-up. smile

Offline

#13 2010-09-07 19:17:56

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: make install just doesn't work

maybe AUR has that package you need/want


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

Board footer

Powered by FluxBB