From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 14 17:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9E7AB16 for ; Tue, 14 May 2013 17:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 97260B21 for ; Tue, 14 May 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4EHA0m6091500 for ; Tue, 14 May 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4EHA0Is091499; Tue, 14 May 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 17:10:00 GMT Resent-Message-Id: <201305141710.r4EHA0Is091499@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6C2F176D for ; Tue, 14 May 2013 17:03:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5F44EABE for ; Tue, 14 May 2013 17:03:28 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4EH3SBw056989 for ; Tue, 14 May 2013 17:03:28 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4EH3SJe056960; Tue, 14 May 2013 17:03:28 GMT (envelope-from nobody) Message-Id: <201305141703.r4EH3SJe056960@oldred.FreeBSD.org> Date: Tue, 14 May 2013 17:03:28 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178638: emulators/wine-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 17:10:00 -0000 >Number: 178638 >Category: ports >Synopsis: emulators/wine-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: FreeBSD dragon.dg 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan 19 10:13:56 SAST 2013 root@dragon.dg:/tmp/home/freebsd/9.1/src/sys/MODULAR i386 >Description: Wine fails to install libwine.so even though it is required by the resulting binaries. This appears to be due to a faulty (GNU) configure. A rebuild with auto* might fix the issue. This has not been reported upstream. >How-To-Repeat: # cd /usr/ports/emulators/wine-devel # make deinstall reinstall .. # cd /usr/local/bin # ldd wine wine: libwine.so.1 => not found (0) libthr.so.3 => /lib/libthr.so.3 (0x80021000) libc.so.7 => /lib/libc.so.7 (0x80041000) >Fix: Add to the port (approximately): post-build: ${MAKE} -C ${WRKSRC}/libs/wine post-install: ${MAKE} -C ${WRKSRC}/libs/wine install >Release-Note: >Audit-Trail: >Unformatted: