| Ticket UUID: | 525007 | |||
| Title: | 'make' bootstrap problem | |||
| Type: | Bug | Version: | None | |
| Submitter: | dgp | Created on: | 2002-03-03 03:22:11 | |
| Subsystem: | None | Assigned To: | andreas_kupries | |
| Priority: | 9 Immediate | Severity: | ||
| Status: | Closed | Last Modified: | 2002-03-08 02:36:23 | |
| Resolution: | Fixed | Closed By: | andreas_kupries | |
| Closed on: | 2002-03-07 19:36:23 | |||
| Description: |
Just checked out tcllib from CVS on a new machine. Tried to install using the | |||
| User Comments: |
andreas_kupries added on 2002-03-08 02:36:23:
Logged In: YES user_id=75003 Committed to head. dgp added on 2002-03-08 02:29:45: Logged In: YES user_id=80530 make it so. andreas_kupries added on 2002-03-08 00:39:43: File Added - 18976: 525007.diff Logged In: YES user_id=75003 Here is the patch. andreas_kupries added on 2002-03-08 00:33:54: Logged In: YES
user_id=75003
Using TCLLIBPATH fixes the problem. Instead of
$(DOC_EXP) ...
use
TCLLIBPATH=$(srcdir)/modules $(DOC_EXP) ...
Patch coming.
andreas_kupries added on 2002-03-05 01:25:28: Logged In: YES user_id=75003 Look when I made the comment. It seems my memory subsystem was down at that time. I will try TCLLIBPATH. dgp added on 2002-03-04 22:55:25: Logged In: YES user_id=80530 Does TCLLIBPATH not work for you? andreas_kupries added on 2002-03-03 15:55:31: Logged In: YES
user_id=75003
Very. ...
Given that there is no environment
variable I can use to add paths to
the library search path I believe
the only solution to this problem
is to patch the mpexpand application
so that it looks for packages
relative to its own location too.
Right ?
dgp added on 2002-03-03 10:29:21: Logged In: YES
user_id=80530
Grrrr... My Mozilla apparently does bad things with TABs...
Anyway... tried to install using the
./configure
make
make install
but ran into:
$ make
make[1]: Entering directory `/usr/local/src/tcllib'
Gen (nroff): ./modules/base64/base64.man
can't find package textutil::expander
while executing
"package require textutil::expander"
(file "./modules/doctools/mpexpand" line 5)
Apparently I must have the latest tcllib installed in
order to install the latest tcllib. Oops!
| |||
Attachments:
- 525007.diff [download] added by andreas_kupries on 2002-03-08 00:39:43. [details]
