[hipl-users] Re: compilation on ubuntu 04.7

  • From: Samu Varjonen <samu.varjonen@xxxxxxxxxxx>
  • To: hipl-users@xxxxxxxxxxxxx
  • Date: Tue, 24 Apr 2007 14:03:53 +0300

Andrei Gurtov wrote:

The same thing happens also with feisty fawn.

I also noticed that if you upgrade from edgy eft to feisty fawn and you have the 2.6.17.14.hipl kernel installed, it does not boot with that kernel after the upgrade. It got stuck in the initramfs terminal. To fix this boot to generic kernel and issue command

sudo update-initramfs -u -k 2.6.17.14.hipl

and boot the machine. At least it worked for me :)

get the following error in ubuntu edgy with current HIPL tarball

  /usr/include/bits/stdio-lock.h:24:26: error: lowlevellock.h: No such
  file or directory

There seems to be a bug in the latest libc6-dev package itself. It is
just missing a header file.

Workaround:

/usr/include/bits/stdio-lock.h

#if 0
#include <lowlevellock.h>
#endif

Additionally, out-of-the-box Ubuntu is missing lots of packages

sudo apt-get install dpkg-dev libxml2-dev libgtk2.0-dev libssl-dev
openssl-lib g++ libtool iproute automake autoconf




Other related posts: