I'm got a co worker building LTIB, and he's trying to enable pango w/o X11 (we're trying to get gtk+ with DirectFB).
On my machine (Ubuntu 10.10) I see in the build log pango is trying to configure via: Executing(%build): /bin/sh -e /home/user/1020072_DM37x_Linux_BSP_1-0/tmp/rpm-tmp.98182 + umask 022 + cd /home/user/1020072_DM37x_Linux_BSP_1-0/rpm/BUILD + cd pango-1.19.0 + rpm --dbpath /home/user/1020072_DM37x_Linux_BSP_1-0/rootfs//var/lib/rpm -q xorg-server + extra_opts=--without-x + ./configure --prefix=/usr --host=arm-linux --build=i686-pc-linux-gnu --without-x checking for a BSD-compatible install... /usr/bin/install -c And everything builds fine. However on his machine (Ubuntu 10.04 LTS) the log shows: Executing(%build): /bin/sh -e /home/richard/work/G4/tmp/rpm-tmp.36541 + umask 022 + cd /home/richard/work/G4/rpm/BUILD + cd pango-1.19.0 + + extra_opts=--with-x + ./configure --prefix=/usr --host=arm-linux --build=i686-pc-linux-gnu --with-x + rpm --dbpath /home/richard/work/G4/rootfs//var/lib/rpm -q xorg-server package xorg-server is not installed checking for a BSD-compatible install... /usr/bin/install -c Which looks wrong - the assignment of extra_opts is occuring before rpm runs to see if xorg-server is installed (and more odd the output of rpm shows up and says that xorg-server is not installed). Has anyone seen this type of problem before, or have any suggestions on how to fix this??? -- Peter Barada [email protected] _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
