From owner-freebsd-isdn Mon Oct 19 14:59:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24403 for freebsd-isdn-outgoing; Mon, 19 Oct 1998 14:59:26 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24385 for ; Mon, 19 Oct 1998 14:59:08 -0700 (PDT) (envelope-from dva.in-berlin.de!balu@hirsch.in-berlin.de) Received: from hirsch.in-berlin.de (root@hirsch.in-berlin.de [192.109.42.6]) by mail.vr.IN-Berlin.DE (8.8.8/8.8.8) with ESMTP id XAA02923; Mon, 19 Oct 1998 23:58:18 +0200 (CEST) (envelope-from dva.in-berlin.de!balu@hirsch.in-berlin.de) Received: by hirsch.in-berlin.de (Smail3.2) id ; Mon, 19 Oct 1998 23:58:17 +0200 (CEST) Received: (from balu@localhost) by dva.in-berlin.de (8.9.1/8.9.1) id XAA27653; Mon, 19 Oct 1998 23:56:55 +0200 (CEST) (envelope-from balu) From: Boris Staeblow Message-Id: <199810192156.XAA27653@dva.in-berlin.de> Subject: FreeBSD 3.0 current & i4b-00.63-alpha To: freebsd-isdn@FreeBSD.ORG Date: Mon, 19 Oct 1998 23:56:54 +0200 (CEST) Cc: paepcke@hotmail.com X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Paepcke wrote: >FreeBSD 3.0-current (elf) & i4b-00.63-alpha & Teles 16.3 : > > 1) Install Scripts runs w/out any problem ! > 2) Kernel (after patch) reg. Card ! > 3) but ... > cd /usr/src/i4b > make depend > [..] > isdnd > lex -t rc_scan y.tab.h > rc_scan.c > lex: canīt open y.tab.h > ERROR Here is a short fix for your problem with -current: (from a 0.62-source, should work with 0.63?) *** isdnd/Makefile.orig Tue May 19 17:08:54 1998 --- isdnd/Makefile Sun Oct 11 19:26:23 1998 *************** *** 11,22 **** process.c rates.c msghdl.c fsm.c support.c timer.c \ exec.c dial.c monitor.c ! .if (${BSDTYPE} == "FreeBSD" && ${RELEASE} == "3.0-CURRENT") SRCS += y.tab.h .endif .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT") CLEANFILES+= rc_scan.c rc_parse.c y.tab.h y.output hdr.out isdnd.core .endif --- 11,22 ---- process.c rates.c msghdl.c fsm.c support.c timer.c \ exec.c dial.c monitor.c ! .if (${BSDTYPE} == "FreeBSD" && ${RELEASE} == "3.0-BETA") SRCS += y.tab.h .endif .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA") CLEANFILES+= rc_scan.c rc_parse.c y.tab.h y.output hdr.out isdnd.core .endif *************** *** 41,47 **** .endif .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT") rc_scan.c: rc_scan.l y.tab.h y.tab.h: rc_parse.c rc_parse.c: rc_parse.y --- 41,47 ---- .endif .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA") rc_scan.c: rc_scan.l y.tab.h y.tab.h: rc_parse.c rc_parse.c: rc_parse.y *** man/Makefile.orig Sat Mar 28 17:02:14 1998 --- man/Makefile Sun Oct 11 19:25:33 1998 *************** *** 10,16 **** .endif .if (${BSDTYPE} == "NetBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT") MAN4 += sppp.4 .endif --- 10,16 ---- .endif .if (${BSDTYPE} == "NetBSD" || \ ! ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA") MAN4 += sppp.4 .endif -- balu@dva.in-berlin.de Boris Staeblow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message