**** BEGIN LOGGING AT Tue Jul 29 02:59:56 2008 Jul 29 03:11:44 thepeople? any idea about why I get issues with finding mipsel-linux-uclibc-gcc ? Jul 29 03:12:31 frogonwheels: nope, likely a issue with the make file Jul 29 03:12:58 there isn't such a beast built - what should be building it? Jul 29 03:13:10 (find -name mipsel-linux-uclibc-gcc yields nothing) Jul 29 03:14:44 likely a issue with the libstdc++ make file Jul 29 03:17:31 which is probably why I turned it of.. however I couldn't get libusb to build - and it was suggested I turn libstdc++ on to see if that would help. Jul 29 03:17:32 *sigh* Jul 29 03:18:00 I'm not urgently trying to do a build - but would like to get to the bottom of why it isn't building. Jul 29 03:18:15 - so consider me as a debugging resource, and see if we can't get it to work. Jul 29 03:18:29 can you pastebin the last bunch of lines when it fails Jul 29 03:20:02 http://pastebin.com/d57708d14 Jul 29 03:28:11 frogonwheels: no idea off hand Jul 29 03:28:42 should it be building mipsel-linux-uclibc-gcc ? Jul 29 03:28:48 or is that name wrong? Jul 29 03:29:14 .. and if so - which target should be building it? Jul 29 03:29:34 it should build it before it tries to comple libstdc++ Jul 29 03:30:02 in toolchain/gcc ? Jul 29 03:30:06 or where? Jul 29 03:30:25 ie.. can I forcefully get it to make? Jul 29 03:35:59 agb * r11980 /trunk/package/ipkg/ (. Makefile): Jul 29 03:35:59 [ipkg] Port the full ipkg to Kamikaze Jul 29 03:35:59 - Does not suffer from most of the issues the busybox implementation experiences Jul 29 03:35:59 - busybox ipkg is still the default package manager Jul 29 03:35:59 - Removes /usr/bin/ipkg on install if it is a symlink Jul 29 03:36:00 - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox Jul 29 03:36:02 - Supports gzip'd package lists, results in substantial space savings Jul 29 03:36:12 agb * r11981 /trunk/ (package/Makefile target/imagebuilder/files/Makefile): Jul 29 03:36:12 [ipkg] Generate gzipped package lists Jul 29 03:36:12 - Can be used by changing the src line in /etc/ipkg.conf to src/gz Jul 29 03:36:12 - Cannot be used by busybox ipkg Jul 29 03:36:25 agb * r11982 /trunk/package/base-files/files/etc/ipkg.conf: Jul 29 03:36:25 [ipkg] Move packages lists to the ramdisk to save flash space Jul 29 03:36:25 - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each Jul 29 03:36:25 boot before packages can be installed from feeds Jul 29 04:16:52 thepeople * r11983 /trunk/package/opkg/ (8 files in 3 dirs): Jul 29 04:16:52 add opkg Jul 29 04:16:52 - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg Jul 29 04:22:16 Bartman007, thepeople do you know how I can get mipsel-linux-uclibc-gcc to compile ? make toolchain/???-compile ? Jul 29 04:57:50 any hints on what Makefile generates it? Jul 29 05:36:27 frogonwheels: I would assume toolchain/gcc/Makefile, probably the toolchain/gcc-install phase (sorry I don't have more time to help) Jul 29 05:37:35 np Bartman007 - if you've got any time in the next 24 that'd be great (i'm not urgently trying to get a build out - just trying to help keep the project building) Jul 29 05:37:41 gg now - but will have a look later. Jul 29 08:10:42 Weird problem doing a make toolchain/gcc-install V=99 looks like it's trying to find it before it has installed it !? Jul 29 08:10:43 http://pastebin.com/d29f29e7a Jul 29 08:17:03 florian * r11984 /packages/libs/libamsel/Makefile: libamsel objects should be compiled with -fPIC to allow shared library generation, this bug is only triggered when building for 64bits apparently Jul 29 08:23:48 ah. Looks like there is a mipsel-linux-uclibc-g++ but not a mipsel-linux-uclibc-gcc in the mipsel toolchain directory!!! Jul 29 08:24:05 unless I'm mistaken - they should be the same exe, shouldn't they? Jul 29 08:25:19 no Jul 29 08:25:33 oh ok - then why don't I have gcc Jul 29 08:25:46 that is the 64 million dollar question :) Jul 29 08:26:19 can you see the --enable-languages option that was given to ./configure in gcc's config.log ? Jul 29 08:26:37 I think I've got a full dump of the compile somewhere.. soo.. Jul 29 08:27:35 (cd /Debian/home/michaelg/OpenWRT/build/trunk/build_dir/toolchain-mipsel_gcc3.4.6/gcc-3.4.6-initial; rm -f config.cache; SHELL="/bin/bash" /Debian/home/michaelg/OpenWRT/build/trunk/build_dir/toolchain-mipsel_gcc3.4.6/gcc-3.4.6/configure --prefix=/Debian/home/michaelg/OpenWRT/build/trunk/staging_dir/toolchain-mipsel_gcc3.4.6 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --enable-languages=c --disable-shared Jul 29 08:27:35 --with-sysroot=/Debian/home/michaelg/OpenWRT/build/trunk/build_dir/toolchain-mipsel_gcc3.4.6/uClibc_dev/ --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --disable-libmudflap --disable-multilib ); Jul 29 08:27:49 --enable-languages=c Jul 29 08:28:48 but you said you have a g++ but no gcc ? Jul 29 08:28:51 yep Jul 29 08:28:57 hm, odd. Jul 29 08:29:21 decidedly Jul 29 08:29:49 oh.. um perhaps that was a cross-compiled version. Jul 29 08:29:50 hmm. Jul 29 10:14:15 cyrus * r11985 /trunk/package/lua/Makefile: lua: Remove -fPIC for non-powerpc platforms Jul 29 10:22:41 florian * r11986 /packages/libs/curl/patches/200-no_docs_tests.patch: Do not compile and generate curl tests and docs Jul 29 10:24:01 florian * r11987 / (3 files in 3 dirs): Move curl from packages to trunk, opkg depends on it Jul 29 10:24:33 florian * r11988 /trunk/package/opkg/Makefile: opkg depends on curl Jul 29 10:57:14 florian * r11989 /trunk/package/kernel/modules/fs.mk: Fix nfs kernel modules for 2.4 kernels Jul 29 12:00:55 ok - I've removed tmp staging_dir build_dir and started again. looks better. Jul 29 12:01:41 hi Jul 29 12:01:48 hey Jul 29 12:02:14 isn't opkg pretty big because of the depency on libcurl? Jul 29 12:02:40 ~1MB? Jul 29 12:03:24 xMff: what's opkg? is it designed for systems with a usb drive /extram memory possibly? Jul 29 12:03:24 xMff: it isn't dependant on libcurl, it uses wget (patched) Jul 29 12:03:36 ahh okay Jul 29 12:04:00 sorry, didn't bother to look into it yet Jul 29 12:04:04 frogonwheels: ipkg is not longer actively developed so it was forked and named opkg Jul 29 12:04:48 thepeople: ah.. so ipkg is external and opkg is the openwrt version now. Jul 29 12:05:49 how's the stabalisation coming along? Jul 29 12:05:52 no opkg isn't the defualt used by openwrt yet Jul 29 12:06:36 <_trine> thepeople: have you been able to include the mmc0 driver yet ? Jul 29 12:06:42 yeah - I understood that - badly worded response is all. Jul 29 12:06:58 _trine: no Jul 29 12:07:38 I'm just doing a (pretty much) full compile of trunk mipsel - hopefully it will all build this time ;) Jul 29 12:09:58 hey, thepeople, do you know who the wiki maintainer is - there were a few people around early who have been trying to get in contact. Jul 29 12:13:59 <_trine> thepeople: could you compile it for me my system isn't working right now Jul 29 12:14:28 frogonwheels: Kaloz Jul 29 12:14:41 _trine: when I get time, fixing other bugs now Jul 29 12:14:49 <_trine> ok tnx Jul 29 12:30:40 frogonwheels: actually mbm is the wiki admin Jul 29 12:32:24 oh, ok. Jul 29 12:33:19 hmm.. iksemel still not recognised by asterisk1.4 configure :( Jul 29 12:46:11 juhosg * r11990 /trunk/target/linux/ar71xx/files/drivers/net/phy/micrel.c: [ar71xx] fix the name of the micrel PHY driver Jul 29 12:57:46 thepeople * r11991 /trunk/package/opkg/ (Makefile patches/001-use-wget patches/002-fix-autogen): Jul 29 12:57:46 removed a missed dependancy on curl Jul 29 12:57:46 remove use of autogen, just run the one needed command from in it Jul 29 13:08:27 This is weird - http://pastebin.com/d5ed204ea Jul 29 13:09:43 for some reason it can't find libtasn1.so.3 and libz.so.1 - but they are in staging_dir/mipsel/usr/lib as expected. Jul 29 13:10:58 I'm obviously missing something - is -rpath needed somehow to show the dynamic library path? or is there some link-library (I'm familiar with these in M$oft land) needed? Jul 29 13:11:15 (that needs to be copied over into the staging area) Jul 29 13:12:58 thepeople * r11992 / (packages/libs/curl/ trunk/package/curl/): move curl back to packages Jul 29 13:13:35 I think this was a problem last time I compiled and I ended up just skipping the module.. Jul 29 13:13:43 but it would be nice if it would work. Jul 29 14:58:52 nbd * r11993 /trunk/toolchain/uClibc/Config.version: fix uClibc legacy version Jul 29 17:23:56 thepeople * r11994 /trunk/package/opkg/ (Makefile files/opkg.conf files/postinst): remove opkg config file and link ipkg.conf to opkg.conf being they are the same Jul 29 18:22:42 juhosg * r11995 /trunk/target/linux/ar71xx/ (12 files in 4 dirs): Jul 29 18:22:42 [ar71xx] ethernet driver updates Jul 29 18:22:42 * new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on Jul 29 18:22:42 * swap eth0 & eth1 on RB433/450 Jul 29 23:31:42 nico * r11996 /packages/libs/gnutls/Makefile: Jul 29 23:31:42 gnutls tweaks: Jul 29 23:31:42 - use included libtasn1 library, since gnutls is the only package using it atm Jul 29 23:31:42 - use included libcfg library, since it is not packaged yet Jul 29 23:31:42 - bump release number Jul 29 23:36:12 nico * r11997 /packages/libs/radiusclient-ng/ (Makefile patches/001-cross_compile.patch): update radiusclient-ng to 0.5.6 (closes: #3589), fix package descriptions and formatting Jul 29 23:40:21 blogic * r11998 /trunk/package/ppp/files/etc/ppp/ (ipv6-down ipv6-up): fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen Jul 29 23:49:18 blogic * r11999 /trunk/package/kernel/modules/hwmon.mk: add lm sensor and clean up dependency, fixes #3821 Jul 29 23:55:46 nico * r12000 /packages/net/gpsd/Makefile: Jul 29 23:55:46 gpsd fixes: Jul 29 23:55:46 - linking against uClibc++ alone doesn't work (because of libtool), so use libstdc++ instead (closes: #3139) Jul 29 23:55:46 - uClibc now has the necessary math functions, don't use libnotimpl anymore Jul 29 23:55:46 - explicitly disable dbus Jul 29 23:55:47 - use PKG_INSTALL_DIR and make install Jul 30 00:27:25 blogic * r12001 /trunk/package/ (kernel/modules/other.mk spi-ks8995/Makefile): fixes ipkg dependency bug for spi modules, #3272 Jul 30 00:58:41 blogic * r12002 /trunk/package/kernel/modules/netfilter.mk: fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674 **** ENDING LOGGING AT Wed Jul 30 02:59:56 2008