Results 1 to 15 of 62

Thread: [Announce] New EntWare package repository for 1.9.2.7-rtn firmware

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    the pyload thing: I meant the provided ipk from pyload.org

    Quote Originally Posted by ryzhov_al View Post
    You don't write any error logs, so lets call for telepaths^)
    It was late yesterday.. I now set up a new vm http://wiki.openwrt.org/doc/howto/buildvm


    ok, here we go

    do I have to care about "configuration is out of sync" Warning?
    as you see, it's the last step of http://code.google.com/p/wl500g-repo.../trunk/INSTALL

    Code:
    gm@debian:~/openwrt/trunk$ make package/compile V=99
    WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!
    make[1]: Entering directory `/home/gm/openwrt/trunk'
    make[2]: Entering directory `/home/gm/openwrt/trunk/package/opkg'
    make[2]: Leaving directory `/home/gm/openwrt/trunk/package/opkg'
    make[2]: Entering directory `/home/gm/openwrt/trunk/package/base-files-network'
    WARNING: skipping base-files-network -- package not selected
    make[2]: Leaving directory `/home/gm/openwrt/trunk/package/base-files-network'
    make[2]: Entering directory `/home/gm/openwrt/trunk/package/base-files'
    WARNING: skipping base-files -- package not selected
    WARNING: skipping libssp -- package not selected
    WARNING: skipping libgfortran -- package not selected
    make[2]: Leaving directory `/home/gm/openwrt/trunk/package/base-files'
    make[2]: Entering directory `/home/gm/openwrt/trunk/package/cyassl'
    (cd /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5; for lt in $(/home/gm/openwrt/trunk/staging_dir/host/bin/find . -name ltmain.sh); do lt_version="$(/home/gm/openwrt/trunk/staging_dir/host/bin/sed -ne 's,^[[:space:]]*VERSION=\([0-9]\.[0-9]\+\).*,\1,p' $lt)"; case "$lt_version" in 1.5|2.2|2.4) echo "autotools.mk: Found libtool v$lt_version - applying patch to $lt"; (cd $(dirname $lt) && /usr/bin/patch -N -s -p1 < /home/gm/openwrt/trunk/tools/libtool/files/libtool-v$lt_version.patch || true) ;; *) echo "autotools.mk: error: Unsupported libtool version v$lt_version - cannot patch $lt"; exit 1 ;; esac; done; );
    autotools.mk: Found libtool v1.5 - applying patch to ./ltmain.sh
    Reversed (or previously applied) patch detected!  Skipping patch.
    10 out of 10 hunks ignored -- saving rejects to file ltmain.sh.rej
    (cd /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/./; if [ -x ./configure ]; then /usr/bin/find /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/ -name config.guess | xargs -r chmod u+w; /usr/bin/find /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/ -name config.guess | xargs -r -n1 cp /home/gm/openwrt/trunk/scripts/config.guess; /usr/bin/find /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/ -name config.sub | xargs -r chmod u+w; /usr/bin/find /home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/ -name config.sub | xargs -r -n1 cp /home/gm/openwrt/trunk/scripts/config.sub; AR=mipsel-uclibc-ar AS="mipsel-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -fpic" LD=mipsel-uclibc-ld NM=mipsel-uclibc-nm CC="mipsel-uclibc-gcc" GCC="mipsel-uclibc-gcc" CXX="mipsel-uclibc-g++" RANLIB=mipsel-uclibc-ranlib STRIP=mipsel-uclibc-strip OBJCOPY=mipsel-uclibc-objcopy OBJDUMP=mipsel-uclibc-objdump SIZE=mipsel-uclibc-size CFLAGS="-Os -pipe -mips32 -mtune=mips32 -fpic " CXXFLAGS="-Os -pipe -mips32 -mtune=mips32 -fpic " CPPFLAGS="-I/home/gm/openwrt/trunk/staging_dir/target-mipsel-rtn-linux-gnu/opt/include -I/home/gm/openwrt/trunk/staging_dir/target-mipsel-rtn-linux-gnu/include -I/opt/brcm/hndtools-mipsel-uclibc/include " LDFLAGS="-L/home/gm/openwrt/trunk/staging_dir/target-mipsel-rtn-linux-gnu/opt/lib -L/home/gm/openwrt/trunk/staging_dir/target-mipsel-rtn-linux-gnu/lib -Wl,-rpath,/opt/lib -L/opt/brcm/hndtools-mipsel-uclibc/lib "   ./configure --target=mipsel-rtn-linux-gnu --host=mipsel-rtn-linux-gnu --build=i486-linux-gnu --program-prefix="" --program-suffix="" --prefix=/opt --exec-prefix=/opt --bindir=/opt/bin --sbindir=/opt/sbin --libexecdir=/opt/lib --sysconfdir=/opt/etc --datadir=/opt/share --localstatedir=/opt/var --mandir=/opt/man --infodir=/opt/info --disable-nls   --without-zlib --enable-singleThreaded ; fi; )
    configure: loading site script /home/gm/openwrt/trunk/include/site/mipsel-rtn-linux-gnu
    checking build system type... i486-pc-linux-gnu
    checking host system type... mipsel-rtn-linux-gnu
    checking target system type... mipsel-rtn-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for mipsel-rtn-linux-gnu-strip... mipsel-uclibc-strip
    checking for mipsel-rtn-linux-gnu-gcc... mipsel-uclibc-gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make[2]: *** [/home/gm/openwrt/trunk/build_dir/target-mipsel-rtn-linux-gnu/cyassl-1.6.5/.configured_] Error 77
    make[2]: Leaving directory `/home/gm/openwrt/trunk/package/cyassl'
    make[1]: *** [package/cyassl/compile] Error 2
    make[1]: Leaving directory `/home/gm/openwrt/trunk'
    make: *** [package/compile] Error 2
    Last edited by !gm; 27-01-2012 at 15:47.
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

Similar Threads

  1. Entware - новый репозиторий для роутеров Asus (MIPS)
    By ryzhov_al in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 1391
    Last Post: 04-01-2021, 21:16
  2. Установка rTorrent + ruTorrent из репозитория Entware
    By ryzhov_al in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 174
    Last Post: 11-02-2016, 14:29
  3. Samba 3.6 EntWare - установка и настройка
    By voidshah in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 50
    Last Post: 02-12-2014, 10:37
  4. Optware oder Entware?
    By newbiefan in forum German Discussion - Deutsch (DE)
    Replies: 9
    Last Post: 20-12-2012, 16:51
  5. Torrentflux mod, controls Transmission - can someone package it?
    By nant15 in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-11-2006, 19:49

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •