IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#899 closed enhancement (wontfix)

Is 'wsdl2h' necessary to correctly compile Nebulous?

Reported by: Michael Wood-Vasey Owned by: jhoblitt
Priority: lowest Milestone:
Component: Nebulous Version: unspecified
Severity: minor Keywords:
Cc:

Description

When running 'psautogen' in 'ipp-2.2/Nebulous/nebclient/', I get the following warning about 'wsdl2h' not being found. Everything compiles fine when I run make, but I just want to make sure there's nothing subtly wrong. Should gSOAP, which contains wsdl2h, be added to the requirements (and thus extlibs.tgz)?


wwoodvas@master(W,v9.0)% psautogen

You should add the contents of /gpfs1/Panstarrs/code/ipp-2.2.lin64/share/aclocal/libtool.m4' to aclocal.m4'.
configure.ac:13: installing `./missing'
configure.ac:13: installing `./install-sh'
src/Makefile.am: installing `./depcomp'
You should add the contents of /gpfs1/Panstarrs/code/ipp-2.2.lin64/share/aclocal/libtool.m4' to aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `../..'.
which: no wsdl2h in (/gpfs1/Panstarrs/code/ipp-2.2.lin64/bin:/gpfs1/Panstarrs/src/ipp-2.2//psconfig:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/perl:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/Cfiles/bin/linux_x86_64:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/perl/misc:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/perl/complanalysis:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/perl/CTIO4m/W:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/python/bin:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/pythonscripts:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/pythonscripts/tools:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/pythonscripts/lightcurves:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/pythonscripts/W:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/pythonscripts/W/lightcurves:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/clusterhome/wwoodvas/local/bin:/gpfs2/gridengine/bin/lx24-amd64/:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/perl/CTIO4m:/gpfs1/Panstarrs/smsn/code/v9.0/photpipe/tools/finder:)
autogen.sh: line 93: wsdl2h: command not found

Change History (3)

comment:1 by Michael Wood-Vasey, 19 years ago

Priority: highlowest

comment:2 by jhoblitt, 19 years ago

Resolution: wontfix
Status: newclosed

I don't think that we want to add gSOAP to the list of dependancies as I know that this package has portability issues (although it's generated code does not).

The error your seeing is caused by the autogen.sh script running which wsdl2h to see if gSOAP is available. If it's not then the pre-generated sources that are distributed with the package are used instead.

comment:3 by Sebastian Jester, 17 years ago

In my case, I found that the error goes away only after making sure that autoconf-2.61 is installed where psbuild can find it (i.e. in the IPP install directory set by psconfig)

Note: See TracTickets for help on using tickets.