After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590621 - GnomeKeyring.PasswordSchema error in 0.7.5
GnomeKeyring.PasswordSchema error in 0.7.5
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other Linux
: Normal blocker
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-03 13:08 UTC by Michael Terry
Modified: 2009-08-30 23:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Terry 2009-08-03 13:08:18 UTC
Since upgrading to 0.7.5, I see this:

gnome-keyring-1.vapi:157.2-157.59: error: `GnomeKeyring.PasswordSchema' not supported as type for constants
	public const GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
So gnome-keyring-1.vapi is unusable right now.
Comment 1 Evan Nemerson 2009-08-03 21:38:40 UTC
Just did a bisect, 3b3ffa129f449b5d238c0d32476ea8eef41a6e8d is what broke it (but fixed bug #587947).
Comment 2 Evan Nemerson 2009-08-30 01:52:29 UTC
Can you try with a current git? I think this was fixed with bf10128eea439aef835dc66bbd7fb4d1887b32a3.
Comment 3 Michael Terry 2009-08-30 23:04:54 UTC
Yeah, it works for me now.  Thanks!