Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 252809 Details for
Bug 342929
Bootstrapping fails on perl-core/Module-Build-0.36.07
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
shebang-check.patch
shebang-check.patch (text/plain), 734 bytes, created by
Fabian Groffen
on 2010-11-01 17:42:36 UTC
(
hide
)
Description:
shebang-check.patch
Filename:
MIME Type:
Creator:
Fabian Groffen
Created:
2010-11-01 17:42:36 UTC
Size:
734 bytes
patch
obsolete
>diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh >index 3840db6..08de747 100644 >--- a/bin/misc-functions.sh >+++ b/bin/misc-functions.sh >@@ -807,8 +807,11 @@ install_qa_check_prefix() { > rf=$(readlink ${fn}) > [[ ${rf} != /* ]] && rf=${fn%/*}/${rf} > fi >+ # need to have both absolutised paths, bug #342929 >+ line=$(canonicalize ${line[0]}) >+ local eprefix=$(canonicalize ${EPREFIX}) > # does the shebang start with ${EPREFIX}, and does it exist? >- if [[ ${line[0]} == ${EPREFIX}/* ]] ; then >+ if [[ ${line} == ${eprefix}/* ]] ; then > if [[ ! -e ${ROOT%/}${line[0]} && ! -e ${D%/}${line[0]} ]] ; then > # hmm, refers explicitly to $EPREFIX, but doesn't exist, > # if it's in PATH that's wrong in any case
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 342929
: 252809