[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"make install-swig-{pl,py}" implies "make install" for some libraries (Issue 2126)

From: Shlomi Fish <shlomif_at_iglu.org.il>
Date: 2005-01-21 21:02:09 CET

Check:

http://subversion.tigris.org/issues/show_bug.cgi?id=2126

For the bug report. I already wrote a patch to it, and a log message.

The problem is that when typing make install-swig-pl or make install-swig-py,
the make program also installs some of the Subversion libraries. This is
problematic because installing the Perl bindings is usually done as root,
which causes to install the Subversion libraries as root. However, it is
highly possible these libraries should be installed as a regular user (under
say a non-priviliged path) and not as root.

It's also causes the install to be more time-consuming, but this is a more
minor issue.

Greg Hudson commented in the bug report that we should decide whether to
enforce this policy for every "make install-foo" implies "make install-bar"
situation. While possibly true, I cannot think of any other place where this
bothers people as much as this case.

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish shlomif@iglu.org.il
Homepage: http://www.shlomifish.org/

Knuth is not God! It took him two days to build the Roman Empire.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 21 21:03:23 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.