Date: Fri, 1 Nov 2002 01:59:05 -0800 (PST) From: "<Adam Weinberger" <adamw@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44807: phoenix install failure [patch] Message-ID: <200211010959.gA19x5u9031349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 44807 >Category: ports >Synopsis: phoenix install failure [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 02:00:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Oct 29 16:21:41 PST 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: www/phoenix fails to install because the post-install target adds a symlink from ${PREFIX}/bin/phoenix, which already gets installed from the normal install process. >How-To-Repeat: root@smacky:/usr/ports/www/phoenix# make install ===> Installing for phoenix-0.4 <SNIP 2346 LINES> ../../config/nsinstall -t phoenix /usr/X11R6/bin <SNIP 5 LINES> ===> Generating temporary packing list /bin/ln -s /usr/X11R6/lib/phoenix/bin/phoenix /usr/X11R6/bin/phoenix ln: /usr/X11R6/bin/phoenix: File exists *** Error code 1 >Fix: =================================================================== RCS file: /home/ncvs/ports/www/phoenix/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- phoenix/Makefile 1 Nov 2002 04:17:51 -0000 1.16 +++ phoenix/Makefile 1 Nov 2002 09:54:23 -0000 @@ -78,8 +78,6 @@ nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h post-install: - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ ${PREFIX}/bin/phoenix-config >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211010959.gA19x5u9031349>