ports/178638: emulators/wine-devel
David Naylor
dbn at FreeBSD.org
Tue May 14 17:10:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list