Package Details: portfolio 0.61.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: http://buchen.github.io/portfolio/
Licenses: EPL
Submitter: Cobra
Maintainer: Cobra
Last Packager: Cobra
Votes: 36
Popularity: 0.037948
First Submitted: 2015-11-08 10:45 (UTC)
Last Updated: 2023-03-19 13:19 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

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?

Cobra commented on 2022-03-06 15:07 (UTC)

@FabioLolix: Thank you for the helpful comments, I'll implement them in the next version.

FabioLolix commented on 2022-03-06 13:07 (UTC)

Hello,

  • depends don't have to be also in makedepends
  • don't use msg2 or msg but echo or printf (also not need to document that step imho)

Bevan commented on 2021-10-22 10:31 (UTC) (edited on 2021-10-22 10:32 (UTC) by Bevan)

OK, that solves the mystery. All the file IDs received an additional digit. As expected, the effect of the patch did not change at all.