FreeBSD Bugzilla – Attachment 223635 Details for
Bug 254601
emulators/wine: 5.0.4,1 fails to build with '__wine_dbch___default' undeclared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
wine 5.0.4,1 build error
file_254601.txt (text/plain), 16.67 KB, created by
Felix Palmen
on 2021-03-27 11:26:56 UTC
(
hide
)
Description:
wine 5.0.4,1 build error
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2021-03-27 11:26:56 UTC
Size:
16.67 KB
patch
obsolete
>gcc10 -m64 -c -o v4l.o v4l.c -I. -I../strmbase -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \ > -fcf-protection=none -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement \ > -Wempty-body -Wignored-qualifiers -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes \ > -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op \ > -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -isystem /usr/local/include -fno-strict-aliasing >In file included from v4l.c:60: >v4l.c: In function 'qcap_driver_destroy': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:607:5: note: in expansion of macro 'FAIL_WITH_ERR' > 607 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >../../include/wine/debug.h:485:56: note: each undeclared identifier is reported only once for each function it appears in > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:607:5: note: in expansion of macro 'FAIL_WITH_ERR' > 607 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_check_format': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:612:5: note: in expansion of macro 'FAIL_WITH_ERR' > 612 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_set_format': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:617:5: note: in expansion of macro 'FAIL_WITH_ERR' > 617 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_get_format': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:622:5: note: in expansion of macro 'FAIL_WITH_ERR' > 622 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_get_prop_range': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:629:5: note: in expansion of macro 'FAIL_WITH_ERR' > 629 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_get_prop': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:635:5: note: in expansion of macro 'FAIL_WITH_ERR' > 635 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_set_prop': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:602:5: note: in expansion of macro 'ERR' > 602 | ERR("v4l absent: shouldn't be called\n"); \ > | ^~~ >v4l.c:641:5: note: in expansion of macro 'FAIL_WITH_ERR' > 641 | FAIL_WITH_ERR; > | ^~~~~~~~~~~~~ >v4l.c: In function 'qcap_driver_init_stream': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:646:5: note: in expansion of macro 'ERR' > 646 | ERR("v4l absent: shouldn't be called\n"); > | ^~~ >v4l.c: In function 'qcap_driver_start_stream': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:651:5: note: in expansion of macro 'ERR' > 651 | ERR("v4l absent: shouldn't be called\n"); > | ^~~ >v4l.c: In function 'qcap_driver_stop_stream': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:656:5: note: in expansion of macro 'ERR' > 656 | ERR("v4l absent: shouldn't be called\n"); > | ^~~ >v4l.c: In function 'qcap_driver_cleanup_stream': >../../include/wine/debug.h:485:56: error: '__wine_dbch___default' undeclared (first use in this function) > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:73:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' > 73 | #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) > | ^~~~ >../../include/wine/debug.h:83:11: note: in expansion of macro '__WINE_GET_DEBUGGING' > 83 | do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ > | ^~~~~~~~~~~~~~~~~~~~ >../../include/wine/debug.h:485:36: note: in expansion of macro '__WINE_DPRINTF' > 485 | #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) > | ^~~~~~~~~~~~~~ >../../include/wine/debug.h:524:36: note: in expansion of macro 'WINE_ERR' > 524 | #define ERR WINE_ERR > | ^~~~~~~~ >v4l.c:661:5: note: in expansion of macro 'ERR' > 661 | ERR("v4l absent: shouldn't be called\n"); > | ^~~ >gmake[2]: *** [Makefile:532: v4l.o] Error 1 >gmake[2]: Leaving directory '/wrkdirs/usr/ports/emulators/wine/work/wine-5.0.4/dlls/qcap' >gmake[1]: *** [Makefile:8343: dlls/qcap] Error 2 >gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/wine/work/wine-5.0.4' >*** Error code 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 254601
: 223635 |
223642