This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients cstratak, vstinner, zach.ware
Date 2018-10-25.14:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540478865.12.0.788709270274.issue34765@psf.upfronthosting.co.za>
In-reply-to
Content
Adding to this, the reason I initially caught up with that, was due to a coverity scan.

More explicitly:

Error: SHELLCHECK_WARNING: [#def1]
/usr/lib64/python3.6/config-3.6dm-x86_64-linux-gnu/install-sh:63:1: warning: transform_arg appears unused. Verify it or export it. [SC2034]
#   61|   
#   62|   transformbasename=""
#   63|-> transform_arg=""
#   64|   instcmd="$mvprog"
#   65|   chmodcmd="$chmodprog 0755"

Error: SHELLCHECK_WARNING: [#def2]
/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu/install-sh:63:1: warning: transform_arg appears unused. Verify it or export it. [SC2034]
#   61|   
#   62|   transformbasename=""
#   63|-> transform_arg=""
#   64|   instcmd="$mvprog"
#   65|   chmodcmd="$chmodprog 0755"

So the transform_arg is unused, but I'm not well versed with autotools so I don't know the implications of that.
History
Date User Action Args
2018-10-25 14:47:45cstrataksetrecipients: + cstratak, vstinner, zach.ware
2018-10-25 14:47:45cstrataksetmessageid: <1540478865.12.0.788709270274.issue34765@psf.upfronthosting.co.za>
2018-10-25 14:47:45cstrataklinkissue34765 messages
2018-10-25 14:47:45cstratakcreate