[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#837377: wine32-tools: Build with winegcc is not reproducible



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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Reply to: