* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
@ 2009-07-19 20:42 ` bugzilla at busybox.net
2009-07-19 21:17 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-07-19 20:42 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-19 20:42:01 UTC ---
Hmm, I cannot reproduce this. Can you provide some more details please? I take
it that you are building for the same target as your build host, and that the
libtheora build picks up your /usr/bin/sdl-config and ends up using your host
libraries.
I've tried doing a x86-64 build (as that's what my build host is) with and
without SDL enabled. The libtheora configure script does pick up my host
sdl-config, but as it is only used for examples and we build with
--disable-examples it has no effect. I also tried with a i686 build with the
same affect.
Now, adding a --with-sdl-prefix doesn't hurt, but I would like to understand
the problem first.
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
2009-07-19 20:42 ` [Buildroot] [Bug 381] " bugzilla at busybox.net
@ 2009-07-19 21:17 ` bugzilla at busybox.net
2009-07-20 5:57 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-07-19 21:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
--- Comment #2 from Evan Zelkowitz <evan.zelkowitz@gmail.com> 2009-07-19 21:17:19 UTC ---
I will try to reproduce again. I was building for mipsel on an x86 box and it
ended up linking against the sdl in the box's local /usr/lib instead of the one
in the buildroot directory, thats why I added the sdl-prefix so it would look
at the buildroot one. Since I was building for mipsel it was pretty apparent
when things werent built correctly since they would fail on linking. Since you
were doing an x86 toolchain on an x86 box that may be why you couldnt see it.
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
2009-07-19 20:42 ` [Buildroot] [Bug 381] " bugzilla at busybox.net
2009-07-19 21:17 ` bugzilla at busybox.net
@ 2009-07-20 5:57 ` bugzilla at busybox.net
2009-08-31 8:00 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-07-20 5:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2009-07-20 05:57:07 UTC ---
I also cannot reproduce it in mipsel either. The reason why I tries x86 was
that this is normally the situation where packages gets confused and link with
system libs.
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
` (2 preceding siblings ...)
2009-07-20 5:57 ` bugzilla at busybox.net
@ 2009-08-31 8:00 ` bugzilla at busybox.net
2009-09-02 1:24 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-08-31 8:00 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org> 2009-08-31 08:00:10 UTC ---
(In reply to comment #3)
> I also cannot reproduce it in mipsel either. The reason why I tries x86 was
> that this is normally the situation where packages gets confused and link with
> system libs.
Have you been able to reproduce this?
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
` (3 preceding siblings ...)
2009-08-31 8:00 ` bugzilla at busybox.net
@ 2009-09-02 1:24 ` bugzilla at busybox.net
2009-09-02 5:59 ` bugzilla at busybox.net
2009-09-02 6:02 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-09-02 1:24 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
--- Comment #5 from Evan Zelkowitz <evan.zelkowitz@gmail.com> 2009-09-02 01:24:21 UTC ---
I have not been able to reproduce since either
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
` (4 preceding siblings ...)
2009-09-02 1:24 ` bugzilla at busybox.net
@ 2009-09-02 5:59 ` bugzilla at busybox.net
2009-09-02 6:02 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-09-02 5:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> 2009-09-02 05:59:44 UTC ---
Ok, then I suggest we close the issue then. Feel free to reopen if you
experience it again.
--
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] 8+ messages in thread* [Buildroot] [Bug 381] libtheora not using sdl-prefix
2009-06-09 6:07 [Buildroot] [Bug 381] New: libtheora not using sdl-prefix bugzilla at busybox.net
` (5 preceding siblings ...)
2009-09-02 5:59 ` bugzilla at busybox.net
@ 2009-09-02 6:02 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-09-02 6:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
--- Comment #7 from Evan Zelkowitz <evan.zelkowitz@gmail.com> 2009-09-02 06:02:54 UTC ---
sounds good
--
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] 8+ messages in thread