Closed Bug 1417319 Opened 7 years ago Closed 7 years ago

Fix creating packages for thunderbird et al when building with m-c as topdir.

Categories

(Thunderbird :: Build Config, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 59.0

People

(Reporter: tomprince, Assigned: tomprince)

References

Details

Attachments

(1 file)

For some reason, building packages with m-c as topdir via mach is broken.

It looks like there is a missing dependency between locale-manifest.in and package-manifest.
Comment on attachment 8928416 [details]
Bug 1417319: Remove use of MOZ_PKG_MANIFEST_P for MOZ_PKG_MANIFEST.

https://reviewboard.mozilla.org/r/199638/#review204728

::: suite/installer/Makefile.in:221
(Diff revision 1)
>  endif
>  
>  package-compare:: $(MOZ_PKG_MANIFEST)
> -ifdef MOZ_PKG_MANIFEST_P
>  	cd $(DIST); find $(PKGCOMP_FIND_OPTS) $(FINDPATH) -type f | sort > bin-list.txt
> -	grep "^$(BINPATH)" $(MOZ_PKG_MANIFEST) | sed -e 's/^\///' | sort > $(DIST)/pack-list.txt
> +	$(call py_action,preprocessor,$(DEFINES) $(ACDEFINES) $(MOZ_PKG_MANIFEST)) | grep '^$(BINPATH)' | sed -e 's/^\///' | sort > $(DIST)/pack-list.txt

just wondering..  with single quotes.. would
${BINPATH} be expanded?
Blocks: 1417322
Comment on attachment 8928416 [details]
Bug 1417319: Remove use of MOZ_PKG_MANIFEST_P for MOZ_PKG_MANIFEST.

https://reviewboard.mozilla.org/r/199640/#review204812
Attachment #8928416 - Flags: review?(philipp) → review+
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/comm-central/rev/4fd7237c5c2f
Remove use of MOZ_PKG_MANIFEST_P for MOZ_PKG_MANIFEST; r=Fallen
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
OS: Unspecified → All
Hardware: Unspecified → All
Target Milestone: --- → Thunderbird 59.0
Attachment #8928416 - Flags: review?(ewong)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: