Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Recent changes to cdt hudson build machine

Anyone aware of recent changes (in last 24 hours) to cdt build machine related to autotools instalation.

I receive errors when autotools test are executed:

 

Got:  Invoking aclocal in /jobs/genie.tools.cdt/cdt-verify/workspace_2/build/org.eclipse.cdt.autotools.ui.tests/target/work/data/GnuProject1  sh -c "aclocal --help"  sh: aclocal: command not found 

Got:  Invoking aclocal in /jobs/genie.tools.cdt/cdt-verify/workspace_2/build/org.eclipse.cdt.autotools.ui.tests/target/work/data/GnuProject1  sh -c "automake --help"  sh: automake: command not found

Got:  Invoking autoconf in /jobs/genie.tools.cdt/cdt-verify/workspace_2/build/org.eclipse.cdt.autotools.ui.tests/target/work/data/GnuProject1  sh -c autoheader  autoheader: error: AC_CONFIG_HEADERS not found in configure.ac 

 

 

Failing tests:

·         org.eclipse.cdt.autotools.ui.tests.SetConfigurationParameter.newConfigCopiesParms

·         org.eclipse.cdt.autotools.ui.tests.SetConfigurationParameter.doubleRenameCancel

·         org.eclipse.cdt.autotools.ui.tests.SetConfigurationParameter.doubleRenameOk

·         org.eclipse.cdt.autotools.ui.tests.SetConfigurationParameter.canBuildWithConfigParm

·         org.eclipse.cdt.autotools.ui.tests.TestEnvironmentVars.referenceUnknownEnvVar

·         org.eclipse.cdt.autotools.ui.tests.TestMakeTargets.canBuildAndAccessInfoTarget

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canAccessAutoreconf

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canReconfigureProject

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canSetTools

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canAccessAclocal

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canAccessAutoconf

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canAccessAutomake

·         org.eclipse.cdt.autotools.ui.tests.TestToolActions.canAccessLibtoolize

 


Back to the top