Argh!! still having grief in my git ignorance. I tried this based upon the information on the SFLPhone web site and browsing the git repository:
git archive -o sflphone-0.9.12.tar --remote=http://git.sflphone.org/sflphone.git 0.9.12 but it replies: fatal: Operation not supported by protocol. So I tried it without the protocol: git archive -o sflphone-0.9.12.tar --remote=git.sflphone.org/sflphone.git 0.9.12 but I get remote: fatal: 'git.sflphone.org/sflphone.git' does not appear to be a git repository So I tried specifying git: git archive -o sflphone-0.9.12.tar --remote=git://git.sflphone.org/sflphone.git 0.9.12 and got: git.sflphone.org[0: 209.172.63.209]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) So how do I grab just the tag out of git? Thanks - John On Mon, 2011-09-12 at 13:55 -0400, Julien Bonjean wrote: > Hi John, > > A tag is created in the sflphone git repository before each release, > that would be the easier way for you to checkout previous releases. > > After cloning the repository, you can also check the dependencies in the > Ubuntu control files (tools/build-system/launchpad/...), this should be > very similar to the Debian ones. > > Julien > > On Mon, 2011-09-12 at 13:45 -0400, John A. Sullivan III wrote: > > On Mon, 2011-09-12 at 09:26 -0400, Emmanuel Lepage wrote: > > > Hi John, > > > > > > To fix unmet compilation dependencies, you can try to use: > > > > > > sudo apt-get build-dep sflphone-client-gnome sflphone-common > > > *if you already have sflphone in one of your repository. > > > > > > This should install the necessary packages. You can also try our Debian > > > repository. Take a look at our website at http://www.sflphone.org > > > > > Thank you, Emmanuel. However, I did the apt-get build-dep before > > beginning but that pulls in the dependencies for the version in the > > Debian Squeeze repositories which is 0.9.8. I tried to manually add the > > missing dependencies as I worked through the various build error > > messages but the dependencies are to deep to safely install in Squeeze > > at my level of expertise (which is moderate). > > > > The problem, as I mentioned, is that 0.9.8 is too old and 0.9.13 is too > > new. I did not see your Debian repositories for SFLPhone. Where are > > they? I only see Ubuntu repositories. > > > > > > > > > There is a link to the download page > > > http://sflphone.org/download/source-code and > > > http://sflphone.org/download/stable-release > > > > > I previously looked at both those sites but I only see source for > > 0.9.13. Where do I find source for 0.9.12 and 0.9.9? I am hoping that > > one of those will build on Squeeze. > > > > > Here are the build instruction > > > https://projects.savoirfairelinux.com/projects/sflphone/wiki/BuildInstructions > > > > > Thanks but, if I try to do this, I will hit the same dependency > > problems, won't I? > > > Remember to compile pjproject before sflphone. This is needed to bypass > > > bugs in pjproject build system. Do not use any GCC or make options, even > > > -j2, it will fail. > > > > > > Good luck! > > > > > > ----- Original Message ----- > > > From: "John A. Sullivan III" <[email protected]> > > > To: [email protected] > > > Sent: Friday, September 9, 2011 3:57:18 PM > > > Subject: [SFLphone] Debian Squeeze compilation > > > > > > Hello, all. We have finally turned some attention to getting SFLPhone > > > work in our environment and have succeeded in connecting to our Asterisk > > > PBX. The clients are all Debian Squeeze running sflphone 0.9.8 from the > > > repository. > > > > > > It looks like we need a newer version, e.g., the ability to have the > > > phone ring through the speakers but the call audio through the headsets > > > is a requirement and it looks like that was introduced with 0.9.9. > > > > > > I tried downloading the 0.9.13 source and rebuilding Squeeze deb files > > > but there are too many failed dependencies. > > > > > > Where can I find the source for 0.9.12 and 0.9.9 to see if those will > > > build? When I click on the More . . . link on the source code download > > > page, I am brought to a login screen. > > > > > > Of course, if there are Squeeze debs for a newer version, that would > > > save me lots of grief. Does anyone know of any? Thanks - John > > > > > > _______________________________________________ > > > SFLphone mailing list > > > [email protected] > > > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > > > _______________________________________________ > > > SFLphone mailing list > > > [email protected] > > > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > > > > > > _______________________________________________ > > SFLphone mailing list > > [email protected] > > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
