| View previous topic :: View next topic |
| Author |
Message |
hallabro n00b

Joined: 12 Oct 2008 Posts: 24
|
Posted: Sat Apr 24, 2010 1:34 pm Post subject: Xorg and uClibc |
|
|
So I'm basically playing around with a chroot using uClibc, and I managed to get a working stage3 installation.
When trying to get Xorg up and running I get stuck at xkeyboard-config which requires gettext (configure: error: GNU gettext tools not found; required for intltool) which uClibc doesn't support.
Previously xkeyboard-config could be configured with --with-included-gettext, but the option is not in the actual configure-script (it's only mentioned in the docs).
So what are my possibilities? Removing all references to gettext?
Any advice would be most welcome. |
|
| Back to top |
|
 |
BradN Advocate


Joined: 19 Apr 2002 Posts: 2270 Location: Wisconsin (USA)
|
Posted: Sun May 09, 2010 7:56 pm Post subject: |
|
|
Since that package doesn't install any binaries, I would suggest making a quickpkg of it on another installation where it does build, and then using emerge -K to install it.
It's a bit of a dirty hack but the installed files should be identical I believe. |
|
| Back to top |
|
 |
Persona n00b

Joined: 08 Sep 2006 Posts: 6
|
Posted: Thu Jun 03, 2010 6:48 pm Post subject: |
|
|
| What I did was use the Crossdev and the Gentoo Embedded overlay for my specific toolchain to compile and make a xkeyboard-config quickpackage that gets pulled in by portage inside of the chroot environment. |
|
| Back to top |
|
 |
|