Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2001 03:41:14 +0900
From:      Yukihiro Nakai <nakai@FreeBSD.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        nakai@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/lang/slib Makefile
Message-ID:  <200108171832.OAA24270@lacrosse.corp.redhat.com>
In-Reply-To: <200108161521.f7GFL6U74775@vega.vega.com>
References:  <no.id> <200108161521.f7GFL6U74775@vega.vega.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Aug 2001 18:21:06 +0300 (EEST)
Maxim Sobolev <sobomax@FreeBSD.ORG> 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 <ppathiakis@homeportfolio.com>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108171832.OAA24270>