Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 17:03:28 GMT
From:      David Naylor <dbn@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178638: emulators/wine-devel
Message-ID:  <201305141703.r4EH3SJe056960@oldred.FreeBSD.org>
Resent-Message-ID: <201305141710.r4EHA0Is091499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305141703.r4EH3SJe056960>