**** BEGIN LOGGING AT Wed Jun 09 02:59:57 2010 Jun 09 15:14:05 03bzhou * r11659 10optware/trunk/make/byrequest.mk: byrequest: fixed build problem Jun 09 16:52:53 03robham * r11660 10optware/trunk/make/cdargs.mk: cdargs: .phony and check target added to mk file Jun 09 17:23:16 03robham * r11661 10optware/trunk/make/btg.mk: btg: missing ncurses-stage added to mk file Jun 09 17:58:54 @eno: where does 'BUILD_WITH_LARGEFILE' in zlib.mk comes from? Jun 09 17:58:55 it isn't set for fsg3v4 but libxml2 don't work without this on zlib. Jun 09 18:34:49 03robham * r11662 10optware/trunk/make/abook.mk: abook: staging include path to /ncurses added Jun 09 18:54:37 jomaster: I don't know, that flag probably was in zlib.mk before I touched it Jun 09 18:56:50 i would like to define it for fsg3v4. but don't know where and don't know effects to other packages (assume not). only what i know is that libxml2 crashes on missing gzopen64-symbol in zlib which will build with 'BUILD_WITH_LARGEFILE' Jun 09 18:59:55 I'd suggest a conditional make variable in zlib.mk Jun 09 19:00:18 then only set that variable in platforms/packages-fsg3v4.mk Jun 09 19:05:34 do you mean 'BUILD_WITH_LARGEFILE ?= false' in zlib.mk and 'BUILD_WITH_LARGEFILE = true' in toolchain-fsg3v4.mk? Jun 09 19:07:22 something like that, was it explicitly set to false for other platforms? Jun 09 19:08:21 if not, '?= ' Jun 09 19:08:49 also, try to use make variable prefixed with package name Jun 09 19:09:30 so, 'ZLIB_BUILD_WITH_LARGEFILE ?= BUILD_WITH_LARGEFILE=false', etc Jun 09 19:17:19 if did a text search but seems that there isn't BUILD_WITH_LARGEFILE anywhere. i will rename it with prefix and look at buildlogs. but after the weekend. Jun 09 21:20:04 03robham * r11663 10optware/trunk/make/alsa-lib.mk: alsa-lib: control file moved to mk file + major mk file upgrade Jun 09 21:26:46 03robham * r11664 10optware/trunk/make/alsa-utils.mk: alsa-utils: control file moved to mk file + major MK file upgrade Jun 09 21:54:36 03robham * r11665 10optware/trunk/ (4 files in 4 dirs): alsa-oss: control file moved to mk file + major upgrade of mk file, package is still broken with rpath and static library issues **** ENDING LOGGING AT Thu Jun 10 02:59:57 2010