Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878469 - dev-java/protobuf-java-9999 fails to compile: cp: cannot stat any: No such file or directory
Summary: dev-java/protobuf-java-9999 fails to compile: cp: cannot stat any: No such fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-27 19:24 UTC by Thibaud CANALE
Modified: 2022-10-28 06:54 UTC (History)
3 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 Thibaud CANALE 2022-10-27 19:24:49 UTC
Same than bug #878349.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-10-28 06:54:39 UTC
The bug has been closed via the following commit(s):

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

commit 1f351af5b3d2d7bc69285d5d1c547de7bdb5db98
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2022-10-28 06:51:11 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-10-28 06:54:01 +0000

    dev-java/protobuf-java: fix live ebuild, other fixes
    
    Add missing 'local' declaration of for-loop variable. Align latest
    ebuild with live ebuild. Use edo when generating .proto files.
    
    Closes: https://bugs.gentoo.org/878469
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 dev-java/protobuf-java/protobuf-java-3.21.9.ebuild | 26 ++++++++++++++--------
 dev-java/protobuf-java/protobuf-java-9999.ebuild   | 16 ++++++++-----
 2 files changed, 27 insertions(+), 15 deletions(-)