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.47
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 .. 6 7 8 9 10 11 12 13 14 Next › Last »

Cobra commented on 2019-10-02 19:02 (UTC)

I've just successfully compiled portfolio 0.42 using maven 3.6.2, so if you haven't updated maven yet, do it now. ;)

Cobra commented on 2019-06-16 11:43 (UTC)

Note that version 3.6.1 of maven has a bug that prevents the compilation of portfolio (see the posts of Bevan below and the links he included for details). For the moment, please roll back to maven 3.6.0.

Bevan commented on 2019-06-09 07:49 (UTC) (edited on 2019-06-09 08:34 (UTC) by Bevan)

Downgrading to Maven 3.6.0 fixes the build issues. You can get it from https://archive.archlinux.org/packages/m/maven/.

I also created a bug report: https://bugs.archlinux.org/task/62850

Bevan commented on 2019-06-02 06:56 (UTC)

Artemis: Yes, this problem affects multiple people and has already been reported upstream: https://github.com/buchen/portfolio/issues/1168

Artemis commented on 2019-05-31 20:01 (UTC)

I finally wanted to upgrade to the new version but somehow the build process does not work for me, anyone else having this problem?

[ERROR] Cannot resolve project dependencies:
[ERROR]   You requested to install 'osgi.bundle; javax.annotation 0.0.0' but it could not be found
[ERROR] 
[ERROR] See <http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting> for help.
[ERROR] Cannot resolve dependencies of MavenProject: name.abuchen.portfolio:name.abuchen.portfolio:0.39.1 @ /home/jonas/.cache/yay/portfolio/src/portfolio-0.39.1/name.abuchen.portfolio/pom.xml: See log for details -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] <http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException>
==> ERROR: A failure occurred in build().
    Aborting...

jsoy9pQbYVNu5nfU commented on 2019-02-23 11:51 (UTC) (edited on 2019-02-23 11:52 (UTC) by jsoy9pQbYVNu5nfU)

Latest version doesn't start, here's the Eclipse crash log. Any idea how to fix this? (I'm a stranger to maven and Java builds in general.)

https://gist.github.com/2ion/d66f2faf10bee623b02be2912ce34824

EDIT: Nevermind, deleting the .eclipse folder fixed it.

richie94 commented on 2019-01-27 10:19 (UTC)

@Sebastian thanks, its at least a partial fix. if I renamed that folder, version 0.36.1 will start again, after upgrade to 0.37.1 it fails as before.

Sebastian commented on 2019-01-26 10:27 (UTC)

@richie94 Try to rename $HOME/.eclipse and see whether you can start the program again. I had a similar error in a .eclipse logfile and deleting that folder solved it, but you lose all application preferences.

richie94 commented on 2019-01-20 15:06 (UTC) (edited on 2019-01-20 15:09 (UTC) by richie94)

After i did upgrade to 0.37 in the program, I cannot restart the program and it crashes silently. I just found some logfile in /home/user/.eclipse/276216818_linux_gtk_x86_64/configuration/1547992759371.log which stated multiple exceptions like org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.common and finally java.lang.IllegalStateException: Cant reach the service. ensure that 'org.eclipse.core.runtime' is resolved and started correctly (see 'config.ini')..

In my pacman there was only one warning showing "WARNUNG: Package contains a reference to $srcdir usr/share/portfolio/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs"

Can anyone help me here?

P.S. If I download prebuild version from github repo all works perfectly.

jsoy9pQbYVNu5nfU commented on 2018-08-13 19:36 (UTC)

@Cobra The .desktop file works like a charm. Thanks.