Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PE/LoadLeveler packaging problems in 2.1.1 3/4 build

Greg
The PE plugin now builds correctly. There's still something wrong with the 
LoadLeveler plugin. The plugin name is still 
org.eclipse.ptp.rm.ibm.ll.proxy_2.1.0.* instead of 
org.eclipse.ptp.rm.ibm.ll.proxy_2.1.1.* like the rest of the plugins. This 
prevents the BUILD script in org.eclipse.ptp.aix.ppc_2.1.1 from finding it 
due to the name discrepancy.. I didn't attempt to fix that since I didn't 
know how the name gets generated

I 'cd' to the LoadLeveler plugin directory and tried running ./configure 
there. That completed successfully and I was able to compile the 
LoadLeveler proxy in that directory

Once the LoadLeveler plugin directory name is fixed, 2.1.1 is ready as far 
as I am concerned
Dave



Greg Watson <g.watson@xxxxxxxxxxxx> 
Sent by: ptp-dev-bounces@xxxxxxxxxxx
03/05/2009 01:05 PM
Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>


To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc

Subject
Re: [ptp-dev] PE/LoadLeveler packaging problems in 2.1.1 3/4 build






Dave,

I copied these changes to the 2.1 branch. There's a new build 
available if you'd like to test.

Thanks,
Greg

On Mar 5, 2009, at 10:07 AM, Dave Wootton wrote:

> I ran into problems running the BUILD script to build the PE and
> LoadLeveler plugins in last night's build. The configure.in scripts 
> for
> both still had 2.1.0 in the AC_INIT statement, which resulten in 
> configure
> errors since those plugins could not find the utils directory. Also, 
> the
> top level directory for the LoadLeveler plugin still has 2.1.0 in it's
> name, which also caused problems with the BUILD script. I fixed those
> problems on my system and tested the PE plugin, which looks like it 
> runs
> ok.
>
> I committed changes to the configure.in scripts for the PE and 
> LoadLeveler
> plugins. I'm not sure what else has to be updated, and was reluctant 
> to
> update the configure scripts since I didn't know if anything depends 
> on
> specific levels of autoconf, where I would cause problems by using the
> wrong version.
>
> Once the packaging changes are finished, I think these plugins are 
> ready.
> Dave
> _______________________________________________
> 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




Back to the top