From owner-cvs-all Fri Aug 17 11:32:28 2001 Delivered-To: cvs-all@freebsd.org Received: from lacrosse.corp.redhat.com (host154.207-175-42.redhat.com [207.175.42.154]) by hub.freebsd.org (Postfix) with ESMTP id 7558B37B401; Fri, 17 Aug 2001 11:32:16 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: from localhost.localdomain (IDENT:nakai@dhcpd198.meridian.redhat.com [172.16.47.198]) by lacrosse.corp.redhat.com (8.9.3/8.9.3) with SMTP id OAA24270; Fri, 17 Aug 2001 14:32:15 -0400 Message-Id: <200108171832.OAA24270@lacrosse.corp.redhat.com> Date: Sat, 18 Aug 2001 03:41:14 +0900 From: Yukihiro Nakai To: Maxim Sobolev Cc: nakai@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/slib Makefile In-Reply-To: <200108161521.f7GFL6U74775@vega.vega.com> References: <200108161521.f7GFL6U74775@vega.vega.com> X-Mailer: Sylpheed version 0.5.3 (GTK+ 1.2.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Aug 2001 18:21:06 +0300 (EEST) Maxim Sobolev wrote: > > > > nakai 2001/08/16 08:05:35 PDT > > > > Modified files: > > lang/slib Makefile > > Log: > > ${LN} option fixed up. > > That's incorrect fix, because without `-h' ln(1) will follow symlink if it > already exists, thus creating ${LOCALBASE}/share/guile/slib/slib. Please > insert `${RM} -f ${LOCALBASE}/share/guile/slib' before `${LN} ...' if you > really want to get rid of `-h' option (actually I do not see any reason > why you might want to - it has been MFC'ed long time ago). Also you > PORTREVISON bump is bogus - the package is pretty the same as before, > you only unbroke it on earlier releases. > > -Maxim > Does ln in any FreeBSD version we support have -h option? You mean I should ignore this user? From: Paul Pathiakis To: nakai@FreeBSD.org Subject: Ports build of slib-2d1_1 on FBSD 4.3 Date: Thu, 16 Aug 2001 08:01:17 -0400 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010808 Hi, port building Gnucash 1.6.1, it went to fetch and build slib-2d1_1. Got the following: >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. Receiving slib2d1.zip (621004 bytes): 100% 621004 bytes transferred in 20.5 seconds (29.54 kBps) ===> Extracting for slib-2d1_1 >> Checksum OK for slib2d1.zip. ===> slib-2d1_1 depends on executable: unzip - found ===> Patching for slib-2d1_1 ===> Configuring for slib-2d1_1 ===> Installing for slib-2d1_1 ===> slib-2d1_1 depends on executable: guile - found /bin/mkdir -p /usr/local/share/slib install -c -o root -g wheel -m 444 /usr/ports/lang/slib/work/slib/*.scm /usr/local/share/slib /bin/ln -shf /usr/local/share/slib /usr/local/share/guile/slib ln: illegal option -- h usage: ln [-fisv] file1 file2 ln [-fisv] file ... directory link file1 file2 *** Error code 1 Stop in /usr/ports/lang/slib. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message