xf86-video-geode build error running jhbuild

Dirk Wallenstein halsmit at t-online.de
Sat May 29 04:11:59 PDT 2010


On Sat, May 29, 2010 at 06:33:34PM +0800, Matt Dew wrote:
> Hi Dirk,
>   I ran into this error while using jhbuild.  I let it build everything.
> 
> *** Building xf86-video-geode *** [133/168]
> make
> make  all-recursive
> make[1]: Entering directory `/home/matt/xorg/driver/xf86-video-geode'
> Making all in src
> make[2]: Entering directory `/home/matt/xorg/driver/xf86-video-geode/src'
>   CC     durango.lo
> durango.c: Assembler messages:
> durango.c:203: Error: suffix or operands invalid for `push'
> durango.c:208: Error: suffix or operands invalid for `mov'
> durango.c:209: Error: suffix or operands invalid for `mov'
> durango.c:210: Error: suffix or operands invalid for `mov'
> durango.c:214: Error: suffix or operands invalid for `pop'
> make[2]: *** [durango.lo] Error 1
> make[2]: Leaving directory `/home/matt/xorg/driver/xf86-video-geode/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/matt/xorg/driver/xf86-video-geode'
> make: *** [all] Error 2
> *** Error during phase build of xf86-video-geode: ########## Error
> running make   *** [133/168]
> 
> 
> Matt

You probably don't have a geode.

You can limit the drivers to build by editing a modules file. 
Make a copy of the modulesets/my.modules
        $> cp modulesets/my.modules modulesets/dew.modules
Now edit the 'my-drivers' meta module in modulesets/dew.modules. I have
truncated all the drivers _I_ don't need from my.modules because at that
time the xorg.modules file was next to it. I will fix that immediately.
Depending on what drivers you need, you can simply delete entries and
fill in the drivers you need. 

Now you can specify that new moduleset on the command-line
        $> x-jhbuild -m dew build
or create a special configuration file which uses that modules file.

Besides limiting the drivers, the my.modules file adds some fonts and
apps.

-- 
Greetings,
Dirk


More information about the xorg-devel mailing list