Bug#103883: libgcj2: symlink loop problem with gij

2001-07-08 Thread Ira Abramov
Package: libgcj2 Version: 1:3.0-4 Severity: normal [EMAIL PROTECTED] java2] gij Project2 /usr/bin/gij: Too many levels of symbolic links. lrwxrwxrwx1 root root 21 Jul 8 07:59 /usr/bin/gij - /etc/alternatives/gij lrwxrwxrwx1 root root 12 Jul 8 07:59

powerpc nof package could use reviving in 3.0

2001-07-08 Thread Matthias Klose
Daniel Jacobowitz writes: ... or we need to come up with a more standard way of dealing with GCC multilibs, or decide to turn them off. Right now the soft-float (nof) libstdc++ is in the main gcc package! Phil disabled the softfloat package for arm, m68k doesn't build (yet), the other

gcc problems compiling pcmcia

2001-07-08 Thread Matteo Semplice
Hi guys, I am a little screwed up here... I upgraded some time ago to potato (from slink) but I haven't yet upgraded to 2.2 kernels. The story starts when I decided to recompile my 2.0.38 kernel to include vfat support (not sure why it wasn't in in the first place given that I have a win

GNU C Compiler?

2001-07-08 Thread Bruce Pimenta
Hi there isnt it called GNU Compiler Collection? http://packages.debian.org/unstable/devel/gcc-3.0.html Cheers Bruce Pimenta

Re: GNU C Compiler?

2001-07-08 Thread Philip Blundell
isnt it called GNU Compiler Collection? http://packages.debian.org/unstable/devel/gcc-3.0.html Well, yes and no. The gcc package really is the GNU C Compiler, but its description is a bit confusing. I'll update this in CVS. Thanks for the report. p. pgpk22SnfWv83.pgp Description: PGP

Re: powerpc nof package could use reviving in 3.0

2001-07-08 Thread Philip Blundell
Phil disabled the softfloat package for arm, m68k doesn't build (yet), the other architectures don't built with multilibs configured. Let's Yeah. I turned it off for arm because it isn't much use (and indeed prevents the package from building) if you don't also have a soft-float version of

Re: powerpc nof package could use reviving in 3.0

2001-07-08 Thread Daniel Jacobowitz
On Sun, Jul 08, 2001 at 11:20:34AM +0200, Matthias Klose wrote: Daniel Jacobowitz writes: ... or we need to come up with a more standard way of dealing with GCC multilibs, or decide to turn them off. Right now the soft-float (nof) libstdc++ is in the main gcc package! Phil disabled

Bug#103980: g++-3.0: copies constructors

2001-07-08 Thread Jaakko Niemi
Package: g++-3.0 Version: N/A Severity: normal SFS fails to compile with gcc 3.0, and it was tracked down to this example code that reproduces the error: - class aios { friend class aiosout; public: aios (); ~aios (); }; class aiosout { aiosout (const aiosout o);