Your message dated Sat, 7 Sep 2019 17:44:37 +0200
with message-id <[email protected]>
and subject line Re: Bug#939662: sys/mman.h not found
has caused the Debian Bug report #939662,
regarding sys/mman.h not found
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.)
--
939662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mingw-w64
Version: 6.0.0-3
Severity: serious
Tags: a11y ftbfs
Justification: fails to build from source (but built successfully in the past)
Dear Maintainer,
Firstly I export my host as "x86_64-w64-mingw32" and then install the
gcc-mingw-w64,g++-mingw-w64 and some tolls to compile.
Secondly, I clone the source of gperftools from github to compile the
tcmalloc.
But this error "sys/mman.h not found" occured when I run the command "make"
after the commands "sh autogen.sh" and "./configure mingw-w64" finished.
I really not found the mman.h in the directory of mingw64.
I need your help.
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages mingw-w64 depends on:
ii g++-mingw-w64 8.3.0-19+21.4
ii gcc-mingw-w64 8.3.0-19+21.4
mingw-w64 recommends no packages.
mingw-w64 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Control: tag -a11y -ftbfs
Control: severity normal
Hi,
On Sat, 7 Sep 2019 13:02:08 +0000, Zhang Hao <[email protected]> wrote:
> Justification: fails to build from source (but built successfully in the
> past)
FTBFS means that the package you’re filing the bug against doesn’t build;
this isn’t the case here.
> Firstly I export my host as "x86_64-w64-mingw32" and then install the
> gcc-mingw-w64,g++-mingw-w64 and some tolls to compile. Secondly, I clone
> the source of gperftools from github to compile the tcmalloc. But this
> error "sys/mman.h not found" occured when I run the command "make" after
> the commands "sh autogen.sh" and "./configure mingw-w64" finished. I really
> not found the mman.h in the directory of mingw64. I need your help.
Look at README_windows.txt in the gperftools repository: Windows is only
supported minimally, using Visual Studio. You can’t build gperftools using
MinGW-w64 out of the box.
In projects which do support MinGW-w64, you need to use
./configure --host=x86_64-w64-mingw32
to configure the build, not "./configure mingw-w64".
Regards,
Stephen
pgpdDSNvK4XRB.pgp
Description: OpenPGP digital signature
--- End Message ---