Closed
Bug 302681
Opened 19 years ago
Closed 19 years ago
Build process fails on "JavaEmbeddingPlugin.bundle"
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: krmathis, Assigned: mikepinkerton)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050728 Camino/0.9a2+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050728 Camino/0.9a2+ Todays build process fails with the following error code: ------------------------------- Quote: mkdir -p ../../dist/Mozilla.app/Contents/MacOS rsync -a --exclude CVS --exclude "*.in" /Users/krmathis/Camino/mozilla/xpfe/bootstrap/macbuild/Contents ../../dist/Mozilla.app sed -e "s/MOZ_APP_NAME/mozilla/" -e "s/MOZ_APP_DISPLAYNAME/Mozilla/" -e "s/MOZ_APP_VERSION/1.8b4/" /Users/krmathis/Camino/mozilla/xpfe/bootstrap/macbuild/Contents/Info.plist.in > ../../dist/Mozilla.app/Contents/Info.plist rsync -a ../../dist/bin/ ../../dist/Mozilla.app/Contents/MacOS rm -f ../../dist/Mozilla.app/Contents/MacOS/mozilla-bin rsync -aL mozilla-bin ../../dist/Mozilla.app/Contents/MacOS mkdir -p ../../dist/Mozilla.app/Contents/Plug-Ins rm -rf ../../dist/Mozilla.app/Contents/Plug-Ins/PrintPDE.plugin rsync -a --copy-unsafe-links ../../dist/package/PrintPDE.plugin ../../dist/Mozilla.app/Contents/Plug-Ins cp -RL ../../dist/package/mozillaSuite.rsrc ../../dist/Mozilla.app/Contents/Resources/mozilla-bin.rsrc echo -n APPLMOZZ > ../../dist/Mozilla.app/Contents/PkgInfo /Users/krmathis/Camino/mozilla/camino_7450_optimized/config/nsinstall -L /Users/krmathis/Camino/mozilla/camino_7450_optimized/xpfe/bootstrap /Users/krmathis/Camino/mozilla/README.txt ../../dist/bin /Users/krmathis/Camino/mozilla/camino_7450_optimized/config/nsinstall -L /Users/krmathis/Camino/mozilla/camino_7450_optimized/xpfe/bootstrap /Users/krmathis/Camino/mozilla/LICENSE ../../dist/bin /Users/krmathis/Camino/mozilla/camino_7450_optimized/config/nsinstall -L /Users/krmathis/Camino/mozilla/camino_7450_optimized/plugin/oji/JEP "JavaEmbeddingPlugin.bundle" ../../..//dist/bin/plugins /Users/krmathis/Camino/mozilla/camino_7450_optimized/config/nsinstall: cannot access JavaEmbeddingPlugin.bundle: No such file or directory make[3]: *** [install-plugin] Error 1 make[2]: *** [tier_99] Error 2 make[1]: *** [default] Error 2 make: *** [build] Error 2 Done. ------------------------------- My .mozconfig: http://homepage.mac.com/krmathis/Trunk/mozconfig.txt Building on 10.4.2, using GCC 4.0.0 and 10.4u SDK Reproducible: Always Steps to Reproduce: 1. Pull latest Trunk source from CVS 2. Build Camino Build process crash on this source: checkout finish: Fri Jul 29 20:34:20 CEST 2005 But built fine yesterday: checkout finish: Thu Jul 28 17:22:42 CEST 2005
| Assignee | ||
Comment 1•19 years ago
|
||
works on all the tinderboxes, the nightly build, and for me. *shrug*
| Reporter | ||
Comment 2•19 years ago
|
||
Strange. I performed an incremental build from yesterday, like usual. But I build with a fresh MOZ_OBJDIR as we speak, in case something went wrong in the process. If that fails as well I will try with a fresh source tree
| Reporter | ||
Comment 3•19 years ago
|
||
Still no success! I have tried with a fresh MOZ_OBJDIR and later with a fresh source tree from cvs, but both fails with the same error as above. The the later project.pbxproj checkins dont have a bug report or patch, so I have not been able to back it out and test if its related. All I can say is that it compiled just fine 30 hours ago, before the JEP checkins. Another GCC 4.0.0, 10.4u SDK related problem maybe? Complete build log (if of any use). 412KB http://homepage.mac.com/krmathis/build-2005.07.30.00.32.txt.bz2
Comment 4•19 years ago
|
||
I just fixed objdir builds today.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•