diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 02:29:54 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 02:29:54 +0000 |
commit | 410c75dad3dce643e6c4ee670ff465dee432687a (patch) | |
tree | 8d0a767db7e1e3dee088c0778225236f116495e0 /sca-cpp/trunk/ubuntu/ubuntu-bin-image | |
parent | f65e9f35f8fa9062a22056ae8ee9ab3327449efb (diff) |
Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4.5 installation in ubuntu-gcc-4.5.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-image | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-image index ef1345b856..43c2686665 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-image @@ -35,28 +35,12 @@ sudo apt-get -y install wget git-core autoconf automake libtool if [ "$?" != "0" ]; then exit $? fi -mkdir -p gcc-4.5 -cd gcc-4.5 -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/cpp-4.5_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/fixincludes_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/g++-4.5_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/gcc-4.5_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/gcc-4.5-base_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/lib64gcc1_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/lib64gomp1_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/lib64mudflap0_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/lib64stdc++6_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libgcc1_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libgomp1_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libmudflap0-4.5-dev_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libmudflap0_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libstdc++6_4.5.0-2_i386.deb -wget http://ftp.debian.org/debian/pool/main/g/gcc-4.5/libstdc++6-4.5-dev_4.5.0-2_i386.deb -sudo dpkg -i *.deb +wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-gcc-4.5 +chmod +x ubuntu-gcc-4.5 +./ubuntu-gcc-4.5 if [ "$?" != "0" ]; then exit $? fi -cd .. sudo apt-get -y install libssl-dev if [ "$?" != "0" ]; then exit $? @@ -82,7 +66,7 @@ if [ "$?" != "0" ]; then exit $? fi -# Download and install the runtime +# Download and install the Tuscany runtime wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-1.0.0-SNAPSHOT.tar.gz tar xzf tuscany-sca-cpp-1.0.0-SNAPSHOT.tar.gz |