Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] x11r7-matchbox-tslib patch
@ 2007-05-17 10:21 Assen Stoyanov
  2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
  2007-05-24 16:49 ` [Buildroot] x11r7-matchbox-tslib patch Christopher Reder
  0 siblings, 2 replies; 8+ messages in thread
From: Assen Stoyanov @ 2007-05-17 10:21 UTC (permalink / raw)
  To: buildroot

Hello All,

Please find attached patch that adds to current buildroot:
- x11r7 libs and kdrive (TinyX) servers
- tslib (Touchscreen support & utils)
- matchbox (window manager, panel, desktop, etc...)

Any remarks and bug-reports are welcome!

Best Regards,
Assen Stoyanov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070517/443b8eee/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br-tslib-x11r7-matchbox.patch.bz2
Type: application/octet-stream
Size: 20500 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070517/443b8eee/attachment-0001.obj 
-------------- next part --------------
No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05 PM

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] __ctype_b undefined reference after adding fontconfig support
@ 2007-05-17 19:05 Christopher Reder
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Reder @ 2007-05-17 19:05 UTC (permalink / raw)
  To: buildroot

I also see that Bernhard also saw this issue but I did not see if anyone
found a solution.

 

http://osdir.com/ml/lib.uclibc.buildroot/2007-01/msg00140.html

 

  _____  

From: Christopher Reder [mailto:creder at digitalcpt.com] 
Sent: Thursday, May 17, 2007 1:54 PM
To: 'Assen Stoyanov'; 'buildroot at uclibc.org'
Subject: __ctype_b undefined reference after adding fontconfig support

 

All - I will attempt to provide as much detail and if there is more than
should be added, I'll be happy to do so.

 

In wanting to use Matchbox as added by Assen, I enabled those packages which
require fontconfig and freetype.  In doing so, I received the following
error which I found as reported a couple of weeks ago.  I am wondering if
anyone else has encountered this and how to address it.  If there is a
version of buildroot that I can go back to, then I'd be happy to do it.  I
have binutils 2.17, uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain
for buildroot.

 

Below is the output and the bug as reported by ALEXANDER WOLD.

 

 

 

> fc-case.o: In function `main':

> fc-case.c:(.text+0x20b): undefined reference to `__ctype_b'

> collect2: ld returned 1 exit status

> make[4]: *** [fc-case] Error 1

> make[4]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[3]: *** [all] Error 2

> make[3]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[2]: *** [all-recursive] Error 1

> make[2]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make[1]: *** [all] Error 2

> make[1]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make: ***

>
[/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/.compiled
] 

> Error 2

> engineering5:/home/christopher/buildroot2/buildroot#

 

 

 

 

http://bugs.busybox.net/view.php?id=1328

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070517/94f5a5b7/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Buildroot] __ctype_b undefined reference after adding fontconfig support
@ 2007-05-21  9:52 christophe Dion
  0 siblings, 0 replies; 8+ messages in thread
From: christophe Dion @ 2007-05-21  9:52 UTC (permalink / raw)
  To: buildroot

Hi,

this bug exists for 6 month and nobody has fixed it.

Either there are too few people interested with X (or tinyX) on Builroot to fix
it

or it is a big problem, difficult to solve.



I'm not good enough to correct it.

So I wait and read the mailing list, hopping for a correction so I can go
further in my project.

Christophe

>All - I will attempt to provide as much detail and if there is more than
>should be added, I'll be happy to do so.
>
>
>
>In wanting to use Matchbox as added by Assen, I enabled those packages which
>require fontconfig and freetype.  In doing so, I received the following
>error which I found as reported a couple of weeks ago.  I am wondering if
>anyone else has encountered this and how to address it.  If there is a
>version of buildroot that I can go back to, then I'd be happy to do it.  I
>have binutils 2.17, uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain
>for buildroot.



>Below is the output and the bug as reported by ALEXANDER WOLD.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070521/21c1a066/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-28 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 10:21 [Buildroot] x11r7-matchbox-tslib patch Assen Stoyanov
2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
2007-05-23  6:56   ` Peter Korsgaard
2007-05-28 14:21     ` christophe Dion
2007-05-28 16:37       ` rafael2k
2007-05-24 16:49 ` [Buildroot] x11r7-matchbox-tslib patch Christopher Reder
  -- strict thread matches above, loose matches on Subject: below --
2007-05-17 19:05 [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
2007-05-21  9:52 christophe Dion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox