Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-02 Thread Mario Lobo
On Thursday 01 May 2008 20:41:49 alexus wrote:
 sorry, this is amd64

 On Thu, May 1, 2008 at 6:14 PM, Mario Lobo [EMAIL PROTECTED] wrote:
  On Thursday 01 May 2008 18:43:17 alexus wrote:
   why are you compiling under i386 when your system is
   detected as amd64 or ia64 ?
 
  You didn't answer this one.
 
  uname -a can help.
  --
  Mario Lobo
  http://www.mallavoodoo.com.br
  FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
  FREE) ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

Then you should:

cd /usr/src/sys/amd64/conf
copy/edit GENERIC dd 
/usr/sbin/config dd
cd ../compile/dd
make cleandepend;make depend;make;make 
make install

this should work
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
anyone?


On Wed, Apr 30, 2008 at 5:23 PM, alexus [EMAIL PROTECTED] wrote:
 dd# make cleandepend  make depend
 rm -f .depend machine amd64
 cd ../../../modules;
 MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules
 KMODDIR=/boot/kernel DEBUG_FLAGS=-g MACHINE=i386
 KERNBUILDDIR=/usr/src/sys/i386/compile/dd make  cleandepend
 === aac (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === accf_data (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === accf_http (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === acpi (cleandepend)
 === acpi/acpi (cleandepend)
 Makefile, line 4: ACPI can only be compiled into the kernel on the
 amd64 and ia64 platforms
 *** Error code 1

 Stop in /usr/src/sys/modules/acpi.
 *** Error code 1

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

 Stop in /usr/src/sys/i386/compile/dd.
 dd#

 I took GENERIC and rewise it a little bit

 --
 http://alexus.org/




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


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
On Wednesday 30 April 2008 23:23:27 alexus wrote:
 dd# make cleandepend  make depend
 rm -f .depend machine amd64
 cd ../../../modules;
 MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules
 KMODDIR=/boot/kernel DEBUG_FLAGS=-g MACHINE=i386
 KERNBUILDDIR=/usr/src/sys/i386/compile/dd make  cleandepend
 === aac (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === accf_data (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === accf_http (cleandepend)
 rm -f @ machine amd64
 rm -f .depend GPATH GRTAGS GSYMS GTAGS
 === acpi (cleandepend)
 === acpi/acpi (cleandepend)
 Makefile, line 4: ACPI can only be compiled into the kernel on the
 amd64 and ia64 platforms
 *** Error code 1

 Stop in /usr/src/sys/modules/acpi.
 *** Error code 1

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

 Stop in /usr/src/sys/i386/compile/dd.
 dd#

 I took GENERIC and rewise it a little bit

You removed device acpi and shouldn't have done that.
Also, your build system looks weird.
What is compile/dd, why are you compiling under i386 when your system is 
detected as amd64 or ia64, why is MAKEOBJDIRPREFIX pointing to a directory 
below the source tree, rather then a directory outside the source tree.
In other words, not enough info (aside from the missing question).

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
like i said i copy GENERIC

dd# pwd
/usr/src/sys/i386/conf
dd# grep -i acpi GENERIC
dd#

my GENERIC doesn't have acpi either...

as far as weird part goes, this is a plain vanila
FreeBSD-7.0-RELEASE, I'm not sure what you mean by weird or i386
part, all I did is cp GENERIC dd then vi dd, then config dd and then
tried compiling and it threw me an error right away.


On Thu, May 1, 2008 at 5:34 PM, Mel [EMAIL PROTECTED] wrote:

 On Wednesday 30 April 2008 23:23:27 alexus wrote:
   dd# make cleandepend  make depend
   rm -f .depend machine amd64
   cd ../../../modules;
   MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules
   KMODDIR=/boot/kernel DEBUG_FLAGS=-g MACHINE=i386
   KERNBUILDDIR=/usr/src/sys/i386/compile/dd make  cleandepend
   === aac (cleandepend)
   rm -f @ machine amd64
   rm -f .depend GPATH GRTAGS GSYMS GTAGS
   === accf_data (cleandepend)
   rm -f @ machine amd64
   rm -f .depend GPATH GRTAGS GSYMS GTAGS
   === accf_http (cleandepend)
   rm -f @ machine amd64
   rm -f .depend GPATH GRTAGS GSYMS GTAGS
   === acpi (cleandepend)
   === acpi/acpi (cleandepend)
   Makefile, line 4: ACPI can only be compiled into the kernel on the
   amd64 and ia64 platforms
   *** Error code 1
  
   Stop in /usr/src/sys/modules/acpi.
   *** Error code 1
  
   Stop in /usr/src/sys/modules.
   *** Error code 1
  
   Stop in /usr/src/sys/i386/compile/dd.
   dd#
  
   I took GENERIC and rewise it a little bit

  You removed device acpi and shouldn't have done that.
  Also, your build system looks weird.
  What is compile/dd, why are you compiling under i386 when your system is
  detected as amd64 or ia64, why is MAKEOBJDIRPREFIX pointing to a directory
  below the source tree, rather then a directory outside the source tree.
  In other words, not enough info (aside from the missing question).

  --
  Mel

  Problem with today's modular software: they start with the modules
 and never get to the software part.




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


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
On Thursday 01 May 2008 23:43:17 alexus wrote:
 like i said i copy GENERIC

 dd# pwd
 /usr/src/sys/i386/conf
 dd# grep -i acpi GENERIC
 dd#

 my GENERIC doesn't have acpi either...

 as far as weird part goes, this is a plain vanila
 FreeBSD-7.0-RELEASE, I'm not sure what you mean by weird or i386
 part, all I did is cp GENERIC dd then vi dd, then config dd and then
 tried compiling and it threw me an error right away.

Ah, the old config way.
Better to use buildkernel target in /usr/src.
What's your uname -m?

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mario Lobo
On Thursday 01 May 2008 18:43:17 alexus wrote:
 why are you compiling under i386 when your system is
 detected as amd64 or ia64 ?

You didn't answer this one.

uname -a can help.
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread alexus
sorry, this is amd64



On Thu, May 1, 2008 at 6:14 PM, Mario Lobo [EMAIL PROTECTED] wrote:
 On Thursday 01 May 2008 18:43:17 alexus wrote:
  why are you compiling under i386 when your system is
  detected as amd64 or ia64 ?

 You didn't answer this one.

 uname -a can help.
 --
 Mario Lobo
 http://www.mallavoodoo.com.br
 FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]




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