From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75168 invoked by alias); 22 Sep 2015 01:57:01 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 74922 invoked by uid 89); 22 Sep 2015 01:57:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: maximusconfessor.all2all.org Received: from maximusconfessor.all2all.org (HELO maximusconfessor.all2all.org) (79.99.200.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Sep 2015 01:56:58 +0000 Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id EB55BA04C1C8; Tue, 22 Sep 2015 03:56:56 +0200 (CEST) Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id KYXzai11Jt+D; Tue, 22 Sep 2015 03:56:48 +0200 (CEST) Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id A1D56A04C1BD; Tue, 22 Sep 2015 03:56:42 +0200 (CEST) Date: Tue, 22 Sep 2015 01:57:00 -0000 From: David Pirotte To: Andrea Bernardini Cc: "kawa@sourceware.org list" Subject: Re: kawa build from source fails - revision 8603 Message-ID: <20150921225639.351e98af@capac> In-Reply-To: <20150921231830.071c758e@vaio> References: <20150921015935.4c2a05c2@capac> <55FF9AD6.2070206@bothner.com> <20150921121330.0f21023b@capac> <56002845.6070309@bothner.com> <20150921152626.0888e387@capac> <56004E32.1090204@bothner.com> <20150921154745.263d90d5@capac> <560056F2.5010006@bothner.com> <20150921162817.44f2f470@capac> <20150921173451.24ac48f1@capac> <20150921215807.29e5f322@vaio> <20150921183155.23f9e37e@capac> <20150921231830.071c758e@vaio> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/O8/EB61J.Td8Hxvvgsvg6Wa"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00078.txt.bz2 --Sig_/O8/EB61J.Td8Hxvvgsvg6Wa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 3183 Andrea, Jamison and Per, Felipe ... > sudo update-java-alternatives -s java-1.7.0-openjdk-amd64 That failed, but your message and Jamison's message got me curious about my= config, and decided to dig into, so it may benefit to others: a) rm-rf ~/.java and any config file listing java in the name or the content, that did solved, but wanted to be sure; b) I purged all sun*6* and anything that would not be openjdk-7 based c) I added openjdk-7-jre:amd64 and openjdk-7-jre-lib [because I removed the sun* based ones, would have done that before, just did not know still had these... d) I manually verified all entries in galternatives, and _after_ the above, they all pointed to /usr/lib/java-7-openjdk-amd64... except javaws, which I changed manually I can't find from which package that javaws comes from, I could deleted it, but I manually changed the link [in galternatives I mean] Then it compiles fine, good! I have a doc report, not important but I like to browse the doc locally Many thanks, Cheers, David ;; -- david@capac:/usr/local/src/kawa/svn 16 $ make install-html mkdir $HOME/Kawa/api mkdir: cannot create directory =E2=80=98/home/david/Kawa/api=E2=80=99: No s= uch file or directory Makefile:992: recipe for target 'install-javadoc-html' failed make: [install-javadoc-html] Error 1 (ignored) #rm `/usr/bin/find $HOME/Kawa/api/ -name CVS -prune -o '(' '!' -type d ')' = -print` rm `/usr/bin/find $HOME/Kawa/api/ -name '*.html'` /usr/bin/find: `/home/david/Kawa/api/': No such file or directory rm: missing operand Try 'rm --help' for more information. Makefile:992: recipe for target 'install-javadoc-html' failed make: [install-javadoc-html] Error 1 (ignored) CLASSPATH=3D/opt/eclipse/plugins/org.eclipse.jface_3.1.0.jar:/opt/eclipse/p= lugins/org.eclipse.swt.gtk.linux.x86_3.1.0.jar:/opt/eclipse/plugins/org.apa= che.ant_1.6.5/lib/ant.jar:$CLASSPATH \ javadoc -use -sourcepath .:. -d $HOME/Kawa/api gnu.bytecode gnu.ecmascript = gnu.expr gnu.mapping gnu.math gnu.text gnu.lists gnu.xml gnu.kawa.reflect g= nu.kawa.util gnu.kawa.lispexpr gnu.kawa.functions gnu.kawa.servlet gnu.kawa= .ant kawa kawa.lang kawa.standard kawa.lib gnu.kawa.xml gnu.xquery.lang gnu= .xquery.util gnu.brl gnu.kawa.brl gnu.kawa.xslt gnu.kawa.sax gnu.commonlisp= .lang gnu.q2.lang gnu.kawa.models gnu.kawa.swingviews gnu.kawa.swtviews gnu= .kawa.echo2 gnu.jemacs.lang gnu.jemacs.buffer gnu.jemacs.swing gnu.jemacs.s= wt gnu.kawa.android gnu.kawa.javafx Creating destination directory: "/home/david/Kawa/api/" Loading source files for package gnu.bytecode... Loading source files for package gnu.ecmascript... ... ... Loading source files for package gnu.jemacs.swt... ./gnu/jemacs/swt/LineOffsets.java:75: error: ';' expected addSpace(index, 1) ^ Loading source files for package gnu.kawa.android... javadoc: warning - No source files for package gnu.kawa.android Loading source files for package gnu.kawa.javafx... javadoc: warning - No source files for package gnu.kawa.javafx 1 error 2 warnings Makefile:992: recipe for target 'install-javadoc-html' failed make: *** [install-javadoc-html] Error 1 david@capac:/usr/local/src/kawa/svn 17 $=20 --Sig_/O8/EB61J.Td8Hxvvgsvg6Wa Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature Content-length: 473 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWALVYAAoJEPN0/ZOjBXrXlvcIAK2Ka+74z90FC5g0i5V7yzRf L3HZqR1y398hRRwr/86ipLa3CQVX9zOnK4IE5xzmmRGsPVoaKKbc70d5+gdSwJb6 jEmqPI732KbEDfYlm5xWZjlnYx53XUd29V+rg+hYlptkh398wxs+VdN79mHcLmOK Ds7Y35wHtN/DxQdsgQZBap2rBAwra+GLN4ejWSd1UUfmwRqa4tlHl4qdVXAerulX +9DkaL3ON3qm8aFDVvCo//43qRfVzp4DAyU3548YCEij96ukOZk1e/b9aG+soXMg IGmoMZkUkQJ2/+vdfBJrdyr87c2IfamOFYjWdKeCJZQKOQXF+/GsriN7Y2rogFA= =X84f -----END PGP SIGNATURE----- --Sig_/O8/EB61J.Td8Hxvvgsvg6Wa--