public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/files/, app-emulation/ski/
Date: Sun, 27 Sep 2020 08:55:29 +0000 (UTC)	[thread overview]
Message-ID: <1601196925.a887bd2d76e02b7842fc72ecd69f8fbf32f98a36.slyfox@gentoo> (raw)

commit:     a887bd2d76e02b7842fc72ecd69f8fbf32f98a36
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 08:55:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 08:55:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a887bd2d

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 <AT> 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(+)

diff --git a/app-emulation/ski/files/ski-1.3.2-lex-deps.patch b/app-emulation/ski/files/ski-1.3.2-lex-deps.patch
new file mode 100644
index 00000000000..1dc8470864e
--- /dev/null
+++ b/app-emulation/ski/files/ski-1.3.2-lex-deps.patch
@@ -0,0 +1,17 @@
+escan.l depends on generated eparse.h.
+If eparse.h is not present yet escan.o
+could be built before ${YACC) is ran.
+
+https://bugs.gentoo.org/744676
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -113,7 +113,8 @@ BUILT_SOURCES= \
+ 	$(DAS_INSTR_DERIVED) \
+ 	$(ASM_HASH_DERIVED) \
+ 	$(ICNT_DERIVED) \
+-	instr.c
++	instr.c \
++	eparse.h
+ 
+ ski_SOURCES= \
+ 	main.c

diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild
index 3d904abf6d4..ed996625c01 100644
--- a/app-emulation/ski/ski-1.3.2-r4.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r4.ebuild
@@ -39,6 +39,7 @@ PATCHES=(
 	"${FILESDIR}"/${P}-prototypes.patch
 	"${FILESDIR}"/${P}-glibc-2.28.patch
 	"${FILESDIR}"/${P}-gcc-10.patch #707144
+	"${FILESDIR}"/${P}-lex-deps.patch #744676
 )
 
 src_prepare() {


             reply	other threads:[~2020-09-27  8:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-27  8:55 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02 21:18 [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/files/, app-emulation/ski/ Petr Vaněk
2020-01-29 20:16 Sergei Trofimovich
2017-01-19 14:14 Mike Frysinger
2017-01-19 14:14 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601196925.a887bd2d76e02b7842fc72ecd69f8fbf32f98a36.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox