[svn:bz-4.x] 21287: Merge changes to qa-regress build. xml from changelist 20641 on branches/4.0.0_fixes to branches/4.x.

Revision: 21287
Revision: 21287
Author:   [email protected]
Date:     2011-05-23 07:37:28 -0700 (Mon, 23 May 2011)
Log Message:
Merge changes to qa-regress build.xml from changelist 20641 on branches/4.0.0_fixes to branches/4.x.
Modified Paths:
    blazeds/branches/4.x/qa/apps/qa-regress/build.xml

I chroot into workdir. uncommented en_US.UTF-8 in /etc/locale.gen, run locale-gen and now get this inside the chroot.
[root@dArch2 releng]# chroot work/x86_64/root-image/
[root@dArch2 /]# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
this looks alright to me. Any more suggestions?
It's the first time I use a custom-repo and I set it up only for this purpose. So yes, it's up to date and can be used outside the chroot. Also a different package I put from AUR into my custom-repo installs fine and doesn't give this error.
How else could I test the custom-repo?

Similar Messages

  • [svn:fx-trunk] 14729: Fix merge 14728 which I didn't do from root.

    Revision: 14729
    Revision: 14729
    Author:   [email protected]
    Date:     2010-03-12 07:07:33 -0800 (Fri, 12 Mar 2010)
    Log Message:
    Fix merge 14728 which I didn't do from root.
    Property Changed:
        flex/sdk/trunk/

    Still struggling to understand why copying the entire root dir to a disk image and then restoring from that image did not, as expected, yield an identical system, and why I even had to reinstall after doing this.
    Because there is a lot more going on under the hood than merely copying files.
    The only way to do what you want is to use cloning software like Carbon Copy Cloner.
    My  advice is to rescue your personal files to a regular non-TimeMachine  external drive, Zero erase the ENTIRE drive and install OS X fresh and  update, then your programs from original sources and files from backup.
    Then, make a bootable clone and you can copy that as many times as you want and each one is bootable.
    Most commonly used backup methods
    How to erase and install Snow Leopard 10.6

  • [svn:bz-trunk] 21285: Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project

    Revision: 21285
    Revision: 21285
    Author:   [email protected]
    Date:     2011-05-20 07:53:23 -0700 (Fri, 20 May 2011)
    Log Message:
    Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project
    Modified Paths:
        blazeds/trunk/apps/ds-console/console/ConsoleManager.as

    Revision: 21285
    Revision: 21285
    Author:   [email protected]
    Date:     2011-05-20 07:53:23 -0700 (Fri, 20 May 2011)
    Log Message:
    Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project
    Modified Paths:
        blazeds/trunk/apps/ds-console/console/ConsoleManager.as

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • [svn:bz-4.x] 21282: Merge revisions from 20451 to 20928 from branches/4.0. 0_fixes to branches/4.x.

    Revision: 21282
    Revision: 21282
    Author:   [email protected]
    Date:     2011-05-19 14:46:40 -0700 (Thu, 19 May 2011)
    Log Message:
    Merge revisions from 20451 to 20928 from branches/4.0.0_fixes to branches/4.x.
    checkintests: passed
    Modified Paths:
        blazeds/branches/4.x/modules/common/src/flex/messaging/errors.properties
        blazeds/branches/4.x/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/AbstractAmfInput.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/Amf0Input.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/Amf0Output.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/Amf3Input.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/Amf3Output.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/io/amf/AmfIO.java
        blazeds/branches/4.x/modules/core/src/flex/messaging/validators/ClassDeserializationValid ator.java
        blazeds/branches/4.x/resources/config/services-config.xml
    Added Paths:
        blazeds/branches/4.x/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validators.xml
    Property Changed:
        blazeds/branches/4.x/
        blazeds/branches/4.x/apps/samples-spring/index.html
        blazeds/branches/4.x/modules/core/src/flex/messaging/services/messaging/adapters/JMSAdapt er.java

  • [svn] 838: Merging change 837 from 3.0.x

    Revision: 838
    Author: [email protected]
    Date: 2008-03-17 12:38:18 -0700 (Mon, 17 Mar 2008)
    Log Message:
    Merging change 837 from 3.0.x
    Bug: BLZ-82-HTTP response headers with duplicate names are lost
    QA: Yes - please test that response *and* request headers with duplicate or multiple header values for the same header are sent to the client correctly.
    Doc: No
    Checkintests: Pass
    Details: As indicated in the bug report, ResponseFilter uses a HashMap to store header name and value pairs. In cases where multiple values exist for the same name, ResponseFilter was simply overwriting the earlier value. Added new logic in ResponseFilter such that multiple values for the same name are stored into an ArrayList and sent to the client as an ArrayCollection. Although not mentioned in the bug, the same problem can potentially happen in RequestFilter, so added the same fix there as well.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-82
    Modified Paths:
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/HTTPProxyAdapter.java
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/proxy/RequestFilter.jav a
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/proxy/ResponseFilter.ja va

  • [svn] 1012: Merging change 1011 ( for newer concurrent libraries which must be passed the return from

    Revision: 1012
    Author: [email protected]
    Date: 2008-03-28 17:08:06 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Merging change 1011 (for newer concurrent libraries which must be passed the return from
    schedule, not the arg we passed into schedule).
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/util/TimeoutManager.java

    Verify from permission of user that you use it in upgrade, make sure that scom machine and user that you use it in upgrade in sysadmin group in database of operationsManager and OperationsManagerDW
    Also Verify from Prerequisites of Upgrade SCOM 2012 sp1 as below link
    http://technet.microsoft.com/en-us/library/jj656654.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • [svn:bz-trunk] 5038: Merge change 5036 from BlazeDS 3.x to BlazeDS trunk.

    Revision: 5038
    Author: [email protected]
    Date: 2009-02-23 08:26:24 -0800 (Mon, 23 Feb 2009)
    Log Message:
    Merge change 5036 from BlazeDS 3.x to BlazeDS trunk.
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java

  • [svn] 2155: Merging change 2154 from trunk to 3.0.x

    Revision: 2155
    Author: [email protected]
    Date: 2008-06-19 18:55:54 -0700 (Thu, 19 Jun 2008)
    Log Message:
    Merging change 2154 from trunk to 3.0.x
    * My mistake, I should have committed the change to 3.0.x, and then merged to trunk
    * For bug SDK-15589
    Bugs: SDK-15589
    QA: Yes, see log comment for revision 2154.
    Doc: Yes, see log comment for revision 2154.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15589
    http://bugs.adobe.com/jira/browse/SDK-15589
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

  • [svn] 1602: Merging changes 1590, 1598, and 1600 from 3.0.x to trunk, regarding webservice endpoints

    Revision: 1602
    Author: [email protected]
    Date: 2008-05-07 13:20:02 -0700 (Wed, 07 May 2008)
    Log Message:
    Merging changes 1590, 1598, and 1600 from 3.0.x to trunk, regarding webservice endpoints
    Modified Paths:
    blazeds/trunk/build.properties
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/server-config.wsdd
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/web.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/interop/SOAP BuilderRound3Import1_WhiteMesaTest.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/interop/SOAP BuilderRound3Import3_WhiteMesaTest.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/interop/SOAP BuilderRound3RPCEncoded.as
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/interop/SOAP BuilderRound3Compound1.as
    blazeds/trunk/qa/lib/javax_mail.jar
    blazeds/trunk/qa/lib/qa-services-wm.jar

  • [svn] 3906: Merge change 3905 from BlazeDS trunk to 3.0.x

    Revision: 3906
    Author: [email protected]
    Date: 2008-10-27 11:04:03 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Merge change 3905 from BlazeDS trunk to 3.0.x
    Modified Paths:
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/services-config.xml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_AMFLongPo ll_and_SecureAMFLongPoll.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_SecureAMF LongPoll_and_AMFStream.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_two_AMFLo ngPoll_Endpoints.mxml
    Added Paths:
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/

  • [svn] 1535: Merge change BLZ-1520 from 3.0.x to trunk.

    Revision: 1535
    Author: [email protected]
    Date: 2008-05-02 10:43:13 -0700 (Fri, 02 May 2008)
    Log Message:
    Merge change BLZ-1520 from 3.0.x to trunk.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-1520
    Modified Paths:
    blazeds/trunk/apps/samples/WEB-INF/flex/services-config.xml

  • [svn] 1054: Merge change 1053 from 3.0.x

    Revision: 1054
    Author: [email protected]
    Date: 2008-04-01 11:41:01 -0700 (Tue, 01 Apr 2008)
    Log Message:
    Merge change 1053 from 3.0.x
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/remoting-config.xml
    blazeds/trunk/apps/team/WEB-INF/flex/services-config.xml
    Added Paths:
    blazeds/trunk/apps/team/features/security-constraints/
    blazeds/trunk/apps/team/features/security-constraints/README.txt
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml
    Removed Paths:
    blazeds/trunk/apps/team/features/remoting/remoting_AMF_SecurityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/README.txt
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml

  • [svn] 1574: Merge change BLZ-1567 from 3.0.x to trunk.

    Revision: 1574
    Author: [email protected]
    Date: 2008-05-06 11:29:35 -0700 (Tue, 06 May 2008)
    Log Message:
    Merge change BLZ-1567 from 3.0.x to trunk.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-1567
    Modified Paths:
    blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/messaging-config.mods.xml
    blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml

  • [svn] 2776: Merge change 2775 from 3.0.x to trunk.

    Revision: 2776
    Author: [email protected]
    Date: 2008-08-07 10:34:38 -0700 (Thu, 07 Aug 2008)
    Log Message:
    Merge change 2775 from 3.0.x to trunk.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/client/AMFConnection.java
    blazeds/trunk/modules/core/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
    blazeds/trunk/modules/core/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java

Maybe you are looking for