Your message dated Thu, 23 Oct 2014 15:18:37 +0200
with message-id
<CAKjSHr2Y5bVJy4ZUViUk3jweh-g2LYpFp7in4rjthZqJMk=3...@mail.gmail.com>
and subject line fixed VICE FTBFS due to po/ build race
has caused the Debian Bug report #725629,
regarding vice: sometimes FTBFS: error while opening
"src/arch/win32/res.rc.po.c" for reading: No such file or directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
725629: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725629
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vice
Version: 2.4.dfsg-1
Severity: serious
On Sun, Oct 06, 2013 at 09:49:17PM +0100, Steven Chamberlain wrote:
> Please consider giving back vice for build on s390; the same issue was
> occurring on kfreebsd-amd64 but I cannot reproduce it there.
Not really. This smells like race condition. Did you compare the build
logs? Building with -jX with a large enough X may help.
> https://buildd.debian.org/status/fetch.php?pkg=vice&arch=s390&ver=2.4.dfsg-1&stamp=1377367526
> > PATH=../src:$PATH /usr/bin/xgettext --default-domain=vice --directory=..
> > --directory=.. \
> > --add-comments --keyword=_ --keyword=N_ \
> > --files-from=./POTFILES.in \
> > -o ./vice.pot
> > /usr/bin/xgettext: error while opening "src/arch/win32/res.rc.po.c" for
> > reading: No such file or directory
| $ ls src/arch/win32/res.rc.po.c
| ls: cannot access src/arch/win32/res.rc.po.c: No such file or directory
This file does not exist in the source code. How does the build make
sure the file is built _before_ this rules fires?
Bastian
--
"What terrible way to die."
"There are no good ways."
-- Sulu and Kirk, "That Which Survives", stardate unknown
--- End Message ---
--- Begin Message ---
Package: vice
Version: 2.4.dfsg+2.4.9-2
This bug is a build race when building 'all' under po/ . The solution
is to do a 'make -C po/' first (without the 'all' target).
--- End Message ---