Bug 201005 - [patch] java/java-zoneinfo fix pkg-plist
Summary: [patch] java/java-zoneinfo fix pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Greg Lewis
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-06-21 14:49 UTC by Olli Hauer
Modified: 2015-06-21 18:52 UTC (History)
0 users

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


Attachments
patch-pkg-plist (727 bytes, text/plain)
2015-06-21 14:49 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2015-06-21 14:49:03 UTC
Created attachment 157928 [details]
patch-pkg-plist

Don't know why but java-zoneinfo fails only on my i386 pd jails not on amd64 (both share the same make.conf).

Anyway the pkg-plist is missing "America/Cayman" so the complain on i386 is fine

From my poudriere logs:

# i386
====>> Building java/java-zoneinfo
build started at Sun Jun 21 15:52:35 CEST 2015
port directory: /usr/ports/java/java-zoneinfo
building for: FreeBSD 101i386-default-ap22-job-04 10.1-RELEASE-p13 FreeBSD 10.1-RELEASE-p13 i386
...
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/java/zi/America/Cayman
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1



# amd64
====>> Building java/java-zoneinfo
build started at Sun Jun 21 13:43:40 CEST 2015
port directory: /usr/ports/java/java-zoneinfo
building for: FreeBSD 101amd64-default-job-02 10.1-RELEASE-p13 FreeBSD 10.1-RELEASE-p13 amd64
...
===>  Cleaning for java-zoneinfo-2015.e
build of java/java-zoneinfo ended at Sun Jun 21 13:43:44 CEST 2015
build time: 00:00:04
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-21 18:31:01 UTC
A commit references this bug:

Author: glewis
Date: Sun Jun 21 18:30:42 UTC 2015
New revision: 390261
URL: https://svnweb.freebsd.org/changeset/ports/390261

Log:
  . Fix packing list.
  . Bump PORTREVISION.

  PR:		201005
  Submitted by:	ohauer@

Changes:
  head/java/java-zoneinfo/Makefile
  head/java/java-zoneinfo/pkg-plist
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2015-06-21 18:52:07 UTC
Thanks!