Closed
Bug 556
Opened 27 years ago
Closed 26 years ago
Bugzilla does not work with tcl 8.0p2, mysqltclsh 1.53, mysql 3.22.5alpha
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: dyp, Assigned: justdave)
References
()
Details
I tried to use bugzilla with mentioned in summary software but get the following
error in apache log.
Seems it is some incompatibility....
-------- error.log -------
invalid command name "cequal"
while executing
"cequal $remaining """
(procedure "ProcessFormFields" line 6)
invoked from within
"ProcessFormFields $buffer"
(file "CGI.tcl" line 91)
invoked from within
"source "CGI.tcl""
(file "/home/dyp/html/bugzilla/query.cgi" line 22)
[Thu Sep 3 10:32:46 1998] [error] Premature end of script headers: /home/dyp/ht
ml/bugzilla/query.cgi
------ end --------
Updated•27 years ago
|
Severity: critical → major
Status: NEW → ASSIGNED
Component: Database → UI
Comment 1•27 years ago
|
||
Actually, the problem here is that you need to grab the TclX library and link
with it. Bugzilla depends on TclX.
I'm leaving this bug open, as a reminder to me to find pointers to TclX and
make sure it's all covered in the README.
Reporter | ||
Comment 2•27 years ago
|
||
I asked my friend which is a tcl guru and he said that this is
a compatibility issue... 'cequal' appeared in 7.0 and was leaved
in 7.6 for compatibility. In 8.0 it was removed. And he said that
it is better to use 'string compare'... Waiting for your comments...
P.S. I am not a tcl guru at all... I prefer C, C++ :-))) It means that
I might be wrong , miss something, etc.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 3•26 years ago
|
||
Well, Bugzilla no longer uses TCL at all. It now requires Perl. So, um,
this will never get fixed ...
Comment 4•26 years ago
|
||
The database is being reorganized a bit. Instead of the Bugzilla product,
a new Webtools product has been created, with Bugzilla being a component of it.
This bug is being moved from the old Bugzilla product to the new Webtools
product.
Assignee | ||
Comment 6•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•