* [Buildroot] [Bug 381] New: libtheora not using sdl-prefix
@ 2009-06-09 6:07 bugzilla at busybox.net
2009-07-19 20:42 ` [Buildroot] [Bug 381] " bugzilla at busybox.net
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-06-09 6:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=381
Host: linux
Target: mipsel-linux
Summary: libtheora not using sdl-prefix
Product: buildroot
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: evan.zelkowitz at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
It seems that the libtheora build ends up linking against the local libc and/or
using the local SDL install when building along side SDL in buildroot. I
noticed during the configure it was linking against my local SDL libraries and
using my local sdl-config. I had to add --with-sdl-prefix=$(STAGING_DIR)/usr
to the libtheora.mk and then it appeared to use the correct sdl directory.
This had caused issues for me since the rest of sdl would then attempt to use
libc.so.6 when being linked by other apps and those apps would not run on the
uclibc system since libc.so.6 did not exist.
--
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 ` 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
end of thread, other threads:[~2009-09-02 6:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox