From: Josua Mayer <josua.mayer97@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [?PATCH] mplayer: fix linker error
Date: Sun, 31 Jul 2011 14:41:06 +0200 [thread overview]
Message-ID: <4E354D62.103@googlemail.com> (raw)
In-Reply-To: <1312062322.3650.64.camel@mattotaupa>
Am 30.07.2011 23:45, schrieb Paul Menzel:
> Dear Josua,
>
>
> thank you for your patch. A couple of remarks.
>
> Am Samstag, den 30.07.2011, 18:14 +0200 schrieb Josua Mayer:
>> From: = <=>
> 1. Please fix this line above.
> 2. If there are several recipe versions, also note in the commit summary
> which version you changed.
>
> mplayer_git: fix linker error
>
>> * use already existing patch fix-emu_qtx_api.diff
> 3. Your Signed-off-by line is missing. Please read our commit policy
> [1]. Please also read the other policies and howtos [3][4].
> 4. Somehow a question mark slipped into the patch tag in the
> subject/commit summary: `[?PATCH]`. Please resend your patch with a
> correct line, so that our patch queue can pick your patch up [2].
> 5. One question regarding your patch. What build configuration do you
> use? With `angstrom-2010.x` for `MACHINE = "beagleboard"` it works fine.
> For `minimal` with the same machine it fails with the following error.
>
> | Checking for LIVE555 Streaming Media libraries ... yes
> | Checking for FFmpeg (libavutil libavcodec libavformat libswscale libpostproc) ...
> | Error: Unable to find development files for some of the FFmpeg libraries above. Aborting. If you really mean to compile without FFmpeg support use --disable-ffmpeg.
> |
> | Check "config.log" if you do not understand why it failed.
>
> So I am wondering why you experience this error.
>
>> ---
>> recipes/mplayer/mplayer_git.bb | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/recipes/mplayer/mplayer_git.bb b/recipes/mplayer/mplayer_git.bb
>> index 259ce99..5f15618 100644
>> --- a/recipes/mplayer/mplayer_git.bb
>> +++ b/recipes/mplayer/mplayer_git.bb
>> @@ -8,6 +8,7 @@ DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib li
>> RDEPENDS_${PN} = "mplayer-common"
>> LICENSE = "GPL"
>> SRC_URI = "git://repo.or.cz/mplayer/glamo.git;protocol=git;branch=mplayer2 \
>> + file://fix-emu_qtx_api.diff \
>> "
>>
>> SRC_URI_append_armv7a = " \
>
> Thanks,
>
> Paul
>
>
> [1] http://openembedded.org/index.php/Commit_Policy
> [2] http://patches.openembedded.org/project/oe/list/
> [3] http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded
> [4] http://openembedded.org/index.php/Commit_Patch_Message_Guidelines
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Thank you for these advices.
1.-4.: I will resend the patch once my current build finishes(might take
a day or so)
5.: I was building shr for a modified version of the ion machine
configuration and mplayer produced these linker errors:
| loader/module.o: In function `MODULE_GetProcAddress':
| module.c:(.text+0x125): undefined reference to `report_entry'
| module.c:(.text+0x12f): undefined reference to `report_ret'
| module.c:(.text+0x139): undefined reference to `wrapper_target'
| module.c:(.text+0x13e): undefined reference to `wrapper'
| loader/module.o: In function `LoadLibraryExA':
| module.c:(.text+0x10d4): undefined reference to `report_entry'
| module.c:(.text+0x10de): undefined reference to `report_ret'
| module.c:(.text+0x10ea): undefined reference to `wrapper_target'
| module.c:(.text+0x10f0): undefined reference to `wrapper'
| collect2: ld returned 1 exit status
so I looked at the patches in the files subfolder and found
fix-emu_qtx_api.diff which fixed these errors for me.
prev parent reply other threads:[~2011-07-31 12:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-30 16:14 [�PATCH] mplayer: fix linker error Josua Mayer
2011-07-30 21:45 ` [?PATCH] " Paul Menzel
2011-07-31 12:41 ` Josua Mayer [this message]
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=4E354D62.103@googlemail.com \
--to=josua.mayer97@googlemail.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.