On 11.09.2016 05:41, Javier Serrano Polo wrote:
> Package: wine32-tools
> Version: 1.8.4-1
> Severity: wishlist
> Tags: upstream
>
> RemoteVstPlugin from lmms-vst-server is compiled with wineg++. The build
> is not reproducible because the name of a temporary file is included.[1]
> The function that creates this file should try
>
> char* tmp = strmake("%s%s", prefix, suffix);
> fd = open(tmp, O_CREAT | O_EXCL, 0600);
>
> before mkstemps().[2]
>
> [1]
> https://tests.reproducible-builds.org/debian/dbd/unstable/i386/lmms_1.1.3-5.diffoscope.html
> ,
> look for "spec.".
> [2]
> http://source.winehq.org/git/wine.git/blob/HEAD:/tools/winegcc/winegcc.c#l265
Thanks! Can you file this upstream[1], and then update the bug here?
[1] https://bugs.winehq.org/enter_bug.cgi?product=Wine
Greets
jre