>Number:         5054
>Category:       config
>Synopsis:       buildinfo.sh uses formatted date command not available on 
>NextStep 3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Sep 22 14:30:04 PDT 1999
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.9
>Environment:
NeXT Mach 3.3: Mon Oct 24 13:56:37 PDT 1994; 
root(rcbuilder):mk-171.9.obj~2/RC_m68k/RELEASE_M68K
gcc 2.8.1
>Description:
This probably shouldn't be fixed, given the OS and the low importance.
Configure generates errors running buildinfo.sh, when date is called.  The 
resulting time variables are incorrectly set.

This problem occurs prior to OS-specific setup in the configuration process
>How-To-Repeat:
configure --prefix=/usr/local/apache
>Fix:
change lines 112-116:time_day=3D"`date | awk '{ printf("%s", $1); }'`"
time_month=3D"`date | awk '{ printf("%s", $2); }'`"
time_year=3D"`date | awk '{ printf("%s", $6); }'`"
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <[EMAIL PROTECTED]> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]



Reply via email to