Bug 243418 - script sccs2rcs is has broken #! line
Summary: script sccs2rcs is has broken #! line
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: cvs
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-08 16:44 UTC by Stepan Kasal
Modified: 2013-07-02 23:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-18 10:45:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stepan Kasal 2007-06-08 16:44:01 UTC
The first line of script /usr/share/cvs/contrib/sccs2rcs is
  #! no -f
which is obviously wrong.

I guess the reason is that ./configure detected "no" csh.  (The script is
written in csh.)

While fixing the problem, we have to take care that cvs does not become
dependant on csh.

I see several options:
1) fix the #! line, but tell the find-requires to ignore this (chmod -x the script?)
2) drop the script
3) accept the perl rewrite of sccs2rcs which was present in FC 3 and RHEL 4, but
refused upstream (for details, see bug #57974 and
http://lists.gnu.org/archive/html/info-cvs/2002-03/msg00273.html)

This problem is present not only in current devel, but also in RHEL-5 and in
Fedora Core 4--Fedora 7.

Comment 1 Stepan Kasal 2007-06-18 13:16:57 UTC
Fixed, using option 1).


Note You need to log in before you can comment on or make changes to this bug.