Re: [Oscar-devel] oscar svn

2013-04-09 Thread olivier . lahaye1
voyé: Mardi 9 Avril 2013 18:50:15 > Objet: [Oscar-devel] oscar svn > checkout fails for http: > svn: Repository moved temporarily to ' > http://svn.oscar.openclustergroup.org/oscar/pkgsrc/oscar-packager/trunk > '; please relocate > and I don't have a login. Can

Re: [Oscar-devel] oscar svn

2013-04-09 Thread DongInn Kim
Hi Chuck, The repository ('http://svn.oscar.openclustergroup.org/oscar/pkgsrc/oscar-packager/trunk) is browsable without any login on the web browser which means you should be able to do "svn co 'http://svn.oscar.openclustergroup.org/oscar/pkgsrc/oscar-packager/trunk " without having to input

[Oscar-devel] oscar svn

2013-04-09 Thread Chuck Ritter
checkout fails for http: svn: Repository moved temporarily to ' http://svn.oscar.openclustergroup.org/oscar/pkgsrc/oscar-packager/trunk'; please relocate and I don't have a login. Can someone either fix the http access or setup a login for me? With a login I guess I could start fixing the documen

Re: [Oscar-devel] oscar svn install on FC2

2004-11-08 Thread Luke Schierer
removing those directories allowed it to install. for reference, I have - Automake 1.8.3 - Autoconf 2.59 luke On Sat, Nov 06, 2004 at 10:23:02AM -0500, Jeff Squyres wrote: > That could well be, also. > > I am using the latest versions of all the tools, and everything works > fi

Re: [Oscar-devel] oscar svn install on FC2

2004-11-06 Thread Jeff Squyres
That could well be, also. I am using the latest versions of all the tools, and everything works fine for me: - Autoconf 2.59 - Automake 1.9.3 On Nov 6, 2004, at 10:04 AM, David N. Lombard wrote: Jeff, Imma think this is the type of stuff that fixed itself when Thomas and I updated to the lates

Re: [Oscar-devel] oscar svn install on FC2

2004-11-06 Thread David N. Lombard
Jeff, Imma think this is the type of stuff that fixed itself when Thomas and I updated to the latest automake/autoconf/libtool? But, I would have guessed FC2 was current enough... Todd McAnally wrote: I replied earlier but used the wrong one of my many email addresses so it's being held by the

Re: [Oscar-devel] oscar svn install on FC2

2004-11-06 Thread Todd McAnally
I replied earlier but used the wrong one of my many email addresses so it's being held by the moderator. I had the same problem but my directories were real, not symlinks. I'm not sure how that happened but maybe "rm -rf" would be better than just rm -f. Normally, you shouldn't need to if it

Re: [Oscar-devel] oscar svn install on FC2

2004-11-06 Thread Jeff Squyres
A few things... A little history on why the build system is the way it is: it was originally a bastardized autoconf/automake system *exclusively* for the purpose of "make dist" and "make install". I wrote it initially, since I am quite familiar with Automake and friends. And it seemed to work

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread David N. Lombard
EMAIL PROTECTED] > Sent: Friday, November 5, 2004 05:44 PM > To: 'David N. Lombard' > Cc: 'oscar-devel' > Subject: Re: [Oscar-devel] oscar svn install on FC2 > > Correct, i skipped straight from ./configure to make install. > > luke > > On Fri, N

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread Luke Schierer
rom: Luke Schierer [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 5, 2004 05:30 PM > > To: 'David N. Lombard' > > Cc: 'oscar-devel' > > Subject: Re: [Oscar-devel] oscar svn install on FC2 > > > > Okay, having installed perl-QT, and runn

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread David N. Lombard
Did you *NOT* do the unadorned make? ./autogen.sh ./configure make install > -Original Message- > From: Luke Schierer [mailto:[EMAIL PROTECTED] > Sent: Friday, November 5, 2004 05:30 PM > To: 'David N. Lombard' > Cc: 'oscar-devel' > Subject: Re:

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread Luke Schierer
Thanks, I'm rather spoiled by configure scripts that fail when they detect missing packages. luke On Fri, Nov 05, 2004 at 03:56:17PM +, David N. Lombard wrote: > From: Luke Schierer; Friday, November 5, 2004 03:31 PM > > > > cd oscar > > svn up > > cd trunk > > ./autogen.sh && ./configure &

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread Luke Schierer
Okay, having installed perl-QT, and running each command manually, I do not see configure complaining about any other missing packages, however, it is still failing with the same error: make[1]: Leaving directory `/home/oscar/trunk/share' Making install in src make[1]: Entering directory `/home/os

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread David N. Lombard
From: Luke Schierer; Friday, November 5, 2004 03:31 PM > > cd oscar > svn up > cd trunk > ./autogen.sh && ./configure && make && make install Don't do this --> ^^^ > however, its failing before the make install, so there is no > /opt/oscar. That errant make is expecting you to h

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread Luke Schierer
cd oscar svn up cd trunk ./autogen.sh && ./configure && make && make install however, its failing before the make install, so there is no /opt/oscar. it wasn't failing last week (on a different fedora install, but same hardware). luke On Fri, Nov 05, 2004 at 03:28:32PM +, David N. Lombard

Re: [Oscar-devel] oscar svn install on FC2

2004-11-05 Thread David N. Lombard
What commands did you execute? As this was from svn, you should have cd .../oscar-svn # or whatever you called it. ./autogen.sh ./configure make install which creates a /opt/oscar whence you can ./install_cluster _cluster_network_device_ From: Luke Schierer; Friday, November 5, 20

[Oscar-devel] oscar svn install on FC2

2004-11-05 Thread Luke Schierer
Fresh FC2 install, plus updates from fedora's yum repository, I get the following error: Making all in Selector make[2]: Entering directory `/home/oscar/trunk/src/Selector' puic -o Selector.pm Selector.ui puic -x -o Selector.pl Selector.ui ln -sf ../Installer/images; \ cd ../Installer; ln -sf ../S

[Oscar-devel] OSCAR SVN re-opened for business

2004-08-25 Thread Jeff Squyres
The OSCAR SVN repository is now re-open for business. The history should now be imported properly, and all binary files should be un-corrupted. *** EVERYONE NEEDS TO GET A NEW CHECKOUT *** DongInn -- please re-commit your changes to the new repository. Thanks! -- {+} Jeff Squyres {+} [EMAIL PRO