Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286439 - sys-apps/portage-2.2.00.14411 invalid shebangs issues
Summary: sys-apps/portage-2.2.00.14411 invalid shebangs issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 18:20 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-10-03 13:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-25 18:20:26 UTC
Case 1: specifies that it is changing it but then doesn't:

prefixing shebang of home/jolexa/portage/linux-64/usr/share/cvs/contrib/rcs2log
%% head -n1 /home/jolexa/portage/linux-64/usr/share/cvs/contrib/rcs2log
#! /bin/sh
%%

Case 2: No warning, no change

%% head -n1 /home/jolexa/portage/linux-64/usr/share/cvs/contrib/sccs2rcs
#! /usr/bin/csh -f
%%
Comment 1 Fabian Groffen gentoo-dev 2009-09-25 18:51:01 UTC
note to self:
setuptools-0.6.1-r1
Comment 2 Fabian Groffen gentoo-dev 2009-09-26 18:50:03 UTC
(In reply to comment #0)
> Case 1: specifies that it is changing it but then doesn't:
> 
> prefixing shebang of home/jolexa/portage/linux-64/usr/share/cvs/contrib/rcs2log
> %% head -n1 /home/jolexa/portage/linux-64/usr/share/cvs/contrib/rcs2log
> #! /bin/sh

result of a stupid typo (1 iso !) in the sed expression
Comment 3 Fabian Groffen gentoo-dev 2009-09-26 20:51:12 UTC
I cannot reproduce the second case, can you please try portage 14440?
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-27 04:04:04 UTC
(In reply to comment #3)
> I cannot reproduce the second case, can you please try portage 14440?
> 

Remind me on Monday
Comment 5 Fabian Groffen gentoo-dev 2009-09-27 09:07:19 UTC
with 14440 I get:

 * invalid shebang in Users/grobian/Gentoo/usr/share/cvs/contrib/sccs2rcs: /bin/csh

problem is that that warning isn't elogged, hence not repeated
Comment 6 Fabian Groffen gentoo-dev 2009-09-27 09:17:53 UTC
14444 has this fixed, please try.
Comment 7 Fabian Groffen gentoo-dev 2009-10-03 13:16:53 UTC
14411 is masked, later revisions should have this fix0rzed.