[bug-notifications] [findutils 0001101]: gupdatedb mktemp and !

Mantis Bug Tracker noreply at opencsw.org
Sat Jul 2 20:15:45 CEST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=1101 
====================================================================== 
Reported By:                james
Assigned To:                bwalton
====================================================================== 
Project:                    findutils
Issue ID:                   1101
Category:                   regular use
Reproducibility:            sometimes
Severity:                   tweak
Priority:                   normal
Status:                     closed
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2005-07-26 18:10 CEST
Last Modified:              2011-07-02 20:15 CEST
====================================================================== 
Summary:                    gupdatedb mktemp and !
Description: 
This started as a request for mktemp but even with mktemp gupdatedb needs a
tweak.  Without CSWmktemp:
$ gupdatedb --old-format
Warning: future versions of findutils will shortly discontinue support for
the old locate database format.
/opt/csw/bin/gupdatedb: mktemp: not found
/opt/csw/bin/gupdatedb: !: not found
/opt/csw/bin/gupdatedb: mktemp: not found
/opt/csw/bin/gupdatedb: !: not found

Install CSWmktemp which is not in the findutils depend list and it still
fails:

$ gupdatedb --old-format
Warning: future versions of findutils will shortly discontinue support for
the old locate database format.
/opt/csw/bin/gupdatedb: !: not found
/opt/csw/bin/gupdatedb: !: not found

becasue the ! is not /bin/sh, I guess the was written for a system that
emulated sh with something else, probably bash.  #!/bin/ksh at the top will
fix it.
====================================================================== 

---------------------------------------------------------------------- 
 (0009175) bwalton (manager) - 2011-07-02 19:32
 https://www.opencsw.org/mantis/view.php?id=1101#c9175 
---------------------------------------------------------------------- 
Closing this since it only affects Solaris 8 which is not supported any
longer.

-Ben 

---------------------------------------------------------------------- 
 (0009176) james (developer) - 2011-07-02 20:15
 https://www.opencsw.org/mantis/view.php?id=1101#c9176 
---------------------------------------------------------------------- 
The mktemp errors still applies?



More information about the bug-notifications mailing list