Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789120 - [guru] app-misc/watchexec-1.16.0 fails tests
Summary: [guru] app-misc/watchexec-1.16.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: YOSHIOKA Takuma
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-09 20:40 UTC by Agostino Sarubbo
Modified: 2021-07-08 11:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,159.52 KB, text/plain)
2021-05-09 20:41 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 2021-05-09 20:40:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/watchexec-1.16.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-09 20:41:01 UTC
Created attachment 706743 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-09 20:41:02 UTC
Possible context of error(s):

error: The watchexec CLI has moved to the watchexec-cli crate
Comment 3 Andrew Ammerlaan gentoo-dev 2021-07-07 16:57:29 UTC
@YOSHIOKA Takuma please match the email address in the metadata.xml file for this package with your bgo email address.
Comment 4 YOSHIOKA Takuma 2021-07-07 19:31:22 UTC
* Updated bgo email address to match metadata.xml.
* Pushed the fix to run tests without compiling dummy file (which is designed to fail to compile).
Comment 5 Larry the Git Cow gentoo-dev 2021-07-08 11:07:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa8a6536e6a83169b188830928ea40ba384853c

commit 5fa8a6536e6a83169b188830928ea40ba384853c
Author:     YOSHIOKA Takuma <lo48576@hard-wi.red>
AuthorDate: 2021-07-07 19:28:54 +0000
Commit:     YOSHIOKA Takuma <lo48576@hard-wi.red>
CommitDate: 2021-07-07 19:28:54 +0000

    app-misc/watchexec: fix tests invocation for library part
    
    This package is internally consists of library and CLI.
    Library part contains a dummy executable which fails to compile, so
    fixed to run tests for library without attempting to build everything.
    
    Closes: https://bugs.gentoo.org/789120
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>

 app-misc/watchexec/watchexec-1.16.0.ebuild | 5 +++++
 app-misc/watchexec/watchexec-1.16.1.ebuild | 5 +++++
 2 files changed, 10 insertions(+)