Your message dated Sun, 10 Jan 2021 19:41:03 +0300
with message-id <[email protected]>
and subject line Re: Bug#979712: Acknowledgement (qemu: Cannot compile qemu)
has caused the Debian Bug report #979712,
regarding qemu: Cannot compile qemu
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.)
--
979712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979712
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu
Version: 1:5.2+dfsg-3
Severity: important
Tags: ftbfs
Dear Maintainer,
* What led up to the situation?
I tried build from source
* What exactly did you do (or not do) that was effective (or
ineffective)?
sudo aptitude update
sudo apt-get source qemu
cd qemu-5.2+dfsg
sudo debuild -us -uc -b
* What was the outcome of this action?
Compile error:
[...]
/tmp/debian/qemu-5.2+dfsg=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wold-style-declaration
-Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self
-Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels
-Wexpansion-to-defined -Wno-missing-include-dirs -Wno-shift-negative-value
-Wno-psabi -fstack-protector-strong -c -o config-temp/qemu-conf.o
config-temp/qemu-conf.c
config-temp/qemu-conf.c:1:10: fatal error: sys/kcov.h: No such file or directory
1 | #include <sys/kcov.h>
[...]
mp/debian/qemu-5.2+dfsg=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
-Wl,--as-needed -fstack-protector-strong
config-temp/qemu-conf.c:1:10: fatal error: sys/endian.h: No such file or
directory
1 | #include <sys/endian.h>
* What outcome did you expect instead?
compiled packages
-- System Information:
Debian Release: bullseye/sid
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldoldstable'), (500,
'unstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-- debconf-show failed
--- End Message ---
--- Begin Message ---
10.01.2021 19:16, Kamil Jońca wrote:
"Debian Bug Tracking System" <[email protected]> writes:
Attached full compilation message :
Ok, this is better. From your log, from the beginning of it:
ERROR: User requested feature smartcard
configure was not able to find it.
Install libcacard devel
debuild does not install build-time dependencies. If you want to
build it this way, please take a look at debian/control file and
install everything listed in Build-Depends and Build-Depends-Indep
fields.
Closing this bugreport.
Thanks,
/mjt
--- End Message ---