RE: How to build GNOME Keyring for Subversion

2010-08-12 Thread Giulio Troccoli



Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-Original Message-


 From: Yudong Sun [mailto:yud...@nag.co.uk]
 Sent: 12 August 2010 12:12
 To: Giulio Troccoli
 Subject: Re: How to build GNOME Keyring for Subversion

 Giulio,

 But how did you build GNOME Keyring from source? Which
 version of G-K did you use? I'm trying to build G-K 2.28.2
 which has so many dependencies, very discouraging to continue.


Ah, but that's not what you asked :-)

No, I didn't build it from source, I used the CentOS package manager, yum.

Oh and please stop top-posting

Giulio


Re: How to build GNOME Keyring for Subversion

2010-08-12 Thread Daniel Shahaf
Giulio Troccoli wrote on Thu, Aug 12, 2010 at 12:14:10 +0100:
 Oh and please stop top-posting

In other words, Giulio is requesting you to put your text *below* the text
of the message you are responding to, per list convention.


Re: How to build GNOME Keyring for Subversion

2010-08-11 Thread Yudong Sun

Hi,

Building KDELibs 4 for Kwallet is as embarrassing as building GNOME 
Keyring if not more. Even worse, KDE's installation guides are like 
puzzle books. I have to think about tring a binary distribution of 
Subversion with GNOME Keyring support. My system is the Cray Linux 
Environment (CLE) which is based SuSE Linux. I wonder if the openSUSE 
build may work on the system. Another trouble is that I don't have root 
access unable to do RPM installation. Is there a non-RPM binary package 
that I can unpack in a non-root user directory?


Thanks,

Yudong

Stefan Sperling wrote, On 09/08/2010 13:55:

On Mon, Aug 09, 2010 at 01:28:54PM +0100, Yudong Sun wrote:

Hi,

I am trying to build Subversion 1.6.12 with GNOME Keyring support. I
have tried GNOME Keyring 2.30.3 downloaded from
http://linux.softpedia.com/get/Utilities/gnome-keyring-13111.shtml
The configure and make of this GNOME Keyring version have been done
with two pkg-config files created: gcr-0.pc and gp11-0.pc but no
gnome-keyring-1.pc generated.

I have also tried to install GNOME Keyring 2.28.2 downloaded from 
http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html
This version has an endless list of dependencies:

GNOME Keyring 2.28.2:  GConf-2.28.0, GTK+-2.18.7, intltool-0.40.6,
Libgcrypt-1.4.5, and libtasn1-2.5

GConf-2.28.0:  ORBit2-2.14.17 and polkit-0.94

polkit-0.94:  D-Bus GObject Bindings-0.5, intltool-0.40.6,
Linux-PAM-1.1.1, gobject-introspection-0.6.8, and DocBook XML
DTD-4.5

... ...

That looks terrifying. I am almost giving up midway

I'd like to know your experience on building subversion with GNOME
Keyring. Which GNOME Keyring version works well with svn 1.6.12 and
is there an easier way to do it? Your advice will be much
appreciated.


Gnome-keyring's dependencies are outside of the Subversion project's control.
So I'm afraid we cannot do much about it.
Maybe try Kwallet? It might have a smaller list of dependencies.

The easiest way by far is using a distribution that offers readily working
build scripts or binary packages. Most current Linux distributions and *BSD
systems offer precompiled Subversion binaries with gnome-keyring support
enabled.

Another possibility for a long-term fix to this problem would be contributing
patches to Subversion that allow Subversion to encrypt passwords using GPGme.
I'd very much appreciate any effort in this direction.

Stefan


This e-mail has been scanned for all viruses by Star.





The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 



RE: How to build GNOME Keyring for Subversion

2010-08-09 Thread Giulio Troccoli



Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-Original Message-


 From: Yudong Sun [mailto:yud...@nag.co.uk]
 Sent: 09 August 2010 13:29
 To: users@subversion.apache.org
 Subject: How to build GNOME Keyring for Subversion

 Hi,

 I am trying to build Subversion 1.6.12 with GNOME Keyring
 support. I have tried GNOME Keyring 2.30.3 downloaded from
 http://linux.softpedia.com/get/Utilities/gnome-keyring-13111.shtml
 The configure and make of this GNOME Keyring version have
 been done with two pkg-config files created: gcr-0.pc and
 gp11-0.pc but no gnome-keyring-1.pc generated.

 I have also tried to install GNOME Keyring 2.28.2 downloaded
 from
 http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html
 This version has an endless list of dependencies:

 GNOME Keyring 2.28.2:  GConf-2.28.0, GTK+-2.18.7,
 intltool-0.40.6, Libgcrypt-1.4.5, and libtasn1-2.5

 GConf-2.28.0:  ORBit2-2.14.17 and polkit-0.94

 polkit-0.94:  D-Bus GObject Bindings-0.5, intltool-0.40.6,
 Linux-PAM-1.1.1, gobject-introspection-0.6.8, and DocBook XML DTD-4.5

 ... ...

 That looks terrifying. I am almost giving up midway

 I'd like to know your experience on building subversion with
 GNOME Keyring. Which GNOME Keyring version works well with
 svn 1.6.12 and is there an easier way to do it? Your advice
 will be much appreciated.

You don't say which flavour of Linux, but if you have a package manager, like 
yum or apt-get for example, it's much easier as they take care of all the 
dependencies.

Having said that, I personally had a hell of a time (and gave up for the time 
being) to unlock the keyring upon login. Once the keyring is unlocked the 
everything is fine, but I can't seem to be able to avoid entering the keyring 
password.

Giulio


Re: How to build GNOME Keyring for Subversion

2010-08-09 Thread Stefan Sperling
On Mon, Aug 09, 2010 at 01:28:54PM +0100, Yudong Sun wrote:
 Hi,
 
 I am trying to build Subversion 1.6.12 with GNOME Keyring support. I
 have tried GNOME Keyring 2.30.3 downloaded from
 http://linux.softpedia.com/get/Utilities/gnome-keyring-13111.shtml
 The configure and make of this GNOME Keyring version have been done
 with two pkg-config files created: gcr-0.pc and gp11-0.pc but no
 gnome-keyring-1.pc generated.
 
 I have also tried to install GNOME Keyring 2.28.2 downloaded from 
 http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html
 This version has an endless list of dependencies:
 
 GNOME Keyring 2.28.2:  GConf-2.28.0, GTK+-2.18.7, intltool-0.40.6,
 Libgcrypt-1.4.5, and libtasn1-2.5
 
 GConf-2.28.0:  ORBit2-2.14.17 and polkit-0.94
 
 polkit-0.94:  D-Bus GObject Bindings-0.5, intltool-0.40.6,
 Linux-PAM-1.1.1, gobject-introspection-0.6.8, and DocBook XML
 DTD-4.5
 
 ... ...
 
 That looks terrifying. I am almost giving up midway
 
 I'd like to know your experience on building subversion with GNOME
 Keyring. Which GNOME Keyring version works well with svn 1.6.12 and
 is there an easier way to do it? Your advice will be much
 appreciated.

Gnome-keyring's dependencies are outside of the Subversion project's control.
So I'm afraid we cannot do much about it.
Maybe try Kwallet? It might have a smaller list of dependencies.

The easiest way by far is using a distribution that offers readily working
build scripts or binary packages. Most current Linux distributions and *BSD
systems offer precompiled Subversion binaries with gnome-keyring support
enabled.

Another possibility for a long-term fix to this problem would be contributing
patches to Subversion that allow Subversion to encrypt passwords using GPGme.
I'd very much appreciate any effort in this direction.

Stefan


Re: How to build GNOME Keyring for Subversion

2010-08-09 Thread Yudong Sun

Thanks for all the replies.

My platform is a bit special. It's a Cray supercomputer. The OS is Cray 
Linux Environment (CLE) which is developed based on SuSE Linux.


Yudong

Giulio Troccoli wrote, On 09/08/2010 13:44:



Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-Original Message-



From: Yudong Sun [mailto:yud...@nag.co.uk]
Sent: 09 August 2010 13:29
To: users@subversion.apache.org
Subject: How to build GNOME Keyring for Subversion

Hi,

I am trying to build Subversion 1.6.12 with GNOME Keyring
support. I have tried GNOME Keyring 2.30.3 downloaded from
http://linux.softpedia.com/get/Utilities/gnome-keyring-13111.shtml
The configure and make of this GNOME Keyring version have
been done with two pkg-config files created: gcr-0.pc and
gp11-0.pc but no gnome-keyring-1.pc generated.

I have also tried to install GNOME Keyring 2.28.2 downloaded
from
http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html
This version has an endless list of dependencies:

GNOME Keyring 2.28.2:  GConf-2.28.0, GTK+-2.18.7,
intltool-0.40.6, Libgcrypt-1.4.5, and libtasn1-2.5

GConf-2.28.0:  ORBit2-2.14.17 and polkit-0.94

polkit-0.94:  D-Bus GObject Bindings-0.5, intltool-0.40.6,
Linux-PAM-1.1.1, gobject-introspection-0.6.8, and DocBook XML DTD-4.5

... ...

That looks terrifying. I am almost giving up midway

I'd like to know your experience on building subversion with
GNOME Keyring. Which GNOME Keyring version works well with
svn 1.6.12 and is there an easier way to do it? Your advice
will be much appreciated.


You don't say which flavour of Linux, but if you have a package manager, like 
yum or apt-get for example, it's much easier as they take care of all the 
dependencies.

Having said that, I personally had a hell of a time (and gave up for the time 
being) to unlock the keyring upon login. Once the keyring is unlocked the 
everything is fine, but I can't seem to be able to avoid entering the keyring 
password.

Giulio


This e-mail has been scanned for all viruses by Star.





The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.