Re: GCC pure64 for building numeric stuff and GCC
With that change, the build runs to completion. Two concerns:
1. It doesn't run the torture tests for the binary-arch target; you
have to
debian/rules check
and (when I do that) I get a series of segfaults and test failures.
2. It appears not to have refreshed the gcc-3.3 deb file as you can see:
PURETEST alex@scrappy:~/build$ grep dpkg-deb gcc-3.3.log
dpkg-deb: building package `gcc-3.3-base' in
`../gcc-3.3-base_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libgcc1' in `../libgcc1_3.3.3-2_amd64.deb'.
dpkg-deb: building package `cpp-3.3' in `../cpp-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `protoize' in `../protoize_3.3.3-2_amd64.deb'.
dpkg-deb: building package `fixincludes' in
`../fixincludes_3.3.3-2_amd64.deb'.
dpkg-deb: building package `gobjc-3.3' in `../gobjc-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libobjc1' in `../libobjc1_3.3.3-2_amd64.deb'.
dpkg-deb: building package `gij-3.3' in `../gij-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libgcj4' in `../libgcj4_3.3.3-2_amd64.deb'.
dpkg-deb: building package `gcj-3.3' in `../gcj-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libgcj4-dev' in
`../libgcj4-dev_3.3.3-2_amd64.deb'.
dpkg-deb: building package `fastjar' in `../fastjar_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libffi2' in `../libffi2_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libffi2-dev' in
`../libffi2-dev_3.3.3-2_amd64.deb'.
dpkg-deb: building package `g++-3.3' in `../g++-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libstdc++5' in
`../libstdc++5_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libstdc++5-3.3-dev' in
`../libstdc++5-3.3-dev_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libstdc++5-3.3-pic' in
`../libstdc++5-3.3-pic_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libstdc++5-3.3-dbg' in
`../libstdc++5-3.3-dbg_3.3.3-2_amd64.deb'.
dpkg-deb: building package `libg2c0' in `../libg2c0_3.3.3-2_amd64.deb'.
dpkg-deb: building package `g77-3.3' in `../g77-3.3_3.3.3-2_amd64.deb'.
dpkg-deb: building package `treelang-3.3' in
`../treelang-3.3_3.3.3-2_amd64.deb'.
PURETEST alex@scrappy:~/build$ ls -al gc*.deb
-rw-r--r-- 1 alex alex 144118 Mar 8 14:15
gcc-3.3-base_3.3.3-2_amd64.deb
-rw-r--r-- 1 alex alex 1532274 Mar 6 00:04
gcc-3.3_1%3a3.3.3-0pre4_amd64.deb
-rw-r--r-- 1 alex alex 1016 Mar 2 00:59
gcc-doc_3.3.3-2_amd64.deb
-rw-r--r-- 1 alex alex 4828 Mar 2 00:59
gcc_3.3.3-2_amd64.deb
-rw-r--r-- 1 alex alex 1851694 Mar 8 14:16
gcj-3.3_3.3.3-2_amd64.deb
-rw-r--r-- 1 alex alex 1220 Mar 2 00:59
gcj_3.3.3-2_amd64.deb
On Mon, Mar 08, 2004 at 01:20:16PM -0800, Alex Perry wrote:
":: NOTE that this may take some time"
and starts running doxygen [...]
John Goerzen replied:
Ahh, this may perhaps be related to a thinko in my instructions to you.
Change:
debian/rules binary
To:
debian/rules binary-arch
Reply to: