Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602548 Details for
Bug 704740
sys-devel/autogen-5.18.16 leaves /tmp/run-ag-????????.tdir directories with mk-stamps.log in them
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
-run-ag -shdefs
autogen-temps.patch (text/plain), 821 bytes, created by
Fedja Beader
on 2020-01-04 16:35:23 UTC
(
hide
)
Description:
-run-ag -shdefs
Filename:
MIME Type:
Creator:
Fedja Beader
Created:
2020-01-04 16:35:23 UTC
Size:
821 bytes
patch
obsolete
>User ebuild's ${T} instead of /tmp to hide leftover files from ./configure. > >'run-ag.sh' does not clean temporary directories after itself and makes >it hard to implement it cleanly without changing 'run-ag.sh' structure. > >Reported-by: Fedja Beader >Bug: https://bugs.gentoo.org/704740 >--- a/build-aux/run-ag.sh >+++ b/build-aux/run-ag.sh >@@ -45,7 +45,7 @@ find_exe() { > return 0 > } > >-STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d /tmp/run-ag-XXXXXXXX) >+STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d -t run-ag-XXXXXXXX) > exec 9>&2 2>> ${STAMP_TEMP_DIR}/mk-stamps.log > VERBOSE=1 > >--- a/config/mk-shdefs.in >+++ b/config/mk-shdefs.in >@@ -130,7 +130,7 @@ > > set -x > exec 9>&2 >-tmp=$(mktemp --suffix=.tdir -d /tmp/shdefs-XXXXXXXXX) >+tmp=$(mktemp --suffix=.tdir -d shdefs-XXXXXXXXX) > exec 2>> $tmp/mk-shdef.log > init $0 $1 > mk_config
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 704740
:
602522
| 602548