On Saturday 21 December 2002 13:28, Jan-Hendrik Palic wrote: > On Thu, Dec 19, 2002 at 05:11:21PM +0100, Gerhard Tonn wrote: > > Hi, > > I am trying to build the Debian packages in a chroot, but it always fails > > during building project udkapi > > > > idlc: starting preprocessor failed > > idlc: compile 'giop.idl' ... > > dmake: Error code 72, while making > > '../../../../../unxlngs390.pro/misc/urd_cssgiop.don' > > hi ... you need mounted /proc in your Chroot, or IDLC will segfault. > >
I know, I had already done that. I have figured out in the meantime that my problem was caused by the fact that I had the directory, I was building in, mounted from the same disk with mount --bind I don't know what exactly makes idlc segfault, but later in the build process the setup failed as well. The reason is that the function __getFullPath in oo_1.0.1_src/setup2/mow/source/loader/loader.c fails. Has anybody else experienced that? Gerhard