[Bug 412904] New: gamin build error on RH9



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=412904

  GARNOME | general | Ver: 2.17.x

           Summary: gamin build error on RH9
           Product: GARNOME
           Version: 2.17.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: general
        AssignedTo: garnome-maint gnome bugs
        ReportedBy: cruiseoveride gawab com
         QAContact: garnome-list gnome org
     GNOME version: Unspecified
   GNOME milestone: Unspecified


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:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]