GNOME Bugzilla – Bug 412904
gamin build error on RH9
Last modified: 2009-07-14 21:01:25 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:
That would be a gamin issue, moving over.
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.