[ 
https://issues.apache.org/activemq/browse/AMQCPP-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Martens updated AMQCPP-200:
-------------------------------------

    Attachment: setup.tar.gz

0) Unless you like french keyboards and language, change ks_sup1.cfg under "# 
Parametres systeme" to your favorite locale.

1) Copy the ks file to an usb pen drive's root and let VMWare have access to 
your DVD drive and usb ports.

2) On reboot type linux ks=hd:sda1:ks_config.cfg
        Perform the installation (should be fairly fast) and reboot.
        (Ignore the missing RH package warning, as it is not needed by CentOS)

3) Log in as root, and manually install e2fsprogs-devel (uuid dependency).
        mount /dev/cdrom /media
        rpm -i /media/CentOS/e2fsprogs-devel-1.39-15.el5.i386.rpm

        (Ignore signatures warnings)

4) Create a build directory and a source "packages" one inside it.
        mkdir -p /root/builds/packages

5) Copy "clean.sh" to the "builds" directory and the following tarballs into 
"builds/packages":
        activemq-cpp-2.2.1-src.tar.gz
        apr-1.3.3.tar.bz2
        apr-util-1.3.4.tar.bz2
        cppunit-1.12.1.tar.gz

        (You don't have to download these from the Internet, do you?)

6) ./clean.sh (time for coffee ** not decaf ** and piece of cake)

7) tail -n 11 activemq-cpp-2.2.1/check.log

---

You should have a configuration.log, build.log and install.log in every 
directory if you want to review them.
If you prefer to test again apr 1.2, changing "clean.sh" should be really 
easy,....
The "clean.sh" script takes 18:16 minutes to complete in this machine (might be 
more under VMWare)


> activemq-cpp-2.2.1 test fails for 
> decaf::io::ByteArrayInputStreamTest::testConstructor (segmentation fault)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AMQCPP-200
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-200
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Decaf
>    Affects Versions: 2.2.1
>         Environment: RHEL 5.2 (2.6.18-92.el5), apr-1.3.3, apr-util-1.3.4, 
> cppunit-1.12.1, gcc version 4.1.2 20071124 (Red Hat 4.1.2-42), Java(TM) SE 
> Runtime Environment (build 1.6.0_06-b02)
>            Reporter: Alexander Martens
>            Assignee: Timothy Bish
>         Attachments: setup.tar.gz, testConstructor-O0.log.gz, 
> testConstructor.log.gz, testString-O0.log.gz
>
>
> This unit test seems to fail.
> I send you attached a gdb postmortem log (bt, bt full, info threads). 
> Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to