Bug 162993 - misc/zoneinfo port failed to make a package because of excess line in pkg-plist
Summary: misc/zoneinfo port failed to make a package because of excess line in pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 12:50 UTC by Alexey Markov
Modified: 2012-02-16 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (328 bytes, patch)
2011-12-01 12:50 UTC, Alexey Markov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Markov 2011-12-01 12:50:09 UTC
There is no more data for Tiraspol city in the latest tzdata version 2011n, but pkg-plist still refers to it.

How-To-Repeat: cd /usr/ports/misc/zoneinfo
make package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-01 12:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-01 12:50:21 UTC
Maintainer of misc/zoneinfo,

Please note that PR ports/162993 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162993

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-01 12:50:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-01-23 02:47:23 UTC
Responsible Changed
From-To: edwin->scheidell

I'll take it (edwin.. did GNATS auto assign the wrong edwin?)
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-01-23 03:04:15 UTC
I can confirm the problem:

/bin/mkdir -p /usr/share/zoneinfo
/bin/cp -R -p /ftp/ports/misc/zoneinfo/work/zoneinfo/ /usr/share/zoneinfo
install  -o root -g wheel -m 444 /ftp/ports/misc/zoneinfo/work/zone.tab 
/usr/share/zoneinfo
cat: /var/db/zoneinfo: No such file or directory
Now run tzsetup(8) again to install the right file to /etc/localtime.
===>   Registering installation for zoneinfo-2011.n
===>  Building package for zoneinfo-2011.n
tar: share/zoneinfo/Europe/Tiraspol: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

applied patch, and I can make a package now

umask 022;  cd /ftp/ports/misc/zoneinfo/work;  zic -d 
/ftp/ports/misc/zoneinfo/work/zoneinfo -p America/New_York -m 444   -y 
/ftp/ports/misc/zoneinfo/yearistype africa antarctica asia australasia 
etcetera europe  factory northamerica southamerica systemv
"factory", line 11: warning: time zone abbreviation differs from POSIX 
standard (Local time zone must be set--see zic manual page)
===>  Installing for zoneinfo-2011.n
===>   Generating temporary packing list
===>  Checking if misc/zoneinfo already installed
/bin/mkdir -p /usr/share/zoneinfo
/bin/cp -R -p /ftp/ports/misc/zoneinfo/work/zoneinfo/ /usr/share/zoneinfo
install  -o root -g wheel -m 444 /ftp/ports/misc/zoneinfo/work/zone.tab 
/usr/share/zoneinfo
cat: /var/db/zoneinfo: No such file or directory
Now run tzsetup(8) again to install the right file to /etc/localtime.

there is another pr open for the /var/db/zoneinfo issue:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/164039


-- 
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
 >*| *SECNAP Network Security Corporation

    * Best Mobile Solutions Product of 2011
    * Best Intrusion Prevention Product
    * Hot Company Finalist 2011
    * Best Email Security Product
    * Certified SNORT Integrator
Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2012-01-26 11:45:09 UTC
Responsible Changed
From-To: scheidell->freebsd-ports-bugs

Recent patch to Makefile (NO_PACKAGE) make this impossible to build anyway. 
Also, see PR ports/164039 
Back to the pool
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-01-26 18:45:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Over to maintainer.
Comment 8 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-09 02:34:11 UTC
State Changed
From-To: feedback->open

committer&maintainer timeout (edwin ; 14 days) / last commit: 100 days 
ago
Comment 9 dfilter service freebsd_committer freebsd_triage 2012-02-16 14:33:58 UTC
crees       2012-02-16 14:33:44 UTC

  FreeBSD ports repository

  Modified files:
    misc/zoneinfo        pkg-plist 
  Log:
  Remove plist entry for missing timezone.
  
  No PORTREVISION bump, because it's unlikely that anyone relies on package builds for this
  
  PR:             ports/162993
  Submitted by:   Alexey Markov <redrat@mail.ru>
  Approved by:    maintainer timeout (edwin, >2 months)
  
  Revision  Changes    Path
  1.21      +0 -1      ports/misc/zoneinfo/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Chris Rees freebsd_committer freebsd_triage 2012-02-16 14:33:59 UTC
State Changed
From-To: open->closed

Committed. Thanks! 


Comment 11 Chris Rees freebsd_committer freebsd_triage 2012-02-16 14:33:59 UTC
Responsible Changed
From-To: edwin->crees

Committed. Thanks!