Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647428 - app-emulation/qemu-guest-agent-2.11.0 : with glibc-2.27-r1: util/memfd.c:40:12: error: static declaration of memfd_create follows non-static declaration
Summary: app-emulation/qemu-guest-agent-2.11.0 : with glibc-2.27-r1: util/memfd.c:40:1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.27
  Show dependency tree
 
Reported: 2018-02-12 18:11 UTC by Toralf Förster
Modified: 2018-10-20 16:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.24 KB, text/plain)
2018-02-12 18:11 UTC, Toralf Förster
Details
app-emulation:qemu-guest-agent-2.11.0:20180212-052651.log (app-emulation:qemu-guest-agent-2.11.0:20180212-052651.log,194.50 KB, text/plain)
2018-02-12 18:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,183.65 KB, text/plain)
2018-02-12 18:11 UTC, Toralf Förster
Details
environment (environment,118.18 KB, text/plain)
2018-02-12 18:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.45 KB, application/x-bzip)
2018-02-12 18:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,2.90 KB, application/x-bzip)
2018-02-12 18:11 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.31 KB, application/x-bzip)
2018-02-12 18:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-02-12 18:11:39 UTC
x86_64-pc-linux-gnu-gcc -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/util -Iutil -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/tcg -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/tcg/i386 -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/linux-headers -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/linux-headers -I. -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0 -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/accel/tcg -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/include -I/usr/include/pixman-1  -DHAS_LIBSSH2_SFTP_FSYNC -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DNCURSES_WIDECHAR -D_GNU_SOURCE -I/usr/include/ncursesw -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv  -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong     -I/usr/include/libpng16 -I/usr/include/libdrm  -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/capstone/include -I/var/tmp/portage/app-emulation/qemu-guest-agent-2.11.0/work/qemu-2.11.0/tests -I qga/qapi-generated -MMD -MP -MT util/memfd.o -MF util/memfd.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -pipe -march=native  -c -o util/memfd.o util/memfd.c
util/memfd.c:40:12: error: static declaration of ‘memfd_create’ follows non-static declaration
 static int memfd_create(const char *name, unsigned int flags)
            ^~~~~~~~~~~~
In file included from /usr/include/bits/mman-linux.h:115:0,

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_20180207-191057

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv app-emulation/qemu-guest-agent
[ebuild  N    ] app-emulation/qemu-guest-agent-2.10.1
Comment 1 Toralf Förster gentoo-dev 2018-02-12 18:11:42 UTC
Created attachment 519224 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-12 18:11:45 UTC
Created attachment 519226 [details]
app-emulation:qemu-guest-agent-2.11.0:20180212-052651.log
Comment 3 Toralf Förster gentoo-dev 2018-02-12 18:11:49 UTC
Created attachment 519228 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-02-12 18:11:52 UTC
Created attachment 519230 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-02-12 18:11:55 UTC
Created attachment 519232 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-12 18:11:58 UTC
Created attachment 519234 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-02-12 18:12:01 UTC
Created attachment 519236 [details]
temp.tbz2
Comment 8 Pacho Ramos gentoo-dev 2018-06-27 09:51:10 UTC
does 2.12.0 compile?
Comment 9 Toralf Förster gentoo-dev 2018-06-28 19:02:59 UTC
(In reply to Pacho Ramos from comment #8)
yes
Comment 10 Andreas K. Hüttel archtester gentoo-dev 2018-09-12 18:29:25 UTC
(In reply to Toralf Förster from comment #9)
> (In reply to Pacho Ramos from comment #8)
> yes

stablereq filed in bug 666098
Comment 11 Larry the Git Cow gentoo-dev 2018-10-20 16:07:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720337ac1c65ce93e7e74578dd7aab2dd68bb3c3

commit 720337ac1c65ce93e7e74578dd7aab2dd68bb3c3
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-10-20 16:06:48 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-10-20 16:06:48 +0000

    app-emulation/qemu-guest-agent: Remove old
    
    Closes: https://bugs.gentoo.org/647428
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-emulation/qemu-guest-agent/Manifest            |  1 -
 .../qemu-guest-agent-2.11.1.ebuild                 | 83 ----------------------
 2 files changed, 84 deletions(-)