Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838475 - dev-java/byte-buddy-1.12.8 calls ebegin but missing call to eend
Summary: dev-java/byte-buddy-1.12.8 calls ebegin but missing call to eend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-15 13:18 UTC by Agostino Sarubbo
Modified: 2022-04-15 18:20 UTC (History)
0 users

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


Attachments
build.log (build.log,43.66 KB, text/plain)
2022-04-15 13:18 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-04-15 13:18:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/byte-buddy-1.12.8 calls ebegin but missing call to eend.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-15 13:18:23 UTC
Created attachment 770888 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-04-15 18:20:02 UTC
The bug has been closed via the following commit(s):

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

commit a6187bda6cad3da66cca48e8408134f909b56f39
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-04-15 14:08:29 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-04-15 18:17:16 +0000

    java-utils-2.eclass: remove ebegin calls that lack eend calls
    
    Instead, echo the command we are about to run.
    
    Closes: https://bugs.gentoo.org/838475
    Closes: https://bugs.gentoo.org/838478
    Closes: https://bugs.gentoo.org/838481
    Closes: https://bugs.gentoo.org/838487
    Closes: https://bugs.gentoo.org/838490
    Closes: https://bugs.gentoo.org/838493
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/java-utils-2.eclass | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)