From owner-freebsd-x11@FreeBSD.ORG Sat Feb 2 16:00:02 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BB6DFE4 for ; Sat, 2 Feb 2013 16:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E345944 for ; Sat, 2 Feb 2013 16:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r12G02sD003333 for ; Sat, 2 Feb 2013 16:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r12G02mN003332; Sat, 2 Feb 2013 16:00:02 GMT (envelope-from gnats) Date: Sat, 2 Feb 2013 16:00:02 GMT Message-Id: <201302021600.r12G02mN003332@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Mark Johnston Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Johnston List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 16:00:02 -0000 The following reply was made to PR ports/175532; it has been noted by GNATS. From: Mark Johnston To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, zeising@freebsd.org Cc: Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 Date: Sat, 2 Feb 2013 08:56:15 -0500 I can reproduce the problem easily just by installing xdm (I didn't have it before) and reinstalling it. That is, # cd /usr/ports/x11/xdm # make install clean reinstall I imagine the problem won't show up in a Tinderbox since packages are deinstalled after a build in that case. -Mark