Summary: | misc/zoneinfo port failed to make a package because of excess line in pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexey Markov <redrat> | ||||
Component: | Individual Port(s) | Assignee: | Chris Rees <crees> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alexey Markov
2011-12-01 12:50:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->edwin edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool) 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: edwin->scheidell I'll take it (edwin.. did GNATS auto assign the wrong edwin?) 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 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 Responsible Changed From-To: freebsd-ports-bugs->edwin Over to maintainer. State Changed From-To: feedback->open committer&maintainer timeout (edwin ; 14 days) / last commit: 100 days ago 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" State Changed From-To: open->closed Committed. Thanks! Responsible Changed From-To: edwin->crees Committed. Thanks! |