Summary: | www/seamonkey-i18n: build fails in poudriere due to language pack not in distinfo | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Gary <freebsd-bugzilla> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-gecko (Nobody) <gecko> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | beat, jbeich, marino | ||||||
Priority: | --- | Flags: | jbeich:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Gary
2015-01-16 18:34:42 UTC
Auto-assigned to maintainer gecko@FreeBSD.org Created attachment 151746 [details]
poudriere logfile
I confirm this. The update to release 2.32 was not complete, ja-JP disappeared from the distinfo list. It does appear in the MASTER_SITES, so it seems to be an issue with distinfo file itself. Adding Jan and Beat to the PR since they were directly involved with the 2.32 upgrade. Like I said, I haven't tested it, but I think the fix is just add two lines back to distinfo. FYI, this patch fixes it for me (I needed it quickly for dports) --- distinfo.orig 2015-01-20 00:03:01 UTC +++ distinfo @@ -24,6 +24,8 @@ SHA256 (xpi/seamonkey-i18n-2.32/seamonke SIZE (xpi/seamonkey-i18n-2.32/seamonkey-2.32.hu.langpack.xpi) = 844069 SHA256 (xpi/seamonkey-i18n-2.32/seamonkey-2.32.it.langpack.xpi) = 1925e77234e5a4423d66b0e988a5ef9aeb067d8193e34a31273741570cb77540 SIZE (xpi/seamonkey-i18n-2.32/seamonkey-2.32.it.langpack.xpi) = 742070 +SHA256 (xpi/seamonkey-i18n-2.32/seamonkey-2.32.ja-JP-mac.langpack.xpi) = d999898fc267310b68c419e56c7fc520791f2a03e596b5b150ea45e28b215ec6 +SIZE (xpi/seamonkey-i18n-2.32/seamonkey-2.32.ja-JP-mac.langpack.xpi) = 900391 SHA256 (xpi/seamonkey-i18n-2.32/seamonkey-2.32.ja.langpack.xpi) = e44009f8ec92c476f0c04ea6862629db8884f8f143f707ae47418ac9ecbad6dd SIZE (xpi/seamonkey-i18n-2.32/seamonkey-2.32.ja.langpack.xpi) = 884921 SHA256 (xpi/seamonkey-i18n-2.32/seamonkey-2.32.lt.langpack.xpi) = f2b7a50cb4a8e02e2cdd4badcf5566ca520f95450a0d84d267297e6ca57b7a22 ja-JP-mac wasn't available at the time distinfo was generated (for build1 candidate). And I forgot to add it after release. Sorry. https://trillian.chruetertee.ch/freebsd-gecko/changeset/1807 Created attachment 151917 [details]
poudriere logfile after the fix
A commit references this bug: Author: jbeich Date: Tue Jan 20 22:12:29 UTC 2015 New revision: 377546 URL: https://svnweb.freebsd.org/changeset/ports/377546 Log: Add missing checksum for ja-JP-mac language pack This unbreaks PACKAGE_BUILDING build as used by poudriere and tinderbox. PR: 196807 MFH: 2015Q1 Differential Revision: https://reviews.freebsd.org/D1566 Approved by: flo (mentor) Changes: head/www/seamonkey-i18n/distinfo A commit references this bug: Author: jbeich Date: Wed Jan 21 04:42:25 UTC 2015 New revision: 377573 URL: https://svnweb.freebsd.org/changeset/ports/377573 Log: MFH: r377546 Add missing checksum for ja-JP-mac language pack This unbreaks PACKAGE_BUILDING build as used by poudriere and tinderbox. PR: 196807 Reported by: freebsd-bugzilla@in-addr.com, marino Differential Revision: https://reviews.freebsd.org/D1566 Approved by: bapt, flo (mentors) Approved by: portmgr (erwin) Changes: _U branches/2015Q1/ branches/2015Q1/www/seamonkey-i18n/distinfo |