quit This is a folowup for: http://bugs.debian.org/293015
the idl compiler is even more borken now that dpkg 1.13 has entered sid: In: /usr/lib/openoffice${VER}/sdk/`dpkg-architecture -qDEB_HOST_GNU_SYSTEM`//bin/"`basename $0`".bin "$@" Bits from the dpkg maintainer http://lists.debian.org/debian-devel-announce/2005/06/msg00010.html "However this will break any package that uses the value of DEB_HOST_GNU_CPU, DEB_HOST_GNU_SYSTEM, DEB_HOST_GNU_TYPE or the DEB_BUILD_* equivalents and expects to find the string "i386" or "linux" in them." this now resolve to linux-gnu instead of "linux". DPKG_HOST_ARCH_OS looks like the proper replacment (though it looks like a mistake DPKG_ does not exists, i used DEB_HOST_ARCH_OS). Though i wonder if it should be used out of the dpkg system (it would not work for non debian distributions ... and would require a dependency on dpkg >= 1.13.5). uname ? how does gcc manages this ... After fixing this issue i got: $ LANG=C linux/bin/idlc idl/com/sun/star/uno/XWeak.idl linux/bin/idlc: line 5: /usr/lib/openoffice/sdk/linux//bin/idlc.bin: No such file or directory ... i cannot find such a binary on my system (missing dependency or not compiled ?) Regards Alban -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]