Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 1999 10:07:17 +0100
From:      "Rich Wood" <rich@dynamite.org>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        freebsd-isdn@FreeBSD.org
Subject:   Re: PPP over ISDN
Message-ID:  <B0000040324@clyde.chugaboom.net>
In-Reply-To: <199907112141.WAA04097@dev.lan.awfulhak.org>

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

--Message-Boundary-3436
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body

On 11 Jul 99, at 22:41, Brian Somers wrote:

> I don't know if the patch applies cleanly to my ppp archive, but it 
> should do....


It didn't apply cleanly to ppp-990711, the reject file for ppp/Makefile is 
attached below.

Once ppp/Makefile is suitably amended with the failed patches 'make'ing 
the patched ppp archive fails, 

[root@zippy /usr/src/ppp-990711]make

<snip>

cc -O -pipe -Wall -I. -I../libhack   -c physical.c
physical.c:95: i4b.h: No such file or directory
physical.c:117: `i4b_Create' undeclared here (not in a function)
physical.c:117: initializer element for `devices[0].create' is not constant
physical.c:117: `i4b_iov2device' undeclared here (not in a function)
physical.c:117: initializer element for `devices[0].iov2device' is not 
constant
physical.c:117: `i4b_DeviceSize' undeclared here (not in a function)
physical.c:117: initializer element for `devices[0].DeviceSize' is not 
constant
*** Error code 1

Stop.
*** Error code 1

Stop.
[root@zippy /usr/src/ppp-990711]

The machine in question is running FreeBSD 3.2-Release, 

Rich
-- 
rich@dynamite.org                 rich@freebsd.org.uk
If that's what they call normal, I'd rather be insane


--Message-Boundary-3436
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'Makefile.rej'

***************
*** 40,45 ****
  .endif
  .endif
  
  .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH)
  DISTRIBUTION=des
  CFLAGS+=-DHAVE_DES
--- 40,51 ----
  .endif
  .endif
  
+ .if defined(NOI4B)
+ CFLAGS+=-DNOI4B
+ .else
+ SRCS+=	i4b.c
+ .endif
+ 
  .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH)
  DISTRIBUTION=des
  CFLAGS+=-DHAVE_DES
***************
*** 61,67 ****
  .if defined(RELEASE_CRUNCH)
  # We must create these objects because crunchgen will link them,
  # and we don't want any unused symbols to spoil the final link.
- CFLAGS+=-DNOALIAS -DNORADIUS
  OBJS+=	alias_cmd.o chap_ms.o radius.o
  chap_ms.o alias_cmd.o radius.o:
  	>null_${.PREFIX}.c
--- 67,73 ----
  .if defined(RELEASE_CRUNCH)
  # We must create these objects because crunchgen will link them,
  # and we don't want any unused symbols to spoil the final link.
+ CFLAGS+=-DNOALIAS -DNORADIUS -DNOI4B
  OBJS+=	alias_cmd.o chap_ms.o radius.o
  chap_ms.o alias_cmd.o radius.o:
  	>null_${.PREFIX}.c

--Message-Boundary-3436--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




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