Re: [Powertop] PowerTop configure fails on BeagleBone/Ubuntu

Lekensteyn <lekensteyn at gmail.com> Mon, 21 May 2012 18:47:08 +0200
Newsgroups dev.linux.lists.powertop
Message-ID <9051790.o9vOvIeput@penguin>
On Monday 21 May 2012 16:56:20 Bram Bouwens wrote:
> checking for strtoull... yes
> checking for library containing delwin... -lncurses
> ./configure: line 19020: syntax error near unexpected token `PCIUTILS,'
> ./configure: line 19020: `PKG_CHECK_MODULES(PCIUTILS, libpci,,'
You need to install the pkg-config package.

> though I see something unexpected with the PCI bus:
> 
> root(a)omap:~/powertop-2.0# ls /proc/bus/pci
> ls: cannot access /proc/bus/pci: No such file or directory
Not sure if there is a kernel config missing, does /sys/bus/pci/ exists?

Peter