Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602522 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]
autogen-5.18.16-respect-TMPDIR.patch
autogen-5.18.16-respect-TMPDIR.patch (text/plain), 572 bytes, created by
Sergei Trofimovich (RETIRED)
on 2020-01-04 11:52:21 UTC
(
hide
)
Description:
autogen-5.18.16-respect-TMPDIR.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2020-01-04 11:52:21 UTC
Size:
572 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 >
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