Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831812 - dev-python/vpython-7.6.3 fails to compile: patch -p1 failed with vpython-7.6.3-fix-python310-detection.patch
Summary: dev-python/vpython-7.6.3 fails to compile: patch -p1 failed with vpython-7.6....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-22 11:10 UTC by Agostino Sarubbo
Modified: 2022-01-22 11:16 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,80.80 KB, text/plain)
2022-01-22 11:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-22 11:10:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/vpython-7.6.3 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-22 11:10:40 UTC
Created attachment 763186 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-22 11:10:41 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 *             environment, line 1601:  Called __helpers_die 'patch -p1  failed with /var/tmp/portage/dev-python/vpython-7.6.3/files/vpython-7.6.3-fix-python310-detection.patch'
 *   patch -p1  failed with /var/tmp/portage/dev-python/vpython-7.6.3/files/vpython-7.6.3-fix-python310-detection.patch
/var/tmp/portage/dev-python/vpython-7.6.3/temp/environment: line 1595: /var/tmp/portage/dev-python/vpython-7.6.3/files/vpython-7.6.3-fix-python310-detection.patch: No such file or directory
/var/tmp/portage/dev-python/vpython-7.6.3/temp/environment: line 1598: /var/tmp/portage/dev-python/vpython-7.6.3/files/vpython-7.6.3-fix-python310-detection.patch: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-01-22 11:16:43 UTC
The bug has been closed via the following commit(s):

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

commit 3f4f11976fad148b0c00db7709d7ec99698c5b28
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2022-01-22 11:14:25 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2022-01-22 11:14:25 +0000

    dev-python/vpython: fix ebuild
    
    Pushed wrong ebuild.
    
    - Remove patch as is was merged.
    - fix variable order
    - remove unnneeded DEPEND variable
    
    Fixes: c4bb8ddd7188712c4c098165091bdeb3a96ac869
    Closes: https://bugs.gentoo.org/831812
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/vpython/vpython-7.6.3.ebuild | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)