[Bug 217411] emulators/qemu-user-static: build fails on 10.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 28 00:57:17 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217411

            Bug ID: 217411
           Summary: emulators/qemu-user-static: build fails on 10.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sbruno at FreeBSD.org
          Reporter: z7dr6ut7gs at snkmail.com
             Flags: maintainer-feedback?(sbruno at FreeBSD.org)
          Assignee: sbruno at FreeBSD.org

qemu-user-static fails to build after recent qemu-sbruno update:


 .
 .
cc -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/tcg
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/tcg/i386 -I.
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/include
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd
-Ibsd-user/freebsd
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/dtc/libfdt
-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include  -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 
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14
-I/usr/local/include -DPREFIX=\""/usr/local\"" -Wno-string-plus-int
-Wno-initializer-overrides -Wendif-labels -Wmissing-include-dirs -Wempty-body
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self
-Wignored-qualifiers -Wold-style-definition -Wtype-limits -fstack-protector-all
-I/usr/local/include  -I..
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/target/i386
-DNEED_CPU_H
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/include
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/x86_64
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd
-MMD -MP -MT bsd-user/freebsd/os-sys.o -MF bsd-user/freebsd/os-sys.d -g -O2
-pipe  -fstack-protector -fno-strict-aliasing  -c -o bsd-user/freebsd/os-sys.o
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c:753:32:
error:
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c:753:32:
error: no member named 'ifi_oqdrops' in 'struct if_data'; did you mean
'ifi_iqdrops'?
            PUT(tifm->ifm_data.ifi_oqdrops, ifm->ifm_data.ifi_oqdrops);
                               ^~~~~~~~~~~
                               ifi_iqdrops
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c:575:32:
note: expanded from macro 'PUT'
#define PUT(t,v) switch(sizeof(t)) {   \
                               ^
no member named 'ifi_oqdrops' in 'struct if_data'; did you mean
'ifi_iqdrops'?/usr/include/net/if.h:104:9: note: 'ifi_iqdrops' declared here
        u_long  ifi_iqdrops;            /* dropped on input, this interface */
                ^
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c:753:32:
error: no member named 'ifi_oqdrops' in 'struct if_data'; did you mean
'ifi_iqdrops'?

            PUT(tifm->ifm_data.ifi_oqdrops, ifm->ifm_data.ifi_oqdrops);
                               ^~~~~~~~~~~
                               ifi_iqdrops
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-f51cf14/bsd-user/freebsd/os-sys.c:575:32:
note: expanded from macro 'PUT'
#define PUT(t,v) switch(sizeof(t)) {   \
                               ^
/usr/include/net/if.h:104:9: note            PUT(tifm->ifm_data.ifi_oqdrops,
ifm->ifm_data.ifi_oqdrops);
                               ^~~~~~~~~~~
                               ifi_iqdrops

 .
 .

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list