Perfext setup xen 3.0 and debian make world

Discussion in 'HOWTO-Related Questions' started by Alrik, Mar 31, 2006.

  1. Alrik

    Alrik New Member

    Everything is going fine when folowing the tutorial, until at chapter 3.2 i compile the kernel.
    After make world, and some time waiting i get the folowing error.

    [​IMG]
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You don't have bzip2 installed. Please run
    Code:
    apt-get install bzip2
    and try again.
     
  3. Alrik

    Alrik New Member

    Thanks for the hint!

    I tried it again, and it didn't stop with that error anymore.
    Now after a while it gives an error like:

    xentop.c:567: error: "color_yellow" undeclarded
    xentop.c:872: warning: implicit declaration of function 'clear'
    xentop.c:875: warning: implicit declaration of function 'refresh'
    xentop.c:877: warning: implicit declaration of function 'getch'
    make[4]: *** [xentop.o] Error 1
    make[4]: leaving directory.....
    that 4 times (make 4,3,2 and 1)

    Am i doing somthing wrong when following the tutorial or?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    I've never seen that error before. :confused:
    Where exactly do you get it? Are there also errors in the lines before the ones you posted?
    Did you follow the tutorial to the letter?
     
  5. Alrik

    Alrik New Member

    I''l try again from scratch...

    I guess i'm using a slightly newer version of debian, rest is the same.
     
  6. Alrik

    Alrik New Member

    now when i do

    transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev


    i get:
    transfig command not found
     
  7. Alrik

    Alrik New Member

    nevermind :)
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What is transfig? I've never heard of such a command...
     

Share This Page