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 412904 - gamin build error on RH9
gamin build error on RH9
Status: RESOLVED OBSOLETE
Product: gamin
Classification: Other
Component: general
unspecified
Other All
: Normal blocker
: ---
Assigned To: Gamin Maintainer(s)
Gamin Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-02-28 02:42 UTC by cruiseoveride
Modified: 2009-07-14 21:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cruiseoveride 2007-02-28 02:42:09 UTC
Please describe the problem:
There is a bug in the ifdef statement in ../bootstrap/gamin/work/main.d/gamin-0.1.8/libgamin/gam_data.c
The package fails to build with the following error http://pastebin.ca/375173
After hashing out a few lines... the build continued and completed succesfully.

//#ifdef __GNUC__
#ifdef linux || defined(__GLIBC__)
//#if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
extern int pthread_mutexattr_init(pthread_mutexattr_t *attr)
           __attribute((weak));
extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind)
           __attribute((weak));
extern int pthread_mutexattr_init (pthread_mutexattr_t *__attr)
           __attribute((weak));
extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
           __attribute((weak));
extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
           __attribute((weak));
extern int pthread_mutexattr_destroy (pthread_mutexattr_t *__attr)
           __attribute((weak));
//#endif
#endif /* linux */
//#endif /* __GNUC__ */


Steps to reproduce:
make paranoid-install on RedHat 9


Actual results:
http://pastebin.ca/375173

Expected results:
Successful build

Does this happen every time?
Yes

Other information:
Comment 1 Karsten Bräckelmann 2007-02-28 09:19:19 UTC
That would be a gamin issue, moving over.
Comment 2 Javier Jardón (IRC: jjardon) 2009-07-14 21:01:25 UTC
Thanks for taking the time to report this bug.
However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use.

By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME.
Please feel free to reopen this bug if the problem still occurs with a newer version of GNOME.