http://bugs.winehq.org/show_bug.cgi?id=17937
Summary: Cygwin compilation fails in rpc_transport.c
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgerard(a)gmail.com
./configure --without-freetype && make depend && make bombs out during the
make:
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_RPCRT4_
-DCOM_NO_WINDOWS_H -DMSWMSG -D_REENTRANT -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
rpc_transport.o rpc_transport.c
rpc_transport.c: In function `rpcrt4_ncacn_ip_tcp_open':
rpc_transport.c:797: error: storage size of 'hints' isn't known
rpc_transport.c:813: warning: implicit declaration of function `getaddrinfo'
rpc_transport.c:816: warning: implicit declaration of function `gai_strerror'
rpc_transport.c:816: warning: format argument is not a pointer (arg 7)
rpc_transport.c:821: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:825: error: (Each undeclared identifier is reported only once
rpc_transport.c:825: error: for each function it appears in.)
rpc_transport.c:835: warning: implicit declaration of function `getnameinfo'
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:837: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:837: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:862: warning: implicit declaration of function `freeaddrinfo'
rpc_transport.c:797: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_protseq_ncacn_ip_tcp_open_endpoint':
rpc_transport.c:879: error: storage size of 'hints' isn't known
rpc_transport.c:884: error: `AI_PASSIVE' undeclared (first use in this
function)
rpc_transport.c:896: warning: format argument is not a pointer (arg 6)
rpc_transport.c:898: error: `EAI_SERVICE' undeclared (first use in this
function)
rpc_transport.c:898: error: `EAI_NONAME' undeclared (first use in this
function)
rpc_transport.c:903: error: dereferencing pointer to incomplete type
rpc_transport.c:909: error: `NI_MAXSERV' undeclared (first use in this
function)
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:922: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:922: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:959: warning: format argument is not a pointer (arg 5)
rpc_transport.c:909: warning: unused variable `service'
rpc_transport.c:879: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_ip_tcp_get_top_of_tower':
rpc_transport.c:1178: error: storage size of 'hints' isn't known
rpc_transport.c:1200: error: `AI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:1216: warning: format argument is not a pointer (arg 5)
rpc_transport.c:1221: error: dereferencing pointer to incomplete type
rpc_transport.c:1223: error: dereferencing pointer to incomplete type
rpc_transport.c:1229: error: dereferencing pointer to incomplete type
rpc_transport.c:1178: warning: unused variable `hints'
make[2]: *** [rpc_transport.o] Error 1
make[2]: Leaving directory `/cygdrive/d/wine-git/dlls/rpcrt4'
make[1]: *** [rpcrt4] Error 2
make[1]: Leaving directory `/cygdrive/d/wine-git/dlls'
make: *** [dlls] Error 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23200
Summary: cygwin build broken in dlls/ws2_32/tests/sock.c
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=28867)
--> (http://bugs.winehq.org/attachment.cgi?id=28867)
make log
After ba9ec152e17f436fb3e73d8e08af811ba3520cef, the build gets past
dlls/msvcrt/tests, and now fails in dlls/ws2_32/tests/sock.c:
sock.c: In function `select_server':
sock.c:473: error: variable `timeout' has initializer but incomplete type
sock.c:473: warning: excess elements in struct initializer
sock.c:473: warning: (near initialization for `timeout')
sock.c:473: warning: excess elements in struct initializer
sock.c:473: warning: (near initialization for `timeout')
sock.c:473: error: storage size of 'timeout' isn't known
sock.c:474: error:
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' undeclared (first
use in this function)
sock.c:474: error: (Each undeclared identifier is reported only once
sock.c:474: error: for each function it appears in.)
sock.c:474: error: parse error before "fds_recv"
sock.c:488: warning: implicit declaration of function
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library'
sock.c:488: error: `fds_openrecv' undeclared (first use in this function)
sock.c:489: error: `fds_recv' undeclared (first use in this function)
sock.c:490: error: `fds_send' undeclared (first use in this function)
sock.c:491: error: `fds_opensend' undeclared (first use in this function)
sock.c:473: warning: unused variable `timeout'
sock.c: In function `SelectReadThread':
full error attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20682
Summary: Winetest does not see game controllers
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=24708)
--> (http://bugs.winehq.org/attachment.cgi?id=24708)
calibrated and working game controllers
Hi, i have to game controllers attached to WinXP:
* Microsoft SideWinder Force Feedback Wheel
* Logitech WingMan Formula Force GP USB
They are calibrated and working fine. But when i run latest wine test suite
(winetest-20091112-459a0c4de9ab.exe), i'll get:
xinput1_3:xinput start dlls/xinput1_3/tests/xinput.c -
xinput.c:79: Tests skipped: Controller 0 is not connected
xinput.c:79: Tests skipped: Controller 1 is not connected
xinput.c:79: Tests skipped: Controller 2 is not connected
xinput.c:79: Tests skipped: Controller 3 is not connected
xinput.c:141: Tests skipped: Controller 0 is not connected
xinput.c:141: Tests skipped: Controller 1 is not connected
xinput.c:141: Tests skipped: Controller 2 is not connected
xinput.c:141: Tests skipped: Controller 3 is not connected
xinput.c:164: Tests skipped: Controller 0 is not connected
xinput.c:164: Tests skipped: Controller 1 is not connected
xinput.c:164: Tests skipped: Controller 2 is not connected
xinput.c:164: Tests skipped: Controller 3 is not connected
xinput.c:188: Tests skipped: Controller 0 is not connected
xinput.c:188: Tests skipped: Controller 1 is not connected
xinput.c:188: Tests skipped: Controller 2 is not connected
xinput.c:188: Tests skipped: Controller 3 is not connected
xinput: 38 tests executed (0 marked as todo, 0 failures), 16 skipped.
I get same "not connected" messages even when no game controller is pluged in,
i.e. wine test suite does not see these two controllers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13646
Summary: d3d9 device tests crash on XP SP2 with Radeon Mobility
9000
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
The d3d9 device tests crash, producing a 'd3d9_test.exe has crashed...' dialog.
The console output up until the crash is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17892
Summary: appdb rejection workflow is broken, no editing
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
My latest AppDB entry got rejected because there was too much German and too
little English. The E-Mail I received said:
"Clicking on the link in this email will allow you to modify and resubmit the
application. A link to your queue of applications and versions will also show
up on the left hand side of the Appdb site once you have logged in.
http://appdb.winehq.org/objectManager.php?sClass=application_queue&bIsQueue…
Alas,
a) I don't see on this page how to modify the text and resubmit it. No <Input>,
no visible link to an edit page.
b) The link "your queued items" on the left leads to a page reporting nothing
queued:
You have no queued test results.
You have no queued applications.
You have no queued versions.
You have no queued bugs.
You have no queued application data.
c) At the bottom of the "Edit application" page, following the link "Move child
objects" yields to a DoS attack on my browser, as it tries to render a
seemingly endless list of empty objects and tables.
In case it matters, I'm running NoScript, but winehq.org is allowed.
I really hope the application+version+test texts I submitted does not get lost
because I'd hate to have to think about all of it again. Adding English text
would be no problem.
How to update the submitted page to include English descriptions so it will get
accepted?
Regards,
Jörg Höhle
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22289
Summary: [cygwin] cannot find -lmsvcrt on a msvcr90 test
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Created an attachment (id=27239)
--> (http://bugs.winehq.org/attachment.cgi?id=27239)
Log of the error and result of git bisect
I know that there is no cygwin VM on wineTestBot (yet?).
Compiling wine on cygwin may be useless as mingW just work fine.
But a bug is a bug and I want help wine being cross-platform whatever your
compiler/environment.
Otherwise you can close this one as WONTFIX and I won't bother you anymore.
Compilation is very slow on my machine so I hope git bisect didn't give me a
false positive result.
Log attached (created with vim on cygwin to avoid newline issues).
PS : seems I can't CC "piotr <at> codeweavers <dot> com"...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13645
Summary: d3d8 tests fail on XP SP2 with Radeon Mobility 9000 card
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13626)
--> (http://bugs.winehq.org/attachment.cgi?id=13626)
device test failures
The d3d8 device and visual tests fail for me on Windows XP SP2 with the Radeon
Mobility 9000 card. Device failures are attached, visual tests will be
attached shortly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13538
Summary: netapi/access test doesn't delete testuser home
directories after the test
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: kai.blin(a)gmail.com
On XP and up (W2K3 and Vista) the netapi/access tests leaves user directories
behind.
Every new winetest run (or manual netapi/access test run) will create a
testuser. The NetUserDel function is used to remove this testuser from the
system. As of XP, NetUserDel doesn't seem to delete the user's home directory.
The tests won't fail when a new test is run but you will end up with several
home directories. For example (on my XP box):
C:\Documents and Settings\testuser
C:\Documents and Settings\testuser.XP
I guess the delete_test_user function should be changed to:
- find out the created home directory
- delete the user account
- delete the home directory if it exists
The home directories can be deleted without a problem btw.
We also need to make sure that older testuser directories get deleted (will be
a one time thingy probably).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23542
Summary: Cygwin compiled winecfg doesn't start in Windows 7
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: assiduous64(a)gmail.com
winecfg doesn't start in Windows 7 Ultimate 64-bit from Cygwin Bash Shell --
nothing happens.
Tested with Wine 1.2-rc6. Compiled in Cygwin v1.7.5. Wine Notepad runs fine.
Logs created with "winecfg 1>winecfgout.txt 2>winecfgerr.txt" are blank. I can
provide all logs from the compilation process if needed.
Btw, Windows Vista is selected as the OS in this bug entry only because Windows
7 isn't added to the list yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16084
Summary: widl crash on vista x86
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netzimme(a)aol.com
in the function get_size_procformatstring() in tools/widl/typegen.c
the line :
else if (stmt->type != STMT_TYPE && stmt->u.type->type != RPC_FC_IP)
should be :
else if (stmt->type != STMT_TYPE || stmt->u.type->type != RPC_FC_IP)
because both parameter must be the same not only one of them to call
the function pred(iface) below.
Greetings
Daniel Zimmermann
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.