Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Luna M1

I thought though we were still allowing direct commits?  If so I shouldn't have to do this.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto


Inactive hide details for Jeffrey Overbey ---08/21/2013 09:43:23 AM---I think you need to switch your repository to the Gerrit Jeffrey Overbey ---08/21/2013 09:43:23 AM---I think you need to switch your repository to the Gerrit URL:  ssh://user@xxxxxxxxxxxxxxx:29418/ptp/

From: Jeffrey Overbey <jeffreyoverbey@xxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 08/21/2013 09:43 AM
Subject: Re: [ptp-dev] Luna M1
Sent by: ptp-dev-bounces@xxxxxxxxxxx





I think you need to switch your repository to the Gerrit URL:  ssh://user@xxxxxxxxxxxxxxx:29418/ptp/org.eclipse.ptp


On 8/21/13 8:28 AM, Chris Recoskie wrote:

    Nope...

    The test push succeeds, then when I try to do the final push I get:


    Can't connect to any repository:
    ssh://crecoskie@xxxxxxxxxxxxxxx/gitroot/ptp/org.eclipse.ptp.git (ssh://crecoskie@xxxxxxxxxxxxxxx/gitroot/ptp/org.eclipse.ptp.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit)

    I can give you the patch if you want to commit it for me in the meantime.


    I had this problem the other day with my CDT repo and it worked once I blew away the repo and started fresh but I already tried that yesterday with my PTP repo, and no luck.

    ===========================
    Chris Recoskie
    Team Lead, IBM CDT and RDT
    IBM Toronto


    Inactive
          hide details for Greg Watson ---08/21/2013 09:04:19 AM---Did
          you get this committed? GregGreg Watson ---08/21/2013 09:04:19 AM---Did you get this committed? Greg

    From:
    Greg Watson <g.watson@xxxxxxxxxxxx>
    To:
    Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
    Date:
    08/21/2013 09:04 AM
    Subject:
    Re: [ptp-dev] Luna M1
    Sent by:
    ptp-dev-bounces@xxxxxxxxxxx





    Did you get this committed?

    Greg

    On Aug 20, 2013, at 3:46 PM, Chris Recoskie <
    recoskie@xxxxxxxxxx> wrote:

      Actually delay that... Git failed the push for unknown reasons.  Been having this problem lately.

      I'll let you know when the fix is in the repo.

      ===========================
      Chris Recoskie
      Team Lead, IBM CDT and RDT
      IBM Toronto


      <graycol.gif>
      Chris Recoskie---08/20/2013 03:44:55 PM---Fixed now.  Changes upstream in CDT broke us. ===========================

      From:
      Chris Recoskie/Toronto/IBM@IBMCA
      To:
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      Date:
      08/20/2013 03:44 PM
      Subject:
      Re: [ptp-dev] Luna M1
      Sent by:
      ptp-dev-bounces@xxxxxxxxxxx 



      Fixed now.  Changes upstream in CDT broke us.

      ===========================
      Chris Recoskie
      Team Lead, IBM CDT and RDT
      IBM Toronto


      <graycol.gif>
      Chris Recoskie---08/20/2013 03:13:29 PM---Didn't know it was failing... I will take a look and get back to you. ===========================

      From:
      Chris Recoskie/Toronto/IBM@IBMCA
      To:
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      Date:
      08/20/2013 03:13 PM
      Subject:
      Re: [ptp-dev] Luna M1
      Sent by:
      ptp-dev-bounces@xxxxxxxxxxx




      Didn't know it was failing... I will take a look and get back to you.

      ===========================
      Chris Recoskie
      Team Lead, IBM CDT and RDT
      IBM Toronto


      <graycol.gif>
      Greg Watson ---08/20/2013 03:05:29 PM---Currently we don't have an M1 build as our build is failing in RDT. Is anyone planning to fix this,

      From:
      Greg Watson <g.watson@xxxxxxxxxxxx>
      To:
      Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
      Date:
      08/20/2013 03:05 PM
      Subject:
      [ptp-dev] Luna M1
      Sent by:
      ptp-dev-bounces@xxxxxxxxxxx




      Currently we don't have an M1 build as our build is failing in RDT. Is anyone planning to fix this, or should I disable RDT for M1 (which is tomorrow)?

      Thanks,
      Greg

      Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.17.0:compile (default-compile) on project org.eclipse.ptp.rdt.ui: Compilation failure: Compilation failure:
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[28,0]
      [ERROR] import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction cannot be resolved
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[119,0]
      [ERROR] private AddIncludeOnSelectionAction fAddInclude;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[155,0]
      [ERROR] fAddInclude= new AddIncludeOnSelectionAction(editor);
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[155,0]
      [ERROR] fAddInclude= new AddIncludeOnSelectionAction(editor);
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[156,0]
      [ERROR] fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE);
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[157,0]
      [ERROR] editor.setAction("AddIncludeOnSelection", fAddInclude); //$NON-NLS-1$
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[418,0]
      [ERROR] added+= addAction(source, fAddInclude);
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[444,0]
      [ERROR] added+= addAction(source, fAddInclude);
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] /opt/users/hudsonbuild/workspace/ptp-nightly-repo/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java:[483,0]
      [ERROR] actionBar.setGlobalActionHandler(CdtActionConstants.ADD_INCLUDE, fAddInclude);
      [ERROR] ^^^^^^^^^^^
      [ERROR] AddIncludeOnSelectionAction cannot be resolved to a type
      [ERROR] 9 problems (9 errors)
      [ERROR] -> [Help 1]
      [ERROR]



      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev

      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev
      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev

      _______________________________________________
      ptp-dev mailing list

      ptp-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-dev 
    _______________________________________________
    ptp-dev mailing list

    ptp-dev@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/ptp-dev



    _______________________________________________
    ptp-dev mailing list
    ptp-dev@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

GIF image


Back to the top