From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 6 22:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77514E7E for ; Thu, 6 Mar 2014 22:20:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 623BD22B for ; Thu, 6 Mar 2014 22:20:01 +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 s26MK1Tl051236 for ; Thu, 6 Mar 2014 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s26MK1qf051235; Thu, 6 Mar 2014 22:20:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 22:20:01 GMT Message-Id: <201403062220.s26MK1qf051235@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Frederic Praca Subject: Re: ports/186824: [patch] print/cups* ports: update to 1.7.0 and more X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Frederic Praca List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 22:20:01 -0000 The following reply was made to PR ports/186824; it has been noted by GNATS. From: Frederic Praca To: bug-followup@FreeBSD.org, bsam@freebsd.org Cc: Subject: Re: ports/186824: [patch] print/cups* ports: update to 1.7.0 and more Date: Thu, 6 Mar 2014 23:12:16 +0100 Hi, I just tested your patch against revision 347005 and have the following problem : [...] ===> Registering installation for cups-client-1.7.0 pkg-static: lstat(/usr/ports/print/cups-client/work/stage/usr/local/include/cups/adminutil.h): No such file or directory [... and so on for other headers] When looking for these files, I found them here : root@coruscant:/usr/ports/print/cups-client # find . -name adminutil.h ./work/cups-1.7.0/cups/adminutil.h ./work/stage/usr/ports/print/cups-client/work/stage/usr/local/include/cups/adminutil.h As I don't have any staging skill, I was not really able to find what was going wrong. Fred