From owner-freebsd-ports@FreeBSD.ORG Fri Oct 4 17:43:34 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id E29F4342 for ; Fri, 4 Oct 2013 17:43:34 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7773D2C0C for ; Fri, 4 Oct 2013 17:43:33 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0McR00-1VAU292rdA-00HhTd for ; Fri, 04 Oct 2013 19:43:25 +0200 Message-ID: <524EFE47.2070304@gmx.de> Date: Fri, 04 Oct 2013 19:43:35 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Suddenly STAGE appeared References: <47D7F8B7DB949AB75F5FDE87@localhost> <20131004163557.1354d083@bsd64.grem.de> <5F769FBBEC07BCDA69ECA2EC@localhost> In-Reply-To: <5F769FBBEC07BCDA69ECA2EC@localhost> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:gGxa7l06vR5hdO6IfgPXAatNxZSt1E7mksoXSz7k0ShTRii6OVa guyVk1oGc735t7NwALRxJhclAYpnKMz+VdPHZG6GzZCncn9cp4Pja9vm7drvPJbNa4v4sx5 pf1t+c9LvLXuJrDJSyY1c9kaVGBuW8mvbPzPGYsumhPuxx+dr2ePWss+AoUve8kDa1Prm7j UxxB2qRNk4x4uQMZjahaQ== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 17:43:34 -0000 On 2013-10-04 18:03, Paul Schmehl wrote: > --On October 4, 2013 4:35:57 PM +0200 Michael Gmelin wrote: > >> On Fri, 04 Oct 2013 09:22:25 -0500 >> Paul Schmehl wrote: >> >>> Or did I miss the announcement? >>> >>> Is there a doc that explains STAGE and how to convert a port to the >>> new system? Why STAGE was created? What it's purpose is? >>> >>> This is all very new to me, and I have 23 ports to worry about. >>> >> >> >> See >> http://lists.freebsd.org/pipermail/freebsd-ports-announce/2013-October/00 >> 0067.html >> >> and the discussion here >> http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086346.html > > Now it make sense. I have a port that is failing to build on 10.0 because of CLANG. I don't have a 10.0 install, and it builds fine with GCC. So I updated the port to use USE_GCC= yes, and I was asked to convert the port to use STAGE. Left me scratching my head, because this was all before the announcement. > > And I'm having problems building the port now - and wondering if I should just abandon my ports because the new system is confusing to me. All this transitional stuff is a lot to grasp when you've been building ports successfully for a while and suddenly nothing works. > > For example, make makeplist doesn't actually make a pkg-plist file on my system. The command `make makeplist' creates no absolute pkg-plist, but can be used to get a quick summary for pkg-plist redirect the output to a file and compare it with your pkg-plist > # make makeplist > bin/sancp > etc/rc.d/sancp > etc/sancp.conf.dist > > But no pkg-plist file is created. > > WTH??? > > DOCS no longer build properly, and I have no clue why? > > # make install > ===> Building package for sancp-1.6.1_5 > Creating package /usr/ports/security/sancp-update/sancp/work/sancp-1.6.1_5.tbz > Registering depends:. > Creating bzip'd tar ball in '/usr/ports/security/sancp-update/sancp/work/sancp-1.6.1_5.tbz' > tar: share/doc/sancp/CHANGES: Cannot stat: No such file or directory > tar: share/doc/sancp/INSTALL: Cannot stat: No such file or directory > tar: share/doc/sancp/ISSUES: Cannot stat: No such file or directory > tar: share/doc/sancp/README: Cannot stat: No such file or directory > tar: share/doc/sancp/SETUP: Cannot stat: No such file or directory > tar: share/doc/sancp/fields.LIST: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > *** [do-package] Error code 1 > > Stop in /usr/ports/security/sancp-update/sancp. > > The Makefile has this: > PORTDOCS= CHANGES INSTALL ISSUES \ > README SETUP fields.LIST > > The docs are actually in ${WRKSRC}/doc, so I tried adding doc/ and ${WRKSRC}/doc, but neither worked. I tried adding %%PORTDOCS%%/docname to pkg-plist, but that failed as well. So now I'm at a complete loss to know how to get the DOCS to work. Not requred, your DOCS are already listed in PORTDOCS and PORTDOCS is used in Makefile to install the DOCS. Install the docs this way '${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}' > If you're going to make changes to the ports system and expect us non-programmers to successfully grasp how all the changes get implemented, it would be very helpful to have a HOWTO page the explains the changes required in understandable detail. The current page - - is rather cryptic and open to interpretation. > How do I list PORTDOCS so the build nows where to find them? Previously we used .if !${NOPORTDOCS} and told INSTALL to descend into the doc directory to fetch the docs. Then we changed to .if ${OPTIONS:MDOCS} and did the same. Now I"m told I don't need that section at all, but obviously, without out, the build can't figure out where the docs are so it fails. No longer required, for a simple check add NOPORTDOCS=yes to your makefile, fire a make package and look with 'tar tf $package'. > All of this should be anticipated and documented BEFORE these changes are rolled out and we're required to implement them or you can expect lots of frustration and people dropping ports. > > I get that you're trying to do things in a better, more robust way, but communication is key, and that communication has to be detailed and understandable so us dummies can implement it. > If created and tested a patch for you. http://people.freebsd.org/~ohauer/diffs/stage/stage_sancp.diff give the pach a go and add your clang fixes -- olli