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

Re: SD Depot for HP-UX

From: David Everly <deckrider_at_gmail.com>
Date: 2006-04-17 23:00:41 CEST

On Mon, Apr 17, 2006 at 02:32:31PM -0500, René Berber wrote:
> David Everly wrote:
>
> > Typically, when packaging software, one uses a "staging" area. For
> > modern autoconf/automake/libtool build processes, this can typically
> > be done as follows:
> >
> > ./configure
> > make
> > make install DESTDIR=/path/to/staging/area
> >
> > The contents of /path/to/staging/area is what you can build your
> > package from (of course, the contents may change based on the options
> > passed to ./configure).
>
> That won't work with subversion's install, it uses apsx to install the Apache
> modules which are outside your "staging area" (the modules are copied to
> wherever Apache has its modules and httpd.conf is also changed).

Right you are! I was only considering the basic svn build. Its
unfortunate that apsx doesn't support this to give packagers a break.

If you give an option to gnu make to force it to keep going in spite of
problems (-k), and don't run make install as root, then it may be
possible to see which problems require a manual fix. It may be that
only the Apache modules/config have this problem.

-- 
Encrypted Mail Preferred:
    Key ID:  8527B9AF
    Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
    Information:  http://www.gnupg.org/
                                                                                
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
    Information:  http://www.expita.com/nomime.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 17 23:02:09 2006

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

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