All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mplayer: bump version to fix build error
@ 2011-02-10 16:47 Bjørn Forsman
  2011-02-10 20:28 ` Peter Korsgaard
       [not found] ` <201102120607.50136.minimod@morethan.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Bjørn Forsman @ 2011-02-10 16:47 UTC (permalink / raw)
  To: buildroot

Bump mplayer to the first version that fixes this issue:

file.c:23:5: warning: "HAVE_MMAP" is not defined
file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:77:5: warning: "HAVE_MMAP" is not defined
file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:124:5: warning: "HAVE_MMAP" is not defined
file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c: In function 'av_file_map':
file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
file.c:50: error: (Each undeclared identifier is reported only once
file.c:50: error: for each function it appears in.)
make[2]: *** [file.o] Error 1

Signed-off-by: Bj?rn Forsman <bjorn.forsman@gmail.com>
---
 package/multimedia/mplayer/mplayer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index bd5c079..7d45960 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -3,7 +3,7 @@
 # mplayer
 #
 #############################################################
-MPLAYER_VERSION = 32710
+MPLAYER_VERSION = 32726
 # MPLAYER_SOURCE = MPlayer-$(MPLAYER_VERSION).tar.bz2
 # MPLAYER_SITE = http://www.mplayerhq.hu/MPlayer/releases
 MPLAYER_SITE = svn://svn.mplayerhq.hu/mplayer/trunk
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] mplayer: bump version to fix build error
  2011-02-10 16:47 [Buildroot] [PATCH] mplayer: bump version to fix build error Bjørn Forsman
@ 2011-02-10 20:28 ` Peter Korsgaard
  2011-02-12  1:00   ` Sergio Monteiro Basto
       [not found] ` <201102120607.50136.minimod@morethan.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2011-02-10 20:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Bj?rn" == Bj?rn Forsman <bjorn.forsman@gmail.com> writes:

 Bj?rn> Bump mplayer to the first version that fixes this issue:
 Bj?rn> file.c:23:5: warning: "HAVE_MMAP" is not defined
 Bj?rn> file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
 Bj?rn> file.c:77:5: warning: "HAVE_MMAP" is not defined
 Bj?rn> file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
 Bj?rn> file.c:124:5: warning: "HAVE_MMAP" is not defined
 Bj?rn> file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
 Bj?rn> file.c: In function 'av_file_map':
 Bj?rn> file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
 Bj?rn> file.c:50: error: (Each undeclared identifier is reported only once
 Bj?rn> file.c:50: error: for each function it appears in.)
 Bj?rn> make[2]: *** [file.o] Error 1

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] mplayer: bump version to fix build error
  2011-02-10 20:28 ` Peter Korsgaard
@ 2011-02-12  1:00   ` Sergio Monteiro Basto
  0 siblings, 0 replies; 4+ messages in thread
From: Sergio Monteiro Basto @ 2011-02-12  1:00 UTC (permalink / raw)
  To: buildroot



On Thu, 2011-02-10 at 21:28 +0100, Peter Korsgaard wrote: 
> >>>>> "Bj?rn" == Bj?rn Forsman <bjorn.forsman@gmail.com> writes:
> 
>  Bj?rn> Bump mplayer to the first version that fixes this issue:
>  Bj?rn> file.c:23:5: warning: "HAVE_MMAP" is not defined
>  Bj?rn> file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
>  Bj?rn> file.c:77:5: warning: "HAVE_MMAP" is not defined
>  Bj?rn> file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
>  Bj?rn> file.c:124:5: warning: "HAVE_MMAP" is not defined
>  Bj?rn> file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
>  Bj?rn> file.c: In function 'av_file_map':
>  Bj?rn> file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
>  Bj?rn> file.c:50: error: (Each undeclared identifier is reported only once
>  Bj?rn> file.c:50: error: for each function it appears in.)
>  Bj?rn> make[2]: *** [file.o] Error 1
> 
> Committed, thanks.

Hi, 
mplayer, now, has been compiled successfully on mipsel , without any
changes. 
Thanks, 

-- 
S?rgio M. B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3309 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110212/aeb98f05/attachment.bin>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] How I upgrade busybox from 1.1.3 to busybox 1.17 without change init scripts ? Was: [PATCH] mplayer: bump version to fix build error
       [not found]     ` <201102120903.17257.minimod@morethan.org>
@ 2011-02-14 14:04       ` Sergio Monteiro Basto
  0 siblings, 0 replies; 4+ messages in thread
From: Sergio Monteiro Basto @ 2011-02-14 14:04 UTC (permalink / raw)
  To: buildroot

On Sat, 2011-02-12 at 09:03 -0600, Michael S. Zick wrote: 
> On Sat February 12 2011, Sergio Monteiro Basto wrote:
> > On Sat, 2011-02-12 at 06:07 -0600, Michael S. Zick wrote: 
> > > On Fri February 11 2011, Sergio Monteiro Basto wrote:
> > > > 
> > > > On Thu, 2011-02-10 at 21:28 +0100, Peter Korsgaard wrote: 
> > > > > >>>>> "Bj?rn" == Bj?rn Forsman <bjorn.forsman@gmail.com> writes:
> > > > > 
> > > > >  Bj?rn> Bump mplayer to the first version that fixes this issue:
> > > > >  Bj?rn> file.c:23:5: warning: "HAVE_MMAP" is not defined
> > > > >  Bj?rn> file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
> > > > >  Bj?rn> file.c:77:5: warning: "HAVE_MMAP" is not defined
> > > > >  Bj?rn> file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
> > > > >  Bj?rn> file.c:124:5: warning: "HAVE_MMAP" is not defined
> > > > >  Bj?rn> file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
> > > > >  Bj?rn> file.c: In function 'av_file_map':
> > > > >  Bj?rn> file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
> > > > >  Bj?rn> file.c:50: error: (Each undeclared identifier is reported only once
> > > > >  Bj?rn> file.c:50: error: for each function it appears in.)
> > > > >  Bj?rn> make[2]: *** [file.o] Error 1
> > > > > 
> > > > > Committed, thanks.
> > > > 
> > > > Hi, 
> > > > mplayer, now, has been compiled successfully on mipsel , without any
> > > > changes. 
> > > >
> > > 
> > > That is good news and I see you have tweaked your howto page.
> > > Haven't had any available "hobby time" myself yet this year.
> > 
> > don't worry :)
> > btw , http://minimodding.com/tiki-index.php?page=UserPagesergiomb is the
> > page.
> > Well one off-topic question , now is my next idea.
> > How or can I upgrade busybox from 1.1.3 to busybox 1.17 without change
> > init scripts ? 
> >
> 
> You might need to apply the Realtek sigabrt patch -
> http://minimodding.com/tiki-download_file.php?fileId=44
> Which cgales did for 1.15 but I suspect it will apply to 1.17 also.

OK CC to buildroot , off-topic but why not ?, someone could help.

but where is described what cgales made for 1.15 ? is what is write on 
http://minimodding.com/CustomFirmware ? 

But anyway leaves to same question, I have a mountpoint with busybox
1.1.3 and want upgrade busybox to 1.17 without change init scripts and
keep box working, after reboot.

Just overwrite busybox1.17 files and just keep what is in /etc ? 
in CustomFirmware page mention a yaffs2_2 stuff example which is should
be saved ? 
dvdplayer  group  hdd  hdd.old  ld.so.conf  magic  passwd  profile  rcS


yeah , if I need to tweak BusyBox with that patch, that is easy (I think). 

Best regards,

-- 
S?rgio M. B.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3309 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110214/9c58bea0/attachment.bin>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-14 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 16:47 [Buildroot] [PATCH] mplayer: bump version to fix build error Bjørn Forsman
2011-02-10 20:28 ` Peter Korsgaard
2011-02-12  1:00   ` Sergio Monteiro Basto
     [not found] ` <201102120607.50136.minimod@morethan.org>
     [not found]   ` <1297517462.5409.5.camel@segulix>
     [not found]     ` <201102120903.17257.minimod@morethan.org>
2011-02-14 14:04       ` [Buildroot] How I upgrade busybox from 1.1.3 to busybox 1.17 without change init scripts ? Was: " Sergio Monteiro Basto

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.