Re: dump/restore not supported for ext4

2010-03-05 Thread Bdale Garbee
On Fri, 5 Mar 2010 09:27:52 -0500 (EST), Justin Piszcz jpis...@lucidpixels.com wrote: I tried the following package in sid: http://http.us.debian.org/debian/pool/main/d/dump/dump_0.4b42-2_amd64.deb Why Debian does not include this in testing is beyond me..?? I just looked and it appears

Bug#361715: Debian bug 361715 followup

2006-06-01 Thread Bdale Garbee
I have several questions for those of you seeing this problem, to try and get to the root cause. I don't use amcheck in cron myself, so could use your help chasing down the problem. First, have any of you tried the 2.5.0p2-1 amanda-server package yet? I don't see anything in the upstream

Re: Multiarch support (was Moving 32-bit libraries to (/usr)/lib32 on amd64)

2006-02-23 Thread Bdale Garbee
On Fri, 2006-02-24 at 01:12 +0100, Aurelien Jarno wrote: The only change planned is to make libc6-dev-i386 and libc6-i386 provide a glibc on amd64 instead of ia32-libs. It will be in /emul/ia32-linux (I still have to find how to do that cleanly in the debhelper files). Bdale, do you agree

Re: Moving 32-bit libraries to (/usr)/lib32 on amd64

2006-02-22 Thread Bdale Garbee
On Tue, 2006-02-21 at 07:10 +0100, Aurelien Jarno wrote: Moving 32-bit libraries to (/usr)/lib32 won't make the amd64 port compliant with the FHS, which is almost impossible given the current setup, ie 64-bit libraries in /lib. However, it would make it compliant with the part of the FHS

Re: Moving 32-bit libraries to (/usr)/lib32 on amd64

2006-02-20 Thread Bdale Garbee
On Mon, 2006-02-20 at 02:23 -0800, Steve Langasek wrote: If there's consensus that putting this stuff in /usr/lib32 on amd64 is prettier than /emul/ia32-linux, I see no reason not to move forward. My sense is that the concensus that exists is around FHS compliance. While I personally consider

Bug#208717: gcc-3.3_1:3.3.2ds1-0pre2(unstable/ia64): FTBFS: ICE

2003-09-04 Thread Bdale Garbee
Package: gcc-3.3 Version: 1:3.3.2ds1-0pre2 Severity: serious This package fails on the ia64 autobuilder as shown below. Bdale | Automatic build of gcc-3.3_1:3.3.2ds1-0pre2 on caballero by sbuild/ia64 1.170.4 | Build started at 20030904-0340 [...] | Toolchain package versions:

Bug#205294: gcc-snapshot_20030728-1(unstable/ia64): FTBFS: libart-config not found

2003-08-13 Thread Bdale Garbee
Package: gcc-snapshot Version: 20030728-1 Severity: important This package fails on the ia64 autobuilder as shown below. Bdale | Automatic build of gcc-snapshot_20030728-1 on caballero by sbuild/ia64 1.170.4 | Build started at 20030813-2009 | checking for libart-config... no | checking for

Bug#189365: libquicktime_0.9.2pre1-7 triggers ICE on ia64

2003-04-16 Thread Bdale Garbee
Package: gcc-3.2 Version: 3.2.3-0pre9 The libquicktime package fails on the ia64 autobuilder with an internal compiler error, as shown below. A previous version of libquicktime successfully compiled with an unknown (but probably older) version of gcc. Bdale | gcc -DHAVE_CONFIG_H -I. -I.

Bug#186667: gcc-3.3_1:3.3ds2-0pre2(testing/ia64): FTBFS:

2003-03-28 Thread Bdale Garbee
Package: gcc-3.3 Version: 1:3.3ds2-0pre2 Severity: important This package fails on the ia64 autobuilder as shown below. Bdale | Automatic build of gcc-3.3_1:3.3ds2-0pre2 on caballero by sbuild/ia64 1.169 | Build started at 20030328-1558 [...] | stage1/xgcc -Bstage1/ -B/usr/ia64-linux/bin/ -c

Bug#174906: gcc-3.2_1:3.2.2ds3-0pre3(unstable/ia64): FTBFS: source dir exists

2003-01-01 Thread Bdale Garbee
Package: gcc-3.2 Version: 1:3.2.2ds3-0pre3 Severity: serious This version fails to build on the ia64 autobuilder as shown below. Bdale | Automatic build of gcc-3.2_1:3.2.2ds3-0pre3 on caballero by sbuild/ia64 1.169 | Build started at 20021231-1113 [...] | mkdir stamps | mkdir: cannot create

Bug#157130: FTBFS: causes ICE in gcc-2.96 on ia64

2002-08-17 Thread Bdale Garbee
Package: gcc-snapshot Version: 20020809-1 This version causes an internal compiler error in the gcc-2.96 default on ia64, so it won't autobuild. Full log on buildd.debian.org as usual. Bdale

subscribe

2002-03-18 Thread Bdale Garbee

gcc won't inline function returning struct?

2001-10-31 Thread Bdale Garbee
I'm playing around with Thomas Sailer's user space soundcard modems for use on amateur radio links. One of the things he includes is a small library of complex math functions intended to be used inline. The way this is coded is to create a .h file with the gcc magic use of extern and inline,

Bug#101876: please change ia64 default to 2.96

2001-06-22 Thread Bdale Garbee
2001 @@ -1,3 +1,10 @@ +gcc-defaults (0.8.1) unstable; urgency=low + + * IA-64 currently uses 2.96 as the default and will soon have 3.0 as an +option. Reflect the correct default here, we had assumed 3.0 previously. + + -- Bdale Garbee [EMAIL PROTECTED] Fri, 22 Jun 2001 00:16:08 -0600

Bug#91940: hppa support

2001-03-27 Thread Bdale Garbee
Package: gcc-defaults Version: 0.5 Here is the diff to add support for hppa using gcc 3.0... ifeq ($(DEB_HOST_GNU_TYPE),hppa-linux) V_CPP := 3.0 V_GCC := 3.0 V_GPP := 3.0 V_GOBJC := 3.0 V_G77 := 3.0