From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 3/4] mplayer_svn : fix compilation problem
Date: Thu, 29 Apr 2010 21:26:27 +0200 [thread overview]
Message-ID: <4BD9DD63.60502@eukrea.com> (raw)
In-Reply-To: <1272557848.2313.14.camel@gnutoo-desktop>
Hi Denis,
Le 29/04/2010 18:17, GNUtoo a écrit :
> In mplayer_svn I see:
> DEPENDS = "[...] virtual/libx11 [...]" so it depends on X
>
yes, I was thinking to try to split the recipe in order to have one
mplayer recipe for fbdev without any x11 dependencies as I don't need
these libs on this project.
> The problem I had was that it didn't find the libraries(the ones you see
> with ldd not dlopened libraries) so normally even in console it
> shouldn't have worked...
> Strange(unless you removed X build dependencies or maybe I had more
> packages installed and configure detected them and built support for
> them)
>
I think this may be linked with configure as libxxf86dga and
libxscrnsaver aren't built on my system.
You will find more details below.
Eric
* here is what I have in depends.dot :
mplayer -> mplayer_common;
mplayer -> ncurses;
mplayer -> libpng12_0;
mplayer -> libz1;
mplayer -> libjpeg62;
mplayer -> libasound2;
mplayer -> libc6;
mplayer -> libdvdread3;
mplayer -> libfreetype6;
mplayer -> libfontconfig1;
mplayer -> libbz2_1;
mplayer -> libmad0;
mplayer -> libtheora0;
mplayer -> libogg0;
mplayer -> libschroedinger_1_0_0;
mplayer -> liborc_0_4_0;
mplayer -> libstdc6;
mplayer -> libxv1;
mplayer -> libsdl_1_2_0;
mplayer -> libmp3lame0;
mplayer -> libgcc1;
mplayer -> libxext6;
mplayer -> libx11_6;
* here are libx* which are installed in the image :
libx11-6_1:1.3.3-r7.5_i686.ipk
libxau6_1:1.0.5-r0.5_i686.ipk
libxdmcp6_1:1.0.3-r1.5_i686.ipk
libxext6_1:1.1.1-r1.5_i686.ipk
libxml2_2.7.7-r8.0.5_i686.ipk
libxv1_1.0.5-r1.5_i686.ipk
* here is the result of ldd on mplayer :
ldd mplayer
linux-gate.so.1 => (0xb778d000)
libncurses.so.5 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libncurses.so.5
(0xb7749000)
libpng12.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libpng12.so.0 (0xb7724000)
libz.so.1 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libz.so.1
(0xb770f000)
libjpeg.so.62 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libjpeg.so.62 (0xb76ef000)
libasound.so.2 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libasound.so.2
(0xb7630000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7621000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7608000)
libdvdread.so.3 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libdvdread.so.3
(0xb75e9000)
libfreetype.so.6 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libfreetype.so.6
(0xb756b000)
libfontconfig.so.1 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libfontconfig.so.1
(0xb753b000)
libbz2.so.1 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libbz2.so.1
(0xb752b000)
libmad.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libmad.so.0
(0xb7515000)
libtheora.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libtheora.so.0
(0xb74be000)
libogg.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libogg.so.0
(0xb74b9000)
libschroedinger-1.0.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libschroedinger-1.0.so.0
(0xb7409000)
liborc-0.4.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/liborc-0.4.so.0
(0xb73d1000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb73ab000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb73a1000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb72af000)
libXv.so.1 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libXv.so.1
(0xb72aa000)
libSDL-1.2.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libSDL-1.2.so.0
(0xb721c000)
libmp3lame.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libmp3lame.so.0
(0xb71a8000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7189000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7044000)
libXext.so.6 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libXext.so.6
(0xb7035000)
libX11.so.6 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libX11.so.6
(0xb6f0f000)
/lib/ld-linux.so.2 (0xb778e000)
libdvdcss.so.2 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libdvdcss.so.2
(0xb6f07000)
libexpat.so.1 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libexpat.so.1 (0xb6ede000)
libXau.so.6 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libXau.so.6
(0xb6edb000)
libXdmcp.so.6 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libXdmcp.so.6 (0xb6ed6000)
libts-1.0.so.0 =>
/home/ebenard/OEx86/tmp/staging/i686-angstrom-linux/usr/lib/libts-1.0.so.0
(0xb6ed3000)
next prev parent reply other threads:[~2010-04-29 19:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 13:14 [PATCH 1/4] klibc: add 1.5.17 Eric Benard
2010-04-24 13:14 ` [PATCH 2/4] v86d : add 0.1.9 Eric Benard
2010-04-24 13:14 ` [PATCH 3/4] mplayer_svn : fix compilation problem Eric Benard
2010-04-24 13:14 ` [PATCH 4/4] kernel.class : fix for recent kernel on x86 Eric Benard
2010-04-25 19:20 ` [PATCH v2] " Eric Benard
2010-04-26 10:40 ` Roman I Khimov
2010-05-02 19:34 ` Roman I Khimov
2010-04-25 13:13 ` [PATCH 3/4] mplayer_svn : fix compilation problem GNUtoo
2010-04-25 13:39 ` GNUtoo
2010-04-25 14:24 ` GNUtoo
2010-04-25 14:41 ` GNUtoo
2010-04-29 13:36 ` gnutoo
2010-04-29 13:40 ` Eric Bénard
2010-04-29 15:05 ` GNUtoo
2010-04-29 15:08 ` Eric Bénard
2010-04-29 16:17 ` GNUtoo
2010-04-29 19:26 ` Eric Bénard [this message]
2010-04-29 19:55 ` Eric Bénard
2010-04-30 7:33 ` [PATCH] " Eric Benard
2010-04-30 19:32 ` GNUtoo
2010-05-04 9:50 ` GNUtoo
2010-04-25 19:14 ` [PATCH 3/4] " Eric Bénard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BD9DD63.60502@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.