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 640362 - egg/egg-asn1x.c undefined type
egg/egg-asn1x.c undefined type
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
2.32.x
Other Mac OS
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-01-24 00:40 UTC by Ryan Stonecipher
Modified: 2011-01-24 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revised type from ulong to gulong (395 bytes, application/octet-stream)
2011-01-24 00:40 UTC, Ryan Stonecipher
Details

Description Ryan Stonecipher 2011-01-24 00:40:20 UTC
Created attachment 179118 [details]
Revised type from ulong to gulong

In lines 1991-1992 of egg/egg-asn1x.c the type "ulong" is used without being declared.
This prevents gnome-keyring 2.32.1 from building on Mac OS X.
Attached is a patch which would replace "ulong" with "gulong" (which is used extensively elsewhere in the same file) on those lines.
Please let me know if some other behavior was intended and/or if any additional information is necessary.

Thanks,

Ryan Stonecipher
Comment 1 Stef Walter 2011-01-24 20:43:08 UTC
Thanks. Pushed the patch to the gnome-keyring repository.


commit 4050d583e8fe6c5c4bb71f0fd4ba6498cdf5a1b6
Author: Ryan Stonecipher <Ryan.Stonecipher.Fisher@gmail.com>
Date:   Mon Jan 24 14:42:02 2011 -0600

    Fix undefined type in egg-asn1x.c
    
    Mac OSX doesn't have a ulong type
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640362