Date: Fri, 20 Feb 2015 02:12:04 +0100 (CET) From: Marco Beishuizen <mbeis@xs4all.nl> To: Ben Woods <woodsb02@gmail.com> Cc: cpet <cpet@sdf.org>, "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>, "owner-freebsd-ports@freebsd.org" <owner-freebsd-ports@freebsd.org> Subject: Re: plist problems upgrading alpine port Message-ID: <alpine.BSF.2.11.1502200210440.27874@localhost> In-Reply-To: <alpine.BSF.2.11.1502200148190.27874@localhost> References: <alpine.BSF.2.11.1502192143160.2181@localhost> <45e7ef4a3e74c7623fdc453ca88bb7e9@sdf.org> <alpine.BSF.2.11.1502192229300.27874@localhost> <CAOc73CBtCiXvJRji2wrMy4_n3mYdOBOkvRwZPHfZQZ0o2=wF9Q@mail.gmail.com> <alpine.BSF.2.11.1502200148190.27874@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1502200210440.27874>