Re: powerpc64 gcc compiler ...

2004-03-31 Thread Sven Luther
On Wed, Mar 31, 2004 at 11:50:11AM -0500, Daniel Jacobowitz wrote: > On Wed, Mar 31, 2004 at 08:12:36AM +0200, Matthias Klose wrote: > > well, you need a lib64c6-dev as well. Unsure how much prepared the > > glibc sources are and if the glibc maintainers are willing to include > > such packages for

Bug#241393: More information, to do with libc6-sparc64

2004-03-31 Thread Craig Small
The problem is definitely 64 bit related. If I compile Hello World with the -m32 flag it works If I remove libc6-dev-sparc64, Hello World works and the kernel building looks like it is working now. At the very least it is now past where it died from check_asm - Craig -- Craig Small GnuPG:

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-03-31 Thread Goswin Brederlow
Package: libc6 Version: 2.3.2.ds1-11 Severity: important Hi, running cdebootstrap I see the following error: O: /var/lib/dpkg/tmp.ci/preinst: line 184: [: 23dual: integer expression expected Looking at the preinst -- if [ "$1"

Bug#241393: libc6: sparc64 binaries do not execute

2004-03-31 Thread Daniel Jacobowitz
On Thu, Apr 01, 2004 at 02:56:46PM +1000, Craig Small wrote: > Package: libc6 > Version: 2.3.2.ds1-11 > Severity: grave > Justification: renders package unusable > > I tried compiling a kernel at first, but it told me it could not execute > a file. >./check_asm >> asm_offsets.h > /bin/sh:

Bug#241393: libc6: sparc64 binaries do not execute

2004-03-31 Thread Craig Small
Package: libc6 Version: 2.3.2.ds1-11 Severity: grave Justification: renders package unusable I tried compiling a kernel at first, but it told me it could not execute a file. ./check_asm >> asm_offsets.h /bin/sh: line 1: ./check_asm: cannot execute binary file Then I tried compiling my own

Re: #include and gcc -ansi

2004-03-31 Thread Daniel Jacobowitz
On Wed, Mar 31, 2004 at 02:58:53PM -0500, Eloy A. Paris wrote: > Hello! > > When a program that #includes is compiled with -ansi > "struct tcphdr" is not defined. This is different from #including > and , where both "struct iphdr" and > "struct udphdr" are defined. > > The problem is that the

Bug#205691: Thank you for delivery

2004-03-31 Thread 3drroberson
The address you e-mailed does not exist or may have changed. Please contact R.L. Roberson Advertising at 972-669-9088 for new contact information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#40263: We have your answer to high gas prices!

2004-03-31 Thread Danielle Rhodes
Fuel Costs are reaching all time highs. OPEC is planning further cuts in production. We have the answer... Fuel-Saver-Pro! This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn better using three patented processes from General Motors. PROVEN TECHNOLOGY: A certified U.S. Envir

#include and gcc -ansi

2004-03-31 Thread Eloy A. Paris
Hello! When a program that #includes is compiled with -ansi "struct tcphdr" is not defined. This is different from #including and , where both "struct iphdr" and "struct udphdr" are defined. The problem is that the definition for "struct tcphdr" in netinet/tcp.h is protected by a "#ifdef __MIS