Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 470084 Details for
Bug 379899
[Tracker] Ebuilds calling dosym with directory as second argument
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dosym: Make implicit basename a fatal error.
0001-dosym-Make-implicit-basename-a-fatal-error.patch (text/plain), 1.14 KB, created by
Ulrich Müller
on 2017-04-15 09:12:51 UTC
(
hide
)
Description:
dosym: Make implicit basename a fatal error.
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2017-04-15 09:12:51 UTC
Size:
1.14 KB
patch
obsolete
>From 0d7fab386c740f12ebe995bc608311477a6c33d2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Sat, 15 Apr 2017 11:11:18 +0200 >Subject: [PATCH] dosym: Make implicit basename a fatal error. > >Gentoo-Bug: 379899 >--- > bin/ebuild-helpers/dosym | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/bin/ebuild-helpers/dosym b/bin/ebuild-helpers/dosym >index 0bc8cc7be..b9c70ce9c 100755 >--- a/bin/ebuild-helpers/dosym >+++ b/bin/ebuild-helpers/dosym >@@ -1,5 +1,5 @@ > #!/bin/bash >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2017 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 >@@ -13,10 +13,9 @@ if ! ___eapi_has_prefix_variables; then > ED=${D} > fi > >-if [[ ${2} == */ ]] || \ >- [[ -d ${ED}${2} && ! -L ${ED}${2} ]] ; then >+if [[ ${2} == */ ]] || [[ -d ${ED}${2} && ! -L ${ED}${2} ]] ; then > # implicit basename not allowed by PMS (bug #379899) >- eqawarn "QA Notice: dosym target omits basename: '${2}'" >+ __helpers_die "${0##*/}: dosym target omits basename: '${2}'" > fi > > destdir=${2%/*} >-- >2.12.2 >
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 379899
: 470084