From owner-freebsd-ports@FreeBSD.ORG Fri Feb 20 01:12:15 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 088F8FA9; Fri, 20 Feb 2015 01:12:15 +0000 (UTC) Received: from lb2-smtp-cloud3.xs4all.net (lb2-smtp-cloud3.xs4all.net [194.109.24.26]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AEFB23B; Fri, 20 Feb 2015 01:12:13 +0000 (UTC) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud3.xs4all.net with ESMTP id uRC41p00B2iF10301RC6yC; Fri, 20 Feb 2015 02:12:06 +0100 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.9/8.14.9) with ESMTP id t1K1C4dY041999; Fri, 20 Feb 2015 02:12:04 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Fri, 20 Feb 2015 02:12:04 +0100 (CET) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: Ben Woods Subject: Re: plist problems upgrading alpine port In-Reply-To: Message-ID: References: <45e7ef4a3e74c7623fdc453ca88bb7e9@sdf.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cpet , "freebsd-ports@freebsd.org" , "owner-freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 01:12:15 -0000 On Fri, 20 Feb 2015, the wise Marco Beishuizen wrote: > On Thu, 19 Feb 2015, the wise Ben Woods wrote: > >> It's the opposite actually. That line was already in pkg-plist, but needed >> to be removed. You have now added it a second time, meaning you get the >> error twice. >> >> You need to now delete both instances of that line from pkg-plist. >> > > That won't work either. The pkg-plist is now like this: > > bin/alpine > bin/rpdump > bin/rpload > %%ETCDIR%%.conf.sample > man/man1/alpine.1.gz > man/man1/rpdump.1.gz > man/man1/rpload.1.gz > %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt > > And results in this: > > install -o root -g wheel -m 444 > /home/marco/tmp/alpine/work/alpine-2.20/doc/tech-notes/low-level.html > /home/marco/tmp/alpine/work/stage/usr/local/share/doc/alpine/tech-notes > ====> Compressing man pages (compress-man) > ====> Running Q/A tests (stage-qa) > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > ===> Error: Plist issues found. > *** Error code 1 > > Regards, > Marco That is: removing the last line of pkg-plist above results in the errors above. Regards, Marco -- When you're ready to give up the struggle, who can you surrender to?