Re: [OpenWrt-Devel] Embedded Database

2013-04-04 Thread shazz
Usually, with embedded DB, it is a question of storage (i.e. you're storing data on flash memory or disk) On Thu, Apr 4, 2013 at 10:29 AM, Emmanuel Deloget < emmanuel.delo...@efixo.com> wrote: > Le 04/04/2013 08:52, Pietro Paolini a écrit : > > Hello all, > > I am looking for a open source datab

Re: [OpenWrt-Devel] firewall3 package broken with EGLIBC

2013-03-11 Thread shazz
yes I fixed the pb like that locally by adding to utils.c and another file I don't remember. but as Jo is the maintener, I let him do, he already did the same patch for various packages. else I'll do the patch. shazz On Mon, Mar 11, 2013 at 2:49 PM, Mirko Vogt wrote: > On 03/10/

[OpenWrt-Devel] firewall3 package broken with EGLIBC

2013-03-10 Thread shazz
fig/firewall3/compile] Error 2 thx ! shazz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] eglibc/i2c-tools broken ?

2013-01-18 Thread shazz
the error seems to come from a modification occured in target-mips_r2_eglibc-2.16/linux-ar71xx_generic/linux-3.7.2/include/linux/i2c.h Can someone help me to find which commit has touched this file ? Thanks ___ openwrt-devel mailing list openwrt-deve

[OpenWrt-Devel] eglibc/i2c-tools broken ?

2013-01-15 Thread shazz
Hi, Since a few days, my ar71xx/eglibc builds are broken : make[4]: Entering directory `/var/www/LOG/openwrt/tpl703n/trunk/build_dir/target-mips_r2_eglibc-2.16/linux-ar71xx_generic/i2c-tools-3.0.3' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/www/LOG/openwrt/tpl703n/tru

Re: [OpenWrt-Devel] swconfig broken ?

2012-12-19 Thread shazz
thx, it worked :) On Wed, Dec 19, 2012 at 5:20 PM, Florian Fainelli wrote: > Le 12/19/12 17:18, shazz a écrit : > >> Salut Florian, >> >> I'm at 34778. >> What should I do to rebuild the headers ? >> >> my autobuild does : >> cd $o

Re: [OpenWrt-Devel] swconfig broken ?

2012-12-19 Thread shazz
ll -a make clean make not enough ? On Wed, Dec 19, 2012 at 12:23 PM, Florian Fainelli wrote: > Hi, > > Le 12/19/12 12:21, shazz a écrit : > >> Hi, >> >> Since a few days on all my automated ar71xx/EGLIBC2.16 builds, >> swconfig doesn't build anymore:

[OpenWrt-Devel] swconfig broken ?

2012-12-19 Thread shazz
] Error 2 make[1]: Leaving directory `/var/www/LOG/openwrt/tpl703n/trunk' make: *** [world] Erreur 2 thx, shazz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [iptables] iptables broken ?

2012-11-25 Thread shazz
oh ! the mighty underscore :) I try ! On Sun, Nov 25, 2012 at 1:12 AM, Szabolcs Nagy wrote: > * Frank Meerk?tter [2012-11-24 22:25:26 +0100]: >> On 24/11/12 20:49, shazz wrote: >> > error: nested redefinition of 'enum tcp_ca_state' >> > /var/www/LOG/

[OpenWrt-Devel] [iptables] iptables broken ?

2012-11-24 Thread shazz
Hi, my 2 builds failed yesterday : mips-openwrt-linux-gnu-gcc -Wp,-MMD,./.libxt_hashlimit.oo.d,-MT,libxt_hashlimit.oo -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-pr

[OpenWrt-Devel] [PACKAGE] libmysqlclient build broken since last mysql patch

2012-10-31 Thread shazz
;| xargs -r rm -rf Package libmysqlclient is missing dependencies for the following libraries: libuClibc++.so.0 thx shazz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Changeset 33999 "add a package for libthread_db" breaks EGLIBC toolchain compilation

2012-10-30 Thread shazz
N_DIR)/lib/libthread_db-$(LIBC_SO_VERSION).so \ 458 $(1)/lib/ 459 endef doesn't take the good version (2.16) shazz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-22 Thread shazz
Florian, This is a known bug between boost 1.49.0 and EGLIBC 2.16 : http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/025054.html so we should upgrade the boost package to 1.50.0 shazz ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-21 Thread shazz
global scope: ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token Florian, did you succeeded in recompiling boost ? On Sat, Oct 20, 2012 at 10:23 PM, shazz wrote: > ok I think I found the issue, it seems ok if I set the eglibc revision > option to 21110

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-20 Thread shazz
ok I think I found the issue, it seems ok if I set the eglibc revision option to 21110 On Sat, Oct 20, 2012 at 8:51 PM, shazz wrote: > if you look at : > http://openwrt.metaverse.fr/tpl703n/trunk/staging_dir/toolchain-mips_r2_gcc-4.7-linaro_eglibc-2.16/lib/ > you'll see that

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-20 Thread shazz
if you look at : http://openwrt.metaverse.fr/tpl703n/trunk/staging_dir/toolchain-mips_r2_gcc-4.7-linaro_eglibc-2.16/lib/ you'll see that instead of ld-2.16.so, ld-2.15.90.so is generated does it help ? On Sat, Oct 20, 2012 at 3:21 PM, shazz wrote: > Florian : > the confi

Re: [OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-20 Thread shazz
Florian : the config file used : http://openwrt.metaverse.fr/tpl703n/trunk/config.eglibc216 the same config file is used (and works) with eglibc215 the log : http://openwrt.metaverse.fr/tpl703n/trunk/eglibc216.log thx ! shazz On Sat, Oct 20, 2012 at 2:26 PM, Florian Fainelli wrote: > He

[OpenWrt-Devel] Toolchain broken with EGLIBC 2.16 ?

2012-10-19 Thread shazz
I saw that EGLIBC 2.16 was added to the developper options so... I tried ! but if fails cannot stat '/var/www/LOG/openwrt/tpl703n/trunk/staging_dir/toolchain-mips_r2_gcc-4.7-linaro_eglibc-2.16/lib/ld-2.16.so': No such file or directory Did I miss something ? make[3]: Entering directory `/var

Re: [OpenWrt-Devel] uhttpd package broken ?

2012-10-19 Thread shazz
that's fast ! :D thanks jo ! On Fri, Oct 19, 2012 at 3:54 PM, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fixed with r33860. > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ > > iEY

[OpenWrt-Devel] uhttpd package broken ?

2012-10-19 Thread shazz
Hi, It looks that to compile now the v2012-10-15.2 breaks the compilation chain. See to be an issue with limits.h which is not included... make[6]: Entering directory `/var/www/LOG/openwrt/tpl703n/trunk/build_dir/target-mips_r2_eglibc-2.15/uhttpd-2012-10-15.2' [ 25%] Building C object CMakeFiles/

Re: [OpenWrt-Devel] lighttpd.conf should load from something like conf.d

2012-09-27 Thread shazz
good idea ! On Wed, Sep 26, 2012 at 1:45 PM, Jeff R. Allen wrote: > It would make it easier to integrate other packages into a system running > lighttpd if there was something like this in the lighttpd.conf file: > > Index: net/lighttpd/files/lighttpd.conf > ==

Re: [OpenWrt-Devel] Changeset 33524 breaks the compilation : parallel build

2012-09-24 Thread shazz
no issue ! Thx :) On Mon, Sep 24, 2012 at 7:32 PM, Felix Fietkau wrote: > On 2012-09-24 7:26 PM, shazz wrote: >> The fact to add the "+" to " fix parallel build " breaks my normal build :) >> for example in boost : >> "bash: +bjam: command not fo

[OpenWrt-Devel] Changeset 33524 breaks the compilation : parallel build

2012-09-24 Thread shazz
The fact to add the "+" to " fix parallel build " breaks my normal build :) for example in boost : "bash: +bjam: command not found" Is there something to do ? Moreover how to use this parallel build ? Thx ! shazz

Re: [OpenWrt-Devel] [PATCH] [packages] [gdb] gdbserver package dependency fix

2012-09-19 Thread shazz
Hey ! Thanks Florian ! :) On Wed, Sep 19, 2012 at 5:18 PM, Florian Fainelli wrote: > On Saturday 25 August 2012 21:08:09 shazz wrote: >> Description : >> In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15 >> selected) due to a missing dependency: &g

Re: [OpenWrt-Devel] Reproducing http://downloads.openwrt.org/snapshots/trunk/

2012-09-17 Thread shazz
https://forum.openwrt.org/viewtopic.php?id=38613 On Sat, Sep 15, 2012 at 10:01 AM, Benjamin Henrion wrote: > Hi, > > I would like to reproduce what is available on snapshots, and > regenerated everyday: > > http://downloads.openwrt.org/snapshots/trunk/ > > Any idea what is the config/scripts that

[OpenWrt-Devel] [PATCH] [packages] [gdb] gdbserver package dependency fix

2012-08-25 Thread shazz
Description : In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15 selected) due to a missing dependency: Package gdbserver is missing dependencies for the following libraries: libthread_db.so.1 In order to fix it, the system shared lib libthread_db.so.1 is copied from the too