Casterlabs / caffeinated

The code for Caffeinated.
https://casterlabs.co?ref=github_caffeinated
Other
18 stars 1 forks source link

Can't compile due to dependency issue for Rakurai #42

Closed pelicanfuture closed 10 months ago

pelicanfuture commented 10 months ago

As title says, can't compile due to dependency issue for Rakurai. After further research I noticed rakurai was deleted so please update and fix!! Thanks! :)

pelicanfuture commented 10 months ago

Also possibly related but linux version doesn't open, it just hangs for a bit then quits. In the terminal it says UI Started! then it crashes. image

e3ndr commented 10 months ago

As title says, can't compile due to dependency issue for Rakurai. After further research I noticed rakurai was deleted so please update and fix!! Thanks! :)

Build should still work, it's likely a JitPack error. Let me know the version expected and I can try a fix.

pelicanfuture commented 10 months ago

It's looking for version 1.17.8

e3ndr commented 10 months ago

It's looking for version 1.17.8

Should be available again :)

pelicanfuture commented 10 months ago

Hm, it still doesn't work, and it's asking for 1.17.7 now.. image

e3ndr commented 10 months ago

That dependency should also be fixed now. Jitpack has an ongoing bug where they will delete a build but not clear it's metadata, causing Maven to fail.

pelicanfuture commented 10 months ago

Bruh, now it's failing from emojiapi image

e3ndr commented 10 months ago

One dependency at a time........ Try again :)

pelicanfuture commented 10 months ago

Nope, didn't seem to fix it still getting the same error. Here's the full terminal output and screenshot. image

+ echo 'Build channel: default'
Build channel: default
+ [[ '' != *\n\o\c\o\m\p\i\l\e* ]]
+ cd app
+ bash ./mvnw clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Casterlabs-Caffeinated                                             [pom]
[INFO] Util                                                               [jar]
[INFO] Koi                                                                [jar]
[INFO] PluginSDK                                                          [jar]
[INFO] BuiltInPlugins                                                     [jar]
[INFO] ControlDeckProto                                                   [jar]
[INFO] CaffeinatedApp                                                     [jar]
[INFO] LocalServer                                                        [jar]
[INFO] Bootstrap                                                          [jar]
[INFO] 
[INFO] ----------------< co.casterlabs:Casterlabs-Caffeinated >----------------
[INFO] Building Casterlabs-Caffeinated 1.2                                [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ Casterlabs-Caffeinated >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ Casterlabs-Caffeinated <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] -------------------------< co.casterlabs:Util >-------------------------
[INFO] Building Util 1.2                                                  [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for co.casterlabs.EmojiApi:Index:jar:3.5.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Casterlabs-Caffeinated 1.2:
[INFO] 
[INFO] Casterlabs-Caffeinated ............................. SUCCESS [  0.129 s]
[INFO] Util ............................................... FAILURE [  0.039 s]
[INFO] Koi ................................................ SKIPPED
[INFO] PluginSDK .......................................... SKIPPED
[INFO] BuiltInPlugins ..................................... SKIPPED
[INFO] ControlDeckProto ................................... SKIPPED
[INFO] CaffeinatedApp ..................................... SKIPPED
[INFO] LocalServer ........................................ SKIPPED
[INFO] Bootstrap .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.209 s
[INFO] Finished at: 2023-11-26T02:19:56-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Util: Could not resolve dependencies for project co.casterlabs:Util:jar:1.2: co.casterlabs.EmojiApi:Index:jar:3.5.0 was not found in https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :Util
e3ndr commented 10 months ago

Alright, try again 😅

pelicanfuture commented 10 months ago

Hm.. still the same error. It says to try forcing an update to jitpack.io or something to fix the error. Again here's the terminal output and screenshot. image

+ echo 'Build channel: default'
Build channel: default
+ [[ '' != *\n\o\c\o\m\p\i\l\e* ]]
+ cd app
+ bash ./mvnw clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Casterlabs-Caffeinated                                             [pom]
[INFO] Util                                                               [jar]
[INFO] Koi                                                                [jar]
[INFO] PluginSDK                                                          [jar]
[INFO] BuiltInPlugins                                                     [jar]
[INFO] ControlDeckProto                                                   [jar]
[INFO] CaffeinatedApp                                                     [jar]
[INFO] LocalServer                                                        [jar]
[INFO] Bootstrap                                                          [jar]
[INFO] 
[INFO] ----------------< co.casterlabs:Casterlabs-Caffeinated >----------------
[INFO] Building Casterlabs-Caffeinated 1.2                                [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ Casterlabs-Caffeinated >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ Casterlabs-Caffeinated <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] -------------------------< co.casterlabs:Util >-------------------------
[INFO] Building Util 1.2                                                  [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for co.casterlabs.EmojiApi:Index:jar:3.5.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Casterlabs-Caffeinated 1.2:
[INFO] 
[INFO] Casterlabs-Caffeinated ............................. SUCCESS [  0.161 s]
[INFO] Util ............................................... FAILURE [  0.040 s]
[INFO] Koi ................................................ SKIPPED
[INFO] PluginSDK .......................................... SKIPPED
[INFO] BuiltInPlugins ..................................... SKIPPED
[INFO] ControlDeckProto ................................... SKIPPED
[INFO] CaffeinatedApp ..................................... SKIPPED
[INFO] LocalServer ........................................ SKIPPED
[INFO] Bootstrap .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.249 s
[INFO] Finished at: 2023-11-26T18:16:40-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Util: Could not resolve dependencies for project co.casterlabs:Util:jar:1.2: co.casterlabs.EmojiApi:Index:jar:3.5.0 was not found in https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :Util
e3ndr commented 10 months ago

Again!