ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] Bizarre problem building pango


From: Peter Barada
Subject: [Ltib] Bizarre problem building pango
Date: Fri, 18 Nov 2011 13:50:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

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
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]