Date: Fri, 20 Feb 2015 06:37:36 +0800 From: Ben Woods <woodsb02@gmail.com> To: Marco Beishuizen <mbeis@xs4all.nl> 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: <CAOc73CBtCiXvJRji2wrMy4_n3mYdOBOkvRwZPHfZQZ0o2=wF9Q@mail.gmail.com> In-Reply-To: <alpine.BSF.2.11.1502192229300.27874@localhost> References: <alpine.BSF.2.11.1502192143160.2181@localhost> <45e7ef4a3e74c7623fdc453ca88bb7e9@sdf.org> <alpine.BSF.2.11.1502192229300.27874@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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. Regards, Ben On Friday, February 20, 2015, Marco Beishuizen <mbeis@xs4all.nl> wrote: > On Thu, 19 Feb 2015, the wise cpet wrote: > > On 2015-02-19 14:48, Marco Beishuizen wrote: >> >>> Hi, >>> >>> I'm trying to upgrade the alpine port to 2.20 but I'm having problems >>> with plist and staging. The error is: >>> >>> ... >>> 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 >>> ===> 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 >>> ... >>> >>> I guess the Makefile should be changed somewhere but I've no idea where. >>> >>> Does anyone have a clue how to solve this? >>> >>> Regards, >>> >>> Marco >>> >> >> Copy and paste that to pkg-plist problem solved. >> > > This makes it worse: > > ... > 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 > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > ===> Error: Plist issues found. > *** Error code 1 > ... > > Regards, > Marco > > -- > Mr. Rockford, this is the Thomas Crown School of Dance and Contemporary > Etiquette. We aren't going to call again! Now you want these free > lessons or what? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- -- From: Benjamin Woods woodsb02@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOc73CBtCiXvJRji2wrMy4_n3mYdOBOkvRwZPHfZQZ0o2=wF9Q>