Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build project on mac m1, 13.12.1 #340

Open
vlsi opened this issue Jun 16, 2023 · 1 comment
Open

Can't build project on mac m1, 13.12.1 #340

vlsi opened this issue Jun 16, 2023 · 1 comment
Labels
bug Something isn't working macOS Related to the macOS operating system

Comments

@vlsi
Copy link
Contributor

vlsi commented Jun 16, 2023

Describe the bug

./gradlew testClasses

* What went wrong:
Could not determine the dependencies of task ':darklaf-macos:linkArm64'.
> Failed to calculate the value of property 'linkerInputs'.
   > Could not resolve all artifacts for configuration ':darklaf-macos:arm64NativeLinkLibraries'.
      > Could not find any matches for dev.nokee.framework:AppKit:latest.release as no versions of dev.nokee.framework:AppKit are available.
        Searched in the following locations:
          - https://oss.sonatype.org/content/repositories/snapshots/dev/nokee/framework/AppKit/maven-metadata.xml
          - https://repo.maven.apache.org/maven2/dev/nokee/framework/AppKit/maven-metadata.xml
          - http://127.0.0.1:59758/dev/nokee/framework/AppKit/
        Required by:
            project :darklaf-macos
      > Could not find any matches for dev.nokee.framework:Cocoa:latest.release as no versions of dev.nokee.framework:Cocoa are available.
        Searched in the following locations:
          - https://oss.sonatype.org/content/repositories/snapshots/dev/nokee/framework/Cocoa/maven-metadata.xml
          - https://repo.maven.apache.org/maven2/dev/nokee/framework/Cocoa/maven-metadata.xml
          - http://127.0.0.1:59758/dev/nokee/framework/Cocoa/
        Required by:
            project :darklaf-macos

Have you seen such failures? Could you suggest what could be wrong here?
I don't understand what is the repository that holds dev.nokee.framework:AppKit.

To Reproduce

I'm trying to build 0622af3 locally (~recent master)

Additional Information:

  • OS: macOS
  • OS Version: 13.12.1
@vlsi vlsi added the bug Something isn't working label Jun 16, 2023
@weisJ
Copy link
Owner

weisJ commented Jun 19, 2023

I am not sure about this either. Though you can short-circuit the issue by removing the dependency and uncommenting the two lines here:

// "-framework", "AppKit",

@weisJ weisJ added the macOS Related to the macOS operating system label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working macOS Related to the macOS operating system
Projects
None yet
Development

No branches or pull requests

2 participants