http://bugs.winehq.com/show_bug.cgi?id=1421
------- Additional Comments From man(a)oceanography.ru 2003-04-29 02:35 -------
Created an attachment (id=467)
configure log file, gzipped
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1421>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1421
Summary: Can't compile wine-20030408
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: man(a)oceanography.ru
my system:
was slackware-8.1 at first
almost everything built from sources now:
glibc-2.3.2
gcc-3.2.3
flex-2.5.31
bison-1.875
wine won't compile on my machine
attached are config.log and the results of running make
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1421>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1343
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gwatson(a)linuxlogin.com
------- Additional Comments From julliard(a)winehq.com 2003-04-28 18:34 -------
*** Bug 1420 has been marked as a duplicate of this bug. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1343>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1420
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From julliard(a)winehq.com 2003-04-28 18:34 -------
Nothing to do with nscd, it's the well known glibc problem.
Get the latest wine and build with the --with-nptl flag.
*** This bug has been marked as a duplicate of 1343 ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1420>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1420
------- Additional Comments From dclark(a)akamail.com 2003-04-28 18:18 -------
Adding wine-bugs to the CC list, else any new postings won't show up on gmane
(nor the wine-bugs archives, I think).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1420>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1420
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
Component|wine-user |wine-ipc
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-28 17:13 -------
Wow, good spot!
Immediately reassigning to Alexandre for fast bugfixing...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1420>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1420
Summary: Wine 20030318 will not load with nscd running
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gwatson(a)linuxlogin.com
Wine will fail to run with nscd running in memory. 'nscd' is a DNS caching
service and should not effect wine operation.
The following error is produced every time:
wine: lstat /tmp/.wine-user/server-816-31a/socket : No such file or directory
strace pointed to the possible problem:
getuid32() = 1000
socket(PF_UNIX, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = 0
writev(3, [{"\2\0\0\0\1\0\0\0\5\0\0\0", 12}, {"1000\0", 5}], 2) = 17
read(3, "\0\0\0\0\1\0\0\0\10\0\0\0\2\0\0\0\350\3\0\0\350\3\0\0\1"..., 36) = 36
read(3, "user\0x\0\0/home/user\0/bin/ba"..., 35) = 35
close(3) = 0
stat64("/home/user/.wine", {st_mode=S_IFDIR|0750, st_size=232, ...}) = 0
chdir("/tmp/.wine-user/server-816-31a") = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=72, ...}) = 0
getuid32() = 1000
lstat64("socket", 0xbfffe430) = -1 ENOENT (No such file or directory)
Stopping the nscd service resolves the problem.
wine 20030318
nscd (GNU libc) 2.3.2
Gentoo Linux (2.4.20-gentoo-r3)
gcc (GCC) 3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r2)
glibc 2.3.2-r1
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1420>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1419
Summary: disable applications running under WINE from accessing
network
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: nathan(a)nathanvalentine.org
It would be nice to have an option for wine.conf that disallows applications
running under WINE from accessing the network. This would be especially helpful
in the situation where a user would like to run an email attachment without
having to worry about spreading the latest MS virus.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1419>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1418
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-04-28 10:18 -------
This bug is invalid, we don't add support for apps on a case by case basis. Try
it out, if it doesn't work report exactly what goes wrong to bugzilla.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1418
Summary: Add support for mTelnet/32
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: garbagebin(a)hitechclub.com
There are various Telnet clients available, but it seems to me that there are
few that have full support for ANSI-BBS graphics. Also, it is important to have
Z-MODEM download capabilities in the client.. and freeware is nice too. All
these things seem to be part of the mTel Telnet Client. This client is
available from http://ozone.eesc.com/
mTel seems to be __the__ premier telnet client for use with telnet BBS (bulletin
board system) systems. Please add support for this program as it would be nice
to have a client compatible with Linux that supports ANSI-BBS and has Z-MODEM.
Thank you for considering my request.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.