Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 744676 - app-emulation/ski-1.3.2-r4 fails to compile
Summary: app-emulation/ski-1.3.2-r4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-25 15:25 UTC by Agostino Sarubbo
Modified: 2020-09-27 08:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,111.87 KB, text/plain)
2020-09-25 15:25 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 2020-09-25 15:25:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/ski-1.3.2-r4 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-25 15:25:57 UTC
Created attachment 662395 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-25 15:25:58 UTC
Possible context of error(s):

escan.l:28:10: fatal error: 'eparse.h' file not found
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-09-25 21:49:43 UTC
It's probably a build system race between eparse.h creation and use:

"""
escan.l:28:10: fatal error: 'eparse.h' file not found
#include "eparse.h"
         ^~~~~~~~~~
1 error generated.
make[4]: *** [Makefile:1021: escan.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
updating eparse.h
"""

Looking.
Comment 4 Larry the Git Cow gentoo-dev 2020-09-27 08:55:29 UTC
The bug has been closed via the following commit(s):

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

commit a887bd2d76e02b7842fc72ecd69f8fbf32f98a36
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-09-27 08:55:14 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-09-27 08:55:25 +0000

    app-emulation/ski: fix lexter/parser generation race
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/744676
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-emulation/ski/files/ski-1.3.2-lex-deps.patch | 17 +++++++++++++++++
 app-emulation/ski/ski-1.3.2-r4.ebuild            |  1 +
 2 files changed, 18 insertions(+)