Issues with Ubuntu package names and Toolchain?

"Marco Trevisan (Treviño)" mail at 3v1n0.net
Fri Sep 26 09:37:07 CEST 2008


Kevin Dixon wrote:
> When trying to build the openmoko-sample2 project, I try to run
> om-conf, but it tells me the following packages were not found
> 
> No package 'libmokoui2' found
> No package 'gconf-2.0' found
> 
> I do have them installed (running Ubuntu 8.04.1), but they are called
> 
> libmokoui2-0
> gconf2

You've to install them in the OM toolchain!
Download the arm .ipk files (both standard and -dev version) from the
openmoko repository and do:
 for i in *.[io]pk; do dpkg -x $i \
 $OMTOOL_DIR/arm/arm-angstrom-linux-gnueabi/; done

The same to install other packages in the toolchain [1].

[1] this applies only if you're not using the newer version of the
toolchain. In that case you should be able to use opkg install <package>

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/




More information about the devel mailing list