Looks like I jumped the gun on this one.  The "cannot find system" error is
related to my directfb installation (I discovered the runtime
--dfb:module-dir option...still not working, but I think I have enough to
figure it out on my own), and I think that the "Bus error" has something to
do with the fact that my test computer has an ISA bus.  Does the fusion
kernel module not support ISA?  =P  I tried running everything in
virtualbox, which emulates a PCI bus, and I'm not getting the "Bus error"
message anymore, though I still can't get my binaries to detect the right
modules.

-Ersin

On Sat, Apr 24, 2010 at 2:47 AM, Ersin Akinci <[email protected]>wrote:

> Hi all,
>
> I've been trying to build XDirectFB statically using xorg 1.6.3.901, but I
> haven't had much success yet.  My configure line:
>
> PKG_CONFIG_LIBDIR=/home/ersin/vorpo/toolchain/usr/lib/pkgconfig
> F77="i386-linux-gfortran" FFLAGS="-Os" CCAS="i386-linux-as"
> CXX="i386-linux-g++" CXXFLAGS="-Os" CC="i386-linux-gcc" CFLAGS="-Os"
> ./configure --prefix=/ --sbindir=/bin --localstatedir=/etc
> --with-fontdir=/etc/fonts --with-module-dir=/etc/X11/modules
> --with-xkb-path=/etc/X11/xkb --with-xkb-output=/etc/X11/xkb/compiled
> --with-serverconfig-path=/etc/X11 --host=i386-linux --enable-static
> --disable-kdrive --disable-aiglx --disable-glx --disable-dri --disable-xorg
> --disable-registry --disable-composite --disable-xres --disable-xtrap
> --enable-xv --disable-xvmc --disable-dga --disable-screensaver
> --disable-xdmcp --disable-xdm-auth-1 --disable-glx --disable-xinerama
> --disable-xf86vidmode --disable-xf86misc --disable-xace --disable-xevie
> --disable-cup --disable-evi --disable-xf86bigfont --disable-dpms
> --disable-config-hal --disable-xfree86-utils --disable-xvfb --disable-xnest
> --disable-xwin --disable-mfb --disable-cfb --disable-afb --disable-xephyr
> --disable-xsdl --disable-xfake --enable-xfbdev --disable-kdrive-vesa
> --with-vendor-name="Vorpo Linux" --with-vendor-name-short="vorpo"
> --with-vendor-web="http://vorpolinux.sourceforge.net/"; --disable-record
> --disable-xprint --disable-dmx --enable-xdirectfb
>
> XDirectFB builds successfully with make LDFLAGS=-all-static.  However, when
> I configure DirectFB to use multi without Fusion, XDirectFB complains about
> not finding the core system (I think this is a DirectFB error, but it
> shouldn't be happening since the binary is statically linked, and it doesn't
> happen with my other DirectFB apps).  When I do configure DirectFB with
> Fusion and load the Fusion kernel driver, XDirectFB immediately dies with
> "Bus error", like so:
>
> # /bin XDirectFB
> Bus error
> # /bin
>
> Does anyone have any ideas for how to get XDirectFB to start working?
>
> Thanks,
> Ersin
>
> --
> What Digital Revolution? -- www.whatdigitalrevolution.com
> Thinking critically about digital worlds.
>



-- 
What Digital Revolution? -- www.whatdigitalrevolution.com
Thinking critically about digital worlds.
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to