Epochs

2001-06-23 Thread Randolph Chung
(re ajt's comments to bug #101878) gcc-defaults doesn't build packages with epochs by default, so if we can keep it that way we'll be more consistent with the other architectures. But I think we just want to get something into the archive that works, so whatever we can agree to . cc'ing the

Bug#106252: debian ia64 support for gcc-3.0 [patch]

2001-07-22 Thread Randolph Chung
Package: gcc-3.0 Version: 3.0.ds9 Severity: serious Tags: patch X-Debbugs-Cc: debian-ia64@lists.debian.org Here's a patch for the ia64 packaging bits. I get a lot of regression test errors, but they seem to be comparable to what we get on hppa and mips. Enjoy :) randolph diff -uNr

gcc-3.0 packages available for Debian/IA64

2001-07-23 Thread Randolph Chung
I've uploaded experimental gcc-3.0 and supporting binutils packages to http://people.debian.org/~tausq/ia64/ They appear to fix some of the issues we've seen with gcc-2.96. However, at the present time there is no plan to move to gcc-3.0 as the default compiler toolchain for IA64 for the

Re: Building PIC fortran libraries?

2001-08-26 Thread Randolph Chung
for which architectures should the patch be enabled (besides ia64?) my understanding is that this will be needed for any architectures that cannot link non-PIC code into a PIC library, so that's iirc: ia64, hppa, mips, mipsel, s390, sh, powerpc, m68k thanks, randolph -- Debian Developer

Re: Building PIC fortran libraries?

2001-08-28 Thread Randolph Chung
hmm, it's easy to build a libg2c-pic.a library. So I will do this instead of building the standard library with pic. Building a shared library would introduce a incompatibility to other distros. Matthias, This might be an issue -- because a generic invocation of g77 won't know library to link

Re: Debian Bug #115978

2001-10-31 Thread Randolph Chung
I'm not the maintainer for libstdc++2.10 Matthias, can you comment on this? I guess the maintainer of record got messed up with one of my previous ia64 uploads.. not sure how to fix :-( randolph In reference to a message from justin, dated Oct 25: Hi, I was wondering if you'd looked

hppa gcc bug?

2001-11-11 Thread Randolph Chung
Looks like there's a strength-reduce optimization bug in g++-3.0.2 on hppa Trying to compile qt-x11 gives a segmentation fault when compiling src/kernel/qurl.cpp. (willy and lamont also saw this I believe...). Turning off strength-reduction (-fno-strength-reduce) allows the file to compile to

FWD: [Linux-ia64] resend: gcc NaT bug

2001-11-21 Thread Randolph Chung
Just a heads up -- there may be a ia64 patch needed for gcc-3.0. When I have some time I'll look at pulling the patches and testing them for ia64.. randolph - Forwarded message from David Mosberger [EMAIL PROTECTED] - From: David Mosberger [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Bug#121924: serious gcc bug on ia64

2001-12-01 Thread Randolph Chung
Package: gcc-3.0 Severity: serious Details at: http://external-lists.valinux.com/archives//linux-ia64/2001-November/002495.html The bug can cause miscompiled userapps to crash the kernel. randolph -- Debian Developer [EMAIL PROTECTED] http://www.TauSq.org/

Bug#121924: patch for ia64 NaT bug

2001-12-03 Thread Randolph Chung
patch attached randolph -- Debian Developer [EMAIL PROTECTED] http://www.TauSq.org/ #! /bin/sh -e # DP: ia64 NaT bug fix # DP: https://external-lists.valinux.com/archives//linux-ia64/2001-November/002495.html dir= if [ $# -eq 3 -a $2 = '-d' ]; then pdir=-d $3 dir=$3/ elif [ $# -ne 1

Bug#122547: [gcc-3.0] cc1plus segfault in strength reduction

2001-12-05 Thread Randolph Chung
Package: gcc-3.0 Version: 3.0.2ds4-4 Severity: important Tags: patch The attached patch fixes a strength reduction ICE seen when compiling groff on hppa-linux. It was contributed by Alan Modra. I'm still in the process of verifying this with the gcc hppa maintainer (Dave Anglin) but wanted to

Bug#122547: Updated patch

2001-12-06 Thread Randolph Chung
Here's an updated patch from upstream to fix the strength reduction ICE. randolph -- Debian Developer [EMAIL PROTECTED] http://www.TauSq.org/ #! /bin/sh -e # DP: Fix for ICE caused by strength-reduction optimization # DP: http://gcc.gnu.org/ml/gcc-cvs/2001-12/msg4.html # DP: from Olivier

Bug#122735: gcc-defaults need to reer to gobjc-3.0 for ia64

2001-12-06 Thread Randolph Chung
Package: gcc-defaults Severity: serious There is no gobjc-2.96 on ia64, so gcc-defaults needs to be updated to point gobjc to gobjc-3.0 randolph -- Debian Developer [EMAIL PROTECTED] http://www.TauSq.org/

Re: IA-64: g77-3.0 vs. -2.96

2001-12-07 Thread Randolph Chung
I want leave the final decision to Randolph Tausq, which does (?) the ia64 parts in gcc. It's always refreshing to get a new name ;-) Matthias, please update gcc-defaults so that for ia64: g77 stays the way it is (points to 2.96) gobjc points to gobjc points to 3.0 Thanks! randolph -- Debian

Bug#123685: gcc-3.0_3.0.3ds0 does not build on ia64

2001-12-12 Thread Randolph Chung
Package: gcc-3.0 Version: 3.0.3ds0-1 Severity: serious /xgcc -B./ -B/usr/ia64-linux/bin/ -isystem /usr/ia64-linux/include -isystem /us r/ia64-linux/sys-include -O2 -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-pro totypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -

gcc-3.0.3: ICE in reload_cse_simplify on hppa-linux

2002-01-07 Thread Randolph Chung
Submitter-Id: net Originator:Randolph Chung Organization: Debian Confidential: no Synopsis: ICE in reload_cse_simplify on hppa-linux Severity: serious Priority: medium Category: optimization Class: ice-on-legal-code Release: 3.0.3 (Debian testing/unstable

FWD: gcc profiling broken on Linux/ia64?

2002-02-23 Thread Randolph Chung
FYI -randolph - Forwarded message from Randolph Chung [EMAIL PROTECTED] - Date: Sat, 23 Feb 2002 19:10:30 -0800 From: Randolph Chung [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: gcc-bugs@gcc.gnu.org Subject: gcc profiling broken on Linux/ia64? Reply-To: Randolph Chung [EMAIL PROTECTED

Re: [Linux-ia64] gcc profiling broken on Linux/ia64?

2002-02-25 Thread Randolph Chung
Works great, thanks Gary! Ben, FYI - i'll file a bug against glibc for this. randolph In reference to a message from Gary Hade, dated Feb 25: Randolph, I believe this problem is due to a bug in /usr/lib/gcrt1.o that was fixed by recent glibc changes to csu/gmon-start.c (revs 1.13 and

Bug#144584: g++-3.0: on ia64, internal compiler error with octave code

2002-04-26 Thread Randolph Chung
There appear to (still) be some issues with g++-3.0 on ia64. Under some optimisation switches, the executable is built, but segfaults. Under others, g++-3.-0 dies. fwiw with gcc version 3.1 20020331 (prerelease) the problem appears to be fixed. I think this might be the same/related to

Bug#144584: g++-3.0: on ia64, internal compiler error with octave code

2002-04-26 Thread Randolph Chung
Is that one available somewhere on an ia64 box, preferably one accessible to John? gcc-snapshot package, but we cannot use that to build binaries to go into the archive (uses different library versions) I'm not sure which box John has access to, but mail [EMAIL PROTECTED] and they can install

Bug#144584: g++-3.0: on ia64, internal compiler error with octave code

2002-04-26 Thread Randolph Chung
maybe if linking with static libraries is an option? i guess that's always possible, but kinda ugly. randolph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#386910: [PR 26957] ICE in make_decl_rtl, at varasm.c:871

2006-09-10 Thread Randolph Chung
Package: gcc-4.1 Version: 4.1.1-5 Severity: important Tags: patch, upstream Forwarded: http://gcc.gnu.org/PR26957 The attached fixes an ICE when building packages like ace. #! /bin/sh -e # All lines beginning with `# DPATCH:' are a description of the patch. # DP: Fix for c++/26957; committed

Bug#321785: fakeroot: segfaults on [hppa]

2005-08-12 Thread Randolph Chung
-- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#342267: Bug#341174: boost FTBFS on hppa

2005-12-20 Thread Randolph Chung
of -ffunction-sections) These are obviously all workarounds until we fix the real problem. randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#352529: [hppa] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391 (error: insn does not satisfy its constraints)

2006-02-12 Thread Randolph Chung
/fetch.php?pkg=gstreamer0.10-ffmpegver=0.10.0-1arch=hppastamp=1138998904file=logas=raw -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#352529: [hppa] internal compiler error: in reload_cse_simplify_operands,

2006-02-13 Thread Randolph Chung
Could someone send the preprocessed source for mpegaudiodec.c? http://www.parisc-linux.org/mpegaudiodec.i.gz gcc bugzilla has a reduced testcase. randolph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#352529: [hppa] internal compiler error: in reload_cse_simplify_operands,

2006-02-13 Thread Randolph Chung
Randolph Chung wrote: Could someone send the preprocessed source for mpegaudiodec.c? http://www.parisc-linux.org/mpegaudiodec.i.gz gcc bugzilla has a reduced testcase. randolph oops, that should be http://www.parisc-linux.org/~tausq/mpegaudiodec.i.gz randolph -- To UNSUBSCRIBE, email

Bug#352529: [hppa] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391 (error: insn does not satisfy its constraints)

2006-02-16 Thread Randolph Chung
While investigating gstreamer0.10-ffmpeg's build failure under hppa[1], I received the following error from gcc: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libavutil -DHAVE_AV_CONFIG_H=1 -Wall -Wno-switch -g -O2 -MT mpegaudiodec.lo -MD -MP -MF .deps/mpegaudiodec.Tpo -c mpegaudiodec.c -fPIC

Re: GCC 4.1 in experimental / GCC for etch

2006-02-21 Thread Randolph Chung
For hppa, the glibc builds well with gcc 4.0, but create problem with python/perl. It still has to be investigated. Can you explain what the problems are (or at least the symptoms) so that we can look into them? Are there any bugs filed on this? thanks randolph -- Randolph Chung Debian GNU

Re: -2.93745e-306 != 0

2002-09-03 Thread Randolph Chung
In reference to a message from LaMont Jones, dated Sep 03: Bug #158290 talks about an issue with gcc 3.0 on hppa. Specifically, building perl 5.8 with -O2 fails tests, while -O1 works. Any thoughts on the subject? mawk also suffers from the same ailment. bod tells me that with gcc-3.2 this

Bug#162690: FWD: Re: [parisc-linux] FWD: Bug#162690: [parisc]gcc 3.x produces openssl test code that SEGVs with -march=2.0 and optimization 0

2002-09-28 Thread Randolph Chung
forwarded to bts for the record... - Forwarded message from John David Anglin [EMAIL PROTECTED] - Subject: Re: [parisc-linux] FWD: Bug#162690: [parisc]gcc 3.x produces openssl test code that SEGVs with -march=2.0 and optimization 0 To: [EMAIL PROTECTED] From: John David Anglin [EMAIL

Re: can't compile kernels anymore

2002-10-06 Thread Randolph Chung
I have no idea what I modified to my system for this; I also purged and re-installed all gcc packages at no avail. M_PI should be defined in /usr/include/math.h try reinstalling libc6-dev? randolph

Bug#151886: [Gcl-devel] Re: gcl/maxima on hppa

2002-10-09 Thread Randolph Chung
1) When compiling with -g, the final link fails, and explicitly asks for recompilation with -ffunction-sections. This works, and produces a maxima passing all tests. known problem with gcc-3.0.x 2) Any optimization at all breaks the build. I have a gdb session/backtrace showing

Bug#165777: gcc-3.2: Improper build-dep

2002-10-21 Thread Randolph Chung
Package: gcc-3.2 Version: 1:3.2.1-0pre4 Severity: important Justification: fails to build from source apt-get build-dep gcc-3.2 Reading Package Lists... Done Building Dependency Tree... Done E: Build-Depends dependency on gcc-3.2 cannot be satisfied because the package libc6.1-dev

Bug#169497: libstdc++5: g++-3.2 and libstdc++5 are useless on sparc

2002-11-17 Thread Randolph Chung
reassign 169497 g++-3.2 severity 169497 important merge 169497 16 thanks already reported, thanks -randolph

Bug#171232: FTBFS: gcc-3.2 on sparc

2002-11-30 Thread Randolph Chung
Package: gcc-3.2 Version: 1:3.2.1ds6-1 Severity: serious I guess this is probably known already, but I don't see a bug on this yet. gcc-3.2 fails to build on sparc. Dies with an ICE at: ../../src/gcc/p/script/mkdir-p p/rts src=`cd ../../src/gcc pwd` \ cd p/rts \ CC=`echo ./xgcc -B./

Bug#171411: bits/c++config.h incorrect wrt to existence of long double math.h extensions

2002-12-02 Thread Randolph Chung
reassign 171411 glibc severity 171411 important merge 171411 16 thanks this is already reported. -randolph

Bug#180129: g++-3.2: please use --enable-__cxa_atexit

2003-02-07 Thread Randolph Chung
-linux Thread model: posix gcc version 3.2.2 20030131 (Debian prerelease) we already enable that flag... randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

Bug#180102: gcc-3.2: [hppa] FTBFS arts 1.1.0 assembler errors

2003-02-07 Thread Randolph Chung
tag 180102 +patch thanks This build failed due to assembler errors, lots of Error: can't resolve messages. http://buildd.debian.org/fetch.php?pkg=artsver=1.1.0-2arch=hppastamp=1044489665file=logas=raw the fix is here: http://gcc.gnu.org/ml/gcc-cvs/2003-02/msg00361.html randolph

Bug#181813: ICE patch from upstream

2003-02-20 Thread Randolph Chung
://gcc.gnu.org/ml/gcc-cvs/2003-02/msg00993.html For reference, the upstream PR is optimization/9768 randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-01 Thread Randolph Chung
-- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-12 Thread Randolph Chung
tested 3.3 hppa64-linux-gcc at all, so it will just be introducing more unknowns into the problem. randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

[3.3 regression] internal compiler error: in cp_expr_size, at cp/cp-lang.c:307

2003-03-15 Thread Randolph Chung
Category: c++ Synopsis: [3.3 regression] internal compiler error: in cp_expr_size, at cp/cp-lang.c:307 Confidential: no Severity: serious Priority: medium Class: ice-on-legal-code Submitter-Id: net Originator: Randolph Chung [EMAIL PROTECTED] Release

[3.3 regression] [parisc-linux] ICE when building lesstif1 at -O1/O2

2003-03-17 Thread Randolph Chung
Submitter-Id: net Originator:Randolph Chung [EMAIL PROTECTED] Organization: Debian Confidential: no Synopsis: [3.3 regression] [parisc-linux] ICE when building lesstif1 at -O1/O2 Severity: serious Priority: medium Category: optimization Class: ice-on-legal-code

[3.0/3.2/3.3/3.4] Floating point args not correctly loaded for function calls

2003-03-30 Thread Randolph Chung
Category: target Synopsis: [3.0/3.2/3.3/3.4] Floating point args not correctly loaded for function calls Confidential: no Severity: serious Priority: medium Class: wrong-code Submitter-Id: net Originator: Randolph Chung [EMAIL PROTECTED] Release

Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions

2003-04-04 Thread Randolph Chung
causes some X programs to be miscompiled and not work. thanks randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ #! /bin/sh -e # DP: Handle function pointer comparisions on hppa properly # DP: Backported from gcc-3.3 branch # DP: http://gcc.gnu.org/ml/gcc-cvs

Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions

2003-04-04 Thread Randolph Chung
In reference to a message from Matthias Klose, dated Apr 05: Will do. What about applying this patch upstream for 3.2.3? since this is not a regression, i'm not sure it will be a candidate for 3.2.3, but if Gabriel is ok with it, all the better :-) randolph

[3.3 regression] [hppa] Segfault when building jade

2003-04-19 Thread Randolph Chung
Category: c++ Synopsis: [3.3 regression] [hppa] Segfault when building jade Confidential: no Severity: serious Priority: medium Class: ice-on-legal-code Submitter-Id: net Originator: Randolph Chung [EMAIL PROTECTED] Release:gcc version 3.3 20030412

Re: [parisc-linux] gcc-3.3 configuration

2003-05-21 Thread Randolph Chung
is doing (on hppa), since Debian was there first :-) my 2 cents, randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

[hppa] binutils will not build shared libraries with external deps?

2003-05-27 Thread Randolph Chung
(.text+0x1c): In function `call_foo': : undefined reference to `foo' this worked fine on older binutils (e.g. 2.13.90.0.16 worked). does anyone know what might be broken? this is causing a lot of failures in the binutils test suite thanks, randolph -- Randolph Chung Debian GNU/Linux Developer

FWD: Bug in libstdc++2.10-dev

2003-10-15 Thread Randolph Chung
- Forwarded message from Borislav Petkov [EMAIL PROTECTED] - From: Borislav Petkov [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Bug in libstdc++2.10-dev Date: Wed, 15 Oct 2003 07:33:34 +0200 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Randolph Chung

Re: FWD: gcc in debian/unstable

2003-10-31 Thread Randolph Chung
In reference to a message from Daniel Jacobowitz, dated Oct 31: Are you sure he doesn't mean --enable-checking? --enable-debug should not affect compile time significantly. yup, David confirmed he meant enable-checking. thanks for the quick reply. randolph -- Randolph Chung Debian GNU/Linux

Re: Fwd: gcc-3.3: [hppa] Internal error building freebsd-buildutils

2004-04-03 Thread Randolph Chung
(nil)) (nil)) buf.c:312: internal compiler error: in insn_default_length, at insn-attrtab.c:781 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions. filed upstream as #14838 thanks, randolph -- Randolph

Bug#253883: [rtl-optimization/14782] gcc-3.[34]-hppa64 does not build kernels correctly

2004-06-11 Thread Randolph Chung
Package: gcc-3.3-hppa64 Version: 3.3.3-2 Severity: important When building a linux kernel with gcc-3.3-hppa64, some unaligned loads are emitted which are rejected by gas. Filed upstream as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14782 This prevents us from building working kernels with an