Package Details: phoenicis-playonlinux 5.0.r2884.f9f749b46-1

Git Clone URL: https://aur.archlinux.org/phoenicis-playonlinux.git (read-only, click to copy)
Package Base: phoenicis-playonlinux
Description: Phoenicis PlayOnLinux allows you to install and use non-native applications on linux
Upstream URL: https://github.com/PhoenicisOrg/phoenicis.git
Keywords: phoenicis,playonlinux
Licenses: LGPL3
Submitter: ThanosApostolou
Maintainer: ahmedmoselhi
Last Packager: ahmedmoselhi
Votes: 5
Popularity: 0.004742
First Submitted: 2019-01-02 10:52 (UTC)
Last Updated: 2023-01-26 15:22 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 Next › Last »

zwastik commented on 2024-04-03 00:33 (UTC) (edited on 2024-04-03 00:34 (UTC) by zwastik)

nodejs-less is an aur package, putting it in makedep throws:

error: target not found: nodejs-less                                                                                
==> ERROR: 'pacman' failed to install missing dependencies.                                                         
==> Missing dependencies:                                                                                           
  -> nodejs-less                                                                                                    
==> ERROR: Could not resolve all dependencies.

How to add an aur dependency?

markusk commented on 2023-07-05 13:56 (UTC)

As mentioned by @hayao on 2023-05-08 15:33 (UTC) the makedep nodejs-less needs to be added. Will flag this AUR as "Flag package out-of-date" because of that fact.

hayao commented on 2023-05-08 15:33 (UTC)

Please add nodejs-less as makedepends

Achilleus commented on 2023-04-21 11:08 (UTC)

phoenicis-javafx ................................... FAILURE

Same error here

jahway603 commented on 2023-04-13 17:54 (UTC)

Also having the same error message as @JohnDVD

JohnDVD commented on 2023-03-21 17:39 (UTC) (edited on 2023-03-21 17:44 (UTC) by JohnDVD)

Can't compile, getting this error messages:


[INFO] phoenicis-javafx ................................... FAILURE [  6.184 s]
[INFO] phoenicis-cli ...................................... SKIPPED
[INFO] phoenicis-dist ..................................... SKIPPED
[INFO] phoenicis-tests .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.835 s
[INFO] Finished at: 2023-03-21T18:23:43+01:00
[INFO] Final Memory: 52M/208M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.javalite:activeweb-lessc-maven-plugin:3.4-j11:compile (default) on project phoenicis-javafx: Cannot run program "less
c": error=2, Datei oder Verzeichnis nicht gefunden -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenicis-javafx

ahmedmoselhi commented on 2022-08-22 18:05 (UTC)

@JohnDVD fixed that.. thanks for the hint.

JohnDVD commented on 2022-08-20 06:56 (UTC) (edited on 2022-08-20 06:58 (UTC) by JohnDVD)

filename in pkgbuild is wrong, changing to

source=("$pkgname-${commit}.zip::https://github.com/PhoenicisOrg/${_pkgname}/archive/$commit.zip")

works.