Ticket #2157 (new defect)

Opened 5 years ago

Last modified 5 years ago

The makefile targets fail on a libtool configuration problem

Reported by: castalia Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: 1.5.0
Severity: blocker Keywords: libtool Solaris
Cc:

Description (last modified by warmerdam) (diff)

After completion of configure a make clean (Gnu gmake) fails:

deimos:castalia>> uname -a
SunOS deimos 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V210 Solaris
deimos:castalia>> gmake distclean
rm -f *.a *.so config.log config.cache html/*.*
/bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la
/opt/pub/src/gdal-1.5.0/libtool: bad substitution
gmake: *** [lclean] Error 1
deimos:castalia>> gmake clean
rm -f *.a *.so config.log config.cache html/*.*
/bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la
/opt/pub/src/gdal-1.5.0/libtool: bad substitution
gmake: *** [lclean] Error 1

As a result the usual distclean before using a different architecture to configure and build the software can not be done. Instead the entire distribution files tree must be removed and recreated from the tarball.

Change History

Changed 5 years ago by castalia

  • severity changed from major to blocker
  • summary changed from The clean and distclean makefile targets fail to The makefile targets fail on a libtool configuration problem

The build makefile will not work at all. After completion of configure:

deimos:castalia>> uname -a SunOS deimos 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V210 Solaris deimos:castalia>> gmake (cd port; gmake) gmake[1]: Entering directory `/apps/opt/pub/src/gdal-1.5.0/port' /bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=compile --tag=CXX g++ -mcpu=v9 -m64 -Wall -DOGR_ENABLED -I/opt/pub/src/gdal-1.5.0/port -c -o cpl_conv.o cpl_conv.cpp /opt/pub/src/gdal-1.5.0/libtool: bad substitution gmake[1]: *** [cpl_conv.o] Error 1 gmake[1]: Leaving directory `/apps/opt/pub/src/gdal-1.5.0/port' gmake: *** [port-target] Error 2

Changed 5 years ago by warmerdam

  • description modified (diff)
  • component changed from Buildbot to ConfigBuild
  • priority changed from highest to normal
  • owner changed from mloskot to warmerdam
  • milestone 1.5.1 deleted
  • keywords libtool Solaris added

recategorize.

Note: See TracTickets for help on using tickets.