Skip to main content

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

On 01/20/2010 01:55 PM, Greg Watson wrote:
Orion,

It'd be a shame to remove it from the build, as there are many SLURM uses on Fedora. Jie is right that it doesn't need a plugin.xml as it is C code, but it also shouldn't be causing a problem with the build. A number of the other RM's also include C code but are obviously not causing you any problems. There must be something wrong with the manifest or the feature for this plugin. I'll take a look to see if I can see anything obvious.

Well, when trying to build org.eclipse.ptp.rm.slurm with pdebuild I get:

The following error occurred while executing this line:
/builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/features/org.eclipse.ptp.rm.slurm/build.xml:19: Basedir /builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/plugins/org.eclipse.ptp.rm.slurm.proxy does not exist

Problem seems to be with paths. The build is being done in /builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/features/org.eclipse.ptp.rm.slurm and the build.xml file assumes that the slurm.proxy directory will be relative to it. The pdebuild script make links to all plugins in /builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/plugins, but because rm.slurm.proxy doesn't have a plugin.xml file, no link to it is made.

The slurm feature.xml lists org.eclipse.ptp.rm.slurm.proxy as a plugin, and if it is it should have a plugin.xml file, yes? This problem may be true of some other items like that as well.

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top