I've tried to install gargoyle on my alix board but when i compile it by myself it fail several times.
Did gargoyle even run on x86 and kamikaze v8.09.1?
thanks
Alix-Board(x86) - kamikaze 8.09.1
Moderator: Moderators
Re: Alix-Board(x86) - kamikaze 8.09.1
It isn't fine-tuned for x86 yet, so you might get some weird errors in the GUI, but it should compile. Can you post the errors you're seeing?
Re: Alix-Board(x86) - kamikaze 8.09.1
fully build custom with revision 16278 set
deselected any video or audio modules
Installed packages
deselected any video or audio modules
Code: Select all
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
configure: error: Expat required for DRI.
make[3]: *** [/trunk/custom-src/build_dir/i386/Mesa-7.2/.configured_yyyyyyyyyyyyyyyyyyy] Error 1
make[3]: Leaving directory `/trunk/custom-src/package/Xorg/lib/mesa'
make[2]: *** [package/Xorg/lib/mesa/compile] Error 2
make[2]: Leaving directory `/trunk/custom-src'
make[1]: *** [/trunk/custom-src/staging_dir/i386/stamp/.package_compile] Error 2
make[1]: Leaving directory `/trunk/custom-src'
make: *** [world] Fehler 2
Code: Select all
># dpkg -l | grep "^i" | grep mesa
ii libgl1-mesa-dev
ii libgl1-mesa-dri
ii libgl1-mesa-dri-dbg
ii libgl1-mesa-glx
ii libglu1-mesa
ii mesa-common-dev
ii mesa-utils
ii xlibmesa-gl
ii xlibmesa-gl-dev
ii xlibmesa-glu
># dpkg -l | grep "^i" | grep expat
ii expat
ii lib64expat1
ii lib64expat1-dev
ii libexpat1
ii libexpat1-dev
Re: Alix-Board(x86) - kamikaze 8.09.1
adding "expat" as dependency of mesa (package/Xorg/lib/mesa/Makefile) seems to fix that error
but...
next one is on the way
why the hell the whole Xorg is compiled?
but...
next one is on the way
Code: Select all
checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextprot
o xproto >= 7.0.9 xtrans scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto >= 1.4.4 kbproto >= 1.0.3 videoproto compositeproto >= 0.4 re
sourceproto xkbfile xfont xau fontenc pixman-1 >= 0.9.5) were not met:
No package 'compositeproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Re: Alix-Board(x86) - kamikaze 8.09.1
I added an x86-madwifi target to the svn, which built ok for me. I haven't actually installed it, but it seems to compile ok. Do be aware that (for now) it's a generic x86 target, not Alix, but that can be updated if this works ok.
Also, since I AM very interested in getting x86 working I just ordered a test system (Alix board with atheros mini-pci) so I can test and get everything working properly in the near future.
Also, since I AM very interested in getting x86 working I just ordered a test system (Alix board with atheros mini-pci) so I can test and get everything working properly in the near future.
Re: Alix-Board(x86) - kamikaze 8.09.1
works for me too .. big thx
think i had some errors in my .config
now next try .. compiling with TARGET_x86_generic_Alix

think i had some errors in my .config
now next try .. compiling with TARGET_x86_generic_Alix
Re: Alix-Board(x86) - kamikaze 8.09.1
There are now x86-alix-madwifi and x86-generic-madwifi targets in the Gargoyld SVN. Yesterday I got the ALIX system I ordered (2d2 board), and tested the x86-alix-madwifi target, and it seems to be working. The only thing to be aware of is that wireless client bridging does not currently work on this system (though WDS works fine). The kernel version being used to compile for this system is not compatible with the patch needed for wireless client bridge (which works on the standard atheros target).
-
- Posts: 5
- Joined: Fri Sep 11, 2009 2:23 am
Re: Alix-Board(x86) - kamikaze 8.09.1
Hi Eric,
Do you think you could post the x86 packages?
Thanks!
Spencer
Do you think you could post the x86 packages?
Thanks!
Spencer