**** BEGIN LOGGING AT Mon Mar 02 02:59:58 2015 Mar 02 04:42:32 nbd r44590 trunk/target/linux/ generic/patches-3.19/305-mips_module_reloc.patch generic/patches-4.0/305-mips_module_reloc.patch * kernel: fix the mips module relocation patch for 3.19+ Mar 02 13:48:02 rich tea Mar 02 13:48:06 the most boring biscuit Mar 02 13:48:43 wrong channel ... Mar 02 14:36:00 i cant compile openwrt at the moment :-( it ends when trying to build avahi... Package libavahi-dbus-support is missing dependencies for the following libraries: libssp.so.0 Mar 02 14:37:23 ssp is turned on, because we still want to test cjdns, which needs that (lgierth, are you online?) Mar 02 15:01:21 rundfreifunk: hey Mar 02 15:01:36 if ssp enabled, you also need to build libssp Mar 02 15:01:57 libavahi-dbus-support might be specifying the dependency incorrectly Mar 02 15:02:22 hm, we are building ALL packages Mar 02 15:02:31 cat .config | grep SSP :) Mar 02 15:02:35 eh Mar 02 15:02:39 cat .config | grep -i SSP :) Mar 02 15:03:02 libssp might not be covered by all packages Mar 02 15:04:10 anyway, it's in Base System Mar 02 15:11:29 http://paste.bytespeicher.org/aoju27cpf1n4 Mar 02 18:38:18 ping lgierth. Mar 02 18:38:27 yeah Mar 02 18:39:49 so, do you have any ideas with my ssp problem? i tried to set that to "y" instead of "m", but no success Mar 02 18:40:05 what did you set to y Mar 02 18:41:19 libssp Mar 02 18:42:31 echo CONFIG_DEVEL=y >> .config; Mar 02 18:42:32 echo CONFIG_TOOLCHAINOPTS=y >> .config; Mar 02 18:42:32 echo CONFIG_SSP_SUPPORT=y >> .config; Mar 02 18:42:32 echo CONFIG_PACKAGE_libssp=y >> .config; Mar 02 18:42:36 that's the dance we do Mar 02 18:43:08 and DEPENDS:=+SSP_SUPPORT:libssp in the makefile Mar 02 18:43:30 "depends on libssp if SSP_SUPPORT is enabled" Mar 02 18:47:03 first 4 changes were already set Mar 02 18:47:08 which makefile? Mar 02 18:47:16 makefile of the package that depends on libssp Mar 02 18:59:58 luka r44591 packages/utils/vim/ files/vimrc patches/001-cross_compile.patch files/vimrc.full Makefile * vim: moved to github Mar 02 19:34:55 swalker: thepeople is the person to ping Mar 02 20:04:27 lgierth: doesnt works for me.. or im doing it in a wrong way.. but adding that on many places in avahi-makefile :-/ Mar 02 20:33:17 nbd r44592 trunk/target/linux/generic/patches-4.0/305-mips_module_reloc.patch * kernel: revert a broken chunk in the mips module reloc patch fix Mar 02 21:12:02 lgierth: daniel is having a look on it... Mar 02 23:08:53 rundfreifunk: I threw the SSP_SUPPORT:libssp depends on the end of include/package-defaults.mk's PKG_DEFAULT_DEPENDS Mar 02 23:09:28 libssp was giving me issues recently too - a clean build with nothing SSP related enabled in the .config, yet complaining about missing libssp.so Mar 02 23:15:57 swalker, thank you, that is working for me too Mar 02 23:20:12 I need to figure out the mips64 canary outlier, http://pastebin.com/raw.php?i=tb9pF7wH, x86_64 was bailing on the kernel iirc Mar 02 23:29:05 swalker: thanks, i realize i'm building my stuff without ssp at the moment. will write that down Mar 02 23:29:28 does this result in every package depending on ssp? Mar 02 23:31:16 it should, I mostly didn't want to go poking Makefiles Mar 02 23:31:36 ok cool Mar 02 23:32:04 would be interesting to combine that with -fstack-protector-all for all packages Mar 02 23:32:11 then fix the packages that break Mar 02 23:32:58 would also be good to enable SSP_SUPPORT by default Mar 03 00:23:35 lgierth, but now i had problems with shairport Mar 03 00:24:08 that: /srv/meshkit-oxnas/openwrt/staging_dir/toolchain-arm_mpcore_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/lib/gcc/arm-openwrt-linux-uclibcgnueabi/4.8.3/../../../../arm-openwrt-linux-uclibcgnueabi/bin/ld: shairport.o: undefined reference to symbol '__stack_chk_guard@@LIBSSP_1.0' Mar 03 00:37:22 ifdef CONFIG_SSP_SUPPORT\n TARGET_LDFLAGS += -lssp\nendif **** ENDING LOGGING AT Tue Mar 03 02:59:58 2015