Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2013 18:00:02 GMT
From:      Hardy Schumacher <hardy.schumacher@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178223: [emulators/i386-wine-devel] does not build on amd64
Message-ID:  <201304281800.r3SI02eG065250@red.freebsd.org>
Resent-Message-ID: <201304281810.r3SIA0Ug013326@freefall.freebsd.org>

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

>Number:         178223
>Category:       ports
>Synopsis:       [emulators/i386-wine-devel] does not build on amd64
>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:   Sun Apr 28 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.1
>Organization:
>Environment:
n/a
>Description:
Port "emulators/i386-wine-devel" does not build on amd64 platform. That issue is related to the limitation "ONLY_FOR_ARCHS=i386" set in related port "emulators/wine-devel".
>How-To-Repeat:
Use an FreeBSD-9.x AMD64.

Execute following command:
cd /usr/ports/emulators/i386-wine-devel && make install clean
>Fix:
Add following line to emulators/i386-wine-devel/Makefile:
ONLY_FOR_ARCHS=i386 amd64


Modify emulators/wine-devel/Makefile:
Add a check around ONLY_FOR_ARCHS, set it only to the current value "i386" in case it's empty.


>Release-Note:
>Audit-Trail:
>Unformatted:



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