Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659556 - sys-block/fio-3.7: conversion of incompatible shebang requested
Summary: sys-block/fio-3.7: conversion of incompatible shebang requested
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-29 01:15 UTC by .
Modified: 2018-11-18 11:20 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description . 2018-06-29 01:15:11 UTC
```
 * The file has incompatible shebang:
 *   file: //usr/lib/python-exec/python3.6/fio2gnuplot
 *   current shebang: #!/usr/bin/python2.7
 *   requested impl: python3.6
 * ERROR: sys-block/fio-3.7::gentoo failed (install phase):
 *   python_fix_shebang: conversion of incompatible shebang requested
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_install
 *   environment, line 3296:  Called python_replicate_script '/tmp/portage/sys-block/fio-3.7/image//usr/bin/fio2gnuplot' '/tmp/portage/sys-block/fio-3.7/image//usr/bin/fiologparser_hist.py' '/tmp/portage/sys-block/fio-3.7/image//usr/bin/fiologparser.py'
 *   environment, line 3148:  Called python_foreach_impl '_python_replicate_script'
 *   environment, line 2836:  Called multibuild_foreach_variant '_python_multibuild_wrapper' '_python_replicate_script'
 *   environment, line 2009:  Called _multibuild_run '_python_multibuild_wrapper' '_python_replicate_script'
 *   environment, line 2007:  Called _python_multibuild_wrapper '_python_replicate_script'
 *   environment, line  601:  Called _python_replicate_script
 *   environment, line 3145:  Called python_fix_shebang '-q' '/tmp/portage/sys-block/fio-3.7/image//usr/lib/python-exec/python3.6/fio2gnuplot' '/tmp/portage/sys-block/fio-3.7/image//usr/lib/python-exec/python3.6/fiologparser_hist.py' '/tmp/portage/sys-block/fio-3.7/image//usr/lib/python-exec/python3.6/fiologparser.py'
 *   environment, line 2815:  Called die
 * The specific snippet of code:
 *                   die "${FUNCNAME}: conversion of incompatible shebang requested";
 *
```
Comment 1 Larry the Git Cow gentoo-dev 2018-11-18 11:20:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a257dba8d22cc450b5f1535f19bf733088f8b546

commit a257dba8d22cc450b5f1535f19bf733088f8b546
Author:     Justin Lecher <jlec@gentoo.org>
AuthorDate: 2018-11-18 11:10:04 +0000
Commit:     Justin Lecher <jlec@gentoo.org>
CommitDate: 2018-11-18 11:20:35 +0000

    sys-block/fio: Fix shebang before replicating script
    
    Closes: https://bugs.gentoo.org/659556
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

 sys-block/fio/fio-3.7.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)