From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79755 invoked by alias); 22 Nov 2016 22:12:59 -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 79726 invoked by uid 89); 22 Nov 2016 22:12:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*F:D*be, H*Ad:U*kawa, 863, Leaving 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 Nov 2016 22:12:47 +0000 Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id E5F82A04C1BD; Tue, 22 Nov 2016 23:12:44 +0100 (CET) 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 rRIQqTYeQ9qw; Tue, 22 Nov 2016 23:12:40 +0100 (CET) Received: from capac (unknown [189.60.226.187]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id D2A6AA04C128; Tue, 22 Nov 2016 23:12:39 +0100 (CET) Date: Tue, 22 Nov 2016 22:12:00 -0000 From: David Pirotte To: Per Bothner Cc: kawa@sourceware.org Subject: Re: please checkout Kawa from gitlab.com Message-ID: <20161122201232.31576a93@capac> In-Reply-To: References: <87fe287f-2aa8-3462-ceeb-66e3982ddaeb@bothner.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/.JO3gWY93L4d3AIJ3+/Dhvd"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00072.txt.bz2 --Sig_/.JO3gWY93L4d3AIJ3+/Dhvd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 1481 Hello Per, > To check it out do: > git clone https://gitlab.com/kashell/Kawa.git For info: if I make install twice (I did it by mistake), it fails the second time with this message cd /opt/bin && \ ln -s /opt/share/kawa/bin/kawa kawa ln: failed to create symbolic link 'kawa': File exists I like to install html doc locally, it fails ./configure --prefix=3D/opt make. make install, make install-html -> it installs kawa doc in my home drectory instead of /opt/share/doc/kawa as expected it fails see below Cheers, David =09 ...=09 Generating /home/david/Kawa/api/overview-summary.html... Generating /home/david/Kawa/api/help-doc.html... 102 warnings cp ./COPYING $HOME/Kawa/api/COPYING cd doc; make install-html HTML_HOME=3D"$HOME/public_html" make[1]: Entering directory '/mnt/galia/linux/64/local/src/kawa/git/doc' mkdir /home/david/public_html/kawa mkdir: cannot create directory =E2=80=98/home/david/public_html/kawa=E2=80= =99: No such file or directory Makefile:863: recipe for target 'install-html' failed make[1]: [install-html] Error 1 (ignored) cp /home/david/public_html/kawa/ cp: missing destination file operand after '/home/david/public_html/kawa/' Try 'cp --help' for more information. Makefile:863: recipe for target 'install-html' failed make[1]: *** [install-html] Error 1 make[1]: Leaving directory '/mnt/galia/linux/64/local/src/kawa/git/doc' Makefile:1971: recipe for target 'install-html' failed make: *** [install-html] Error 2 --Sig_/.JO3gWY93L4d3AIJ3+/Dhvd Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature Content-length: 488 -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAlg0wtAACgkQ83T9k6MF etdt4QgAsgi2hx/loaSUvgHUip74UIn0+GfXyEun6dHlbMqZi+DIBvgTecqnLe0a nsmFS2DMzki8tah5DCoQKtRxRBoLNlwCIvifBrxrdJ/vQKSZbrYST2rIIZZJrpeE 2ifJFPS/+lvquI++mXbb6+q+EdOVGYqbIWOozmbv183mKycq/roTQK0t/NM/8GZA 3+kb4oW3N88SwaB7Cbl2Q2di3/yhMdaNk5r97/atKe/TgDlgKRTKEZ1oQyPWhYSe lTQINbM17jcRaLdmxOQhF/ZsJqMVxD9IRT7clFs2y76kXCKe0IsISLq5jI0P4G/P +RGQhRVBv+ATJfbWB0DhacLYtUWacA== =eiaF -----END PGP SIGNATURE----- --Sig_/.JO3gWY93L4d3AIJ3+/Dhvd--