Ariel,

Thank you for your help.

On 09/23/2011 10:32 PM, Ariel Constenla-Haile wrote:
Hello Carl,

On Fri, Sep 23, 2011 at 09:19:09PM -0400, Carl Marcum wrote:
How can I get better error information because the error below isn't
very descriptive?

Background is I'm building using:
autoconf
./configure
./bootstrap
source LinuxX86-64Env.Set.sh
cd instsetoo_native&&  build --all

I always add --html
This way I get useful logs in [module]/unxlngx6[.pro]/misc/logs


=============
Building module unoxml
=============

Entering /home/carl/dev-svn/ooo-trunk/main/unoxml/prj

cd ..&&  make -s -r -j1

that -s tells make to be quiet; from make --help:

  -s, --silent, --quiet       Don't echo recipes.

I always configure with --enable-verbose, which sets VERBOSE so that
make is invoked without -s (see /unoxml/prj/makefile.mk)

[ build DEP ] LNK:Library/libunoxmllx.so
[ build DEP ] LNK:Library/libunordflx.so
/bin/cp: missing destination file operand after 
`/home/carl/dev-svn/ooo-trunk/main/solver/340/unxlngx6.pro/lib/libsaxlx.so'
Try `/bin/cp --help' for more information.

something is wrong with the generated command, cp expects two arguments:

cp SOURCE DESTINATION

the error says the command is missing the DESTINATION operand.
Please rebuild unoxml and see what cp command is generated.


Regards


This time with
./configure --enable-verbose
and
cd instsetoo_native && build --all --html

It appears no destination is called after $O/lib/libsaxlx.so in the cp command.

output from /main/unoxml/unxlngx6.pro/misc/logs/prj.txt near error

[ build DEP ] LNK:Library/libunordflx.so
R=/home/carl/dev-svn/ooo-trunk && S=$R/main && O=$S/solver/340/unxlngx6.pro && W=$O/workdir && mkdir -p $W/Dep/LinkTarget/Library/ && RESPONSEFILE=/tmp/gbuild.9rgSNY && cat ${RESPONSEFILE} /dev/null | xargs -n 200 cat > $W/Dep/LinkTarget/Library/libunordflx.so.d && rm -f ${RESPONSEFILE} R=/home/carl/dev-svn/ooo-trunk && S=$R/main && O=$S/solver/340/unxlngx6.pro && W=$O/workdir && mkdir -p $O/lib/ && /bin/cp --remove-destination --force --preserve=timestamps $O/lib/libsaxlx.so /bin/cp: missing destination file operand after `/home/carl/dev-svn/ooo-trunk/main/solver/340/unxlngx6.pro/lib/libsaxlx.so'
Try `/bin/cp --help' for more information.
make: *** [/home/carl/dev-svn/ooo-trunk/main/solver/340/unxlngx6.pro/lib/libsaxlx.so] Error 1
dmake:  Error code 2, while making 'all'

Thanks,
Carl

Reply via email to