Bug#145447: gij: Here's a fix

2002-05-04 Thread Michael Zehrer
Package: gij Version: 2:3.0.4-5 Followup-For: Bug #145447 This postinst should work: #! /bin/sh -e update-alternatives --quiet --install /usr/bin/java java /usr/bin/gij-wrapper-3.0 30 --slave /usr/share/man/man1/java.1.gz java.1.gz /usr/share/man/man1/gij-wrapper-3.0.1.gz || true # dh_doclink

gcc-3.? compiler for hppa (3.1, 3.1+dwarf2, 3.2cvs20020429?)

2002-05-04 Thread Matthias Klose
While preparing gcc-3.1 packages I noticed many eh-related regressions fixed in the trunk, when dwarf2 support was added. With Dave's guidance I made a diff of the pa subdirectory from the trunk and applied it to the branch. Although many FAILS are gone, there are some new (diff below). I would

Re: [parisc-linux] Re: gcc-3.? compiler for hppa (3.1, 3.1+dwarf2, 3.2cvs20020429?)

2002-05-04 Thread John David Anglin
i am concerned that between gcc versions, there are often changes in the C++ (and maybe others) ABI, and moving all of our packages to the new version is likely going to be a painful process. If the g++-3.2 ABI is already frozen (?) and we move directly to it then we may save ourselves some

Re: [parisc-linux] gcc-3.? compiler for hppa (3.1, 3.1+dwarf2, 3.2cvs20020429?)

2002-05-04 Thread John David Anglin
While preparing gcc-3.1 packages I noticed many eh-related regressions fixed in the trunk, when dwarf2 support was added. With Dave's guidance I made a diff of the pa subdirectory from the trunk and applied it to the branch. Although many FAILS are gone, there are some new (diff below). In