Your message dated Sat, 07 Mar 2020 23:22:46 +0000
with message-id <[email protected]>
and subject line Bug#953284: Removed package(s) from unstable
has caused the Debian Bug report #748415,
regarding Inconsistent use of _GNU_SOURCE
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.)


-- 
748415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dosemu
Version: 1.4.0.7+20130105+b028d3f-1
Usertags: goto-cc

During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder)
the build failed with the following error. Please note that we use our research
compiler tool-chain (using tools from the cbmc package), which permits extended
reporting on type inconsistencies at link time.

gcc -o ../../../../../../1.4.0.8/bin/midid midid.o events.o io.o stats.o 
emulation.o device.o oss.o midout.o timid.o null.o -Wl,-warn-common -Wl,-z,relro
file /usr/include/x86_64-linux-gnu/sys/select.h line 106: error: conflicting 
function declarations "select"
make[3]: *** [../../../../../../1.4.0.8/bin/midid] Error 64
make[3]: Leaving directory 
`/srv/jenkins-slave/workspace/sid-goto-cc-dosemu/dosemu-1.4.0.7+20130105+b028d3f/src/arch/linux/dosext/sound/midid'
make[2]: *** [arch/linux/dosext/sound/midid] Error 2

This is caused by a #define _GNU_SOURCE being present in timid.c:

http://sources.debian.net/src/dosemu/1.4.0.7%2B20130105%2Bb028d3f-1/src/arch/linux/dosext/sound/midid/timid.c?hl=11#L11

while it is missing from other files, including io.c. As _GNU_SOURCE yields
struct type declarations in system headers to differ from non-_GNU_SOURCE ones,
undefined behaviour may arise. Consequently _GNU_SOURCE should be set either on
the compiler command line or in a project wide header file.

Best,
Michael

Attachment: pgpTljkTCTVCY.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.4.0.7+20130105+b028d3f-2+rm

Dear submitter,

as the package dosemu has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/953284

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to