Author Topic: wrong deb package created  (Read 543 times)

zahir

  • Newbie
  • *
  • Posts: 4
wrong deb package created
« on: February 11, 2011, 10:57:12 AM »
Hello  :),

I was folliwing steps in this article:

http://blog.avirtualhome.com/2010/11/06/how-to-compile-a-ubuntu-10-10-maverick-kernel/

but when i came to


skipabi=true skipmodule=true fakeroot debian/rules binary-perarch

instead of creating linux-tools-2.6.35-23_2.6.35-23.37_i386.deb

 it created:

linux-tools-2.6.35-23_2.6.35-23.37_amd64.deb


and

skipabi=true skipmodule=true fakeroot debian/rules binary-core2

is giving me:

make:** No rule to make target 'binary-core2'. Stop

did i miss anything?

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Re: wrong deb package created
« Reply #1 on: February 11, 2011, 10:58:41 AM »
it looks like you are on a 64bit machine and followed the directions for a 386 machine.
Peter van der Does
AVH Plugins developer

zahir

  • Newbie
  • *
  • Posts: 4
Re: wrong deb package created
« Reply #2 on: February 11, 2011, 11:06:59 AM »
yes, my one is 64 bit. is there a separate article for 64bit machine...

zahir

  • Newbie
  • *
  • Posts: 4
Re: wrong deb package created
« Reply #3 on: February 11, 2011, 11:31:40 AM »

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Re: wrong deb package created
« Reply #4 on: February 11, 2011, 11:33:51 AM »
There's isn't a seperate article, all you have to do is replace i386 with amd64 throughout the article.
Peter van der Does
AVH Plugins developer

zahir

  • Newbie
  • *
  • Posts: 4
Re: wrong deb package created
« Reply #5 on: February 11, 2011, 11:38:43 AM »
Thanks a lot. i was assuming same.