Build pacman occurs test error on other architecture (sh4)

I was trying to build Archlinux on sh4 cpu by cross-compile.
But, I found it is very difficult for me.
So, I changed to another method, build it on sh4  directly (slow cpu & 256M ram).
After build several library, I've compiled pacman.
There are three unexpected fail when I run 'make check'.
How could I let it pass all test?
BTW, my sh4 environment is still messy, there contains STLinux,fedora,home-made packages.
Only a few library which is build following the PKGBUILD steps.
One of the bad thing, it is still bash 3.0.
Unexpected Passes:
Failed:
[FAIL] mode001 Rules: OK = 1 FAIL = 2 SKIP = 0
Check the mode of default files in a package
[FAIL] sign001 Rules: OK = 0 FAIL = 1 SKIP = 0
Add a bogus signature to a package DB
[FAIL] sync200 Rules: OK = 0 FAIL = 1 SKIP = 0
Synchronize the local database
Total = 264
Pass = 247 ( 93.56%)
Expected Fail = 14 ( 5.30%)
Unexpected Pass = 0 ( 0.00%)
Fail = 3 ( 1.14%)
================================================================================
Running 'sign001'
Add a bogus signature to a package DB
==> Generating test environment
==> Running test
==> Checking rules
[FAIL] PACMAN_RETCODE=0
==> Test result
FAIL
================================================================================
Running 'sync200'
Synchronize the local database
==> Generating test environment
==> Running test
==> Checking rules
[FAIL] PACMAN_RETCODE=0
==> Test result
FAIL

I suggest you follow this up on the pacman-dev list.   I suspect that no-one has tried this before...
Provide the configure command and output,  and the /tmp/tmp???????/var/log/pactest.log file after running the pactest manually.  This should work...:
/pactest.py -p ../../src/pacman/pacman -t tests/ldconfig001.py --keep-root -d 2

Similar Messages

  • Benchmarking problem ORiON solaris 10 - non test error occured

    Hi,
    I am running a whole bunch of ORION jobs in sequence against raw LUNs on an EMC storage using Solaris 10.
    This to identify the performance at different read/write percentage and random/sequential IO patterns.
    Once in a while, in the middle of testing the following appears :
    Non test error occurred
    Orion exiting
    After which the test aborts.
    I am trying to investigate the cause for this error, the DMESG and /var/adm/messages left turned up nothing however.
    The strange thing is that the next test using the same amount of LUNs but only a difference in random or sequential pattern (or read/write percentage) works just fine.
    Does anybody have any reference to what are possible causes of "non test error"
    Thanks
    seb

    This forum is about using Sun Studio. Your question is about tripwire, which is not a Sun product, and gcc, which is not Sun Studio. I suggest you take your question to a tripwire forum. Check the location where you got tripwire for a support forum.

  • Trying to build pacman ...

    ... but makepkg is struggling to download the source, even though I can easily do it via web browser.
    So, after extrating the source, and realising that I can now do:
    makepkg -e
    I then get:
    ==> Making package: pacman 4.2.0-6 (Sun 1 Feb 11:59:34 GMT 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> WARNING: Using existing $srcdir/ tree
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    /home/imbjr/projects/pacman/PKGBUILD: line 47: cd: pacman-4.2.0: No such file or directory
    ==> ERROR: A failure occurred in build().
    The cd into the source directory is failing despite the fact that ls -l shows its there:
    [imbjr@pc pacman]$ ls -l
    total 2912
    -rw-r--r-- 1 imbjr users 5869 Jan 31 23:06 makepkg.conf
    drwxr-xr-x 12 imbjr users 4096 Dec 19 04:35 pacman-4.2.0
    -rw-r--r-- 1 imbjr users 11737 Jan 31 23:06 pacman-4.2.0-roundup.patch
    -rw-r--r-- 1 imbjr users 2934713 Feb 1 11:53 pacman-4.2.0.tar.gz
    -rw-r--r-- 1 imbjr users 2638 Jan 31 23:06 pacman.conf.i686
    -rw-r--r-- 1 imbjr users 2862 Jan 31 23:06 pacman.conf.x86_64
    d--------- 2 imbjr users 4096 Feb 1 11:59 pkg
    -rw-r--r-- 1 imbjr users 2975 Feb 1 11:59 PKGBUILD
    drwxr-xr-x 2 imbjr users 4096 Feb 1 11:53 src
    What am I doing wrong?
    -- mod edit: replaced quote tags with code tags.  Trilby --

    falconindy wrote:One has to wonder why you're trying to build pacman, especially if you're unfamiliar with makepkg and the build process. Care to enlighten us as to what your actual goal is here?
    To build the package from ABS.
    cd . && /bin/sh /scratch/packages/pacman/trunk/src/pacman-4.2.0/build-aux/missing automake-1.14 --foreign Makefile
    /scratch/packages/pacman/trunk/src/pacman-4.2.0/build-aux/missing: line 81: automake-1.14: command not found
    WARNING: 'automake-1.14' is missing on your system.
    You should only need it if you modified 'Makefile.am' or
    'configure.ac' or m4 files included by 'configure.ac'.
    The 'automake' program is part of the GNU Automake package:
    <http://www.gnu.org/software/automake>
    It also requires GNU Autoconf, GNU m4 and Perl in order to run:
    <http://www.gnu.org/software/autoconf>
    <http://www.gnu.org/software/m4/>
    <http://www.perl.org/>
    Makefile:849: recipe for target 'Makefile.in' failed
    make: *** [Makefile.in] Error 127
    ==> ERROR: A failure occurred in build().
    Aborting...

  • An unexpected error occurred. Error# 16828 - Air Update

    I am trying to create an update system of my Air program. The first application (release) is created in EXE (native installer). The new version is made to a Air file (AIR package). I get an error in the and of installation - An unexpected error occurred. Error# 16828 - Air Update.
    If I make the first releaseas as AIR package, then this error does not occur and the updates take place correctly.

    Hi,
    I'm exactly sure what you're trying to do, but the error you mentioned (16828) equals:
    Cannot update application, usually because the application is running in the AIR Debug Launcher (ADL)
    Is your app still running while you're trying to do the update?  You might want to take a look at the following developer article that discusses techniques available for updating natively installed applications.
    Updating Adobe AIR applications packaged with a native installer
    fwiw, I tried a simple test where I created a native installer app, installed, launched, quit, then created a .air version of the installer and "replaced" the version I had previously installed by double clicking the .air file.  That worked fine and the app launched as expected.
    Thanks,
    Chris

  • SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server 2012 Analysis Services." Hresult: 0x80004005 Description: "Internal error: An une

    SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.  An OLE DB record is available.  Source: "Microsoft OLE DB Provider for SQL Server 2012 Analysis Services."  Hresult: 0x80004005
     Description: "Internal error: An unexpected error occurred (file 'pcxmlacommon.cpp', line 43, function 'PCFault::RaiseError').
    I'm getting above error in the pre- execute phase of a DFT when I'm trying to fetch data from a SSAS cube using mdx query.
    I'm using OLE DB provider for connecting to cube.
    I got one resolution for Error Code 0X8004005, which asked me to add 'Format= Tabular' in cube's connection string. It does not seem to work either. Can any one help me out on this???

    You are probably missing an update.
    I saw a MS Connect post https://connect.microsoft.com/SQLServer/feedback/details/250920/error-using-oledb-or-datareader-to-get-analysis-services-data where that suggestion was proposed as a fix, but is for an older SQL Server version.
    So do there is a question if you pull data from SQL Server 2012 SSAS using SSIS 2012 (so no other build is involved).
    Arthur My Blog

  • SSIS 2008 R2 Excel Destination Error, "An OLE DB error has occurred. Error code: 0x80040E21.", cannot export to the new Excel (.xlsx) format

    Hello.
    I've been attempting to do a very simple task that just isn't working.  For a Data Flow Task action in SSIS, I am trying to export data from a single SQL Server (2008 R2) database table to an Excel spreadsheet (.xlsx).  No matter what I do, it
    just keeps failing.  The columns in the table match the column header names (in the first row) in the tab I select.  Here is the output I get.
    SSIS package "Package.dtsx" starting.
    Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Warning: 0x80049304 at Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system's
    console.
    Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Error: 0xC0202009 at Data Flow Task, Excel Destination [52]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E21.
    Error: 0xC0202025 at Data Flow Task, Excel Destination [52]: Cannot create an OLE DB accessor. Verify that the column metadata is valid.
    Error: 0xC004701A at Data Flow Task, SSIS.Pipeline: component "Excel Destination" (52) failed the pre-execute phase and returned error code 0xC0202025.
    Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
    Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "component "Excel Destination" (52)" wrote 0 rows.
    Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Data Flow Task
    SSIS package "Package.dtsx" finished: Success.
    I kick-off the action and sometimes is hangs for a few seconds (20+ seconds) and sometimes it doesn't, but either way it fails.  I tried this on a 32-bit machine, 64-bit machine, and still it fails.  I tried an OLE DB connection to Excel and
    that doesn't work either.  I made sure that the connection string for the Excel spreadsheet is Provider=Microsoft.ACE.OLEDB.12.0;Data Source=[filepath\excelfile].xlsx;Extended Properties="EXCEL 12.0 XML;HDR=YES"; and still it doesn't work.  
    Now, when I switch it over to export to an Excel 2003 spreadsheet (.xls) it works!  But I don't want it to go to the old Excel spreadsheet format, my requirement is to export the data to the new format.  Is there a bug in the Access 2010 Database
    Engine that won't allow me to export to the new Excel format?  Otherwise, what can I be doing wrong?  I set the Run64BitRuntime property to False and it still doesn't work.  
    My solution (so far) is to export it to Excel 2003 and then via the Script Task action use the Excel COM API (Microsoft.Office.Interop.Excel.dll) for 2010, open the file and save it in the new format (.xlsx) and that works great!  However, the client
    doesn't want to install Excel on the database server!  So what can I do when the Excel Destination or OLE DB Destination (to connect to Excel) actions don't work!?  Please help!!!
    Like I mentioned, if this is a bug, that would be great to know so I can stop wasting my time.  Thanks again.

    Alright, so you mean to say is that the driver is not installed.  Isn't version 12 the 2010 Access Database Engine Driver?  I did install that, and I also tried the 2007 Access DB Engine driver, and both don't work.  What driver am I missing? 
    The connection string is correctly formatted, yes?
    Also, when setting up the OLE DB Destination action and I have it point to the Excel spreadsheet, and I specify as the provider "Microsoft Office 12.0 Access Database Engine OLE DB Provider" and click on Test Connection, the connection is
    successful.  Wouldn't that mean the 12.0 version driver is installed?
    Thanks in advance.

  • Error -90032 occurred at Error in function centref at line 5 column 8: The indexes are out of bounds for the variable you specified

    Sir, 
    i am running a matlab code in mathscript of labview but getting an error
    Error -90032 occurred at Error in function centref at line 5 column 8:  The indexes are out of bounds for the variable you specified
    this code running successfully in matlab 
    please help me in this regard
    a .vi format file is attached named as mfcc_new.vi
    Attachments:
    mfcc2.vi ‏35 KB
    mfcc_new.vi ‏111 KB

    May I see you have 6 inputs to your Mathscript Node. When you test it in Matlab I suposse that you're using some values for this inputs and everything work as expected. Then, run it in Labview using highlight execution, retaining wire values and using single stepping. Check the values which are being inserted to your Mathscript Node and ensure that they are correct. You're having an "indexes out of bounds" mistake, so it probably means that there is something  wrong with the inputs according to your expectations. You can also put the MathScript alone in another VI and insert the inputs you're expecting manually and check in the same way.
    Good luck!

  • Flash Builder can't Test or Debug

    Recently I've not been able to test or debug my Actionscript projects. Everytime I try I get the following error screen.
    I tried reinstalling Flash and the individual debuggers (do I need to use them to replace a file?)
    Current specs are:
    > Adobe Flash Builder 4
    > Adobe Flash Player:

    Here's an update...
    I've looked for every Flash Player and Debugger I could find in the Adobe Flash CS5, Flash Builder 4 and seperate Flash Player folder and deleted them from my computer. Then I reinstalled Flash Player and installed the following debugger:
    After that I tried Flash Builder again and was able to test my project, though it opened Flash CS5 instead of Flash Player, very strange.
    So I continued with the debugger and that also started the Flash CS5 player instead of the standalone player and also started loading in Flash Builder:
    Up till the point where Flash Builder showed me this error:
    The current problem is now the error above and the fact that I can't seem to be able to see any traces of debugging code in my console (Flash Builder) or Output screen (Flash Pro CS5).
    Has anyone got an idea?
    UPDATE:
    I was able to make it work IF I let Flash Builder Generate an HTML Wrapper file.
    If I tick it off, the debugging will start Flash Pro CS5, but doesn't debug and gives me the same things as the 2 last screenshot.

  • Render Error: Intern test error

    Hello,
    i get always a render error message: Intern test error. This occurs randomly.
    I´ve the newest Version 11.02. Anybody outhere who have the same error?
    How can i fix this problem?
    Thanks so far for your help :-)
    Regards
    Peter

    Hello Mylenium, sure i´ve ment "internal test error".
    I get no special error code just this message.
    I had a picture in jpg-format (621kb), two hour audio mp3-file(270MB), After Effects Audioline Effect and nothing more.
    This error appears since the newest version of After Effect appeared.
    Best Regards
    Peter

  • [svn:fx-trunk] 10766: Re-commit compiler errors for other theme' s styles feature.

    Revision: 10766
    Author:   [email protected]
    Date:     2009-09-30 15:55:55 -0700 (Wed, 30 Sep 2009)
    Log Message:
    Re-commit compiler errors for other theme's styles feature. If Style metadata has a "themes" attribute, the style is only valid if that theme is applied.
    The Spark theme is applied by default. The halo theme can be specified as a compiler argument or by selecting the "MX Only" component set in Builder.
    All other themes need to be applied using theme+= instead of theme=. If you use theme= you will get warnings about styles used in CSS selectors, and errors if you use any theme-specific style as an attribute on an MXML tag.
    By default, styles that aren't valid for the current theme are errors. These can be changed to warnings with the report-invalid-styles-as-warnings compiler option.
    QE notes: Expect test breakage
    Doc notes: The new policy for themes needs to be documented.
    Bugs: none yet, but I'm sure there will be some...
    Reviewer: Ryan
    Tests run: checkintests, cyclone
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
        flex/sdk/trunk/frameworks/projects/halo/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableDataContainerSkin .mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/SparkSkinsClasses.as
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.css
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/AttributeHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/DeclarationHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    Added Paths:
        flex/sdk/trunk/frameworks/themes/Spark/spark.css
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ApplicationBackground.as

    Revision: 10766
    Author:   [email protected]
    Date:     2009-09-30 15:55:55 -0700 (Wed, 30 Sep 2009)
    Log Message:
    Re-commit compiler errors for other theme's styles feature. If Style metadata has a "themes" attribute, the style is only valid if that theme is applied.
    The Spark theme is applied by default. The halo theme can be specified as a compiler argument or by selecting the "MX Only" component set in Builder.
    All other themes need to be applied using theme+= instead of theme=. If you use theme= you will get warnings about styles used in CSS selectors, and errors if you use any theme-specific style as an attribute on an MXML tag.
    By default, styles that aren't valid for the current theme are errors. These can be changed to warnings with the report-invalid-styles-as-warnings compiler option.
    QE notes: Expect test breakage
    Doc notes: The new policy for themes needs to be documented.
    Bugs: none yet, but I'm sure there will be some...
    Reviewer: Ryan
    Tests run: checkintests, cyclone
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
        flex/sdk/trunk/frameworks/projects/halo/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableDataContainerSkin .mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/SparkSkinsClasses.as
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.css
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/AttributeHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/DeclarationHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    Added Paths:
        flex/sdk/trunk/frameworks/themes/Spark/spark.css
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ApplicationBackground.as

  • ColdFusion Builder 2 RDS Debugging error.

    I am running a Windows 7 Professional 64-bit system with ColdFusion 9.01 (Developer Edition). I just downloaded the trial version of ColdFusion Builder and cannot get the debugger to work. I have followed all the instructions concerning making sure RDS is enabled in ColdFusion (which it was for my old CFEclipse version and some Flex apps). I've done everything I can think of for configuring CF Builder, but I cannot get the debugger to work. When I go to RDS configuration in CF Builder and click "Test Connection," A popup states that "Test connection was successful." Since I'm using IIS and not the CF built-in web server, I configured the Server Information using port 80. However, when I click "Test Debugger," I get an error: "Test debugger failed. The debugger server is currently listening on port 51,367..." So, I change the port to 51367. The connection tests successfully again, but when I test the debugger, I get another error: "Test debugger failed. An RDS connection was established but the ColdFusion RDS line debugger could not be contacted. The server gave the following message: -1: Could not initialize class coldfusion.logs.CFlogs." I cannot find any reference to that error message using Google, or searching Adobe. When I click on the "bug" drop-down and then click the name of "Debug server," I get a similar, but different and longer error:
    Unable to connect to the RDS server 'ColdFusion'.
    Ensure that the server is currently running and that line debugging and RDS are enabled. You may also need to check your RDS connection settings in Eclipse to ensure that they are correct.
    Error message:
    -1:Error connecting to JVM for debugging at localhost:5005. Could not attach the VM at port 5005. You must specify this debugger port in the JVM settings of you application server, for example: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005. You will also need to make sure that another debugger is not currently connected to the CF JVM at the same port (5005).
    Root cause ->
    Connection refused: connect
    I check in the jvm.config file and those settings are already there. So, does anyone have a clue about any of this? I've run all possible CF and JRE updates, I've not only stopped and restarted the ColdFusion service several times, but I've even rebooted my system. This should be a simple process.

    CF Line Debugger is enabled. every thing is configured perfectly. This is a error which I've never seen before.
    Actually, I am a IT Manager in a Software company and we need to setup a remote CF9 Server for development and testing with debugging. This is a centralize server for my team to work and test. Currently we are working using dreamviewer and every thing is going fine with this tool but as you know there is no good debugger tool in DW so we have decided to work in CFBuilder 2. Below you will find the jvm config in my CF Server.
    ========================================================================================== =======================
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 -DDEBUGGER_SERVER_PORT=5005 -DDEBUGGER_TRACE=true
    ========================================================================================== =======================

  • Blu-ray image build fails with LPCM error

    hello,
    Using CS6 Encore
    I have created H.264 files (.264, .264.Stereo1) for a 1:04hr sequence using Matrox
    - 1920x1080p 23.98fps
    - both 27.0 and 30.0 target data rate, Constant Bit Rate CABAC, H.264 level of 4.1
    and when I try to build a Bluray image using them, the build fails with the message:
    Error: "invalid format", Code: "14", Note: "Bits per Sample of LPCM is illegal. 32"
    I first got this error using target data rate of 30 (default) - then I dropped it to 27.0 and still got the error.
    I then tested with a 1min H.264 file created using the same above settings and the image was successfully created.
    In CS5.5, when I had similar errors, I dropped the target data rate to 27.0/27.1 and the build would complete without errors.
    I can't find any discussion of the above error on the web or on these forums - perhaps my search terms were not good.
    Any help would be greatly appreciated.
    I was able to successfully build another 1hr blu-ray image with default settings (target data rate 30) a few days back.
    In both successful and unsuccessful cases,the source sequence is a 1920x1080i 29.97fps Matrox AVI file, which I convert to 1920x1080p 23.98 fps in AME using Matrox to create the .264/.264.Stereo1 files, which I then import into CS6 Encore and create the image.
    Encore CS5.5 was a pain in that it would hang on source files larger than 2GB - I came across a Adobe forum/support thread suggesting using the workaround of importing to the Encore timeline files <= 2GB in size.
    -Nanda
    -Nanda

    Thanks Ramesh.
    Both the 1min and the 1hr .Stereo1 WAV files show the same 32-bit bit depth as per MediaInfo.
    General
    Complete name                            : R:\Plano_Jul20_2012_264.stereo1.wav
    Format                                   : Wave
    File size                                : 1.30 GiB
    Duration                                 : 1h 0mn
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 3 072 Kbps
    Audio
    ID                                       : 0
    Format                                   : PCM
    Format settings, Endianness              : Little
    Codec ID                                 : 1
    Duration                                 : 1h 0mn
    Bit rate mode                            : Constant
    Bit rate                                 : 3 072 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 32 bits
    Stream size                              : 1.30 GiB (100%)
    General
    Complete name                            : R:\Plano_Jul20_2012_1min_264.stereo1.wav
    Format                                   : Wave
    File size                                : 22.0 MiB
    Duration                                 : 1mn 0s
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 3 073 Kbps
    Audio
    ID                                       : 0
    Format                                   : PCM
    Format settings, Endianness              : Little
    Codec ID                                 : 1
    Duration                                 : 1mn 0s
    Bit rate mode                            : Constant
    Bit rate                                 : 3 072 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 32 bits
    Stream size                              : 22.0 MiB (100%)

  • Executable build failing with no error message with smtp email VIs

    I have a VI which I want to build into a .exe which will be used as an HMI for a real-time system. I am using the SMTP VIs to text/email me various notifications about the system state. The main VI works fine if run but will not build into an .exe. The error message comes back blank so no help there (LabView 2010). If I just simply disable the portion of the code in the HMI.VI which contains the email VI code, the application builds. I searched for anwers and was unable to resolve the problem. Any ideas? Do I need to include anything in the build that is specific to the LabView SMTP VIs? I'm new to building .exe's so I appologize for any rookie mistakes I may have made.
    Thanks.

    mikeporter wrote:
    You said you searched for answers (on the forum?).
    Yes.
    What did you find?
    I found a bunch of topics on email send errors after the application was built but nothing related to .exe building failures (related to the SMTP/email VIs). I also found topics dicussing the bug that fails to report an (any) error during the .exe build (for 2011). The solution was to install the service pack. if that's my problem then I will have to go through the motions to get that done (corporate computers / lack of persmissons and such).
    What have you tried? This question has been answered many, many, many times.
    I tried what I stated in the OP. If I disable the portion of the code which contains the email SMTP VIs, the application builds, otherwise, the build fails and no error code or description is given.
    PS: probably has nothing to do with the SMTP drivers, per se.
    If the answer has been given many, many times, then I appologize for not being able to find it before posting. Trust me, the last thing I want to is waste my time fishing for answers on the forum, especially when I get a response from forum members who would rather point out that my mis-identified problem has been answered many, many times, rather then just helping me out.

  • Can anyone tell me what apple hardware test error code apple hardware 4MOT/4/40000002: Exhaust-1153 or 1209 means? I am running a MacBook Pro.

    Can anyone tell me what apple hardware test error code apple hardware 4MOT/4/40000002: Exhaust-1153 or 1209 means? I am running a MacBook Pro

    The motor on the exhaust fan has failed or is failing.

  • SSIS Package - An OLE DB error has occurred. Error code: 0x80040154.

    I am getting below error when i try to execute a package
    using batch file 
    Microsoft (R) SQL Server Execute Package Utility
    Version 9.00.1399.06 for 64-bit
    Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
    Started: 7:15:29 AM
    Progress: 2014-10-01 07:15:36.05
    Source: Data Flow Task 
    Validating: 0% complete
    End Progress
    Error: 2014-10-01 07:15:36.05
    Code: 0xC0202009
    Source: ADTM001_UPDATE_COSTS_TIU0560 Connection manager "Excel
    Connection Manager"
    Description: An OLE DB error has occurred. Error code: 0x80040154.
    An OLE DB record is available. Source: "Microsoft OLE DB
    Service Components" Hresult: 0x80040154 Description: "Class not registered".
    End Error
    Error: 2014-10-01 07:15:36.05
    Code: 0xC020801C
    Source: Data Flow Task Read Data From XLS [1]
    Description: The AcquireConnection method call to the connection
    manager "Excel Connection Manager" failed with error code 0xC0202009.
    End Error
    Error: 2014-10-01 07:15:36.05
    Code: 0xC0047017
    Source: Data Flow Task DTS.Pipeline
    Description: component "Read Data From XLS" (1) failed
    validation and returned error code 0xC020801C.
    I have tried to use 32 bit exe as well , But then i get below
    error , 
    Could not load package because of error 0xC0014062.
    Description: The LoadFromSQLServer method has encountered OLE
    DB error code 0x80004005 (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.). The SQL
    statement that was issued has failed.

    Hi Thanks for your reply, But the packages are already running under window authentication.
    Please suggest something.The url you have given as reference does not solve my issue
    I have tried to run 32 bit dtexec,  I get below error'
    Could
    not load package because of error 0xC0014062.
    Description:
    The LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server
    does not allow remote connections.). The SQL statement that was issued has failed.

Maybe you are looking for

  • I have downloaded a film that appears in my iTunes library, but it won't play.  What can I do?

    I have downloaded a film into my iTunes library which appears but it won't play.  Essentially, when I click to start the film I just get a black movie screen with the control console, but no film.  What can I do as I don't want to delete it and downl

  • HT1386 syncing multiple iPhones on same computer

    How can I sync two iPhones on the same laptop?  right now they are both treated as one.

  • Use of Attributes in the following table

    Could anyone please specify the use of each attribute in the follwoing Table All_clusters All_source All_triggers Dba_external_Tables Dba_source Dba_triggers User_indexes User_Source User_triggers V$session Thanks in Advance

  • Abap trainer required in gurgaon

    my name is c.a sanjeev mehndiratta and i am a sap fi certified person working in sap support team and want to get into an it company for implementation but i want to learn abap. can anyone contact me as i want to earn so much of abap that i donot hav

  • Sudden Problems moving files on External HD

    I have a Seagate Goflex 1TB external harddrive that I've been using for a few weeks. Suddenly, tonight the hd stopped letting me move files with the hd or to or from my macbook. I can still delete files though. It's been working fine since I got it a