Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 251717982 for ; Sat, 24 Sep 2011 03:40:27 +0000 (UTC) Received: (qmail 96207 invoked by uid 500); 24 Sep 2011 03:40:26 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 96171 invoked by uid 500); 24 Sep 2011 03:40:26 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 96139 invoked by uid 99); 24 Sep 2011 03:40:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 03:40:25 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [71.74.56.124] (HELO hrndva-omtalb.mail.rr.com) (71.74.56.124) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 03:40:18 +0000 X-Authority-Analysis: v=1.1 cv=cSzO76bR5tCkfUT9bEmBgR3d7VUusRLeq08eKGxa4EU= c=1 sm=0 a=5l2VAsqfL8IA:10 a=uLhasKOOL-AA:10 a=7qsJXG2k14gA:10 a=8nJEP1OIZ-IA:10 a=D/K+zHGX0y1AnGhsrccKDw==:17 a=52jDNeB5g89qMy80AzYA:9 a=BcfRL1RNsIY_-NHsfq8A:7 a=wPNLvfGTeEIA:10 a=D/K+zHGX0y1AnGhsrccKDw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 24.166.216.127 Received: from [24.166.216.127] ([24.166.216.127:43582] helo=[192.168.1.3]) by hrndva-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 7F/7A-05514-D015D7E4; Sat, 24 Sep 2011 03:39:57 +0000 Message-ID: <4E7D5148.3050009@apache.org> Date: Fri, 23 Sep 2011 23:40:56 -0400 From: Carl Marcum User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [LINUX-BUILD] problem with unoxml References: <4E7D300D.1000607@apache.org> <20110924023256.GA21128@localhost> In-Reply-To: <20110924023256.GA21128@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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