Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 575418 Details for
Bug 810153
FTBFS: build failure on PPC, error: '__start___verbose' undeclared
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
chech for the section before using it
section.patch (text/plain), 883 bytes, created by
Angus Salkeld
on 2012-04-05 13:38:29 UTC
(
hide
)
Description:
chech for the section before using it
Filename:
MIME Type:
Creator:
Angus Salkeld
Created:
2012-04-05 13:38:29 UTC
Size:
883 bytes
patch
obsolete
>diff --git a/include/corosync/logsys.h b/include/corosync/logsys.h >index cff12b3..e40153d 100644 >--- a/include/corosync/logsys.h >+++ b/include/corosync/logsys.h >@@ -43,6 +43,7 @@ > #include <pthread.h> > #include <limits.h> > >+#include <qb/qbconfig.h> > #include <qb/qblog.h> > > #ifdef __cplusplus >@@ -177,11 +178,17 @@ static void logsys_system_init (void) \ > } \ > } > >+#ifdef QB_HAVE_ATTRIBUTE_SECTION >+#define LOGSYS_DECLARE_SECTION assert(__start___verbose != __stop___verbose) >+#else >+#define LOGSYS_DECLARE_SECTION >+#endif >+ > #define LOGSYS_DECLARE_SUBSYS(subsys) \ > __attribute__ ((constructor)) \ > static void logsys_subsys_init (void) \ > { \ >- assert(__start___verbose != __stop___verbose); \ >+ LOGSYS_DECLARE_SECTION; \ > logsys_subsys_id = \ > _logsys_subsys_create ((subsys), __FILE__); \ > if (logsys_subsys_id == -1) { \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 810153
: 575418