Search Criteria
Package Details: hdfview-bin 3.3.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/hdfview-bin.git (read-only, click to copy) |
---|---|
Package Base: | hdfview-bin |
Description: | a GUI browser for reading hdf5 files - prebuilt binaries from the HDF group |
Upstream URL: | https://github.com/HDFGroup/hdfview/ |
Licenses: | custom |
Conflicts: | hdfview, hdfview-beta |
Provides: | hdfview |
Replaces: | hdfview-beta |
Submitter: | chrisjbillington |
Maintainer: | chrisjbillington |
Last Packager: | chrisjbillington |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-26 19:48 (UTC) |
Last Updated: | 2024-11-18 01:20 (UTC) |
Latest Comments
chrisjbillington commented on 2024-11-18 01:18 (UTC)
Thanks @tugyan, that simplifies things considerably. Have updated to 3.3.2 with the GitHub .deb as the source.
tugyan commented on 2024-11-11 20:09 (UTC)
@chrisjbillington It looks like binaries are hosted on GitHub as of 3.3.2 and instead of RPM, they provide .deb. You may want to use this patch to update accordingly:
chrisjbillington commented on 2020-12-12 05:15 (UTC)
This PKGBUILD no longer requires you to log into the HDF group's website and download HFView, makepkg can now do the download itself.
The format of the prebuilt release changed, the HDF group now provides an .rpm package, whereas previously it was a shell script installer. So this PKGBUILD changed considerably, let me know if there are any problems.
chrisjbillington commented on 2020-06-02 18:21 (UTC)
Thanks @MartinDiehl, it seems that's exactly what happened. The file size and checksum of the upstream release are different even though the name and version are identical.
Updated to the new checksum.
MartinDiehl commented on 2020-06-02 18:08 (UTC)
I got an checksum error. Would not be the first time that an HDFView-release is silently, i.e. without increasing the version number, updated
chrisjbillington commented on 2020-02-12 15:35 (UTC)
@ajkswamy it is working for me presently, so must be an issue specific to your setup.
Googling the error you're getting suggests a workaround might be to change your GTK theme.
You can run a single app with a different GTK theme using the
GTK_THEME
environment variable, so if that turns out to be the issue you could modify/usr/bin/hdfview
to set the environment variable before runninghdfview.sh
, e.g.You also might try using the
hdfview
AUR package to build from source on your machine, in case the issue is specific to the build from the HDF group.ajkswamy commented on 2020-02-12 11:25 (UTC)
I tried to use this and I get the following error when I start HDFVIEW:
(process:176520): Gtk-WARNING **: 12:11:03.195: Locale not supported by C library. Using the fallback 'C' locale.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fc4a2a2fc70, pid=176520, tid=176521
JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
Java VM: OpenJDK 64-Bit Server VM (11.0.1+13-LTS, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
Problematic frame:
C [libglib-2.0.so.0+0x77c70] g_str_hash+0x0
Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /opt/HDFView/3.1.0/core.176520)
An error report file with more information is saved as:
/tmp/hs_err_pid176520.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
./hdfview.sh: line 43: 176520 Aborted (core dumped) "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR/lib:$INSTALLDIR/lib/ext" -Dhdfview.root="$INSTALLDIR" -cp "$INSTALLDIR/lib/*:$INSTALLDIR/lib/extra/slf4j-nop-1.7.25.jar" hdf.view.HDFView "$@"
chrisjbillington commented on 2019-10-26 19:59 (UTC) (edited on 2021-08-05 12:30 (UTC) by chrisjbillington)
Note that you must download the source file
HDFView-3.1.3-centos7_64.tar.gz
yourself from the HDF group, which requires making an account on their site. Link here. Copy the file to the same directory as the PKGBUILD before runningmakepkg
.If using
yay
for example, runyay -S hdfview-bin
, and you will see an error message about the missing source file. Then, copyHDFView-3.1.3-centos7_64.tar.gz
into~/.cache/yay/hdfview-bin
and runyay -S hdfview-bin
again to complete the installation.If anyone knows how to circumvent the HDF group's forcing of you to make an account so I can have the PKGBUILD download the source file, I'm all ears. Their license does not disallow redistributing the binaries, but rehosting them seems like poor form.