**** BEGIN LOGGING AT Wed Sep 26 02:59:56 2007 Sep 26 04:03:32 is "olli" on IRC ? Sep 26 04:05:35 rwhitby: olli = forum2006 Sep 26 04:06:03 thepeople: thx Sep 26 04:06:56 he will show up in #openwrt, he normally isn't in #openwrt-devel Sep 26 04:07:11 seems my problem in building libmagic extends to Debian Etch as well, so I wanted to see if he had any ideas on it. Sep 26 04:07:44 there's no rule that people with commit privs need to be in this channel? Sep 26 04:08:39 none that I have ever seen Sep 26 04:11:24 it looks like libmagic has some funky stuff in the magic file, which the "file" program in Debian Etch doesn't understand, and during the build of libmagic, it uses the host's file program instead of the new one it just built for the target. Sep 26 04:12:07 <{Nico}> rwhitby: i'll try to fix it Sep 26 04:13:44 {Nico}: it looks like the correct path has been commented out in the Makefile Sep 26 04:13:52 #FILE_COMPILE = $(top_builddir)/src/file Sep 26 04:13:59 in file-4.19/magic/Makefile Sep 26 04:16:01 rwhitby: you don't want to run target "file" on host :) Sep 26 04:16:27 ejka: yes, that one needs to be HOST_CC compiled or something Sep 26 04:17:06 The IS_CROSS_COMPILE logic in the Makefile.am doesn't look right, unless that path is host-compiled. Sep 26 04:17:32 <{Nico}> rwhitby: have you tried reverting olli's changes in Build/Compile? Sep 26 04:18:22 <{Nico}> it used to build only in $(PKG_BUILD_DIR)/src before Sep 26 04:18:58 yeah, that would fix my problem, but break his gstreamer package which wants the magic file Sep 26 04:19:29 <{Nico}> just noticed, sorry Sep 26 04:20:26 that's the root cause of the change in behaviour though, so good call. Sep 26 04:24:15 what's the easiest way to find out which packages depend on libmagic? Sep 26 04:28:10 looks like grep in tmp/info/.?* is the way Sep 26 04:35:14 {Nico}: looks like the only files wanted out of the magic dir exist in the source distro anyway, so the change to Build/Compile was not required. Sep 26 04:37:30 so adding "-C $(PKG_BUILD_DIR)/src" to MAKE_FLAGS should do it ... Sep 26 04:40:53 <{Nico}> rwhitby: i'm trying to build a "host" file first, then use it to build the magic file Sep 26 04:41:26 {Nico}: the compiled magic files are not used. Sep 26 04:41:42 so nothing needs to be built in that magic subdir Sep 26 04:43:02 {Nico}: any objection to me pushing that MAKE_FLAGS patch? Sep 26 04:46:30 <{Nico}> nope Sep 26 05:02:32 rwhitby * r9032 /packages/libs/file/Makefile: file: Only build in the src subdir, cause building in the magic subdir fails on Debian Etch and is not required for the packaged files anyway. Sep 26 07:22:29 rwhitby * r9033 /packages/utils/dfu-util/ (. Makefile): dfu-util: USB device firmware upgrade utility. Sep 26 07:23:23 that's the one that's needed to flash the OpenMoko phone Sep 26 07:44:33 this openmoko phone is quite fun :-) Sep 26 13:38:02 blogic * r9034 /packages/XOrg/lib/gtk-1.2.10/Makefile: fixed wrong dependency of gtk1.2.10 Sep 26 15:08:38 blogic * r9035 /packages/XOrg/ (4 files in 2 dirs): added xine Sep 26 15:52:58 olli * r9036 /packages/net/iperf/ (Makefile patches/001-thread_library_fix.patch): Sep 26 15:52:58 iperf: Sep 26 15:52:58 * Split into two packages. One without threads support and one with multithread support (#2432) Sep 26 15:52:58 * Refresh patches Sep 26 16:20:42 blogic * r9037 /packages/libs/ (libreadline/ libreadline/Makefile readline/): moved readline to libreadline to represent the package name correctly Sep 26 16:58:09 crazy_imp * r9038 /packages/net/apache/Makefile: Sep 26 16:58:09 - move into the "Web" Submenu Sep 26 16:58:09 - add a second mirror because the first is dead at the moment Sep 26 16:58:51 somebody should mirror the new apache sources onto the openwrt server Sep 26 17:05:18 juhosg * r9039 /trunk/target/linux/adm5120/files/arch/mips/adm5120/boards/mikrotik.c: [adm5120] add missing PCI irq map for the RouterBOARD 133 (closes #2431) Sep 26 17:58:46 juhosg * r9040 /trunk/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c: [adm5120] fix mach_type for the WP54G-WRT board Sep 26 21:34:19 nbd * r9041 /packages/net/chillispot/patches/001-endian_fix.patch: fix chillispot endianness bugs (thx, SeG), fixes #2404 Sep 26 21:35:21 blogic * r9042 /packages/sound/lame/ (. Makefile): added lame Sep 27 01:10:48 nico * r9043 /packages/libs/curl/Makefile: fix typo Sep 27 02:22:09 nico * r9044 /packages/libs/mysql/Makefile: install a missing header (mysqld_error.h) required to build the MySQL-Python module. Sep 27 02:24:28 nico * r9045 /packages/lang/pymysql/ (5 files in 2 dirs): add pymysql (MySQL-Python) (closes: #2230) **** ENDING LOGGING AT Thu Sep 27 02:59:57 2007