Package Details: polymc 6.1-1

Git Clone URL: https://aur.archlinux.org/polymc.git (read-only, click to copy)
Package Base: polymc
Description: Minecraft launcher with the ability to manage multiple instances
Upstream URL: https://github.com/PolyMC/PolyMC
Licenses: GPL3
Submitter: glorious-yellow
Maintainer: LennyLennington (Kaydax, sperg512)
Last Packager: Kaydax
Votes: 63
Popularity: 0.45
First Submitted: 2022-01-11 20:53 (UTC)
Last Updated: 2024-01-11 19:59 (UTC)

Dependencies (18)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Scrumplex commented on 2022-07-30 12:36 (UTC) (edited on 2022-07-30 12:37 (UTC) by Scrumplex)

No CMAKE_Java_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment variable "JAVA_COMPILER" or the CMake cache entry CMAKE_Java_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

This is a misconfiguration on your system. Please make sure that javac is in $PATH.

Oftentimes your currently selected Java runtime ($ archlinux-java status) doesn't include javac. This can generally be fixed by additionally installing jdk<version>-openjdk.

glorious-yellow commented on 2022-07-13 15:40 (UTC)

Out of date flag removed.

nan60 commented on 2022-07-13 00:41 (UTC)

Not out of date, please unmark.

Scrumplex commented on 2022-06-15 08:52 (UTC)

TheBill2001: Can you try doing a clean build?

TheBill2001 commented on 2022-06-15 04:49 (UTC) (edited on 2022-06-15 04:53 (UTC) by TheBill2001)

Anyone failed to build this package?

7/15 Testing: PackageManifest
7/15 Test: PackageManifest
Command: "/home/tuantran1632001/.cache/paru/clone/polymc/src/PolyMC-1.3.2/build/PackageManifest"
Directory: /home/tuantran1632001/.cache/paru/clone/polymc/src/PolyMC-1.3.2/launcher
"PackageManifest" start time: Jun 15 11:43 +07
Output:
----------------------------------------------------------
********* Start testing of PackageManifestTest *********
Config: Using QtTest library 5.15.4, Qt 5.15.4 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.1.0), arch unknown
PASS   : PackageManifestTest::initTestCase()
PASS   : PackageManifestTest::test_parse()
WARNING: PackageManifestTest::test_parse_file() testdata testdata/1.8.0_202-x64.json could not be located!
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(86)]
QWARN  : PackageManifestTest::test_parse_file() QFSFileEngine::open: No file name specified
QSYSTEM: PackageManifestTest::test_parse_file() Exception: "Unable to open  for reading: No file name specified"
QDEBUG : PackageManifestTest::test_parse_file() "Unable to parse manifest file : Unable to open  for reading: No file name specified"
FAIL!  : PackageManifestTest::test_parse_file() 'manifest.valid == true' returned FALSE. ()
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(88)]
WARNING: PackageManifestTest::test_inspect() testdata testdata/inspect_win/ could not be located!
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(93)]
FAIL!  : PackageManifestTest::test_inspect() 'manifest.files.size() == 2' returned FALSE. ()
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(96)]
WARNING: PackageManifestTest::test_inspect_symlinks() testdata testdata/inspect/ could not be located!
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(116)]
FAIL!  : PackageManifestTest::test_inspect_symlinks() 'manifest.files.size() == 1' returned FALSE. ()
   Loc: [/usr/src/debug/PolyMC-1.3.2/launcher/mojang/PackageManifest_test.cpp(119)]
PASS   : PackageManifestTest::mkdir_deep()
PASS   : PackageManifestTest::rmdir_deep()
PASS   : PackageManifestTest::identical_file()
PASS   : PackageManifestTest::changed_file()
PASS   : PackageManifestTest::added_file()
PASS   : PackageManifestTest::removed_file()
PASS   : PackageManifestTest::cleanupTestCase()
Totals: 9 passed, 3 failed, 0 skipped, 0 blacklisted, 6ms
********* Finished testing of PackageManifestTest *********
<end of output>
Test time =   0.02 sec
----------------------------------------------------------
Test Failed.
"PackageManifest" end time: Jun 15 11:43 +07
"PackageManifest" time elapsed: 00:00:00
----------------------------------------------------------

melvyn2 commented on 2022-06-02 06:00 (UTC)

@Scrumplex figured it out on the support matrix, it was user issue :)

Scrumplex commented on 2022-05-27 08:59 (UTC)

melvyn2: Can you somehow get logs from that?

Apparently running ctest --verbose inside the build directory should give you more information.