Package Details: portfolio 0.68.4-1

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
Submitter: Cobra
Maintainer: Cobra
Last Packager: Cobra
Votes: 39
Popularity: 0.66
First Submitted: 2015-11-08 10:45 (UTC)
Last Updated: 2024-04-29 13:06 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Pinned Comments

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 .. 12 Next › Last »

Cobra commented on 2023-07-30 11:40 (UTC) (edited on 2023-07-30 11:41 (UTC) by Cobra)

I'm getting the same, here again properly formatted for clarity:

[ERROR] Internal error: java.lang.RuntimeException: Failed to load p2
    repository with ID 'portfolio-jre' from location https://www.portfolio- 
    performance.info/bundled-jre/17.0.5: No repository found at 
    https://www.portfolio-performance.info/bundled-jre/17.0.5.

This error has to be fixed upstream, I believe.

Expatbrat commented on 2023-07-29 11:15 (UTC)

There is an earlier error message relating to the problem below:- [quote] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'portfolio-jre' from location https://www.portfolio-performance.info/bundled-jre/17.0.5 [/quote]

Expatbrat commented on 2023-07-29 10:04 (UTC) (edited on 2023-08-01 06:26 (UTC) by Expatbrat)

hi - I have the following error updating 0.64.5-1:

[quote] [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/InternalErrorException==> ERROR: A failure occurred in build().Aborting...-> error making: portfolio-exit status -> Failed to install the following packages. Manual intervention is required:portfolio - exit status 4. [/quote]

Please tell me why the quote tags don't work, I have forgotten something.

andre15silva commented on 2023-02-06 12:31 (UTC)

There is a bug with the PKGBUILD for version 0.61.0-1 evolving the java versions.

To correct, apply the following changes:

- depends=('java-runtime=11' 'webkit2gtk')
+ depends=('java-runtime=17' 'webkit2gtk')
-    export JAVA_HOME=$(archlinux-java-run --min 11 --max 11 --java-home)
+    export JAVA_HOME=$(archlinux-java-run --min 17 --max 17 --java-home)

nahno commented on 2022-09-20 18:38 (UTC)

Feels little stupid (took me like 10 hours) but in case someone's wondering rm -r portfolio/src/.mvn/ afterwards I was able to build.

nahno commented on 2022-08-31 06:25 (UTC)

I would still appreciate help here! Anyone any ideas? Thanks

nahno commented on 2022-06-23 08:59 (UTC) (edited on 2022-06-23 09:12 (UTC) by nahno)

Hi all, I'm still at version 0.57.2 and hope to get some help to finally build 0.58. This is the error that I get when I try to build:

[ERROR] Internal error: java.lang.IllegalArgumentException: bundleLocation not found: portfolio/src/.mvn/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: bundleLocation not found: portfolio/src/.mvn/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar
Caused by: java.lang.IllegalArgumentException: bundleLocation not found: portfolio/src/.mvn/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar

$ archlinux-java status
Available Java environments:
  java-11-openjdk (default)
  java-18-openjdk
  java-8-openjdk/jre

Anyone has any ideas? Thanks a lot

Cobra commented on 2022-06-04 13:02 (UTC)

@issue_no1 That's not a bug, it's a feature. ;) PP may run with the current Java or not. For example, it works with Java 18, but didn't with Java 16. Since we anyway need Java 11 for the build, I've decided some time ago that it's best to keep things simple and not to try to hardwire the Java versions that would and would not work in the PKGBUILD.

issue_no1 commented on 2022-06-02 19:44 (UTC)

Dependency is wrong: runs also with java-runtime>=11

about window within portfolio: Version: 0.58.3 (Juni 2022) Platform: linux, x86_64 Java: 18.0.1.1+2, Oracle Corporation

keijko commented on 2022-04-07 04:04 (UTC) (edited on 2022-04-25 04:06 (UTC) by keijko)

Update: Now, the build process is working without this error. Beside normal OS-Updates, I didn't changed something actively or tried to fix this problem manually.


I have following error:

[ERROR] Failed to resolve target definition /home/build/portfolio/src/portfolio-0.57.1/portfolio-target-definition/portfolio-target-definition.target: 
Failed to load p2 metadata repository from location https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/:
Unable to read repository at file:/home/build/portfolio/src/.mvn/.cache/tycho/p2-repository-metadata/885929308. XZ Index is corrupt -> [Help 1]

Has somebody ideas to fix it?