hello,
i am back to this old thread: http://www.mail-archive.com/linaro-dev@lists.linaro.org/msg00084.html (which i cannot find in my inbox anymore).
so finally all our TI packages have made it to a public PPA: ppa:tiomap-dev/release.
I am trying to build our stuff with xdeb, using a maverick chroot with our PPA in sources.list, and it does not work. The packages i am building don't have any crazy dependencies (on glib, x11, ...) so they should be very simple to build.
I am using this command to build:
$ xdeb --apt-source tiopenmax-domx -aarmel
If I check the build sequence, it looks good to me:
Build sequence: titiler-memmgr* tisyslink* tisyslink-d2cmap* tiopenmax-domx*
From the log, it titiler-memmgr builds fine, and it creates the following packages:
['libtitiler-memmgr0-armel-cross_0.24.9.2-0ubuntu1_all.deb', 'libtitiler-memmgr-dev-armel-cross_0.24.9.2-0ubuntu1_all.deb']
and they are installed properly in my chroot:
$ dpkg -l | grep titiler-memmgr ii libtitiler-memmgr-dev-armel-cross 0.24.9.2-0ubuntu1 TI Tiler memory manager development files. (for cross-compiling) ii libtitiler-memmgr0-armel-cross 0.24.9.2-0ubuntu1 TI Tiler memory manager (for cross-compiling)
However, when starting to build the tisyslink, I seem to have unmet dependency:
dpkg-checkbuilddeps: Unmet build dependencies: libtitiler-memmgr-dev (>= 0.24.9)
which I can't explain.
Any idea what can be wrong?
thanks!
nicolas