* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
@ 2009-07-13 19:09 ` bugzilla at busybox.net
2009-07-13 20:20 ` bugzilla at busybox.net
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-13 19:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #1 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-13 19:09:21 UTC ---
Created an attachment (id=461)
--> (https://bugs.busybox.net/attachment.cgi?id=461)
Fontconfig fix for build/install
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
2009-07-13 19:09 ` [Buildroot] [Bug 455] " bugzilla at busybox.net
@ 2009-07-13 20:20 ` bugzilla at busybox.net
2009-07-13 21:48 ` bugzilla at busybox.net
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-13 20:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-13 20:20:29 UTC ---
Hmm, please make the patch as minimal as possible - E.G. the fix-makealias
patch has a bunch of noise because it removes trailing spaces.
I don't get what the problem is as the Makefile calls sh and not $PREFIX/bin/sh
- Is it because you have a sh for the target in $STAGING_DIR/bin and that
included in the path?
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
2009-07-13 19:09 ` [Buildroot] [Bug 455] " bugzilla at busybox.net
2009-07-13 20:20 ` bugzilla at busybox.net
@ 2009-07-13 21:48 ` bugzilla at busybox.net
2009-07-13 21:57 ` bugzilla at busybox.net
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-13 21:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #3 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-13 21:48:52 UTC ---
(In reply to comment #2)
> Hmm, please make the patch as minimal as possible - E.G. the fix-makealias
> patch has a bunch of noise because it removes trailing spaces.
>
> I don't get what the problem is as the Makefile calls sh and not $PREFIX/bin/sh
> - Is it because you have a sh for the target in $STAGING_DIR/bin and that
> included in the path?
>
Yes, I have an $(STAGING_DIR)/bin/sh installed.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (2 preceding siblings ...)
2009-07-13 21:48 ` bugzilla at busybox.net
@ 2009-07-13 21:57 ` bugzilla at busybox.net
2009-07-13 21:58 ` bugzilla at busybox.net
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-13 21:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #4 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-13 21:57:24 UTC ---
I have another patch that also fixed the problem of glib-genmarshall called
from the staging directory.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (3 preceding siblings ...)
2009-07-13 21:57 ` bugzilla at busybox.net
@ 2009-07-13 21:58 ` bugzilla at busybox.net
2009-07-14 10:21 ` bugzilla at busybox.net
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-13 21:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #5 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-13 21:58:28 UTC ---
Created an attachment (id=465)
--> (https://bugs.busybox.net/attachment.cgi?id=465)
External toolchain path order fix
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (4 preceding siblings ...)
2009-07-13 21:58 ` bugzilla at busybox.net
@ 2009-07-14 10:21 ` bugzilla at busybox.net
2009-07-14 13:03 ` bugzilla at busybox.net
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 10:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-14 10:21:43 UTC ---
> Yes, I have an $(STAGING_DIR)/bin/sh installed.
Ohh? Where does that come from - Bash? That sounds like a bug in the first
place
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (5 preceding siblings ...)
2009-07-14 10:21 ` bugzilla at busybox.net
@ 2009-07-14 13:03 ` bugzilla at busybox.net
2009-07-14 13:57 ` bugzilla at busybox.net
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 13:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #7 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-14 13:03:32 UTC ---
(In reply to comment #6)
> > Yes, I have an $(STAGING_DIR)/bin/sh installed.
>
> Ohh? Where does that come from - Bash? That sounds like a bug in the first
> place
>
That's copied from the external toolchain.
Whatever is in the staging we shouldn't have that kind of problem.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (6 preceding siblings ...)
2009-07-14 13:03 ` bugzilla at busybox.net
@ 2009-07-14 13:57 ` bugzilla at busybox.net
2009-07-14 20:03 ` bugzilla at busybox.net
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 13:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #8 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-14 13:57:30 UTC ---
(In reply to comment #7)
> (In reply to comment #6)
> > > Yes, I have an $(STAGING_DIR)/bin/sh installed.
> >
> > Ohh? Where does that come from - Bash? That sounds like a bug in the first
> > place
> >
>
> That's copied from the external toolchain.
> Whatever is in the staging we shouldn't have that kind of problem.
>
I think we should remove the staging directory from the PATH variable, as none
of the binaries it contains can be executed on the host. If some package need
to execute one binary from another package, we should have this compiled for
the host.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (7 preceding siblings ...)
2009-07-14 13:57 ` bugzilla at busybox.net
@ 2009-07-14 20:03 ` bugzilla at busybox.net
2009-07-14 20:21 ` bugzilla at busybox.net
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 20:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
Lionel Landwerlin <lionel.landwerlin@openwide.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--- Comment #9 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-14 20:03:11 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #6)
> > > > Yes, I have an $(STAGING_DIR)/bin/sh installed.
> > >
> > > Ohh? Where does that come from - Bash? That sounds like a bug in the first
> > > place
> > >
> >
> > That's copied from the external toolchain.
> > Whatever is in the staging we shouldn't have that kind of problem.
> >
>
> I think we should remove the staging directory from the PATH variable, as none
> of the binaries it contains can be executed on the host. If some package need
> to execute one binary from another package, we should have this compiled for
> the host.
>
I confirm that removing the staging dir from the PATH variable also fix the
problem. I going to close the bug as there is no problem related to fontconfig
but rather to the external toolchain usage.
Thx for helping.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (8 preceding siblings ...)
2009-07-14 20:03 ` bugzilla at busybox.net
@ 2009-07-14 20:21 ` bugzilla at busybox.net
2009-07-14 20:38 ` bugzilla at busybox.net
2009-07-15 7:31 ` bugzilla at busybox.net
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 20:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #10 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-14 20:21:52 UTC ---
> I think we should remove the staging directory from the PATH variable, as none
> of the binaries it contains can be executed on the host. If some package need
> to execute one binary from another package, we should have this compiled for
> the host.
The problem is the various *-config scripts, like sdl-config which get
installed by various packages and *SHOULD* get called instead of whatever is
present on the host.
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (9 preceding siblings ...)
2009-07-14 20:21 ` bugzilla at busybox.net
@ 2009-07-14 20:38 ` bugzilla at busybox.net
2009-07-15 7:31 ` bugzilla at busybox.net
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-14 20:38 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #11 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-07-14 20:38:18 UTC ---
(In reply to comment #10)
> > I think we should remove the staging directory from the PATH variable, as none
> > of the binaries it contains can be executed on the host. If some package need
> > to execute one binary from another package, we should have this compiled for
> > the host.
>
> The problem is the various *-config scripts, like sdl-config which get
> installed by various packages and *SHOULD* get called instead of whatever is
> present on the host.
>
I'm agree, but shouldn't we provides them from the $(HOST_DIR) ?
--
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] 13+ messages in thread* [Buildroot] [Bug 455] Fontconfig problem problem when building/installing
2009-07-13 19:08 [Buildroot] [Bug 455] New: Fontconfig problem problem when building/installing bugzilla at busybox.net
` (10 preceding siblings ...)
2009-07-14 20:38 ` bugzilla at busybox.net
@ 2009-07-15 7:31 ` bugzilla at busybox.net
11 siblings, 0 replies; 13+ messages in thread
From: bugzilla at busybox.net @ 2009-07-15 7:31 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=455
--- Comment #12 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-15 07:31:07 UTC ---
(In reply to comment #11)
> > The problem is the various *-config scripts, like sdl-config which get
> > installed by various packages and *SHOULD* get called instead of whatever is
> > present on the host.
>
> I'm agree, but shouldn't we provides them from the $(HOST_DIR) ?
Well, it's not that simple. HOST_DIR is for stuff for the host, so a sdl-config
there would point to the host libraries, not the target ones. Also notice that
these scripts gets installed with make install of the packages, so we don't
have direct control over it. And finally don't forget the cross compiler which
also gets installed into STAGING_DIR together with the headers/libs, and people
expect to simply be able to add STAGING_DIR/usr/bin to their path and be good
to go.
--
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] 13+ messages in thread