Date: Wed, 17 Mar 2004 13:55:09 +0100 From: Holm Tiffe <holm@freibergnet.de> To: freebsd-current@freebsd.org Subject: Strange Wine problem on -current Message-ID: <20040317125509.GB28617@pegasus.freiberg-net.de>
next in thread | raw e-mail | index | archive | help
Hi, I have a strange problem running wine build from the ports on an -current cvsupped today. Compiling and installing ist ok, but when I try to run wine I get nothing but an "Abort trap". I've tryed do do some investigatation wat causes the fault but nothing really works ... $ ldd /usr/local/bin/wine /usr/local/bin/wine: /usr/local/bin/wine: signal 6 $ ktrace wine Abort trap $ kdump 32603 ktrace RET ktrace 0 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/sbin/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/bin/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/usr/sbin/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/usr/bin/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/usr/games/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/usr/local/sbin/wine" 32603 ktrace RET execve -1 errno 2 No such file or directory 32603 ktrace CALL execve(0xbfbfe3f0,0xbfbfe92c,0xbfbfe934) 32603 ktrace NAMI "/usr/local/bin/wine" $ truss wine truss: process exited before exec'ing $ A binary package working on an other system ist doing the same here. What the heck ist going on here? I't looks relatet to the ld.so, but all other programms are running fine so far .. TIA, Holm -- L&P::Kommunikation GbR Holm Tiffe * Administration, Development FreibergNet.de Internet Systems phone +49 3731 41930 Bereich Server & Technik fax +49 3731 4196026 D-09599 Freiberg * Nonnengasse 31a http://www.freibergnet.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040317125509.GB28617>