-
Notifications
You must be signed in to change notification settings - Fork 22
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
Faile build on PPC64LE system #7
Comments
For the exception, can you run your build with For detecting PPC64LE system, please file a bug to the os-maven-plugin first. Once it's supported by os-maven-plugin, I can upgrade osdetector-gradle-plugin to use the new os-maven-plugin. |
The support for ppc64le architecture has already been included into os-maven-plugin 1.3.0 (below references to commit) and also I see osdetector-gradle-plugin now makes use of maven 1.4.1. Still the issue of arch not being detected is seen. Am I missing anything here ? Reference - trustin/os-maven-plugin@dc58a09 and trustin/os-maven-plugin@47bde68 |
Hello Every one, what about mips64el? I need to build grpc-java, which uses My Errors info:
|
What do you get if you add the following line to your
and run |
@zhangkun83 Many thanks for you reply. I have added the above line to file Test Result
Other info
|
@zhangkun83 I do not know whether the above test results prove that the os-maven-plugin build result
between
|
Build
|
@zhangkun83 Could you give me some suggestions to fix the errors? if the errors have nothing to do with |
Looks like ppc detection has been working for a while. And the grpc-java thing would have been appropriate for grpc-java repository, not here, but grpc-java also has had a ppc64le build for half a year now. |
I try to build a UTXO java client on PPC64LE system, but I failed at the osdetector part as followed:
r
09:15:18.829 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Mutating platformResolver using ComponentModelBasePlugin.Rules#platformResolver
09:15:18.829 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'platformResolver' to state Discovered.
09:15:19.097 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' from state Registered to Initialized
09:15:19.097 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Running model element 'tasks.check' rule action tasks.addPlaceholderAction(check)
09:15:19.097 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Mutating tasks.check using tasks.addPlaceholderAction(check)
09:15:19.097 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' to state Discovered.
09:15:19.098 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Running model element 'tasks.check' rule action tasks.addPlaceholderAction(check)
09:15:19.098 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Mutating tasks.check using tasks.addPlaceholderAction(check)
09:15:19.098 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' to state Created.
09:15:19.099 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' to state DefaultsApplied.
09:15:19.099 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Running model element 'tasks.check' rule action copyToTaskContainer
09:15:19.099 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Mutating tasks.check using copyToTaskContainer
09:15:19.099 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' to state Initialized.
09:15:19.257 [INFO] [com.google.gradle.osdetector.OsDetector] ------------------------------------------------------------------------
09:15:19.258 [INFO] [com.google.gradle.osdetector.OsDetector] Detecting the operating system and CPU architecture
09:15:19.258 [INFO] [com.google.gradle.osdetector.OsDetector] ------------------------------------------------------------------------
09:15:19.258 [INFO] [com.google.gradle.osdetector.OsDetector] os.detected.name=linux
09:15:19.259 [INFO] [com.google.gradle.osdetector.OsDetector] os.detected.arch=unknown
09:15:19.259 [INFO] [com.google.gradle.osdetector.OsDetector] os.detected.classifier=linux-unknown
09:15:19.261 [DEBUG] [org.gradle.configuration.project.BuildScriptProcessor] Timing: Running the build script took 2.063 secs
09:15:19.294 [ERROR] [org.gradle.BuildExceptionReporter]
09:15:19.294 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
09:15:19.294 [ERROR] [org.gradle.BuildExceptionReporter]
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter] Build file '/gpfs_bk/sysongyu/workspace/yu/obc-utxo-client-java/build.gradle' line: 12
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter]
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred evaluating root project 'obc-utxo-client-java'.
09:15:19.295 [ERROR] [org.gradle.BuildExceptionReporter] > Failed to apply plugin [id 'osdetector']
09:15:19.296 [ERROR] [org.gradle.BuildExceptionReporter] > Could not create an instance of type com.google.gradle.osdetector.OsDetectorExtension_Decorated.
09:15:19.296 [ERROR] [org.gradle.BuildExceptionReporter]
Is there a work around for OsDector to work on PPC64LE system?
The text was updated successfully, but these errors were encountered: