Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 1999 02:43:32 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Brian Somers <brian@Awfulhak.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@hak.lan.Awfulhak.org, brian@hak.lan.Awfulhak.org
Subject:   Re: cvs commit: src/release boot_crunch.conf.generic boot_crunch.conf.pccard 
Message-ID:  <199911110243.CAA04441@hak.lan.Awfulhak.org>
In-Reply-To: Message from Poul-Henning Kamp <phk@critter.freebsd.dk>  of "Wed, 10 Nov 1999 22:43:17 %2B0100." <29073.942270197@critter.freebsd.dk> 

next in thread | previous in thread | raw e-mail | index | archive | help
> >> >> 
> >> >>   Modified files:
> >> >>     release              boot_crunch.conf.generic 
> >> >>                          boot_crunch.conf.pccard 
> >> >>   Log:
> >> >>   Add libnetgraph
> >> >>   
> >> >>   Revision  Changes    Path
> >> >>   1.6       +2 -2      src/release/boot_crunch.conf.generic
> >> >>   1.4       +2 -2      src/release/boot_crunch.conf.pccard
> >> >
> >> Make release worked for me with this patch.  I have not tried to use
> >> a PPP installation, I'll leave whatever else is needed for you.
> >
> >Make release should have been fixed by my change to ppp/Makefile.  
> >I believe the problem was that release builds ppp for the sbin 
> >archive first, leaving the netgraph.o object lying around.
> 
> but it still needs linked with libnetgraph which is what my change
> did.

I think we're talking at cross purposes.

Make release builds ppp twice, once normally and once with certain 
things (like NAT and RADIUS) compiled out for the crunch stuff that 
squeezes ppp into sysinstall.  When I committed the PPPoE stuff I 
intended to compile it out for the crunch stuff, *but*

The crunch stuff will pick up the stale ether.o file (despite ether.c 
not being in SRCS).  Special code is required to create an empty 
ether.o so that the netgraph symbols go away completely.

Of course I managed to screw up my commit and created a zero length 
netgraph.o rather than ether.o (*duh*).

Anyway, as nobody's complained much about the idea of having PPPoE in 
sysinstall, I'll add the base, socket and pppoe nodes to the kernel 
and build netgraph into ppp for sysinstall :-)  This'll have to wait 
'till I'm done with pppoed though.

> --
> Poul-Henning Kamp             FreeBSD coreteam member
> phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
> FreeBSD -- It will take a long time before progress goes too far!
> 

-- 
Brian <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




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




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