Date: Mon, 24 Feb 2014 18:07:28 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187019: x11/xdm installation failes due to pkg-plist typo Message-ID: <201402250207.s1P27SEB068253@mousie.catspoiler.org> Resent-Message-ID: <201402250540.s1P5e1pN093941@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187019 >Category: ports >Synopsis: x11/xdm installation failes due to pkg-plist typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 05:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Don Lewis >Release: FreeBSD 11.0-CURRENT i386 >Organization: FreeBSD project >Environment: System: FreeBSD FreeBSD scratch.catspoiler.org 11.0-CURRENT FreeBSD 11.0-CURRENT #70 r262340M: Sat Feb 22 15:58:39 PST 2014 dl@scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICSMB i386 Ports revision r345674 xdm-1.1.11 >Description: The x11/xdm port fails during the install phase due to a typo in pkg-plist if the XDMSHELL option is enabled. ===> Registering installation for xdm-1.1.11 pkg-static: lstat(/usr/ports/x11/xdm/work/stage/usr/local/man/man1/xmdshell.1.gz): No such file or directory pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/authfiles/): No such file or directory pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/): No such file or directory pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/): No such file or directory pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/): No such file or directory *** Error code 74 Stop. >How-To-Repeat: Enable the XDMSHELL option and attempt to install the port. >Fix: Index: pkg-plist =================================================================== --- pkg-plist (revision 345674) +++ pkg-plist (working copy) @@ -7,7 +7,7 @@ lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm man/man1/xdm.1.gz -%%XDMSHELL%%man/man1/xmdshell.1.gz +%%XDMSHELL%%man/man1/xdmshell.1.gz share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402250207.s1P27SEB068253>