I suppose it is the same problem I had with iptables (reported on 06 Oct 2010).
When I rename /usr/libgcc_s.so.1 to something else, the samba3 package compiles without problems! I suppose something is wrong with the cross compiler as it tries to link using my native/host libraries instead of the OpenWRT build libraries. Moving the native library out of the way, results in the OpenWRT version to be used... Is it a possible that something is wrong with the lookup order of the libraries paths? And the native libraries are looked up before the OpenWRT build ones? I tried to find the '/usr' path in the source in build_dir/toolchain-* in order to simply remove it and see whether that helps. But I was not able to, as it is just too much... On Tue, 2011-03-01 at 01:04 +0100, Maarten Bezemer wrote: > When looking at the log messages of > https://dev.openwrt.org/changeset/25793 > https://dev.openwrt.org/changeset/25795 > > I assumed my problem with building samba3 would be gone. But > unfortunately it is not (see attachment, resulting from a distcleaned > working directory). > So, could it be possible that the fix is not complete? > > I suppose these .config settings are important for a complete image of > my setup: > > CONFIG_TARGET_BOARD="orion" > CONFIG_ARCH="arm" > CONFIG_GCC_VERSION_LINARO=y > CONFIG_USE_UCLIBC=y > CONFIG_GCC_DEFAULT_VERSION_LINARO=y > CONFIG_GCC_VERSION_4_5=y > CONFIG_UCLIBC_VERSION="0.9.32" > CONFIG_EABI_SUPPORT=y > > I am happy to provide more details to solve this problem. > > Greetings, > Maarten > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel