From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48318 invoked by alias); 23 Oct 2017 06:47:34 -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 48307 invoked by uid 89); 23 Oct 2017 06:47:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.9 required=5.0 tests=AWL,BAYES_00,BODY_8BITS,GARBLED_BODY,HTML_MESSAGE,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=HContent-type:alternative, couldn, HContent-type:multipart, HTo:U*per X-HELO: pv33p04im-asmtp001.me.com Received: from pv33p04im-asmtp001.me.com (HELO pv33p04im-asmtp001.me.com) (17.143.181.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Oct 2017 06:47:32 +0000 Received: from process-dkim-sign-daemon.pv33p04im-asmtp001.me.com by pv33p04im-asmtp001.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0OY900G00K288P00@pv33p04im-asmtp001.me.com> for kawa@sourceware.org; Mon, 23 Oct 2017 06:47:30 +0000 (GMT) Received: from icloud.com ([127.0.0.1]) by pv33p04im-asmtp001.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0OY900AQPK729S30@pv33p04im-asmtp001.me.com>; Mon, 23 Oct 2017 06:47:30 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-10-23_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=79 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1710230098 MIME-version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Subject: Re: symlink problems with mac os From: =?utf-8?Q?Bj=C3=B6rn_Raupach?= In-reply-to: Date: Mon, 23 Oct 2017 06:47:00 -0000 Cc: "kawa@sourceware.org" X-Clacks-Overhead: GNU Terry Pratchett Message-id: <4A6C2C7B-39EE-4D32-9A2D-D715CFD62D3B@me.com> References: <7DC458EC-78C0-40B3-871F-5B0E72E43CF5@e2n.de> <0cfce2d5-3e68-bf23-95c6-f6fc6e717f99@bothner.com> <9a15e187-6123-2c5a-181b-e4ebb9ac0dc8@bothner.com> To: Per Bothner Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-q4/txt/msg00017.txt.bz2 Good morning Per, > On 23. Oct 2017, at 00:10, Per Bothner wrote: >=20 > On 10/22/2017 10:40 AM, Per Bothner wrote: >> I think I want to leave kawa.sh.in as-is, but have configure >> create kawa instead of kawa.sh. That way we don't need a symlink in the= normal case. >> I'm trying this out now. >=20 > I checked this change in. Please try it. Thanks for spending time on this. Like I said it is really a minor issue. Unfortunately I couldn=E2=80=99t make it work. Might be a misunderstanding = on my part. Did a git pull and saw your recent change 93d42=E2=80=A6 Went with the configure & make route and installed the kawa distribution in= a directory (KAWA_HOME) kawa/ =E2=94=9C=E2=94=80=E2=94=80 bin =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 kawa -> /Users/raupach/opt/kawa/sha= re/kawa/bin/kawa =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 qexo =E2=94=94=E2=94=80=E2=94=80 share =E2=94=9C=E2=94=80=E2=94=80 info =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 dir =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 kawa.info =E2=94=9C=E2=94=80=E2=94=80 kawa =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 bin =E2=94=82 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 kawa =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 lib =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 kawa.jar =E2=94=94=E2=94=80=E2=94=80 man =E2=94=94=E2=94=80=E2=94=80 man1 =E2=94=9C=E2=94=80=E2=94=80 kawa.1 =E2=94=94=E2=94=80=E2=94=80 qexo.1 8 directories, 8 files $=20 Now, If I do a ./kawa in the bin directory of KAWA_HOME I end up with the r= ecent failure message: $ ./kawa=20 readlink: illegal option -- f usage: readlink [-n] [file ...] Error: Could not find or load main class kawa.repl $=20 This hasn=E2=80=99t happened before the change. I checked with the binary i= nstallation and there you can do just a ./kawa without this error. (It does= work in the share/kawa/bin directory though) If I symlink to KAWA_HOME/bin/kawa the issue remains. Same readlink error m= essage.=20 > --=20 > --Per Bothner > per@bothner.com http://per.bothner.com/