From owner-freebsd-ports Tue Apr 28 07:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06304 for freebsd-ports-outgoing; Tue, 28 Apr 1998 07:50:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06238; Tue, 28 Apr 1998 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from colossus.dyn.ml.org (dburr@206-18-112-193.la.inreach.net [206.18.112.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04351 for ; Tue, 28 Apr 1998 07:41:05 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id HAA18495; Tue, 28 Apr 1998 07:37:35 -0700 (PDT) (envelope-from dburr) Message-Id: <199804281437.HAA18495@colossus.dyn.ml.org> Date: Tue, 28 Apr 1998 07:37:35 -0700 (PDT) From: dburr@POBoxes.com Reply-To: dburr@POBoxes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6441: Port graphics/aalib requires slang, can't find Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6441 >Category: ports >Synopsis: Port graphics/aalib requires slang, can't find >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 28 07:50:00 PDT 1998 >Last-Modified: >Originator: Donald Burr >Organization: Computer Help >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE, ports tree ftp'd as of last night. >Description: graphics/aalib appears to depend on Slang. At any rate, it #includes . Also, it does NOT look in /usr/local/include for it, which results in the file "aaslnkbd.c" to not compile. -DHAVE_CONFIG_H -I. -I. -I. -O3 -m486 -pipe -I/usr/X11R6/include -I/usr/local/include/slang -c -fPIC -DPIC aaslnkbd.c aaslnkbd.c:9: slang.h: No such file or directory aaslnkbd.c: In function `slang_getchar': aaslnkbd.c:143: `SL_KEY_ERR' undeclared (first use this function) aaslnkbd.c:143: (Each undeclared identifier is reported only once aaslnkbd.c:143: for each function it appears in.) aaslnkbd.c:145: `SL_KEY_LEFT' undeclared (first use this function) aaslnkbd.c:147: `SL_KEY_RIGHT' undeclared (first use this function) aaslnkbd.c:149: `SL_KEY_UP' undeclared (first use this function) aaslnkbd.c:151: `SL_KEY_DOWN' undeclared (first use this function) aaslnkbd.c:153: `SL_KEY_BACKSPACE' undeclared (first use this function) aaslnkbd.c:154: warning: unreachable code at beginning of switch statement *** Error code 1 Stop. >How-To-Repeat: Try building graphics/aalib without slang installed (or even, WITH slang installed -- see above). >Fix: Kludge: cd /usr/include && ln -sf ../local/include/slang.h slang.h then rebuild. Long-term solution: Fix the port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message