Date: Fri, 20 Feb 2015 03:36:49 +0200 From: Kimmo Paasiala <kpaasial@gmail.com> To: Marco Beishuizen <mbeis@xs4all.nl> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org> Subject: Re: plist problems upgrading alpine port Message-ID: <CA%2B7WWSd0GJBd1tMPa%2BLZFmio2EudvhV=j=eW4DKeAjwSOryWZQ@mail.gmail.com> In-Reply-To: <alpine.BSF.2.11.1502200210440.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> <alpine.BSF.2.11.1502200210440.27874@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 20, 2015 at 3:12 AM, Marco Beishuizen <mbeis@xs4all.nl> wrote: > 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 > Is the tech-notes.txt file copied to the stage directory at all? The error is really that you are saying in your pkg-plist file that a %%DOCSDIR%%/tech-notes/tech-notes.txt file should be present in the stage directory before the pkg-plist check but isn't. A line from your first message shows low-level.html copied but is there anything in the log about tech-notes.txt? -Kimmo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSd0GJBd1tMPa%2BLZFmio2EudvhV=j=eW4DKeAjwSOryWZQ>