Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] CovManager Strings executable

Thanks Jeff, but I need help . 
Don't understand why Hudson failed.
https://hudson.eclipse.org/linuxtools/job/linuxtools-gerrit/10563/console :
[INFO] org.eclipse.linuxtools.docker.core ................. FAILURE [  0.470 s]

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.eclipse.linuxtools.docker.core: Compilation failure
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.eclipse.linuxtools.docker.core: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[75]
[ERROR] import com.spotify.docker.client.DockerClient.BuildParameter;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.spotify.docker.client.DockerClient.BuildParameter cannot be resolved
[ERROR] /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[76]
[ERROR] import com.spotify.docker.client.DockerClient.LogsParameter;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.spotify.docker.client.DockerClient.LogsParameter cannot be resolved
[ERROR] /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[485]
[ERROR] stream = copyClient.logs(id, LogsParameter.FOLLOW,

....

I've only modifyed org.eclipse.linuxtools.binutils. 
Thanks for your help

Regards
Vincent




-----Message d'origine-----
De : linuxtools-dev-bounces@xxxxxxxxxxx [mailto:linuxtools-dev-bounces@xxxxxxxxxxx] De la part de Jeff Johnston
Envoyé : jeudi 3 mars 2016 17:58
À : Linux Tools developer discussions
Objet : Re: [linuxtools-dev] CovManager Strings executable

Just reviewed.  The binutils plugin will require a major release bump.
This patch can only be put in the up-coming Neon release which is a major release.

Regards,

-- Jeff J.

----- Original Message -----
> Any news about my patch ?
> 
> -----Message d'origine-----
> De : linuxtools-dev-bounces@xxxxxxxxxxx
> [mailto:linuxtools-dev-bounces@xxxxxxxxxxx] De la part de Vincent 
> GUIGNOT Envoyé : mercredi 17 février 2016 20:53 À : Linux Tools 
> developer discussions Objet : Re: [linuxtools-dev] CovManager Strings 
> executable
> 
> I've sent the patch to Gerrit :
> https://git.eclipse.org/r/#/c/66753/
> 
> 
> ________________________________________
> De : linuxtools-dev-bounces@xxxxxxxxxxx 
> [linuxtools-dev-bounces@xxxxxxxxxxx]
> de la part de Vincent GUIGNOT [Vincent.GUIGNOT@xxxxxxxxxxxx] Envoyé :
> mercredi 17 février 2016 14:39 À : Linux Tools developer discussions Objet :
> Re: [linuxtools-dev] CovManager Strings executable
> 
> I made a patch to add binutils strings support  inside the preferences 
> and the extension point  org.eclipse.linuxtools.binutils.crossCompilerBinutils.
> Take a look to https://bugs.eclipse.org/bugs/show_bug.cgi?id=444943#c4 .
> Please let me know if it works.
> This is my first patch contribution to eclipse.
> 
> Regards
> Vincent
> De : linuxtools-dev-bounces@xxxxxxxxxxx
> [mailto:linuxtools-dev-bounces@xxxxxxxxxxx] De la part de Vincent 
> GUIGNOT Envoyé : mercredi 17 février 2016 10:45 À : 
> linuxtools-dev@xxxxxxxxxxx Objet
> : [linuxtools-dev] CovManager Strings executable
> 
> Hello,
> 
> I' would like to use my own toolchain (arm-elf) to display gcov/gprof 
> . I've implemented a plugin to contribute to 
> org.eclipse.linuxtools.binutils.crossCompilerBinutils  . So 
> addr2lines, cppfilt and nm are correctly resolved. But unfortunatly, 
> this is not enought.
> We need also strings executable needded by CovManager like is 
> explained in
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=444943#c1 .
> Is there any plan to extract the string executable from the 
> ISTBinutilsFactory ?
> 
> An other question, is when will be released the 5.0 of linuxtools ?
> 
> Thanks for your help
> 
> Regards
> 
> Vincent
> This email and its content belong to Ingenico Group. The enclosed 
> information is confidential and may not be disclosed to any 
> unauthorized person. If you have received it by mistake do not forward 
> it and delete it from your system. Cet email et son contenu sont la propriété du Groupe Ingenico.
> L'information qu'il contient est confidentielle et ne peut être 
> communiquée à des personnes non autorisées. Si vous l'avez reçu par 
> erreur ne le transférez pas et supprimez-le.
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
> 
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Back to the top