[python,hdf5] pb éxécution suite à MÀJ hdf5-1.8.13 (résolu)
Publié : sam. 20 sept. 2014, 14:41
Salut,
Depuis la mise à jour du paquet hdf5 en version 1.8.13 j'ai ce soucis à l'éxécution.
En faisant rétrogadant le paquet à la version précédente (https://wiki.archlinux.fr/Downgrade#Uti ... _de_pacman), ça remarche. Je souhaiterais comprendre.
J'ai tenté de recompiler le paquet python-h5py (AUR) après update, sans succès.
Édition : oups
, je viens de me rendre compte que j'utilise en fait python-pytables
Depuis la mise à jour du paquet hdf5 en version 1.8.13 j'ai ce soucis à l'éxécution.
Code : Tout sélectionner
$ ./toto.py
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.8.12, library is 1.8.13
SUMMARY OF THE HDF5 CONFIGURATION
=================================
General Information:
-------------------
HDF5 Version: 1.8.13
Configured on: Sat Sep 20 09:02:19 UTC 2014
Configured by: nobody@
Configure mode: production
Host system: x86_64-unknown-linux-gnu
Uname information: Linux var-lib-archbuild-extra-x86_64-barthalion 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
Byte sex: little-endian
Libraries: shared
Installation point: /usr
Compiling Options:
------------------
Compilation Mode: production
C Compiler: /usr/bin/gcc ( gcc (GCC) 4.9.1 20140903 )
CFLAGS: -march=x86-64 -mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4
H5_CFLAGS: -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wstrict-overflow=5 -Wjump-misses-init -Wunsuffixed-float-constants -Wdouble-promotion -Wsuggest-attribute=const -Wtrampolines -Wstack-usage=8192 -Wvector-operation-performance -Wsuggest-attribute=pure -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -O3 -fomit-frame-pointer -finline-functions
AM_CFLAGS:
CPPFLAGS: -D_FORTIFY_SOURCE=2
H5_CPPFLAGS: -D_POSIX_C_SOURCE=199506L -DNDEBUG -UH5_DEBUG_API
AM_CPPFLAGS: -I/usr/lib//include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE
Shared C Library: yes
Static C Library: no
Statically Linked Executables: no
LDFLAGS: -Wl,-O1,--sort-common,--as-needed,-z,relro
H5_LDFLAGS:
AM_LDFLAGS: -L/usr/lib//lib
Extra libraries: -lpthread -lz -ldl -lm
Archiver: ar
Ranlib: ranlib
Debugged Packages:
API Tracing: no
Languages:
----------
Fortran: no
C++: no
Features:
---------
Parallel HDF5: no
High Level library: yes
Threadsafety: yes
Default API Mapping: v18
With Deprecated Public Symbols: yes
I/O filters (external): deflate(zlib)
I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
MPE: no
Direct VFD: no
dmalloc: no
Clear file buffers before write: yes
Using memory checker: no
Function Stack Tracing: no
Strict File Format Checks: no
Optimization Instrumentation: no
Large File Support (LFS): yes
Bye...
J'ai tenté de recompiler le paquet python-h5py (AUR) après update, sans succès.
Édition : oups

Code : Tout sélectionner
$ pacman -Rp hdf5
erreur : la préparation de la transaction a échoué (la satisfaction des dépendances a échoué)
:: python-h5py : requiert hdf5
:: python-pytables : requiert hdf5