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]

insight/43: Error in install



>Number:         43
>Category:       insight
>Synopsis:       Error in install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 09 17:43:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     mpurtill@softwarerevolution.com
>Release:        insight-5.0
>Organization:
>Environment:
Linux wilbur 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown
(RedHat 6.2 system)
>Description:
The installation process fails with this error:

make[2]: Entering directory `/usr/local/build/insight-build/itcl/iwidgets3.0.0/unix'
make[2]: /usr/src/bs/BUILD/tcltk-8.0.5/itcl3.0.1/itcl/../config/mkinstalldirs: Command not found
make[2]: *** [install-libraries] Error 127

Note that I had the source in /usr/local/build/insight-5.0, and
did the build in /usr/local/build/insight-build.
>How-To-Repeat:

>Fix:
In the Makefile in /usr/local/build/insight-build/itcl/iwidgets3.0.0/unix/, 
there are several lines like this:

ITK_SRC_DIR = /usr/src/bs/BUILD/tcltk-8.0.5/itcl3.0.1/itk

that refer to an incorrect path.  This one is the one that
matters, because later on we find

MKINSTALLDIRS =		$(ITCL_SRC_DIR)/../config/mkinstalldirs

which is what causes the error.  I replaced that line with

MKINSTALLDIRS =		/usr/local/build/insight-5.0/itcl/config/mkinstalldirs

and was then able to complete the instalation.
>Release-Note:
>Audit-Trail:
>Unformatted:

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