FB 4.7 Bug - Build Error 'Negative Time'

I've encountered a show stopper bug in FB 4.7, I get this everytime I try to build:
Errors occurred during the build.
Errors running builder 'Compiler' on project 'Bardbarian'.
Negative time
It seems to be related to copying files into bin-debug. If I un-check 'Copy Non-Embedded Files to output folder', then the build works, but I must manually copy my dynbamically loaded files into bin-debug.
Here's a short video showing the issue:
https://vimeo.com/56590920

Did you find a solution for this?

Similar Messages

  • Simple-ccsm build error.

    G'evening everyone,
    I have been trying to install simple-ccsm from AUR several times, yet get a build error each time.
    This is the error:
    ==> Starting build()...
    Traceback (most recent call last):
    File "./setup.py", line 108, in <module>
    proc = subprocess.Popen (['pkg-config', '--variable=prefix', 'compiz'], stdout=subprocess.PIPE)
    File "/usr/lib/python2.6/subprocess.py", line 621, in __init__
    errread, errwrite)
    File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child
    raise child_exception
    OSError: [Errno 2] No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build simple-ccsm package.
    Ccsm on its own works fine, but I wanted simple-ccsm so I wouldn't have to tweak the animation option everytime I wanted to change it from one option to another.

    SOLUTION
    download http://aur.archlinux.org/packages.php?ID=22949
    unpack and
    AS ROOT
    # pacman -S intltool
    # python setup.py install --prefix=/usr/local
    # chmod +x build/scripts-2.6/simple-ccsm
    AS USER
    $ cd build/scripts-2.6
    $ ./simple-ccsm
    voala:)
    why?
    error:
    Traceback (most recent call last):
    File "./setup.py", line 123, in <module>
    proc = subprocess.Popen(cmd)
    File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
    File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
    raise child_exception
    OSError: [Errno 2] No such file or directory
    in setup.py on line 123 and 122
    122 cmd = "intltool-merge -d -u po/ simple-ccsm.desktop.in simple-ccsm.desktop".split(" ")
    123 proc = subprocess.Popen(cmd)
    initltool-merge was absent
    EDIT
    or install from repository after install initltool
    pacman -S simple-ccsm
    Last edited by navry (2010-06-25 12:14:21)

  • Another Compiler Bug (message: An internal build error has occurred... Unknown Flex Problem)

    I was fighting with this problem for a few days. Finally I've got it resolved. I want to describe it and fill in BUG in the bug report, but I am not sure about Adobe support options. So, I am putting bug report here.
    1. ASSUMPTION: All problems which compiler reports as unknown problem are the real compiler BUGs/Problems. Eventually MXML compiler/ActionScript compiler should be able to take C++ or FORTRAN code or an aribitrary text and nicely tell "Error: It is not ActionScript (Flex) code" or "the code is corrupted from Line so and so...". When compiler crashed, it is most probably due to one of the states not handled (or not handled correct). Keeping this in mind I assume, that my code has nothing to do with the compiler crash.
    2. PROBLEM Description.
         - I tried to port our internal project from Flex3.5/Flex Builder 3 to Flex4.1/Flash Builder 4.
         - After checking out and trying to build code I start getting weird problems like Error 1037: Packages cannot be nested.
         - After cleaning and compiling project by project, walking up dependency tree, I was able to get rid of this problem.
         - On last Project I've got another problem (An internal build error has occurred... Unknown Flex Problem). Which I stuck with for a while.
         - When I checked log file I found following messages:
    ============================================================
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-12-21 15:45:24.353
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.ClassCastException: macromedia.asc.parser.InputBuffer cannot be cast to flex2.compiler.as3.CodeFragmentsInputBuffer
    at flex2.compiler.as3.AbstractSyntaxTreeUtil.lineNumberToPosition(AbstractSyntaxTreeUtil.jav a:1266)
    at flex2.compiler.mxml.ImplementationGenerator.generateBinding(ImplementationGenerator.java: 569)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetupFunction(ImplementationG enerator.java:863)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetup(ImplementationGenerator .java:812)
    at flex2.compiler.mxml.ImplementationGenerator.generateInitializerSupportDefs(Implementation Generator.java:1878)
    at flex2.compiler.mxml.ImplementationGenerator.generateClassDefinition(ImplementationGenerat or.java:1044)
    at flex2.compiler.mxml.ImplementationGenerator.<init>(ImplementationGenerator.java:206)
    at flex2.compiler.mxml.ImplementationCompiler.generateImplementationAST(ImplementationCompil er.java:499)
    at flex2.compiler.mxml.ImplementationCompiler.parse1(ImplementationCompiler.java:197)
    at flex2.compiler.mxml.MxmlCompiler.parse1(MxmlCompiler.java:168)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2871)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2824)
    at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:446)
    at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1274)
    at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1496)
    at flex2.tools.oem.Application.compile(Application.java:1188)
    at flex2.tools.oem.Application.recompile(Application.java:1133)
    at flex2.tools.oem.Application.compile(Application.java:819)
    at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:344)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(A SApplicationBuilder.java:276)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplication Builder.java:127)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:190)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:7 4)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectB uilder.java:480)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:306)
    at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:218)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:360)
    at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:516)
    at org.eclipse.core.internal.resources.Project.build(Project.java:94)
    at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:221)
    at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:162)
    at org.eclipse.ui.actions.WorkspaceAction$2.runInWorkspace(WorkspaceAction.java:483)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38 )
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SESSION 2010-12-22 09:48:27.766 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product
    Command-line arguments:  -data C:\Client_Flex4 -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
    ================================================
    3. RESOLUTION/WORK AROUND
         - I was able to get this problem cleared by putting compiler option for Flex Application projects:  -keep-generated-actionscript
    4. SIDE NOTE
      I do not really see putting this compiler option as the solution and living with the mistery is making me fill a bit bad.

    Hi Faser,
    I just tried it on Vista with our latest FB Plugin build but
    I was unable to reproduce your issue with the following setup:
    - FB Plugin build installed by Administrator account user
    under her Documents folder
    - Administrator account user can launch, create Flex projects
    under her own workspace without any problems
    - Standard account user can launch the FB Plugin build (need
    Admin's password) and create Flex project (default location) under
    his own workspace
    If your setup is different, can you please log a bug at
    http://bugs.adobe.com/flex.
    Be sure to include what build you are using, whether it's
    reproducible, the detail of the setup, etc...
    thanks,
    Sharon

  • "Negative time" error on install

    I want to install Oracle Business Intelligence Tools (OracleBI Discoverer Administrator) on Windows 2003 Standart Edition. But when I run installer, after "Specfiy File Locations" screen, I have "Negative time" error.
    I could not find any information about this error.
    If you help me, I would be very pleased.
    Thanks.
    Fatma.

    Hi
    I've never seen this issue before which is why I was not involved in the initial thread. I would suggest raising a service request with Oracle.
    Actually the person who said they saw this on Solaris 10 must have been using a different application as Discoverer Admin cannot be installed onto Solaris.
    I've got to admit that my initial thought, like Rod's, is that the computer clock is incorrectly set. I'd like to see what Oracle make of it though.
    Best wishes
    Michael

  • Consoldation build error..

    Hi All,
    i  am facing build error (Broken DC (Custom Dc as bpmProj) in consolidation System while moving code Dev to Cons System.
    Actually my project is using BPM  which is working fine in Dev Track as well as DEV Server so at time of released the resource to cons Track , BPM custom  DC is showing in Brocken  in CBS even if DEV Track  System has no Brocken DC.,I cold not find how to resolve that issues , for that i have done 5 times for  imported and checkIn   from DEV track to CONS Track.
    Pleas  Guide me , how to resolve that issues without help of BASIS GUY.
    Thanks
    Sudhir

    This is a known bug with the "Options" dialogue in Oracle Policy Modeling v10.2.0. You can work around it by changing the currently visible options to "Enviroment"/"General" before choosing "OK".

  • Another Internal Build Error Issue

    Has anyone had this variant of the Internal Build Error and been able to resolve it:
    http://pastebin.com/s2DKRFDp
    I've tried many different "fixes" but these come back every time I make a change, then i have to clean to get things to compile. Really slows down development.
    Thanks,
    Philippe

    Hi Philippe,
    Can you please comment on the but with some additional info like what version of the SDK you are using, your enviornment etc.
    Also will it be possible for you to attach your project or workspace to the bug?
    Thanks,
    Gaurav Jain
    Flex SDK Team
    http://www.gauravj.com/blog

  • Wp8 build error="The name 'InitializeComponent' does not exist in the current context" in app.xaml.cs."

    I added a new xaml page to my project and copy and pasted some regular snippets to it that I've done before to many other pages.  After all the changes looked good to me, I did a rebuild and got this error in the app.xaml.cs which I hadn't changed.
    I also get the same error in the new page I created.  It seems that the xaml design and code are not linked because there are other build errors in the new page's code file that reference other controls in it's design.  Those references also look
    ok to me but they get the similar "The name '.....' does not exist." error. 
    walter fink

    Hi,
    You don’t have “x:Class="DIYMedAPP.App"”
    in your App.xaml file, which caused such error in App.xaml.cs. Please add it.
    <Application
     x:Class="DIYMedAPP.App"
     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
     xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone">
    <!--Application Resources-->
    <Application.ApplicationLifetimeObjects>
    <!--Required object that handles lifetime events for the application-->
    <shell:PhoneApplicationService
     Launching="Application_Launching"
    Closing="Application_Closing"
     Activated="Application_Activated"
    Deactivated="Application_Deactivated"/>
    </Application.ApplicationLifetimeObjects>
    </Application>
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why does my itunes crash after start up with an "APPCRASH" error every time i open it?! I have been trying to fix this for weeks but all i can do it re-install it every other day which does nothing!

    Why does my itunes crash after start up with an "APPCRASH" error every time i open it?! I have been trying to fix this for weeks but all i can do it re-install it every other day which does nothing! I am desperate to get access to my itunes to get music on my phone and all of this just makes me want me to sell my iphone since there is no other way to add music to my phone. If things go get sorted soon you can say goodbye to my support.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried

    I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried uninstalled and installing the app and the error remains. I have windows 8. Can anyone please help???

    Use Windows Explorer to open the folder containing your catalog. The normal location is Pictures\Lightroom. Locate a folder with the extension .lrdata and delete that folder. Then you should be able to start Lightroom again, and Lightroom will begin building and new previews folder. Do not delete anything else.

  • Safari keeps shutting down and giving me an error every time i open it how can I fix this??

    Safari keeps shutting down and giving me an error every time i open it how can I fix this?? This is the error message i get.
    Process:         Safari [121]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.2 (6533.18.5)
    Build Info:      WebBrowser-75331805~5
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [87]
    Date/Time:       2011-05-09 13:20:22.560 -0400
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          4207 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  1387 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      52B175C7-7A05-4083-8A25-8273F28F58EE
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000068
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.Safari                  0x0000000100172323 0x100000000 + 1516323
    1   com.apple.Safari                  0x000000010019fc20 0x100000000 + 1702944
    2   com.apple.JavaScriptCore          0x00007fff89035246 JSC::JSCallbackFunction::call(JSC::ExecState*, JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 358
    3   com.apple.JavaScriptCore          0x00007fff88fe72ff cti_op_call_NotJSFunction + 415
    4   ???                               0x000053c05f7e7879 0 + 92085700950137
    5   com.apple.JavaScriptCore          0x00007fff890633ac JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 508
    6   ???                               0x0000000114fdcec0 0 + 4647145152
    7   ???                               0x0000000118de3c30 0 + 4712184880
    8   com.apple.JavaScriptCore          0x00007fff8906f690 JSC::JSCallbackObject<JSC::JSObject>::~JSCallbackObject() + 0
    9   ???                               0x894918ec83485355 0 + 9892465460589908821
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff8509816a kevent + 10
    1   libSystem.B.dylib                 0x00007fff8509a03d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff85099d14 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff8509983e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff85099168 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff85099005 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                 0x00007fff850b9fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff850bdde1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                 0x00007fff83bb4d49 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                 0x00007fff83bb0e4c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                 0x00007fff8507f2da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8507f94d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff83a72932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff83a71dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002fa3d 0x100000000 + 195133
    5   com.apple.Safari                  0x000000010002f9cd 0x100000000 + 195021
    6   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff8507f2da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8507f94d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff83a72932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff83a71dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff8578207f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation              0x00007fff857030a5 __NSThread__main__ + 1429
    6   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                 0x00007fff8507f2da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8507f94d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff83a72932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff83a71dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002fa3d 0x100000000 + 195133
    5   com.apple.Safari                  0x000000010002f9cd 0x100000000 + 195021
    6   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff85098f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff8509939c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff85099005 start_wqthread + 13
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff850c2e92 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff83a94498 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                 0x00007fff850b9fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff850bdde1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff88f0c400 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                 0x00007fff83f067a1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 9:  Safari: SnapshotStore
    0   libSystem.B.dylib                 0x00007fff850b9fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff850bdde1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff88f0c400 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                  0x00000001001be849 0x100000000 + 1828937
    4   com.apple.Safari                  0x000000010004750b 0x100000000 + 292107
    5   com.apple.Safari                  0x0000000100047389 0x100000000 + 291721
    6   libSystem.B.dylib                 0x00007fff850b8536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff850b83e9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000118add588  rbx: 0x0000000118add588  rcx: 0x0000000114fed840  rdx: 0x0000000118add588
      rdi: 0x0000000117615e10  rsi: 0x00007fff5fbfe220  rbp: 0x00007fff5fbfe1f0  rsp: 0x00007fff5fbfe100
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000118a71800  r11: 0x000000000000003f
      r12: 0x00000001130623a0  r13: 0x0000000117615e10  r14: 0x0000000000000003  r15: 0x0000000114fed840
      rip: 0x0000000100172323  rfl: 0x0000000000010206  cr2: 0x0000000000000068
    Binary Images:
           0x100000000 -        0x1006b0fe7  com.apple.Safari 5.0.2 (6533.18.5) <8387031E-6288-7B8A-DF4B-59412EDE5098> /Applications/Safari.app/Contents/MacOS/Safari
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
        0x7fff800b9000 -     0x7fff800fefff  com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff800ff000 -     0x7fff80146fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff80147000 -     0x7fff8014cfff  libGIF.dylib ??? (???) <A7BF2D68-F489-720C-E5A9-DC2B24DC5A21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8014d000 -     0x7fff804eafe7  com.apple.QuartzCore 1.6.3 (227.34) <C4AABD56-8C93-BAD0-4B27-7E9A2F0EAEE4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff804f7000 -     0x7fff80591fff  com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8061f000 -     0x7fff8064aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff8064b000 -     0x7fff8066efff  com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8066f000 -     0x7fff8066fff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8070a000 -     0x7fff80974fef  com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff80975000 -     0x7fff80976ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff80977000 -     0x7fff80978fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff809a9000 -     0x7fff809abfff  libRadiance.dylib ??? (???) <6C974488-62D2-71BA-A45E-C764A0AF7354> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff809ac000 -     0x7fff80aeafff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff80aeb000 -     0x7fff80b34fef  libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff80b35000 -     0x7fff80ba6ff7  com.apple.AppleVAFramework 4.10.12 (4.10.12) <7C05D658-4251-0B0F-6C76-9192240D0C4B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff80ba7000 -     0x7fff80d65fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
        0x7fff80d68000 -     0x7fff80e6cfff  com.apple.PubSub 1.0.5 (65.20) <DA852327-4B80-B49A-666C-835410273DE3> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff80e9e000 -     0x7fff80ec6fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff80ec7000 -     0x7fff80ee7ff7  com.apple.DirectoryService.Framework 3.6 (621.9) <E7AFAAFA-8221-585B-85D0-171ADC490825> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff80ee8000 -     0x7fff8112afef  com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8112b000 -     0x7fff811b0ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff811b1000 -     0x7fff811e2fff  libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff811e3000 -     0x7fff81627fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff81628000 -     0x7fff816e9fe7  libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff816ea000 -     0x7fff81732ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff81733000 -     0x7fff81759fe7  libJPEG.dylib ??? (???) <DFA5DAC2-D1C6-D5ED-F95D-AC185E98B6E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8175a000 -     0x7fff817d7fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff817d8000 -     0x7fff81811ff7  com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff81812000 -     0x7fff81814fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff81815000 -     0x7fff8181eff7  com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8181f000 -     0x7fff81863fe7  com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8187d000 -     0x7fff8188efff  SyndicationUI ??? (???) <38522C02-AE1B-EEA7-D74C-544D54CB6641> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff81898000 -     0x7fff81898ff7  com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff81899000 -     0x7fff818eeff7  com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff818ef000 -     0x7fff81928fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
        0x7fff81a22000 -     0x7fff81b07fef  com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff81b08000 -     0x7fff81b08ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff81b09000 -     0x7fff81b98fff  com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff81b99000 -     0x7fff81c6bfe7  com.apple.CFNetwork 454.11.5 (454.11.5) <5D68598D-C138-C8B6-B6AC-B1F48B01E021> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff81c6c000 -     0x7fff81c80fff  libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff81ca9000 -     0x7fff81cbeff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff81db0000 -     0x7fff81dc9fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff81dca000 -     0x7fff82050fff  com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff82051000 -     0x7fff820d3fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff820d4000 -     0x7fff820d5fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff825ff000 -     0x7fff825ffff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82600000 -     0x7fff82603fff  com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82607000 -     0x7fff8272fff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff82730000 -     0x7fff82735fff  libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82736000 -     0x7fff82768fff  libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff82769000 -     0x7fff82843ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff82a82000 -     0x7fff82aeafff  com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff82b30000 -     0x7fff82b3ffff  com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff82b40000 -     0x7fff82b75fef  com.apple.framework.Apple80211 6.2.3 (623.2) <8C50F34F-2981-0DF8-4423-09556C1628C0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff82b76000 -     0x7fff82b8aff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82b8b000 -     0x7fff82c17fef  SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff82c20000 -     0x7fff82d41fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff82d42000 -     0x7fff83076fff  com.apple.CoreServices.CarbonCore 861.23 (861.23) <96465459-6536-3FD7-7504-B59D0390EEC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff83077000 -     0x7fff8312cfe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff83335000 -     0x7fff833a1ff7  com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff833a2000 -     0x7fff8341ffef  com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff83601000 -     0x7fff836bafff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff836bb000 -     0x7fff836d1fff  com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff836d2000 -     0x7fff83719ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8371a000 -     0x7fff83955fef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff83956000 -     0x7fff83971ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff83988000 -     0x7fff839f2fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff839f3000 -     0x7fff83a09fef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff83a26000 -     0x7fff83b9dfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff83b9e000 -     0x7fff83ba9fff  com.apple.corelocation 12.1 (12.1) <0B15767B-D752-7DA6-A8BB-5A1C9C39C5C8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff83baa000 -     0x7fff83badff7  com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff83bae000 -     0x7fff84821ff7  com.apple.WebCore 6533.18 (6533.18.1) <E98598FB-8C73-1334-7C30-216CC49B889E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84822000 -     0x7fff84825ff7  libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff84826000 -     0x7fff84835fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff84836000 -     0x7fff84888ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff84895000 -     0x7fff84899ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8489a000 -     0x7fff849a4ff7  com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff849a5000 -     0x7fff84d7ffff  com.apple.RawCamera.bundle 3.4.1 (546) <5662D375-35EA-30E5-BD9D-D684ABE04A1E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff84d9c000 -     0x7fff84dd9ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff84ece000 -     0x7fff84f11ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff84fc9000 -     0x7fff85048fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8507e000 -     0x7fff8523ffff  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <F00A8B2F-84A0-0868-1047-3A13F9114864> /usr/lib/libSystem.B.dylib
        0x7fff85246000 -     0x7fff852f5fff  edu.mit.Kerberos 6.5.10 (6.5.10) <6A159CD8-5C02-4528-C36F-6AFBFD61576B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8530c000 -     0x7fff85322fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff85323000 -     0x7fff85331ff7  libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
        0x7fff85332000 -     0x7fff85458fff  com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff85459000 -     0x7fff8545fff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85460000 -     0x7fff8546ffff  com.apple.NetFS 3.2.1 (3.2.1) <E5D33870-27D2-E50B-9B35-16AA50369733> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff855da000 -     0x7fff856f1fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B2FB9DA8-6EC9-FFBC-C919-C022B9CBEB73> /usr/lib/libxml2.2.dylib
        0x7fff856f2000 -     0x7fff85975ff7  com.apple.Foundation 6.6.4 (751.42) <AF1E3050-3503-8714-8274-EA6BD6BE8A22> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff85976000 -     0x7fff8597aff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff859f0000 -     0x7fff85a02fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff85a03000 -     0x7fff85a3efff  com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85a3f000 -     0x7fff85a79fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff85afe000 -     0x7fff85b2dff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff85bad000 -     0x7fff85beefef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff85bef000 -     0x7fff85bfaff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff85cc6000 -     0x7fff85d7bfe7  com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85dc6000 -     0x7fff85e26fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85e27000 -     0x7fff85e44ff7  libPng.dylib ??? (???) <667C3883-32A5-CCCC-8624-972B5DFD8EA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff85e45000 -     0x7fff85e6aff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85e6b000 -     0x7fff85eb7fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff85ef8000 -     0x7fff85f47fef  libTIFF.dylib ??? (???) <176B52ED-4F6C-D0C2-EABC-C032BFC3DFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85f48000 -     0x7fff85fe8fff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8607e000 -     0x7fff860cdfef  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BD71B20B-C530-6D10-47A4-9838CF292911> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff86127000 -     0x7fff8662bfe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8662c000 -     0x7fff86676ff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff86685000 -     0x7fff86802ff7  com.apple.WebKit 6533.18 (6533.18.1) <132BDBBE-D2D0-E06D-DFCD-DCD77EE7A7E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff86803000 -     0x7fff86803ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8684f000 -     0x7fff86850ff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff86851000 -     0x7fff86862fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff86863000 -     0x7fff86919fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
        0x7fff8693b000 -     0x7fff86984ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff86985000 -     0x7fff86990fff  com.apple.CrashReporterSupport 10.6.6 (256) <E99205C8-C119-764D-E06B-65659A35024A> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff86991000 -     0x7fff8699efe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8699f000 -     0x7fff869a5fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff869a6000 -     0x7fff86b5dfef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EE9DFBD6-6354-7C5A-F4C7-5FF782A7D992> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff86b5e000 -     0x7fff86bc0fe7  com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff86bc1000 -     0x7fff86bfefff  com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff86c0e000 -     0x7fff86c1afff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <D659C43E-3E1A-F45C-9EFB-AF18990A402E> /usr/lib/libbz2.1.0.dylib
        0x7fff86c1b000 -     0x7fff86c20ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff86c51000 -     0x7fff86dc0fe7  com.apple.QTKit 7.6.6 (1756) <7E020353-5F44-1E2E-7CB3-7CFDD95F913C> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86dc1000 -     0x7fff877b7fff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff877b8000 -     0x7fff877f9fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff877fa000 -     0x7fff877faff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff87804000 -     0x7fff8780bfff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8780c000 -     0x7fff88016fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88017000 -     0x7fff88315fe7  com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff88316000 -     0x7fff88359fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8835a000 -     0x7fff883d6ff7  com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff883d7000 -     0x7fff883d7ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff883d8000 -     0x7fff88ad506f  com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff88ad6000 -     0x7fff88adcff7  com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff88add000 -     0x7fff88b1eff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff88b5a000 -     0x7fff88b5aff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88b5b000 -     0x7fff88b7cfff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff88b7d000 -     0x7fff88c96fef  libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff88c97000 -     0x7fff88d54ff7  com.apple.CoreServices.OSServices 357 (357) <7B22626F-D544-1955-CC53-240F4CACEB4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88d55000 -     0x7fff88d5bff7  IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff88d5c000 -     0x7fff88ddafff  com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88ee8000 -     0x7fff88ef9ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
        0x7fff88efa000 -     0x7fff890e2ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <C6F7B4E1-1DF6-414A-5A17-B334A814B2A0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff890e3000 -     0x7fff89173fff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <F00A8B2F-84A0-0868-1047-3A13F9114864> /usr/lib/libSystem.B.dylib
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.1 GHz, 1 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 149.05 GB
    Parallel ATA Device: MATSHITACD-RW  CW-8221
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x5d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000

    You can update to Safari 6 ...
    Click here >  Safari Quits Every Time Opened: Apple Support Communities
    Then click the link posted by:  gregoryfromcork
    That will automatically download this file >  Safari6Lion.pkg.download
    Now quit Safari.
    Go to your Downloads folder and double click that file and follow the instructions for installing.
    Then restart your Mac, try Safari.

  • How to remove build errors while creating an Order App. for Handhelds

    Hi Friends,
    As per the Tutorial: Developing an Order Application for Handhelds provided at the given link http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm
    I am creating mobile application for PDA . I have finished many steps but at one step I am getting build errors.
    The step is when we create service and paste the code provided in the document.
    public void generateTestData() {
    //@@begin implementation
          if( !(((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).getOrderOrderheaders().size() > 0))
             OrderOrderheader order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0023378");
             order.setLongtext("Repair front door");
             order.setServiceunit("SU01");
             order.setCreatedOn(Date.valueOf("2007-06-30"));
             order.setCreatedAt(Time.valueOf("08:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0024897");
             order.setLongtext("Analyse malfunction");
             order.setServiceunit("SU01");
             order.setCreatedOn(Date.valueOf("2007-07-01"));
             order.setCreatedAt(Time.valueOf("09:00:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0034534");
             order.setLongtext("Repair escalator");
             order.setServiceunit("SU03");
             order.setCreatedOn(Date.valueOf("2007-07-03"));
             order.setCreatedAt(Time.valueOf("19:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0024589");
             order.setLongtext("Analyse computer problem");
             order.setServiceunit("SU04");
             order.setCreatedOn(Date.valueOf("2007-07-01"));
             order.setCreatedAt(Time.valueOf("15:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0027890");
             order.setLongtext("Repair door lock");
             order.setServiceunit("SU03");
             order.setCreatedOn(Date.valueOf("2007-07-05"));
             order.setCreatedAt(Time.valueOf("10:00:00"));
             OcaRoot.getInstance().commit();
    //@@end
    The issue is I am getting a red line below each set methods as I have shown by underlining. I am struggling with how to rectify the error.When I write ORDER and write . after it , it shows only get methods in the popup not the set methods.
    Please suggest .
    It will be a great help.
    Regards,
    Nitesh

    Hi Nitesh
    Check if the data object you created is bi directional in DOE?
    Regards
    Vidyadhar

  • An internal build error has occurred. Right-click for more information

    Greetings!
    We are using Eclipse 3.4 or 3,5 with Flash 4 plugin and Flex SDK 3.3.0.
    Project set comprises several, more than a couple dozen, dependent  Flex and Java projects.
    Time-to-time we run across an internal build error on all Flex projects.
    The stack trace where topmost entries are:
    So far we did not find how to get around the problem except delete project set and start from
    scratch.
    Pleas help!
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-07-23 14:40:38.353
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.applySettings(ASBuilder.java:3 25)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.setup(ASApplication Builder.java:67)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.setup(ASItemBuilder.java:5 4)
    at com.adobe.flexbuilder.project.compiler.BuilderFactory.createBuilder(BuilderFactory.java:8 0)
    at com.adobe.flexbuilder.project.compiler.BuilderFactory.createBuilder(BuilderFactory.java:5 9)
    at com.adobe.flexbuilder.project.compiler.BuilderManager.getBuilder(BuilderManager.java:192)
    When it happens you can not open project "Properties | Flex Compiler"  dialog because error
    message pops up saying "The currently displayed page contains invalid values."
    I am not sure how "an internal build error..." relates to "...displayed page contains invalid values"
    but  it worth to mention anyway.
    Thanks for your help.

    Getting the same error and deleting bin-debug files doesn't help. All switch statements have a case so that isn't an issue either.
    Says to right click on the error for more info but that brings ups broken webpage.
    Adobe I think you really rushed Flash Builder out to fast.  These weird errors and the namespace debacle is just totally unprofessional.

  • OAS 407 Build Error on RedHat 6.0

    Hi All,
    Furhter to my last post, can someone tell me if there is
    something I am missing here. Below is the build error I get
    when trying to build OAS407. I have RedHat 6.0 and I have made
    sure I have the latest glibc installed, based on the notes for
    the patch for oracle 8.0.5.1.
    Any information would be hugely appreciated.
    thanks
    Wayne
    Error during action 'Relinking executable dbsnmp'.
    Command: make -f ins_oemagent.mk idbsnmp
    i386-glibc20-linux-gcc -L/oracle/product/8.0.5/lib/ -
    L/oracle/product/8.0.5/lib/ -L/oracle/product/8.0.5/rdbms/lib -
    L/oracle/product/8.0.5/network/lib -o
    dbsnmp /oracle/product/8.0.5/network/lib/s0nmi.o /oracle/product/
    8.0.5/network/lib/waat0.o -lnmi -lnms -lnmd \
    lnms0 /oracle/product/8.0.5/rdbms/lib/defopt.o /oracle/product
    /8.0.5/rdbms/lib/ssdbaed.o \
    /oracle/product/8.0.5/lib/nautab.o /oracle/product/8.0.5/lib/naee
    t.o /oracle/product/8.0.5/lib/naect.o /oracle/product/8.0.5/lib/n
    aedhs.o `cat /oracle/product/8.0.5/lib/naldflgs` -lnetv2 -
    lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lclient -
    lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -
    lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -
    lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -
    lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -
    lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -
    lnlsrtl3 `cat /oracle/product/8.0.5/lib/sysliblist` -ldl -lm -
    ltcl -lm -ldl -lc -lcrypt
    /oracle/product/8.0.5/lib//libcore4.a(lcd.o): In function
    `lcdprm':
    lcd.o(.text+0xacb): the `gets' function is dangerous and should
    not be used.
    /usr/lib/libtcl.so: undefined reference to `getgrnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `atexit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `chown@@GLIBC_2.1'
    /usr/lib/libtcl.so: undefined reference to
    `__strtod_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `rename@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `fdopen@@GLIBC_2.1'
    /usr/lib/libtcl.so: undefined reference to
    `__ctype_tolower@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `localtime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcmp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `fprintf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getenv@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `getservbyname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strerror@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getpwuid@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getgrgid@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `gethostbyaddr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `inet_ntoa@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `mkfifo@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `listen@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `tmpnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strftime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strpbrk@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `stdout@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `stderr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `abort@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__xstat@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `setsockopt@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `time@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strstr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__lxstat@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcspn@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `uname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__strtol_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__ctype_toupper@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `execvp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strncmp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `inet_addr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__environ@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `bind@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memcpy@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `getsockname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strrchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `endpwent@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `gethostbyname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getpwnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `exit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `gmtime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `sscanf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `utime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memset@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__ctype_b@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `_exit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__xmknod@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__strtoul_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `endgrent@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `sprintf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__bzero@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcpy@@GLIBC_2.0'
    collect2: ld returned 1 exit status
    make: *** [dbsnmp] Error 1
    null

    Sorry, but officialy the OAS 4071 is not supported under RedHad 6
    (because of the glibc 2.1). We ran into the same problems. Oracle
    Support has no possibilities (in Germany) to build a version
    which runs under glibc21. We shall wait to version 4.08.
    I hope this will help you. Downgrade to RedHad 5.2 an it3s
    running.
    Greetings
    Sven
    George (guest) wrote:
    : Wayne Stanton (guest) wrote:
    : : Hi All,
    : : Furhter to my last post, can someone tell me if there is
    : : something I am missing here. Below is the build error I get
    : : when trying to build OAS407. I have RedHat 6.0 and I have
    : made
    : : sure I have the latest glibc installed, based on the notes
    for
    : : the patch for oracle 8.0.5.1.
    : : Any information would be hugely appreciated.
    : : thanks
    : : Wayne
    : : Error during action 'Relinking executable dbsnmp'.
    : : Command: make -f ins_oemagent.mk idbsnmp
    : : i386-glibc20-linux-gcc -L/oracle/product/8.0.5/lib/ -
    : : L/oracle/product/8.0.5/lib/ -
    : L/oracle/product/8.0.5/rdbms/lib -
    : : L/oracle/product/8.0.5/network/lib -o
    : dbsnmp /oracle/product/8.0.5/network/lib/s0nmi.o
    /oracle/product/
    : : 8.0.5/network/lib/waat0.o -lnmi -lnms -lnmd \
    : lnms0 /oracle/product/8.0.5/rdbms/lib/defopt.o
    /oracle/product
    : : /8.0.5/rdbms/lib/ssdbaed.o \
    : : /oracle/product/8.0.5/lib/nautab.o
    /oracle/product/8.0.5/lib/na
    : ee
    : t.o /oracle/product/8.0.5/lib/naect.o
    /oracle/product/8.0.5/lib/n
    : : aedhs.o `cat /oracle/product/8.0.5/lib/naldflgs` -lnetv2 -
    : : lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lclient -
    : : lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -
    : : lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -
    : : lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -
    : : lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn
    : : lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -
    : : lnlsrtl3 `cat /oracle/product/8.0.5/lib/sysliblist` -ldl -
    : lm -
    : : ltcl -lm -ldl -lc -lcrypt
    : : /oracle/product/8.0.5/lib//libcore4.a(lcd.o): In function
    : : `lcdprm':
    : : lcd.o(.text+0xacb): the `gets' function is dangerous and
    : should
    : : not be used.
    : : /usr/lib/libtcl.so: undefined reference to
    : `getgrnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `atexit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `chown@@GLIBC_2.1'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtod_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `rename@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `fdopen@@GLIBC_2.1'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__ctype_tolower@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `localtime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcmp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `fprintf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `getenv@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `getservbyname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `strerror@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getpwuid@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getgrgid@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `gethostbyaddr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `inet_ntoa@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `mkfifo@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `listen@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `tmpnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `strftime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strpbrk@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `stdout@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `stderr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `abort@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `__xstat@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `setsockopt@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `time@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strstr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__lxstat@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcspn@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `uname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtol_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__ctype_toupper@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `execvp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strncmp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `inet_addr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__environ@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `bind@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memcpy@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `getsockname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strrchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `endpwent@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `gethostbyname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getpwnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `exit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `gmtime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `sscanf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `utime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memset@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__ctype_b@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `_exit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__xmknod@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtoul_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `endgrent@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `sprintf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `__bzero@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcpy@@GLIBC_2.0'
    : : collect2: ld returned 1 exit status
    : : make: *** [dbsnmp] Error 1
    : Is that bacause of the Glibc 2.1 and Glibc 2.0? I think OAS is
    : link with Glibc 2.0 not 2.1, so it does not work here.
    : I meet the same problem when I install webdb on RH6.0.
    : RGS
    null

  • [SOLVED] [mkinitcpio] initramfs "build error" messages since v.18-1

    Hi everybody,
    Since the update from mkinitcpio 17-1 to 18-1 I get those build error messages while running mkinitcpio:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    However I can still boot and everything seems mostly fine. I haven't changed anything to my /etc/mkinitcpio.conf, here are the only customized parts:
    MODULES="i915 dm_snapshot"
    HOOKS="base udev autodetect modconf block keymap encrypt lvm2 filesystems keyboard fsck
    I'm using an encrypted root (ext4 over LVM over LUKS) and boot partition is contained in an (unencrypted) LVM logical volume. I also specify a few i915 module options in an /etc/modprobe.d/modprobe.conf file as per the Intel Graphics wiki page:
    # Intel graphics driver power-saving option :
    options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
    Never had any such warnings before, but now it appears each and every time I update or reinstall my kernel (the default one). I went through Mkinitcpio wiki page, tried putting question marks after the listed modules and rebuilding but it didn't change anything... Any ideas?
    Btw, I don't use any specific compression option and had the regular lzo name change during the same full system upgrade that updated mkinitcpio and linux.
    Thanks
    Last edited by Neitsab (2014-08-04 11:51:19)

    Yes indeed, removing /etc/modprobe.d/modprobe.conf~ hidden backup file solved the warning issue. Strange but thanks ukhippo, I hadn't thought about checking other subforums!
    Last edited by Neitsab (2014-08-04 11:52:08)

  • Custom UDI Pages - Visual Studio Build Error MSB3073

    Hello All,
    I am attempting to following the MDT 2013 documentation "User Driven Installation - Developers Guide.docx". In this documentation, it walks you through preparing the UDI Development Environment, and then Verify the UDI Development Environment.
    It is at this point that I encounter the build error. 
    I have followed all the steps required to prepare the environment, by copying the required files from the MDT installation directory. I am following the steps within the "Verify That the SamplePage Project Builds Correctly." I have made the modifications
    the documentation lists, but after step 13, which starts the debug build, instead of the
    No Debugging Information dialog box (as indicated by the documentation), I encounter a dialog stating there were build errors.
    Here is the various outputs.
    1>------ Build started: Project: SamplePage, Configuration: Debug Win32 ------
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\BDDRun.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\BGInfo.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\CcmCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\CcmUtilLib.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Config.app.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Config.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\EXTRACT.EXE
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\InternationalSettings.xml
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\InternationalSettings.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ListOfLanguages.xml
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ListOfLanguages.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Microsoft.BDD.PnpEnum.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Microsoft.BDD.Utility.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\msvcp100.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\msvcr100.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\OSDRefreshWizard.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\OSDSetupWizard.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ServiceUI.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\SharedPages.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Smsboot.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\SmsCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_01.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_01.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_02.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_02.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_03.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_03.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_04.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_04.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_05.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_05.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_06.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_06.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TSEnv.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsManager.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsmBootstrap.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsMessaging.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsProgressUI.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsResNlc.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\UDI_Wizard_Banner.bmp
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\WindowHide.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\WinRERun.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\xprslib.dll
    1> 44 file(s) copied.
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\OSDRefreshWizard.dll.mui
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\OSDSetupWizard.exe.mui
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\SharedPages.dll.mui
    1> 3 File(s) copied
    1> The system cannot find the file specified.
    1> 1 file(s) copied.
    1> The system cannot find the file specified.
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: The command "copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\*.*" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: xcopy /y /i "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\en-us"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\OSDResults\Images\UDI_Wizard_Banner.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\Config.xml" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\”
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\header.bmp"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" exited with code 1.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Error: 
    Error 1 error MSB3073: The command "copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\*.*" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\"
    xcopy /y /i "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\en-us"
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\OSDResults\Images\UDI_Wizard_Banner.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp"
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\Config.xml" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\”
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\header.bmp"
    :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 SamplePage
    Please remember to click “Mark as Answer” on the post that helps you.
    AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud)
    LinkedIn: http://ca.linkedin.com/in/adinermie
    Website: http://AdinErmie.Wordpress.com

    Hi Kamrun,
    Looks exactly like a problem I had earlier in the year when I started creating projects on a new machine. My solution is in the thread below:
    http://forums.adobe.com/thread/675154?tstart=0
    The key post was...
    function(){return A.apply(null,[this].concat($A(arguments)))}
    I've done a little more investigation and have tracked the problem down to the xxxODFRC.rsp file. Each path in an rsp file is put on a newline. This is done by appending a Carriage Return character (0x15) to the end of each path.
    If you specify a different path for the headers (i.e. ".\headers"), it will be added to the end of the ODFRC.rsp and CPP.rsp files.
    The problem is that a Carriage Return is not added to the end of the headers path. The "s" is the last character in the file. If I add a carriage return to the end of the line, the project compiles correctly. If you don't specify a different path, the last characters in the ODFRC.rsp file are 0x0A 0x0A 0x0A and in the CPP.rsp file 0x0A 0x0A.
    This would appear to be a bug in Dollyxs. Probably introduced with CS5?
    I can't say if this is a proper solution of just a hack that works on my machine. But there's no harm in giving it a go.
    Cheers,
    APMABC

Maybe you are looking for