Skip Menu |
 

Download (untitled) / with headers
text/plain 2.6KiB
From tlyu@MIT.EDU Wed Mar 19 17:26:41 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA15985 for <bugs@RT-11.MIT.EDU>; Wed, 19 Mar 1997 17:26:40 -0500
Received: from TESLA-COIL.MIT.EDU by MIT.EDU with SMTP
id AA13010; Wed, 19 Mar 97 17:26:40 EST
Received: by tesla-coil.MIT.EDU (5.x/4.7) id AA16438; Wed, 19 Mar 1997 17:26:39 -0500
Message-Id: <9703192226.AA16438@tesla-coil.MIT.EDU>
Date: Wed, 19 Mar 1997 17:26:39 -0500
From: tlyu@MIT.EDU
Reply-To: tlyu@MIT.EDU
To: krb5-bugs@MIT.EDU
Subject: send-pr portability problems
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 400
>Category: krb5-misc
>Synopsis: send-pr portability problems
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Mar 19 17:27:00 EST 1997
>Last-Modified: Fri May 30 15:57:11 EDT 1997
>Originator: Tom Yu
>Organization:
mit
Show quoted text
>Release: 1.0-development
>Environment:

System: SunOS tesla-coil 5.4 Generic_101945-37 sun4m sparc


Show quoted text
>Description:
send-pr, in the form that we have it in the current tree, has
some hardcoded architecture dependencies in it. The sequence is
send-pr/send-pr.sh in the GNATS sources becomes
PREFIX/share/gnats/dist/send-pr.sh in GNATS installation, which then
gets mangled by EXEC-PREFIX/bin/mkdist, which is then imported to our
sources. The problem is that configure gets run *before* send-pr.sh
gets installed in PREFIX/share/gnats/dist/send-pr.sh, and this
includes sets some architecture dependent variables, such as the
MAIL_AGENT, ECHON, and PASSWD, in the send-pr.sh that gets used as
input to mkdist. This is undoubtedly the wrong behavior.

Show quoted text
>How-To-Repeat:
Try to install krb5-send-pr on e.g. a system that needs ypcat
instead of 'cat /etc/passwd' to list the passwd file, etc.

Show quoted text
>Fix:
We probably want to run a patch back to Cygnus at some point,
but right now we can add the tests that end up setting these variables
directly to the send-pr.sh that we have in our sources.
Show quoted text
>Audit-Trail:

State-Changed-From-To: open-feedback
State-Changed-By: tlyu
State-Changed-When: Wed Mar 19 20:00:45 1997
State-Changed-Why:

I've got a fix that *should* work:

util/send-pr/send-pr.sh 1.1.1.5 -> 1.1.1.6

The version for the patch release wants the release name edited,
obviously...

Responsible-Changed-From-To: krb5-unassigned->tlyu
Responsible-Changed-By: tlyu
Responsible-Changed-When: Wed Mar 19 20:03:54 1997
Responsible-Changed-Why:

Oops forgot to chown it to me

State-Changed-From-To: feedback-closed
State-Changed-By: tlyu
State-Changed-When: Fri May 30 15:57:02 1997
State-Changed-Why:

1.0pl1 has been released

Show quoted text
>Unformatted: