Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864882 Details for
Bug 905758
dev-db/mysql-workbench-8.0.33 failed to rebuild with GCC 13
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-workbench-gcc13.patch
mysql-workbench-gcc13.patch (text/plain), 1.48 KB, created by
Alex D-Bug
on 2023-06-30 15:08:13 UTC
(
hide
)
Description:
mysql-workbench-gcc13.patch
Filename:
MIME Type:
Creator:
Alex D-Bug
Created:
2023-06-30 15:08:13 UTC
Size:
1.48 KB
patch
obsolete
>--- mysql-workbench-community-8.0.33-src/library/forms/mforms/mforms.h.orig 2023-06-30 14:43:47.056539087 +0300 >+++ mysql-workbench-community-8.0.33-src/library/forms/mforms/mforms.h 2023-06-30 14:44:11.500537735 +0300 >@@ -61,6 +61,7 @@ > * > */ > >+#include <cstdint> > #include "mforms/view.h" > #include "mforms/form.h" > #include "mforms/button.h" >--- mysql-workbench-community-8.0.33-src/library/cdbc/src/driver_manager.h.orig 2023-06-30 14:51:19.804514044 +0300 >+++ mysql-workbench-community-8.0.33-src/library/cdbc/src/driver_manager.h 2023-06-30 14:51:30.333513462 +0300 >@@ -27,6 +27,7 @@ > #include "cppdbc_public_interface.h" > > #include <cppconn/driver.h> >+#include <cstdint> > #include <memory> > #include <set> > >--- mysql-workbench-community-8.0.33-src/library/forms/mforms/treeview.h.orig 2023-06-30 17:08:50.534057671 +0300 >+++ mysql-workbench-community-8.0.33-src/library/forms/mforms/treeview.h 2023-06-30 17:10:33.945051951 +0300 >@@ -23,6 +23,7 @@ > > #pragma once > >+#include <cstdint> > #include <mforms/view.h> > > /** >--- mysql-workbench-community-8.0.33-src/backend/wbpublic/sqlide/sqlide_generics_private.h.orig 2023-06-30 17:51:48.242915090 +0300 >+++ mysql-workbench-community-8.0.33-src/backend/wbpublic/sqlide/sqlide_generics_private.h 2023-06-30 17:52:26.461912976 +0300 >@@ -24,6 +24,7 @@ > #ifndef _SQLIDE_GENERICS_PRIVATE_H_ > #define _SQLIDE_GENERICS_PRIVATE_H_ > >+#include <cstdint> > #include "wbpublic_public_interface.h" > #include <sqlite/database_exception.hpp> > #include <sqlite/result.hpp>
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 905758
:
861181
| 864882