* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
@ 2009-01-28 19:32 ` bugzilla at busybox.net
2009-01-28 19:51 ` bugzilla at busybox.net
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-28 19:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacmet at uclibc.org
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-01-28 19:32:54 UTC ---
Please post your .config (Or atleast the BR2_FREETYPE_* part)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
2009-01-28 19:32 ` [Buildroot] [Bug 79] " bugzilla at busybox.net
@ 2009-01-28 19:51 ` bugzilla at busybox.net
2009-01-28 20:05 ` bugzilla at busybox.net
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-28 19:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
--- Comment #2 from Jan Kretschmer <kretschi@online.de> 2009-01-28 19:51:09 UTC ---
Hm, I'm confused - I see, that I've never chosen freetype to be build
Therefore my .config says:
# BR2_PACKAGE_FONTCONFIG is not set
# BR2_PACKAGE_FREETYPE is not set
# BR2_FREETYPE_VERSION_2_2_1 is not set
# BR2_FREETYPE_VERSION_2_3_7 is not set
But why does it build freetype - trying to do so, is better to say :D
I already took a clean svn-tree to avoid false errors.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
2009-01-28 19:32 ` [Buildroot] [Bug 79] " bugzilla at busybox.net
2009-01-28 19:51 ` bugzilla at busybox.net
@ 2009-01-28 20:05 ` bugzilla at busybox.net
2009-01-28 20:50 ` bugzilla at busybox.net
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-28 20:05 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2009-01-28 20:05:52 UTC ---
This normally happens because a package depends on freetype, but forgets to
select it in Kconfig. From a quick look at packages/ it seems like xpdf is one
of those, could it be that you're trying to build xpdf?
If not, please post your entire .config
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
` (2 preceding siblings ...)
2009-01-28 20:05 ` bugzilla at busybox.net
@ 2009-01-28 20:50 ` bugzilla at busybox.net
2009-01-28 21:01 ` bugzilla at busybox.net
2009-01-29 10:16 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-28 20:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
--- Comment #4 from Jan Kretschmer <kretschi@online.de> 2009-01-28 20:50:14 UTC ---
No, it's not xpdf, but I think I've got it:
It's gamin!
Gamin depends on libgtk2, that needs cairo, that needs fontconfig, that finally
needs freetype. :D
Say, if I'm totally wrong, please.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
` (3 preceding siblings ...)
2009-01-28 20:50 ` bugzilla at busybox.net
@ 2009-01-28 21:01 ` bugzilla at busybox.net
2009-01-29 10:16 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-28 21:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-01-28 21:01:31 UTC ---
Ah yes, that's it. Looking at gamin.mk it seems pretty broken. It's not a
graphical program so it shouldn't depend on libgtk2 (it does look like it needs
glib2 though).
I'll take a look at it and commit a fix to svn soon.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 79] No version-number for the Freetype-package
2009-01-28 18:53 [Buildroot] [Bug 79] New: No version-number for the Freetype-package bugzilla at busybox.net
` (4 preceding siblings ...)
2009-01-28 21:01 ` bugzilla at busybox.net
@ 2009-01-29 10:16 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-01-29 10:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=79
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> 2009-01-29 10:16:28 UTC ---
Fixed in r25117.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread