Closed Bug 743973 Opened 12 years ago Closed 7 years ago

MacOSX Build failure during unifying universal build Info.plist diff

Categories

(Thunderbird :: Build Config, defect)

10 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ul-mcamafia, Unassigned)

Details

During a build of Thunderbird 10.0.3esr
the following happens only for a universal build.

mkdir -p obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/universal/thunderbird
rm -f obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/universal
ln -s obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/universal obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/universal
rm -rf obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/universal/thunderbird/Thunderbird.app
/Mozilla/src/comm-esr10/mozilla/build/macosx/universal/unify \
	    --unify-with-sort "\.manifest$" \
	    --unify-with-sort "components\.list$" \
	    obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/thunderbird/Thunderbird.app \
	    obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/thunderbird/Thunderbird.app \
	    obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/universal/thunderbird/Thunderbird.app
/Mozilla/src/comm-esr10/mozilla/build/macosx/universal/unify: copyIfIdentical: files differ:
  obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Info.plist,
  obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Info.plist
make[1]: *** [postflight_all] Error 1
make: *** [build] Error 2

Single architecture build are not affected.
Summary: Build failure during unifying universal build Info.plist diff → MacOSX Build failure during unifying universal build Info.plist diff
Version: unspecified → 10
Still cannot build Thunderbird 10esr

Here is the diff
nessaja:comm-esr10 ulink$ diff -U 8 -p obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/thunderbird.mdimporter/Contents/Info.plist obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/thunderbird.mdimporter/Contents/Info.plist
--- obj-x86_64-apple-darwin10.8.0/i386/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/thunderbird.mdimporter/Contents/Info.plist	2012-04-20 11:20:26.000000000 +0200
+++ obj-x86_64-apple-darwin10.8.0/x86_64/mozilla/dist/thunderbird/Thunderbird.app/Contents/Library/Spotlight/thunderbird.mdimporter/Contents/Info.plist	2012-04-20 11:21:12.000000000 +0200
@@ -53,17 +53,17 @@
 	<string></string>
 	<key>DTCompiler</key>
 	<string>4.2</string>
 	<key>DTPlatformBuild</key>
 	<string>10M2518</string>
 	<key>DTPlatformVersion</key>
 	<string>PG</string>
 	<key>DTSDKBuild</key>
-	<string>9L31a</string>
+	<string>10M2518</string>
 	<key>DTSDKName</key>
-	<string>macosx10.5</string>
+	<string>macosx10.6</string>
 	<key>DTXcode</key>
 	<string>0400</string>
 	<key>DTXcodeBuild</key>
 	<string>10M2518</string>
 </dict>
 </plist>

SnowLeopard with XCode 3.2.6, Firefox builds fine as universal binary with release mozconfig
We no longer do universal builds (bug 1295375).
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.