plist problems upgrading alpine port

Kimmo Paasiala kpaasial at gmail.com
Fri Feb 20 01:36:50 UTC 2015


On Fri, Feb 20, 2015 at 3:12 AM, Marco Beishuizen <mbeis at 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


More information about the freebsd-ports mailing list