^[[33;01m*^[[0m home/jolexa/portage/linux-64/usr/share/cvs/contrib/sccs2rcs:/usr/bin/csh ^[[31;01m*^[[0m ERROR: dev-util/cvs-1.11.21 failed: ^[[31;01m*^[[0m Aborting due to QA concerns: invalid shebangs found Gentoo Linux # %% head -n1 /usr/share/cvs/contrib/sccs2rcs #! no -f Gentoo Prefix # %% head -n1 usr/share/cvs/contrib/sccs2rcs #! /usr/bin/csh -f I can't find a reason why an invalid path got injected...
this is not a false positive, the real problem is in the different shebang
Created attachment 205005 [details, diff] patch to omit csh stuff cvs configure checks for csh: ... checking for csh... /usr/bin/csh ... and subst's @CSH@ into some scripts. so on Gentoo Linux you don't have csh installed, and on Gentoo Prefix that configure scripts finds a non-prefixed csh. so cvs assures that the shebang is ok. however i propose somethings like the attached ebuild patch anyway.
so the configure script basically finds host stuff... @cvs-utils: what do you think of Markus' patch?
by consensus, let's not bother about this as long as it's not in $PATH.