Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 445328 Details for
Bug 572410
>=dev-libs/dbus-glib-0.106: fails to build with "size of array ‘_GStaticAssertCompileTimeAssertion_3’ is negative" when building with ABI=32
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Using this patch, solves the problem, at least for me.
dbus_gvalue.patch (text/plain), 532 bytes, created by
jorgicio
on 2016-09-09 20:41:06 UTC
(
hide
)
Description:
Using this patch, solves the problem, at least for me.
Filename:
MIME Type:
Creator:
jorgicio
Created:
2016-09-09 20:41:06 UTC
Size:
532 bytes
patch
obsolete
>--- a/dbus/dbus-gvalue.c 2015-09-30 11:46:33.000000000 -0300 >+++ b/dbus/dbus-gvalue.c 2016-09-08 23:10:40.384960869 -0300 >@@ -1951,8 +1951,6 @@ > G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint)); > G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint)); > /* These should be true regardless, but just for completeness... */ >-G_STATIC_ASSERT (sizeof (dbus_int64_t) == sizeof (gint64)); >-G_STATIC_ASSERT (sizeof (dbus_uint64_t) == sizeof (guint64)); > G_STATIC_ASSERT (sizeof (double) == sizeof (gdouble)); > > static gboolean
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 572410
:
423404
| 445328 |
450730
|
450780