Closed
Bug 305119
Opened 19 years ago
Closed 19 years ago
Build error: Too many levels of symbolic links
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: krmathis, Assigned: mikepinkerton)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050818 Camino/0.9a2+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050818 Camino/0.9a2+ I had this strange error when I compiled Camino from todays Trunk code. checkout finish: Thu Aug 18 18:44:31 CEST 2005 First it said "Build Succeeded", then it display an error message a couple of lines below. ** BUILD SUCCEEDED ** rsync: readlink "/Users/krmathis/Camino/mozilla/camino_7450_optimized/camino/build/Deployment/Camino.app/Contents/ Frameworks/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework/SharedMenusCocoa.framework" failed: Too many levels of symbolic links (62) rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-20/rsync/main.c(717) make[3]: *** [libs] Error 23 make[2]: *** [tier_99] Error 2 make[1]: *** [default] Error 2 make: *** [build] Error 2 ------------------------------------- Reproducible: Always Expected Results: The Camino.app seems to work fine (using it to post this). Compiled on OS 10.4.2 using 10.4u SDK/GCC 4.0.0
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → Trunk
| Assignee | ||
Comment 1•19 years ago
|
||
tempted to mark WFM...it works for everyone else. did you misconfigure something in your environment?
Comment 2•19 years ago
|
||
The SharedMenusCocoa.framework in your build directory has gotten screwed up. We used to see this with PrintPDE and other things that Xcode manages. Do this: rm -rf /Users/krmathis/Camino/mozilla/camino_7450_optimized/camino/build/Deployment/Camino.app/Contents/ Frameworks/SharedMenusCocoa.framework then retry your build. This problem may have existed for you for a long time before, but you didn't notice it because we weren't copying Camino.app into dist until this morning.
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•19 years ago
|
||
I really dont know whats wrong. Tried with a fresh MOZ_OBJDIR and got the exact same error. So I pulled a fresh trunk source from cvs, but no change. Same error both with or without using an MOZ_OBJDIR. (checkout finish: Fri Aug 19 17:38:02 CEST 2005) Might be something wrong on my side, but I dont think so since I had no such error when I compiled the 08.17 source code. Yes, I delete this file between each build: /Users/krmathis/Camino/mozilla/camino_7450_optimized/camino/build/Deployment/Camino.app CC -> Mark
| Reporter | ||
Comment 4•19 years ago
|
||
I found the cause. I had a looping symlink in my /Library/Frameworks/SharedMenusCocoa.framework folder, and it rsyncΒ΄ed successfully now. Sorry for the trouble!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•