Opened 16 years ago

Closed 9 years ago

#2157 closed defect (wontfix)

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)

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 (4)

comment:1 by castalia, 16 years ago

Severity: majorblocker
Summary: The clean and distclean makefile targets failThe 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

comment:2 by warmerdam, 16 years ago

Component: BuildbotConfigBuild
Description: modified (diff)
Keywords: libtool Solaris added
Milestone: 1.5.1
Owner: changed from Mateusz Łoskot to warmerdam
Priority: highestnormal

recategorize.

comment:3 by Jukka Rahkonen, 9 years ago

Seven years old build problem on Solaris. May I suggest resolution => "wontfix"?

comment:4 by Even Rouault, 9 years ago

Resolution: wontfix
Status: newclosed

Yes, perhaps no longer true with newer Solaris and/or libtool version

Note: See TracTickets for help on using tickets.