Hi all, I think there may be something broken in a makefile (included from solenv/inc), because building external dependencies on is broken (DEV300_m51 from clean sources):
log from /mnt/build/openoffice/DEV300_m51/beanshell/unxlngi6/misc/logs/beanshell.txt patching file BeanShell/src/bsh/ClassGeneratorUtil.java touch ./unxlngi6/misc/build/so_patched_ooo_beanshell touch ./unxlngi6/misc/build/so_configured_ooo_beanshell mkdir ./unxlngi6/misc/build/BeanShell//mnt/build mkdir: cannot create directory `./unxlngi6/misc/build/BeanShell//mnt/build': No such file or directory cd ./unxlngi6/misc/build/BeanShell//mnt/build && dmake && touch /mnt/build/openoffice/DEV300_m51/beanshell/./unxlngi6/misc/build/so_built_ooo_beanshell /bin/bash: line 0: cd: ./unxlngi6/misc/build/BeanShell//mnt/build: No such file or directory dmake: Error code 1, while making './unxlngi6/misc/build/so_built_ooo_beanshell' log from /mnt/build/openoffice/DEV300_m51/cppunit/unxlngi6/misc/logs/cppunit.txt touch ./unxlngi6/misc/build/so_patched_so_cppunit touch ./unxlngi6/misc/build/so_configured_so_cppunit mkdir ./unxlngi6/misc/build/cppunit-1.8.0//mnt/build mkdir: cannot create directory `./unxlngi6/misc/build/cppunit-1.8.0//mnt/build': No such file or directory cd ./unxlngi6/misc/build/cppunit-1.8.0//mnt/build && dmake && touch /mnt/build/openoffice/DEV300_m51/cppunit/./unxlngi6/misc/build/so_built_so_cppunit /bin/bash: line 0: cd: ./unxlngi6/misc/build/cppunit-1.8.0//mnt/build: No such file or directory dmake: Error code 1, while making './unxlngi6/misc/build/so_built_so_cppunit' As you see, it fails when trying to build, after patching and configuring, trying to create a dir. ./unxlngi6/misc/build/BeanShell//mnt/build ./unxlngi6/misc/build/cppunit-1.8.0//mnt/build the "/mnt/build" appended at the end is the error (may be generated in some makefile included from solenv/inc?) Regards, Ariel -- Ariel Constenla-Haile La Plata, Argentina --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
