Package Details: portfolio 0.83.2-2

Git Clone URL: https://aur.archlinux.org/portfolio.git (read-only, click to copy)
Package Base: portfolio
Description: Track your portfolio performance (finance)
Upstream URL: https://github.com/portfolio-performance/portfolio
Licenses: EPL-1.0
Submitter: Cobra
Maintainer: Cobra (Bevan)
Last Packager: Cobra
Votes: 43
Popularity: 0.45
First Submitted: 2015-11-08 10:45 (UTC)
Last Updated: 2026-04-22 09:43 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Pinned Comments

Cobra commented on 2025-12-19 15:13 (UTC)

80.4-2 adds OAuth authorization and thus the possibility to create a portfolio account for obtaining historic data.

Bevan implemented this crucial feature in the current PKGBUILD – and I'm very happy to welcome him as co-maintainer. :)

Cobra commented on 2023-08-19 13:34 (UTC)

Thanks to Bevan, we now have a simple and elegant (compared to my attempt) workaround that lets the PKGBUILD download and use the most recent version of maven (currently 3.9.4). Should not need any intervention from you. :)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

Bevan commented on 2021-01-26 12:59 (UTC)

@whnr: Java 11 is in the Arch repositories. You can either install the entire JDK (jdk11-openjdk) or just the runtime (jre11-openjdk). To build this package, the latter should be sufficient.

whnr commented on 2021-01-26 05:19 (UTC)

Beginner question @SoBc: How do I reinstall maven and java 11? I can only find Java 15 in the packages. Will something else break?

nahno commented on 2021-01-19 20:43 (UTC) (edited on 2021-01-19 20:44 (UTC) by nahno)

@SoBC Thanks! Deleting ~/.eclipse and ~/.java worked for me.

SoBC commented on 2021-01-19 15:14 (UTC) (edited on 2021-01-19 15:14 (UTC) by SoBC)

@mr.buffed I had the same issue. Removing maven and all jdks and reinstalling maven with jdk11 fixed it for me. Also, I deleted ~/.eclipse and ~/.java. Hope this will work for you too!

Cobra commented on 2021-01-17 15:25 (UTC)

Starting with v 0.50.0, portfolio requires Java 11 to build. Since attempts to build with the current Java version (15) fail, I've modified the PKGBUILD and set a hard dependency on Java 11, at least for the time being.

mr.buffed commented on 2021-01-16 12:10 (UTC) (edited on 2021-01-16 12:11 (UTC) by mr.buffed)

Downloaded and built the latest install, but receiving the following error in the log file mentioned after starting the program:

java.lang.RuntimeException: Application "org.eclipse.e4.ui.workbench.swt.E4Application" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:252)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:33)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1434)

I tried to delete the ~/.eclipse and ~/.java directories, but that did not help. Any suggestions?

urboro commented on 2021-01-11 18:09 (UTC) (edited on 2021-01-11 19:26 (UTC) by urboro)

It seems like Java 8 is not supported any more. Minimum requirement (and maybe only supported version?) seems to be 11.

https://github.com/buchen/portfolio/issues/1964

I experienced build errors and then found the above issue. I had to modify the line 35 in PKGBUILD

export JAVA_HOME=$(archlinux-java-run --min 8 --max 14 --java-home)

in order to avoid java 8 and java 14, because both caused build failures for me.

Barqu commented on 2020-11-01 12:56 (UTC)

It's a upstream error coming from my time zone. When I switch to German time zone, it works. I have reported the error in the forum from portfolio perfomance.

tinxy commented on 2020-11-01 10:21 (UTC) (edited on 2020-11-01 10:22 (UTC) by tinxy)

Actually, I just built the update flawlessly.

(I clicked the wrong button before and portfolio did a self-update so I had to locate the files and purge them before upgrading via AUR. For the record: they are located under '~/.eclipse'.)

Barqu commented on 2020-11-01 10:19 (UTC)

Unfortunately same error message when building at other time e. g. now. But maybe it is because of weekend and stock exchange markets are closed. Will try again tomorrow.