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

Bug#837377: marked as done (wine32-tools: Build with winegcc is not reproducible)



Your message dated Mon, 6 Jun 2022 03:19:50 +0000
with message-id <CANTw=MOJiNX3Ajpe105LmFC+cGQ-LjUwX2vfnUFP4R0nxQRnBQ@mail.gmail.com>
and subject line Re: [pkg-wine-party] Bug#837377: wine32-tools: Build with winegcc is not reproducible
has caused the Debian Bug report #837377,
regarding wine32-tools: Build with winegcc is not reproducible
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 owner@bugs.debian.org
immediately.)


-- 
837377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837377
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
version: 7.0~repack-1

On Sun, Sep 11, 2016 at 3:48 AM Javier Serrano Polo wrote:
> The build is not reproducible because the name of a temporary file is included.
> 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]

I found this fixed in 7.0, but was likely fixed upstream at some
earlier release.

Best wishes,
Mike

--- End Message ---

Reply to: