Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Build failed in Hudson: linuxtools-master #432

On 03:54:47 PM Thursday, June 30, 2011 Andrew Overholt wrote:
> Hi,
> 

The failures from yesterday were definetely caused by profiling and valgrind 
versions being out of sync in pom.xml and manifest.mf. 

Everyone, please always update both!

Regards,
Alex

> The emails seem to be picking out the incorrect failure point in the
> build.  The reason the most recent build failed is:
> 
>  
> /opt/public/jobs/linuxtools-master/workspace/systemtap/org.eclipse.linuxto
> ols.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm
> .java (at line 19):[-1,-1] import
> org.eclipse.zest.layouts.dataStructures.InternalRelationship;
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   The import org.eclipse.zest.layouts.dataStructures.InternalRelationship
> cannot be resolved
> 
> At this point I'm not sure what's up.  I see that the main Indigo
> p2 repository [1] is being used and I see the above class in our EPP
> package's plugins/org.eclipse.zest.layouts_1.1.0.v20110425-2050.jar [2].
> If I look in the Indigo p2 repo [1], I see that same version of
> zest.layouts [3].
> 
> I'm going to try wiping the Hudson job's workspace and re-running the
> build to see what happens.
> 
> Sorry for the noise,
> 
> Andrew
> 
> [1]
> http://download.eclipse.org/releases/indigo
> 
> [2]
> $ unzip -l org.eclipse.zest.layouts_1.1.0.v20110425-2050.jar | \
>   grep InternalRelationship
>      3556  05-02-2011 10:03
> org/eclipse/zest/layouts/dataStructures/InternalRelationship.class
> 
> [3]
> $ eclipse -consolelog -nosplash -application
> org.eclipse.equinox.p2.director \ -repository
> http://download.eclipse.org/releases/indigo -list | \ grep zest.layout
> org.eclipse.zest.layouts=1.1.0.v20110425-2050
> org.eclipse.zest.layouts.source=1.1.0.v20110425-2050
> 
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top