Date: Wed, 9 Mar 2005 11:20:59 -0600 (CST) From: "Scott A. Moberly" <smoberly@karamazov.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78634: Link error for kallers on 64 bit machines Message-ID: <200503091720.j29HKxmt079023@pavel.karamazov.org> Resent-Message-ID: <200503091730.j29HU3tK058203@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78634 >Category: ports >Synopsis: Link error for kallers on 64 bit machines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 17:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Scott A. Moberly >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD pavel.karamazov.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Tue Feb 8 14:36:40 CST 2005 root@pavel.karamazov.org:/usr/obj/usr/src/sys/PAVEL i386 >Description: comms/kallers ports unabler to link of 64-bit >How-To-Repeat: cd /usr/ports/comms/kallers && make (on a 64-bit machine) >Fix: *** comms/kallers/Makefile.old Wed Mar 9 11:05:22 2005 --- comms/kallers/Makefile Wed Mar 9 11:16:44 2005 *************** *** 19,22 **** --- 19,26 ---- GNU_CONFIGURE= yes CONFIGURE_TARGET= + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" + BROKEN= "Does not build on amd64 or ia64 (unable to link)" + .endif + .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503091720.j29HKxmt079023>