[OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread Jan Willies
changes since v1:
fix compilation the proper way

Signed-off-by: Jan Willies j...@willies.info

===
--- sound/mpc/Makefile  (Revision 14534)
+++ sound/mpc/Makefile  (Arbeitskopie)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpc
-PKG_VERSION:=0.14
+PKG_VERSION:=0.15
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=...@sf/musicpd
-PKG_MD5SUM:=f4218602342cf322872a41dfe0cc72e1
+PKG_MD5SUM:=48897aeb3a7ee5c64f30e56789f105a8
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -40,6 +40,7 @@
 
 define Build/Compile
 $(call Build/Compile/Default,\
+   CFLAGS=$(TARGET_CFLAGS) -std=gnu99 \
prefix=/usr \
all \
 )
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread Jan Willies
hey michu and list,

Thanks for updating the packages.Sorry for the patch-v2-confusion, but I
think you forgot to svn delete sound/mpc/patches, because
001-uclibc.patch is not needed anymore.

I'm however hunting down a real nasty bug in uclibc or somewhere, which
has something to do with threading behaving really weird :/
Have you noticed something with latest trunk and mpd or scmpc? On my x86
machine they don't work when sent into the background. I have to kill
-32 (RTMIN) the lowest PID, after that it works.

strace: http://pastebin.com/m62495427

I'm currently building a kernel with ELF_CORE and try to get a corefile
for better debugging, but I really have no clue :S

When started in the foreground, mpd/scmpc work just fine.


cheers

- jan


Am Dienstag, den 17.02.2009, 19:53 +0100 schrieb Jan Willies:
 changes since v1:
 fix compilation the proper way
 
 Signed-off-by: Jan Willies j...@willies.info
 
 ===
 --- sound/mpc/Makefile(Revision 14534)
 +++ sound/mpc/Makefile(Arbeitskopie)
 @@ -9,12 +9,12 @@
  include $(TOPDIR)/rules.mk
  
  PKG_NAME:=mpc
 -PKG_VERSION:=0.14
 +PKG_VERSION:=0.15
  PKG_RELEASE:=1
  
  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
  PKG_SOURCE_URL:=...@sf/musicpd
 -PKG_MD5SUM:=f4218602342cf322872a41dfe0cc72e1
 +PKG_MD5SUM:=48897aeb3a7ee5c64f30e56789f105a8
  
  include $(INCLUDE_DIR)/package.mk
  
 @@ -40,6 +40,7 @@
  
  define Build/Compile
  $(call Build/Compile/Default,\
 + CFLAGS=$(TARGET_CFLAGS) -std=gnu99 \
   prefix=/usr \
   all \
  )
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread michu
hey jan

no i didn't forget, your patch didn't remove the dir ;) but i just
removed it...

ill test the new mpd source asap, x86 and bcm47xx.

cheers

On Tue, 2009-02-17 at 20:20 +0100, Jan Willies wrote:
 hey michu and list,
 
 Thanks for updating the packages.Sorry for the patch-v2-confusion, but I
 think you forgot to svn delete sound/mpc/patches, because
 001-uclibc.patch is not needed anymore.
 
 I'm however hunting down a real nasty bug in uclibc or somewhere, which
 has something to do with threading behaving really weird :/
 Have you noticed something with latest trunk and mpd or scmpc? On my x86
 machine they don't work when sent into the background. I have to kill
 -32 (RTMIN) the lowest PID, after that it works.
 
 strace: http://pastebin.com/m62495427
 
 I'm currently building a kernel with ELF_CORE and try to get a corefile
 for better debugging, but I really have no clue :S
 
 When started in the foreground, mpd/scmpc work just fine.
 
 
 cheers
 
 - jan
 
 
 Am Dienstag, den 17.02.2009, 19:53 +0100 schrieb Jan Willies:
  changes since v1:
  fix compilation the proper way
  
  Signed-off-by: Jan Willies j...@willies.info
  
  ===
  --- sound/mpc/Makefile  (Revision 14534)
  +++ sound/mpc/Makefile  (Arbeitskopie)
  @@ -9,12 +9,12 @@
   include $(TOPDIR)/rules.mk
   
   PKG_NAME:=mpc
  -PKG_VERSION:=0.14
  +PKG_VERSION:=0.15
   PKG_RELEASE:=1
   
   PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
   PKG_SOURCE_URL:=...@sf/musicpd
  -PKG_MD5SUM:=f4218602342cf322872a41dfe0cc72e1
  +PKG_MD5SUM:=48897aeb3a7ee5c64f30e56789f105a8
   
   include $(INCLUDE_DIR)/package.mk
   
  @@ -40,6 +40,7 @@
   
   define Build/Compile
   $(call Build/Compile/Default,\
  +   CFLAGS=$(TARGET_CFLAGS) -std=gnu99 \
  prefix=/usr \
  all \
   )
  ___
  openwrt-devel mailing list
  openwrt-devel@lists.openwrt.org
  http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
  
 

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel