Bug 241501 - mail/libpst fails plist
Summary: mail/libpst fails plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-26 13:45 UTC by tech-lists
Modified: 2019-10-26 14:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tech-lists 2019-10-26 13:45:28 UTC
Hi,

failing testport

[00:02:36] ====> Compressing man pages (compress-man)
[00:02:36] ===========================================================================
[00:02:36] ====> Running Q/A tests (stage-qa)
[00:02:36] Error: /usr/local/bin/readpst is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency
[00:02:36] Warning: you need USE_GNOME+=glib20
[00:02:36] Error: /usr/local/bin/readpst is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency
[00:02:36] Warning: you need USE_GNOME+=glib20
[00:02:36] Error: /usr/local/bin/readpst is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency
[00:02:36] Warning: you need USES+=gettext-runtime
[00:02:37] Error: /usr/local/bin/readpst is linked to /usr/local/lib/libxml2.so.2 from textproc/libxml2 but it is not declared as a dependency
[00:02:37] Warning: you need USE_GNOME+=libxml2
[00:02:37] ====> Checking for pkg-plist issues (check-plist)
[00:02:37] ===> Parsing plist
[00:02:37] ===> Checking for items in STAGEDIR missing from pkg-plist
[00:02:37] ===> Checking for items in pkg-plist which are not in STAGEDIR
[00:02:37] Error: Missing: bin/pst2dii
[00:02:37] ===> Error: Plist issues found.
[00:02:37] *** Error code 1
[00:02:37] 
[00:02:37] Stop.
[00:02:37] make: stopped in /usr/ports/mail/libpst
[00:02:37] =>> Error: check-plist failures detected
[00:02:46] Saved mail/libpst | libpst-0.6.72 wrkdir to: /usr/local/poudriere/data/wrkdirs/12S-desktop-default/default/libpst-0.6.72.txz
[00:02:46] build of mail/libpst | libpst-0.6.72 ended at Sat Oct 26 14:40:57 BST 2019
[00:02:46] build time: 00:00:59
[00:02:46] !!! build failure encountered !!!
[00:02:46] Error: Build failed in phase: check-plist
[00:02:46] Cleaning up
[00:02:47] Unmounting file systems
Comment 1 tech-lists 2019-10-26 13:48:21 UTC
If PST2DII=off, it will build
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-26 14:31:17 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Oct 26 14:31:00 UTC 2019
New revision: 515701
URL: https://svnweb.freebsd.org/changeset/ports/515701

Log:
  Fix build of pst2dii

  PR:		241501
  Reported by:	<tech-lists@zyxst.net>

Changes:
  head/mail/libpst/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-10-26 14:36:14 UTC
Committed. Thanks!