ports/78634: Link error for kallers on 64 bit machines

Scott A. Moberly smoberly at karamazov.org
Wed Mar 9 17:30:04 UTC 2005


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



More information about the freebsd-ports-bugs mailing list