From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 17:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3008A05 for ; Sat, 29 Mar 2014 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB8961C for ; Sat, 29 Mar 2014 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TH001t022952 for ; Sat, 29 Mar 2014 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TH00a2022951; Sat, 29 Mar 2014 17:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Mar 2014 17:00:00 GMT Resent-Message-Id: <201403291700.s2TH00a2022951@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Nehren Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6802D818 for ; Sat, 29 Mar 2014 16:52:29 +0000 (UTC) Received: from smtp.pobox.com (b-pb-sasl-quonix.pobox.com [208.72.237.35]) by mx1.freebsd.org (Postfix) with ESMTP id 38F0E5E8 for ; Sat, 29 Mar 2014 16:52:28 +0000 (UTC) Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 6EA5C76208 for ; Sat, 29 Mar 2014 12:52:22 -0400 (EDT) Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 5531676206 for ; Sat, 29 Mar 2014 12:52:22 -0400 (EDT) Received: from localhost (unknown [76.99.50.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 43496761D7 for ; Sat, 29 Mar 2014 12:52:11 -0400 (EDT) Message-Id: <20140329165211.43496761D7@b-sasl-quonix.pobox.com> Date: Sat, 29 Mar 2014 12:52:11 -0400 (EDT) From: Chris Nehren To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188054: kdeartwork4 has issues installing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Chris Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 17:00:00 -0000 >Number: 188054 >Category: ports >Synopsis: kdeartwork4 has issues installing >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 17:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: apeiron >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD behemoth 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Current ports tree as of Sat Mar 29 16:15:43 UTC 2014. >Description: Trying to install x11/kde4 and x11-themes/kdeartwork4 (without xscreensaver-gnome-hacks installed) fails with trying to install because the `make install` target cannot find some files. Included below is a script(1) session of my attempt at installing the port: Script started on Sat Mar 29 16:34:03 2014 root@behemoth:/usr/ports/x11/kde4 # make install [snip] ===> Registering installation for kdeartwork-4.12.3 as automatic pkg-static: lstat(/usr/ports/x11-themes/kdeartwork4/work/stage/usr/local/bin/kswarm.kss): No such file or directory pkg-static: lstat(/usr/ports/x11-themes/kdeartwork4/work/stage/usr/local/bin/kxsconfig): No such file or directory pkg-static: lstat(/usr/ports/x11-themes/kdeartwork4/work/stage/usr/local/bin/kxsrun): No such file or directory [snip] root@behemoth:/usr/ports/x11/kde4 # >How-To-Repeat: cd /usr/ports/x11-themes/kdeartwork4 Observe lots of "no such file or directory" failures >Fix: This appears to be an issue with the port not requiring the x11/xscreensaver-gnome-hack port, which has the required features. One of the missing binaries, kxsrun, is built from kdeartwork-4.12.3/kscreensaver/kxsconfig in the work directory. I read the README therein and it states that it needs xscreensaver hacks. I installed x-g-h and things built and installed correctly. The port should be updated to install the correct files if xscreensaver-gnome or xscreensaver-gnome-hacks is installed. >Release-Note: >Audit-Trail: >Unformatted: