This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

insight/162: libgui: Rebuilding tclIndex fails because itcl_sh doesn't get built


>Number:         162
>Category:       insight
>Synopsis:       libgui: Rebuilding tclIndex fails because itcl_sh doesn't get built
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 05 07:13:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Heinzmann
>Release:        CVS snapshot 27-05-2002
>Organization:
>Environment:
SuSe Linux 7.2 on i386 machine
>Description:
when configured for a cross target with --enable-maintainer-mode, libgui attempts to build a tclIndex. For this it needs a tool called itcl_sh or itclsh (there may also be a sub-bug causing the name confusion) which is not getting built, although the sources for it appear to be present in itcl/itcl/unix
>How-To-Repeat:
configure with --enable-maintainer-mode --target=v850-elf and do a make. This should attempt to build a tclIndex file using the tool itcl_sh which doesn't exist.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="build-errors.txt"
Content-Disposition: inline; filename="build-errors.txt"

make[3]: Entering directory `/home/stefan/e1/libgui/library'
TCL_LIBRARY=../../../gnu/libgui/library/../../tcl/library; export TCL_LIBRARY; \here=`pwd`; \
 \
cd ../../../gnu/libgui/library && \
  echo "auto_mkindex /home/stefan/gnu/libgui/library advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl canvas.tcl cframe.tcl center.tcl debug.tcl def.tcl internet.tcl font.tcl gensym.tcl gettext.tcl hooks.tcl lframe.tcl list.tcl looknfeel.tcl menu.tcl mono.tcl multibox.tcl parse_args.tcl path.tcl postghost.tcl prefs.tcl print.tcl sendpr.tcl topbind.tcl toolbar.tcl ulset.tcl wframe.tcl wingrab.tcl ventry.tcl combobox.tcl pane.tcl panedwindow.tcl" | $here/../../itcl/itcl/unix/itcl_sh
/bin/sh: /home/stefan/e1/libgui/library/../../itcl/itcl/unix/itcl_sh: Datei oder Verzeichnis nicht gefunden
make[3]: *** [tclIndex] Error 127
make[3]: Leaving directory `/home/stefan/e1/libgui/library'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stefan/e1/libgui'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/stefan/e1/libgui'
make: *** [all-libgui] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]