Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 510426 Details for
Bug 641446
=sci-libs/vtk-7.1.0[hdf5] - XdmfH5Driver.cxx:190:1: error: braces around scalar initializer for type ‘herr_t (*)(H5FD_t*) {aka int (*)(H5FD_t*)}’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch taken from Debian bug #846372
vtk7-hdf5.patch (text/plain), 1.85 KB, created by
David Kredba
on 2017-12-17 09:37:44 UTC
(
hide
)
Description:
Patch taken from Debian bug #846372
Filename:
MIME Type:
Creator:
David Kredba
Created:
2017-12-17 09:37:44 UTC
Size:
1.85 KB
patch
obsolete
>Description: The H5FD_class_t struct gained an extra member in 1.10 >Author: Iain Lane <iain.lane@canonical.com> >Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846372 > >Index: b/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfH5Driver.cxx >=================================================================== >--- a/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfH5Driver.cxx >+++ b/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfH5Driver.cxx >@@ -139,7 +139,11 @@ > #if (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=8)) > static haddr_t H5FD_dsm_get_eoa(const H5FD_t *_file, H5FD_mem_t type); > static herr_t H5FD_dsm_set_eoa(H5FD_t *_file, H5FD_mem_t type, haddr_t addr); >+#if (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=10)) >+static haddr_t H5FD_dsm_get_eof(const H5FD_t *_file, H5FD_mem_t type); >+#else > static haddr_t H5FD_dsm_get_eof(const H5FD_t *_file); >+#endif > #else > static haddr_t H5FD_dsm_get_eoa(H5FD_t *_file); > static herr_t H5FD_dsm_set_eoa(H5FD_t *_file, haddr_t addr); >@@ -155,6 +159,9 @@ > "dsm", /*name */ > MAXADDR, /*maxaddr */ > H5F_CLOSE_WEAK, /*fc_degree */ >+#if (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=8)) >+ NULL, /* terminate */ >+#endif > NULL, /*sb_size */ > NULL, /*sb_encode */ > NULL, /*sb_decode */ >@@ -687,7 +694,9 @@ > *------------------------------------------------------------------------- > */ > static haddr_t >-#if (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=8)) >+#if (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=10)) >+H5FD_dsm_get_eof(const H5FD_t *_file, H5FD_mem_t type) >+#elif (H5_VERS_MAJOR>1)||((H5_VERS_MAJOR==1)&&(H5_VERS_MINOR>=8)) > H5FD_dsm_get_eof(const H5FD_t *_file) > #else > H5FD_dsm_get_eof(H5FD_t *_file)
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 641446
: 510426