Package Details: dataexplorer 3.8.5-1

Git Clone URL: https://aur.archlinux.org/dataexplorer.git (read-only, click to copy)
Package Base: dataexplorer
Description: Graphical tool to analyze data, gathered from various hardware devices.
Upstream URL: http://savannah.nongnu.org/projects/dataexplorer
Keywords: analytics battery charging graph hardware statistic
Licenses: GPL3
Submitter: aaronfischer
Maintainer: aaronfischer
Last Packager: aaronfischer
Votes: 5
Popularity: 0.000001
First Submitted: 2012-10-21 11:33 (UTC)
Last Updated: 2024-03-12 12:56 (UTC)

Pinned Comments

aaronfischer commented on 2017-08-07 13:14 (UTC) (edited on 2023-02-13 20:31 (UTC) by aaronfischer)

Bump to version 3.3.0 and switch to sha256 for file hashing. If you have problems with the PGP signatures, you need to import and sign the key from Winfried Bruegmann first.

gpg --recv-key 5EA6D73C6706D261118024746F1B47F2E5758C39 gpg --lsign 5EA6D73C6706D261118024746F1B47F2E5758C39 y

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2024-11-14 22:05 (UTC) (edited on 2024-11-14 22:35 (UTC) by dreieck)

I could build and run it with java 21 -- so removing jdk17-openjdk and replacing with:

  • makedepends: java-environment>=17 java-environment<=21
  • depends: java-runtime>=17 java-runtime<=21

(java-runtime in depends allows for uninstallaion of jdk after build and only needing jre)

/usr/bin/dataexplorer for this to work needs to have the ckecks removed, too.

Also, the license needs to be SPDX compliant now:

dataexplorer E: GPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Consider GPL-3.0-or-later or GPL-3.0-only, whatever is correct for upstream.

Regards and thanks for the package!

dreieck commented on 2024-11-14 21:57 (UTC)

If jdk17-openjdk is listed in depends, it is not needed to list it in makedepends as well.

dreieck commented on 2023-05-16 18:42 (UTC)

sha512 Hash verification of downloaded files fails:

==> Validating source files with sha512sums...
    dataexplorer-3.7.7-src.tar.gz ... Passed
    dataexplorer-3.7.7-src.tar.gz.sig ... Passed
    40-FTDI.rules ... Passed
    40-FTDI.rules.sig ... FAILED
    40-MosChip.rules ... Passed
    40-MosChip.rules.sig ... FAILED
    40-ProfilicTechnology.rules ... Passed
    40-ProfilicTechnology.rules.sig ... FAILED
    40-SiliconLabs.rules ... Passed
    40-SiliconLabs.rules.sig ... FAILED
    dataexplorer.sh ... Passed
    deviceproperties-editor.sh ... Passed

Regards!

aaronfischer commented on 2023-02-13 20:31 (UTC)

Thanks, fixed it.

dreieck commented on 2023-02-13 18:18 (UTC)

dataexplorer.sh and maybe deviceproperties-editor.sh need to be added to the source-array:

install: cannot stat '/home/[...]/.cache/yay/dataexplorer/src/dataexplorer.sh': No such file or directory

Thanks for maintaining!

aaronfischer commented on 2023-02-13 16:20 (UTC)

@dreieck: Thank you for your support on this. I think i found the problem and adjusted the package accordingly. It seems that DataExplorer only works with java-17-openjdk.

dreieck commented on 2023-01-17 17:18 (UTC) (edited on 2023-01-17 17:18 (UTC) by dreieck)

Thanks, @aaronfischer, for providing the workaround and for also confirming the problem in the upstream report.

I cannot select /dev/ttyS1 (I see no serial port at all in DataExplorer; the only one my machine has is /dev/ttyS1, a real non-USB RS232-UART ; /dev/ttyS0 is something internal), I have to investigate if it is because the default Java runtime is version 19 or because non-USB serial ports are blacklisted in DataExplorer. I can check in some days.

aaronfischer commented on 2023-01-17 13:26 (UTC)

Thank you @dreieck for reporting the bug upstream. I've added a ugly hotfix until the problem is solves properly upstream. I've also upgraded the jdk dependency to 17.

dreieck commented on 2023-01-13 19:20 (UTC) (edited on 2023-01-13 20:14 (UTC) by dreieck)

According to this comment, it seems that it is a build or dependency issue. There it was possible to build and install and run without problems.

Do you get this problem, too?

dreieck commented on 2023-01-13 14:50 (UTC)

Null pointer exception reported → here.