RE: Problems compiling new kernel

2007-05-04 Thread Mark Stout



  If I don't need the options ext2fs I'll take it out.  I upgraded using
  sysinstall over FTP.

 What does ls -l /usr/bin/make show you?


Okay I am not able to get make to work at all.  Here's what I did.  makybe
someone can identify what I did wrong.

I FTP'd from FreeBSD's ftp site to releases/i386/6.2-RELEASE and downloaded
that directory.

Then I used sysinstall to do an upgrade.  However I changed the Install Root
directory to a drive other than /.

Then I untar'd base and src.

Then I copied GENERIC to RADIUS2 and tweaked the file to meet my needs.

When I tried to do a make I got a bunch of errors.   Now anytime I run the
make command I get the errors:
[root 271] make
Unknown modifier 'C'

Unknown modifier '.'

Unknown modifier 'C'

Unknown modifier '/'

Unknown modifier 'C'

Unknown modifier '.'

Unknown modifier 'C'

Unknown modifier '/'

and

/usr/share/mk/bsd.compat.mk, line 1: missing `in' in for
in
/usr/share/mk/bsd.compat.mk, line 1: Need an operator
/usr/share/mk/bsd.compat.mk, line 2: missing `in' in for
in
/usr/share/mk/bsd.compat.mk, line 2: Need an operator
/usr/share/mk/bsd.compat.mk, line 7: Need an operator
/usr/share/mk/bsd.compat.mk, line 8: Need an operator


Any ideas on what I screwed up and how I might fix it?


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems compiling new kernel

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
 Hello,
 
 I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When compiling a
 custom kernel I get the following error message.  I have two concerns.  I
 need to run a program from iPass built for Linux on this machine so the
 WARNING about the ext2fs filesystem being contaminated concerns me as does
 the reason the buildkernel command fails.

You don't need to use ext2fs to run Linux binaries.  Even if you do
need ext2fs, do you really care about the license?

 --
  stage 2.1: cleaning up the object tree
 --
 cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
 GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
 GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
 _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh /usr/src/tools/install.sh
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi
 n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o
 bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/
 usr/bin make KERNEL=kernel cleandir
 Unknown modifier 'C'

I am wondering whether you upgraded your system correctly - in
particular make might give this error if you were still running an old
5.x make.  How did you do the upgrade?

Kris


pgpwhoKMcZHQv.pgp
Description: PGP signature


RE: Problems compiling new kernel

2007-05-03 Thread Mark Stout
If I don't need the options ext2fs I'll take it out.  I upgraded using
sysinstall over FTP.


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.



-Original Message-
From: Kris Kennaway [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 03, 2007 9:39 AM
To: Mark Stout
Cc: freebsd-questions@freebsd.org
Subject: Re: Problems compiling new kernel


On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
 Hello,

 I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When compiling a
 custom kernel I get the following error message.  I have two concerns.  I
 need to run a program from iPass built for Linux on this machine so the
 WARNING about the ext2fs filesystem being contaminated concerns me as does
 the reason the buildkernel command fails.

You don't need to use ext2fs to run Linux binaries.  Even if you do
need ext2fs, do you really care about the license?

 --
  stage 2.1: cleaning up the object tree
 --
 cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
 GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
 GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
 _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
/usr/src/tools/install.sh

PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi

n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o

bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/
 usr/bin make KERNEL=kernel cleandir
 Unknown modifier 'C'

I am wondering whether you upgraded your system correctly - in
particular make might give this error if you were still running an old
5.x make.  How did you do the upgrade?

Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems compiling new kernel

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 11:02:37AM -0800, Mark Stout wrote:
 If I don't need the options ext2fs I'll take it out.  I upgraded using
 sysinstall over FTP.

Please don't top-post, it loses context from the discussion.

What does ls -l /usr/bin/make show you?

Kris

 On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
  Hello,
 
  I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When compiling a
  custom kernel I get the following error message.  I have two concerns.  I
  need to run a program from iPass built for Linux on this machine so the
  WARNING about the ext2fs filesystem being contaminated concerns me as does
  the reason the buildkernel command fails.
 
 You don't need to use ext2fs to run Linux binaries.  Even if you do
 need ext2fs, do you really care about the license?
 
  --
   stage 2.1: cleaning up the object tree
  --
  cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
  MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
  GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
  GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
  _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
 /usr/src/tools/install.sh
 
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi
 
 n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o
 
 bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/
  usr/bin make KERNEL=kernel cleandir
  Unknown modifier 'C'
 
 I am wondering whether you upgraded your system correctly - in
 particular make might give this error if you were still running an old
 5.x make.  How did you do the upgrade?
 
 Kris
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Problems compiling new kernel

2007-05-03 Thread Mark Stout

 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 03, 2007 10:14 AM
 To: Mark Stout
 Cc: Kris Kennaway; freebsd-questions@freebsd.org
 Subject: Re: Problems compiling new kernel


 On Thu, May 03, 2007 at 11:02:37AM -0800, Mark Stout wrote:
  If I don't need the options ext2fs I'll take it out.  I upgraded using
  sysinstall over FTP.

 Please don't top-post, it loses context from the discussion.

 What does ls -l /usr/bin/make show you?

[root 107] ls -l /usr/bin/make
-r-xr-xr-x  1 root  wheel  292512 Jan 11 23:41 /usr/bin/make


  On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote:
   Hello,
  
   I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE.  When
 compiling a
   custom kernel I get the following error message.  I have two
 concerns.  I
   need to run a program from iPass built for Linux on this
 machine so the
   WARNING about the ext2fs filesystem being contaminated
 concerns me as does
   the reason the buildkernel command fails.
 
  You don't need to use ext2fs to run Linux binaries.  Even if you do
  need ext2fs, do you really care about the license?
 
   --
stage 2.1: cleaning up the object tree
   --
   cd /usr/obj/usr/src/sys/RADIUS2;  MAKEOBJDIRPREFIX=/usr/obj
   MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
   GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
   GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
   GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
   _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
  /usr/src/tools/install.sh
  
 
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/leg
 acy/usr/bi
  
 
 n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/s
 bin:/usr/o
  
 
 bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/
 usr/sbin:/
   usr/bin make KERNEL=kernel cleandir
   Unknown modifier 'C'
 
  I am wondering whether you upgraded your system correctly - in
  particular make might give this error if you were still running an old
  5.x make.  How did you do the upgrade?
 
  Kris
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


Thank you,
Mark Stout
VPM Global Internet Services, Inc.
530-626-4218 x205 Office
530-626-7182 Fax
530-554-9295 VoIP
916-240-2850 Cell
www.vpm.com http://www.vpm.com

This email and any files transmitted with it are confidential and intended
solely for the use of the individual to whom they are addressed.  If you are
not the intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited, and asked to
notify us immediately, then delete this email. E-mail transmission cannot be
guaranteed to be secure or error-free and VPM Global Internet Services, Inc.
does not accept liability for any errors or omissions in the contents of
this message.  Any views or opinions presented are solely those of the
author and do not necessarily represent those of VPM Global Internet
Services, Inc.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]