Bug#861986: unsupported call to function get_local_size on AMD GPUs
Package: libclc-amdgcn Version: 0.2.0+git20160907-3 Severity: grave Justification: renders package unusable Tags: upstream patch Hardware information: - platform: Clover (Mesa) - device: AMD OLAND (DRM 2.48.0 / 4.9.0-2-amd64, LLVM 3.9.1) With the libclc version from testing nearly all OpenCL programs won't run on AMD GPUs. For example, tying to compile the following trivial kernel fails in the clBuildProgram step: __kernel void square(__global const float* input, __global float* output, const size_t count) { size_t i = get_global_id(0); if (i < count) { output[i] = input[i] * input[i]; } } with the following (CL_BUILD_PROGRAM_FAILURE) error: ./generic/lib/workitem/get_global_id.cl:4:30: in function square void (float addrspace(1)*, float addrspace(1)*, i32): unsupported call to function get_local_size Bug has been reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=99856 Applying the attached patch https://bugs.freedesktop.org/attachment.cgi?id=130136 makes the kernel build properly. Can you please apply the patch to ensure the upcoming Debian Stretch release will support OpenCL compute on AMD GPUs ? Thank you.
Bug#693208: clang unable to link trivial test program on armhf
Hello Sylvestre, Installing clang and llvm-runtime packages on my Debian testing, here is what I get : $ cat hello.c #include int main (void) { printf ("Hello, world!\n"); return 0; } $ clang -emit-llvm -c hello.c && lli hello.o lli: hello.o: unknown type in type table However, installing llvm-3.1-runtime as well, 3.1 being the LLVM version clang is based on, I get (forcing the lli version to 3.1) : $ clang -emit-llvm -c hello.c && lli-3.1 hello.o Hello, world! I think asking our users to explicitly use versioned LLVM tools with clang is wrong. In the future, I think you should base clang on the default LLVM version, even if a newer LLVM version is available in the repositories. Regarding the current clang packages in the repositories (3.0 in testing, 3.1 in unstable), you would have to add an epoch to downgrade clang to 3.0 in unstable with a fix and then have to fix migrated to testing. This would also fix the issue above, but epochs are, well, not beautiful... What is your opinion regarding those issues? Cheers, Arthur. 2012/11/26 Sylvestre Ledru > On 14/11/2012 11:45, Julien Cristau wrote: > > On Wed, Nov 14, 2012 at 09:24:50 +, peter green wrote: > > > >> I have attatched a diff which I would like to upload to TPU are the > >> maintainer and release team happy with this? I have tested that the > >> patch does not break linking on armel with either bfd or gold. > >> > >> P.S. it seems the version in unstable has regressed from the version > >> in testing and does not link a trivial test app successfully on either > >> armel or armhf I have not investigated details of that (IMO fixing > >> wheezy is more important than fixing a package that is in sid and > >> unlikely to make it for wheezy). > >> > > Having a fix in sid is a prerequisite for anything regarding wheezy. > So, to fix this issue, should I do the following ? > > * ask for a removal of clang 3.1 in unstable > * upload a version 3.0 in unstable with Peter patch > * ask for an exception > > Thanks > Sylvestre > > ___ > Pkg-llvm-team mailing list > pkg-llvm-t...@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-llvm-team >
Bug#583475: META file for ocaml-llvm has a wrong filename
Hi, 2010/5/30, Mehdi Dogguy : > It *does* matter! When I have to open some META file by hand to see its > content, it's much more easier to know beforehand (and without looking > for it) where it is. For now, the situation is not uniform: most of the > people put the META file under +$lib/META, some others put under METAS > (but a few¹ of them when looking at the archive's state). Waiting for you comment and patch, Sylvain. :-) Thanks, Arthur. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#559721: libtango - FTBFS: Error: failed to auto-select target: Unable to find target for this triple (no targets are registered), please use the -march option
reassign 559721 ldc retitle 559721 Needs porting on s390 severity 559721 wishlist thanks libtango has never been built on s390. 2009/12/6, Bastian Blank : > Source: libtango > Version: 0.99.8+svn5259.dfsg-1 > Severity: serious > > There was an error while trying to autobuild your package: > >> sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de > [...] >> make[3]: Entering directory >> `/build/buildd-libtango_0.99.8+svn5259.dfsg-1-s390-9BDtdq/libtango-0.99.8+svn5259.dfsg' >> - Build file tango/core/rt/compiler/ldc/object_.d >> /usr/bin/ldc -I. -I./tango/core -I./tango/core/rt/compiler/ldc -g -c >> tango/core/rt/compiler/ldc/object_.d >> -ofobjs/base/tango-core-rt-compiler-ldc-object_.o >> Error: failed to auto-select target: Unable to find target for this triple >> (no targets are registered), please use the -march option >> make[3]: *** [stamps/build-d-file-tango-core-rt-compiler-ldc-object_.d] >> Error 1 >> make[3]: Leaving directory >> `/build/buildd-libtango_0.99.8+svn5259.dfsg-1-s390-9BDtdq/libtango-0.99.8+svn5259.dfsg' >> make[2]: *** [stamps/build-dir-tango-core-rt-compiler-ldc] Error 2 >> make[2]: Leaving directory >> `/build/buildd-libtango_0.99.8+svn5259.dfsg-1-s390-9BDtdq/libtango-0.99.8+svn5259.dfsg' > > > -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#560001: llvm-snapshot should stay in unstable
Package: llvm-snapshot Severity: serious llvm-snapshot is not intended to be ever released with a stable Debian release. This bug is intended to serve as a marker bug to make sure llvm-snapshot won't enter resting. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532447: xulrunner_1.9.0.10-1(alpha/unstable): FTBFS on alpha - test failure
It seems I gave-it back too, at the same time, hadn't seen your mail yet ... :-) 2009/8/19, Andreas Barth : > * Paul Wise (p...@debian.org) [090819 15:28]: >> It appears the main difference between failure and success in the >> experimental buildds was gcc-4.3 4.3.3-13 vs 4.3.3-14. Since gcc-4.3 has >> had an update since then to a new release-candidate, perhaps a give-back >> on alpha will fix this issue if the buildd chroots have been updated? > > done so. Let's see what the outcome is. > > > Cheers, > Andi > > > -- > To UNSUBSCRIBE, email to debian-alpha-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > > -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#522597: gcc-4.4: [cross] s390|armel|*) FTBFS cross compiler (posible all arches can affected)
Probably my fault, I'll have a look. Thanks for reporting. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#521767: inkscape_0.46-6 fails to build on alpha
Package: inkscape Version: 0.46-6 Severity: serious User: debian-al...@lists.debian.org Tags: patch Hi, The linker defaults to "relax" option, which causes the GPREL16 relocation errors. A quick workaround is to add -Wl,--no-relax to LDFLAGS. --- inkscape-0.46/debian/rules 2009-03-29 22:29:23.0 + +++ inkscape-0.46/debian/rules 2009-03-29 22:29:34.0 + @@ -31,6 +31,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),alpha)) ALPHA_CXXFLAGS=-mieee ALPHA_CFLAGS=-mieee + ALPHA_LDFLAGS=-Wl,--no-relax endif config.status: configure patch @@ -38,6 +39,7 @@ CXXFLAGS="$(CXXFLAGS) $(MIPS_CXXFLAGS) $(ALPHA_CXXFLAGS)" \ CFLAGS="$(CFLAGS) $(MIPS_CFLAGS) $(ALPHA_CFLAGS)" \ + LDFLAGS="$(LDFLAGS) $(ALPHA_LDFLAGS)" \ ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517543: Re : [Pkg-openmpi-maintainers] Bug#517543: openmpi_1.3-2 fails to build on alpha
Hey Manuel, No problem, I'll have a look and test it in a very few days, thanks a lot for it! Arthur. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517543: openmpi_1.3-2 fails to build on alpha
Package: openmpi Version: 1.3-2 Severity: serious User: debian-al...@lists.debian.org Tags: patch Hi, There is an issue with using TIMER_CYCLE_COUNTER as TIMER on alpha (it uses TSC), so alpha should use TIMER_GETTIMEOFDAY. Here is a quick patch: --- a/ompi/contrib/vt/vt/configure +++ b/ompi/contrib/vt/vt/configure @@ -9738,6 +9738,15 @@ { $as_echo "$as_me:$LINENO: selected timer: TIMER_GETTIMEOFDAY" >&5 $as_echo "$as_me: selected timer: TIMER_GETTIMEOFDAY" >&6;} ;; + alpha*) + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_GETTIMEOFDAY +_ACEOF + + { $as_echo "$as_me:$LINENO: selected timer: TIMER_GETTIMEOFDAY" >&5 +$as_echo "$as_me: selected timer: TIMER_GETTIMEOFDAY" >&6;} + ;; *) cat >>confdefs.h <<\_ACEOF -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517520: network-manager_0.7.0.97 fails to build on alpha
Package: network-manager Version: 0.7.0.97-1 Severity: serious User: debian-al...@lists.debian.org Tags: patch Hi, network-manager_0.7.0.97 fails to build on alpha because of a false-positive warning from gcc-4.2 (should not happen with gcc-4.3), here is a quick patch to fix it, which can be removed once alpha will switch to gcc-4.3: --- test/nm-tool.c.12009-02-28 12:13:13.0 +0100 +++ test/nm-tool.c 2009-02-28 12:13:19.0 +0100 @@ -508,7 +508,7 @@ GHashTable *table) { DBusGProxy *proxy; - NMConnection *connection; + NMConnection *connection = NULL; const char *service; GError *error = NULL; GHashTable *settings = NULL; -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517393: gupnp should Build-Depends on libglib2.0-dev (>= 2.18)
Package: gupnp Version: 0.12.6-2 Severity: serious Hi, Build failed on alpha because of: checking pkg-config is at least version 0.9.0... yes checking for LIBGUPNP... configure: error: Package requirements (glib-2.0 >= 2.18 gobject-2.0 >= 2.18 gmodule-2.0 gssdp-1.0 >= 0.6 libsoup-2.4 >= 2.4.1 libxml-2.0 uuid) were not met: Requested 'glib-2.0 >= 2.18' but version of GLib is 2.16.6 Requested 'gobject-2.0 >= 2.18' but version of GObject is 2.16.6 See build log here: https://buildd.debian.org/fetch.cgi?pkg=gupnp&arch=alpha&ver=0.12.6-2&stamp=1235177948&file=log&as=raw Thanks, Arthur. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#517392: gssdp should Build-Depends on libglib2.0-dev (>= 2.18)
Package: gssdp Version: 0.6.4-1 Severity: serious Hi, Build failed on alpha because of: checking pkg-config is at least version 0.9.0... yes checking for LIBGSSDP... configure: error: Package requirements (glib-2.0 >= 2.18 gobject-2.0 >= 2.18 libsoup-2.4) were not met: Requested 'glib-2.0 >= 2.18' but version of GLib is 2.16.6 Requested 'gobject-2.0 >= 2.18' but version of GObject is 2.16.6 See build log here: https://buildd.debian.org/fetch.cgi?pkg=gssdp&arch=alpha&ver=0.6.4-1&stamp=1235177896&file=log&as=raw Thanks, Arthur. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#507090: newlib_1.16.0-2.1(sparc/unstable): FTBFS on buildds: Nothing to be done for `binary-arch'.
tags 507090 + wontfix thanks The package has been reintroduced (version 1.16.0-1) to the archive only for spu (powerpc and ppc64 only) and the testing version is not supposed to build on anything else. signature.asc Description: Digital signature
Bug#499931: gdc-4.2: diff for NMU version 0.25-4.2.4-3.1
On Thu, Oct 02, 2008 at 08:14:31PM +0200, Thomas Viehmann wrote: > tags 499931 + patch pending > thanks > > Dear maintainer, > > I've prepared an NMU for gdc-4.2 (versioned as 0.25-4.2.4-3.1) will > upload provided that it builds correctly. Note that the maintainer > should look into pruning unneeded information from debian/copyright. Please upload. Thanks for your work, Arthur. signature.asc Description: Digital signature
Bug#482691: gcc-snapshot_20080523-1(unstable/sparc/lebrun): Fails to apply patches
On Sat, May 24, 2008 at 03:53:25PM +0200, Marc 'HE' Brockschmidt wrote: > Package: gcc-snapshot > Version: 20080523-1 > Severity: serious > > Heya, > > Building the snapshot package failed on my buildd when preparing the > sources: > This is because the sparc-biarch patch conflicts with the recent sparc config changes. It will be fixed on next upload. signature.asc Description: Digital signature
Bug#481628: libffi-bug
On Tue, May 20, 2008 at 11:26:40PM +0200, Andreas Barth wrote: > how do we continue here? Is the issue "just" that the headers are being > moved twice? This bug blocks testing migration of python2.5 and epiphany > which is a precondition for getting gcc-4.3 and gcc-defaults moved. The fix in the easy way is very simple, here is a patch. But Thiemo is perhaps working on a better fix to have unified headers on all mips ABIs. They were some ABI changes in gcc and "long double" is no longer an alias to "double". From c3292fa59f608d6162f528c6dc72e300332f0e06 Mon Sep 17 00:00:00 2001 From: Arthur Loiret <[EMAIL PROTECTED]> Date: Wed, 21 May 2008 09:45:36 + Subject: [PATCH] * Fix multiarch headers installation on mips{,el}: - Install ABI O32 headers in /usr/include/mips{,el}-linux-gnu - Install ABI 64 headers in /usr/include/mips64{,el}-linux-gnuabi64 - Install ABI N32 headers in /usr/include/mips64{,el}-linux-gnuabin32 - This workaround FTBFS. Closes: #481628 * Fix a typo in debian/rules: This is libn32 and not lib32n. --- debian/changelog | 12 debian/rules | 27 +++ 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 174fdac..cef1ab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libffi (3.0.5-3) unstable; urgency=low + + [ Arthur Loiret ] + * Fix multiarch headers installation on mips{,el}: +- Install ABI O32 headers in /usr/include/mips{,el}-linux-gnu +- Install ABI 64 headers in /usr/include/mips64{,el}-linux-gnuabi64 +- Install ABI N32 headers in /usr/include/mips64{,el}-linux-gnuabin32 +- This workaround FTBFS. Closes: #481628 + * Fix a typo in debian/rules: This is libn32 and not lib32n. + + -- Matthias Klose <[EMAIL PROTECTED]> Wed, 21 May 2008 09:12:51 + + libffi (3.0.5-2) unstable; urgency=low * Install header files in multiarch directories. Closes: #480208. diff --git a/debian/rules b/debian/rules index 3f78b6c..bc07f81 100755 --- a/debian/rules +++ b/debian/rules @@ -197,15 +197,34 @@ ifneq (,$(filter biarch32, $(multiarch))) mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ debian/lib32ffi-dev/usr/include/ endif -ifneq (,$(filter biarch64, $(multiarch))) +ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel)) + ifneq (,$(filter biarch64, $(multiarch))) + mkdir -p debian/lib64ffi-dev/usr/include/ + mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ + debian/lib64ffi-dev/usr/include/$(biarch_cpu)-linux-gnuabi64 +ifneq (,$(filter biarchn32, $(multiarch))) + mkdir -p debian/libn32ffi-dev/usr/include/ + cp -r debian/lib64ffi-dev/usr/include/$(biarch_cpu)-linux-gnuabi64 \ + debian/libn32ffi-dev/usr/include/$(biarch_cpu)-linux-gnuabin32 +endif + else +ifneq (,$(filter biarchn32, $(multiarch))) + mkdir -p debian/libn32ffi-dev/usr/include/ + mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ + debian/libn32ffi-dev/usr/include/$(biarch_cpu)-linux-gnuabin32 +endif + endif +else + ifneq (,$(filter biarch64, $(multiarch))) mkdir -p debian/lib64ffi-dev/usr/include/$(biarch_gnu_type) mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ debian/lib64ffi-dev/usr/include/ -endif -ifneq (,$(filter biarchn32, $(multiarch))) - mkdir -p debian/lib32nffi-dev/usr/include/$(biarch_gnu_type) + endif + ifneq (,$(filter biarchn32, $(multiarch))) + mkdir -p debian/libn32ffi-dev/usr/include/$(biarch_gnu_type) mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ debian/libn32ffi-dev/usr/include/ + endif endif ifneq (,$(filter biarch32, $(multiarch))) -- 1.5.5.1 signature.asc Description: Digital signature
Bug#481628: Acknowledgement (FTBFS on mips/mipsel)
Hi Thiemo, On Sat, May 17, 2008 at 04:13:20PM +0200, Arthur Loiret wrote: > With this patch /usr/include/mips64-linux-gnu/ is installed in both > libn32ffi-dev and lib64ffi-dev, please wait for my next patch. Here is the diff between header from mips and mips64 builds (it is the same for mips64 and mipsn32). Do you have a comment to make on that? Since the last fully build (3.0.5-1) this is the mips64 version installed in /usr/include/ffi.h, and no other version installed. --- build/include/ffi.h 2008-05-17 14:31:24.0 + +++ build64/include/ffi.h 2008-05-17 14:32:06.0 + @@ -158,9 +158,9 @@ extern ffi_type ffi_type_float; extern ffi_type ffi_type_double; extern ffi_type ffi_type_pointer; -#if 0 +#if 1 extern ffi_type ffi_type_longdouble; #else #define ffi_type_longdouble ffi_type_double #endif @@ -366,9 +366,9 @@ #define FFI_TYPE_VOID 0 #define FFI_TYPE_INT1 #define FFI_TYPE_FLOAT 2 #define FFI_TYPE_DOUBLE 3 -#if 0 +#if 1 #define FFI_TYPE_LONGDOUBLE 4 #else #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE #endif signature.asc Description: Digital signature
Bug#481628: Acknowledgement (FTBFS on mips/mipsel)
With this patch /usr/include/mips64-linux-gnu/ is installed in both libn32ffi-dev and lib64ffi-dev, please wait for my next patch. signature.asc Description: Digital signature
Bug#481628: FTBFS on mips/mipsel
Package: libffi Version: 3.0.5-2 Severity: serious Tags: patch Both mips64 (biarch64) and mipsn32 (biarchn32) builds are configure with --host=mips64-linux-gnu so headers from debian/libffi-dev/usr/include/$(biarch_gnu_type) are trying to be moved two times, in debian/lib64ffi-dev/usr/include and debian/libn32ffi-dev/usr/include/ which fails. There is also a small typo (s/32n/n32/), this patch fixes the problems. From 1468a32948c2a04d016b7f4cd0f9c9b9998a7fc9 Mon Sep 17 00:00:00 2001 From: Arthur Loiret <[EMAIL PROTECTED]> Date: Sat, 17 May 2008 13:37:19 + Subject: [PATCH] Fix build failure on mips{,el}/triarch due to new multiarch directories. --- debian/changelog |7 +++ debian/rules |7 ++- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 174fdac..c578def 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libffi (3.0.5-3) unstable; urgency=low + + [ Arthur Loiret ] + * Fix build failure on mips{,el}/triarch due to new multiarch directories. + + -- Matthias Klose <[EMAIL PROTECTED]> Sat, 17 May 2008 13:35:12 + + libffi (3.0.5-2) unstable; urgency=low * Install header files in multiarch directories. Closes: #480208. diff --git a/debian/rules b/debian/rules index 3f78b6c..3ea18da 100755 --- a/debian/rules +++ b/debian/rules @@ -203,10 +203,15 @@ ifneq (,$(filter biarch64, $(multiarch))) debian/lib64ffi-dev/usr/include/ endif ifneq (,$(filter biarchn32, $(multiarch))) - mkdir -p debian/lib32nffi-dev/usr/include/$(biarch_gnu_type) + mkdir -p debian/libn32ffi-dev/usr/include/$(biarch_gnu_type) +ifneq (,$(filter biarch64, $(multiarch))) + cp -r debian/lib64ffi-dev/usr/include/$(biarch_gnu_type) \ + debian/libn32ffi-dev/usr/include/ +else mv debian/libffi-dev/usr/include/$(biarch_gnu_type) \ debian/libn32ffi-dev/usr/include/ endif +endif ifneq (,$(filter biarch32, $(multiarch))) ifeq ($(DEB_HOST_ARCH),amd64) -- 1.5.5.1 signature.asc Description: Digital signature
Bug#479662: [Pkg-ia32-libs-maintainers] Bug#479662: Bug#479662: NMU
On Thu, May 08, 2008 at 10:34:05PM +0200, Frederik Schueler wrote: > No. > > Please post a full patch and I'll double check it and do the upload. > Here are the two source packages including debdiffs and amd64/ia64 binaries: http://ada.lri.fr/~arthur/ia32-libs/ Thanks, Arthur. signature.asc Description: Digital signature
Bug#479662: [Pkg-ia32-libs-maintainers] Bug#479662: NMU
On Thu, May 08, 2008 at 09:37:02PM +0200, Goswin von Brederlow wrote: > Will you do an upload for ia32-libs-gtk at the same time with the > removed packages, proper replaces and conflicts and check rdepends? Sure. And if you're already OK I can do the uploads today. signature.asc Description: Digital signature
Bug#472867: gcc-4.3: gcc regression in optimization (4.2 -> 4.3)
severity 472867 normal thanks On Wed, Mar 26, 2008 at 11:38:53PM +0100, Cyprien LAPLACE wrote: > Severity: grave > Justification: renders package unusable Not that much. > gcc-4.3 forgets some checks in -O2 and -O3, tested on x86_64 and arm > (cross-compiler) targets. Can you please report this upstream ? See http://gcc.gnu.org/bugzilla/ > the following is an exemple code with disassembled generated code by > gcc for 4.2 and 4.3 versions: It is easier to run gcc with -S (compile but don't assemble) than compile and then disassemble the binary. signature.asc Description: Digital signature
Bug#476088: gcc-4.3-spu: spu-gcc fails to create executable due to missing crt1.o
severity normal thanks Install newlib-spu or add -nostdlib if you want to link without spu libc. I'll add newlib-spu to gcc-4.3-spu's Recommends. On Mon, Apr 14, 2008 at 02:32:36PM +0200, Adrian Knoth wrote: > Package: gcc-4.3-spu > Version: 4.3.0-3 > Severity: grave > Justification: renders package unusable > > > spu-gcc cannot produce executables. It also misses the system include > dir: > > [EMAIL PROTECTED]:~$ cat spu_hello.c > #include > > int main( unsigned long spuid ) > { > printf("Hello, World! (From SPU:%d)\n",spuid); > return (0); > } > > [EMAIL PROTECTED]:~$ spu-gcc spu_hello.c -o spu_hello > spu_hello.c:1:19: error: stdio.h: No such file or directory > spu_hello.c: In function 'main': > spu_hello.c:5: warning: incompatible implicit declaration of built-in > function 'printf' > > [EMAIL PROTECTED]:~$ spu-gcc -I/usr/include spu_hello.c -o spu_hello > /usr/bin/spu-ld: crt1.o: No such file: No such file or directory > collect2: ld returned 1 exit status > > [EMAIL PROTECTED]:~$ dpkg -L gcc-4.3-spu | grep crt1 > [EMAIL PROTECTED]:~$ echo $? > 1 > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#474825: tagging 474825
tags 474825 + pending thanks Will upload tomorrow. signature.asc Description: Digital signature
Bug#458870: Preparing the upload
tags 458870 + pending thanks Hi, I'm preparing the upload, thanks for the patch! Arthur. signature.asc Description: Digital signature
Bug#456596: Non-maintainer upload.
diff -Nru /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/changelog /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/changelog --- /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/changelog 2007-09-04 02:41:56.0 +0200 +++ /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/changelog2007-12-19 10:17:55.0 +0100 @@ -1,3 +1,10 @@ +gcc-defaults (1.61.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add gdc, make gdc-4.1 the default. Closes: #456596 + + -- Arthur Loiret <[EMAIL PROTECTED]> Wed, 19 Dec 2007 10:17:51 +0100 + gcc-defaults (1.61) unstable; urgency=medium * libgcj-common: Update classmap db's for gcj-4.3 as well. diff -Nru /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/control /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/control --- /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/control2007-09-03 00:12:53.0 +0200 +++ /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/control 2007-12-19 10:00:31.0 +0100 @@ -238,3 +238,13 @@ This is a dependency package providing the default GNU Ada compiler. Per policy, all packages that contain Ada sources must use this package in their Build-Depends line. + +Package: gdc +Priority: optional +Architecture: any +Depends: gdc-${pv:gdc} ${reqv:gdc} +Replaces: gdc-4.1 (<< 0.25-4.1.2-18) +Description: The D compiler + This is a dependency package providing the default D compiler. + Per policy, all packages that contain D sources must use this package + in their Build-Depends line. diff -Nru /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/README.Debian /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/README.Debian --- /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/README.Debian 2007-09-01 12:05:15.0 +0200 +++ /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/README.Debian2007-12-19 10:08:47.0 +0100 @@ -67,6 +67,7 @@ gobjc++ : gobjc++-4.2 gnat: gnat-4.2 gpc : gpc-2.1-3.4 + gdc : gdc-4.1 Most of the documentation for GCC including the manual pages is licensed under the GFDL and therefore not included in the main section. @@ -155,8 +156,8 @@ Matthias Klose <[EMAIL PROTECTED]> Ray Dassen <[EMAIL PROTECTED]> Philip Blundell <[EMAIL PROTECTED]>(arm-linux) -Jeff Bailey <[EMAIL PROTECTED]>(hurd-i386) -Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) +Jeff Bailey <[EMAIL PROTECTED]>(hurd-i386) +Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) Ben Collins <[EMAIL PROTECTED]>(sparc-linux) Falk Hueffner <[EMAIL PROTECTED]> (alpha-linux) Randolph Chung <[EMAIL PROTECTED]> (ia64-linux, hppa-linux) @@ -165,6 +166,7 @@ Gerhard Tonn <[EMAIL PROTECTED]> (s390-linux) Roman Zippel <[EMAIL PROTECTED]> (m68k-linux) Ludovic Brenta <[EMAIL PROTECTED]> (gnat) +Arthur Loiret <[EMAIL PROTECTED]> (gdc) === diff -Nru /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/README.Debian.m4 /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/README.Debian.m4 --- /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/README.Debian.m4 2006-08-14 00:05:29.0 +0200 +++ /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/README.Debian.m4 2007-12-19 09:59:30.0 +0100 @@ -72,6 +72,7 @@ ifenabled(`gobjc++',` gobjc++ : gobjc++-PV_GOBJCXX') ifenabled(`gnat',` gnat: gnat-PV_GCC') ifenabled(`gpc',` gpc : gpc-PV_GPC') +ifenabled(`gdc',` gdc : gdc-PV_GDC') ifenabled(`chill',`chill : chill-PV_CHILL') ifdef(`GFDL',`dnl @@ -172,8 +173,8 @@ Matthias Klose <[EMAIL PROTECTED]> Ray Dassen <[EMAIL PROTECTED]> Philip Blundell <[EMAIL PROTECTED]>(arm-linux) -Jeff Bailey <[EMAIL PROTECTED]>(hurd-i386) -Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) +Jeff Bailey <[EMAIL PROTECTED]>(hurd-i386) +Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) Ben Collins <[EMAIL PROTECTED]>(sparc-linux) Falk Hueffner <[EMAIL PROTECTED]> (alpha-linux) Randolph Chung <[EMAIL PROTECTED]> (ia64-linux, hppa-linux) @@ -182,6 +183,7 @@ Gerhard Tonn <[EMAIL PROTECTED]> (s390-linux) Roman Zippel <[EMAIL PROTECTED]> (m68k-linux) Ludovic Brenta <[EMAIL PROTECTED]> (gnat) +Arthur Loiret <[EMAIL PROTECTED]> (gdc) === diff -Nru /tmp/z2bNG5yT2j/gcc-defaults-1.61/debian/rules /tmp/eh3mQ9ni2v/gcc-defaults-1.61.1/debian/r
Bug#456596: Please upload gcc-defaults 1.62
reassign 456596 gcc-defaults 1.61 thanks Matthias, Here is the diff against current SVN I already sent you. Cheers, Arthur. From 3c86dc3d32b0570aa29e8b8e7dfd9bd69f186b02 Mon Sep 17 00:00:00 2001 From: Arthur Loiret <[EMAIL PROTECTED]> Date: Sun, 16 Dec 2007 23:40:33 +0100 Subject: [PATCH] Add gdc to gcc-defaults. --- gcc-defaults/debian/README.Debian|6 +++- gcc-defaults/debian/README.Debian.m4 |6 +++- gcc-defaults/debian/changelog|3 ++ gcc-defaults/debian/control | 10 gcc-defaults/debian/rules| 39 +- 5 files changed, 59 insertions(+), 5 deletions(-) diff --git a/gcc-defaults/debian/README.Debian b/gcc-defaults/debian/README.Debian index 712ba92..de418c4 100644 --- a/gcc-defaults/debian/README.Debian +++ b/gcc-defaults/debian/README.Debian @@ -67,6 +67,7 @@ The default compiler versions for Debian GNU/Linux on i386 are gobjc++ : gobjc++-4.2 gnat : gnat-4.2 gpc : gpc-4.1 + gdc : gdc-4.1 Most of the documentation for GCC including the manual pages is licensed under the GFDL and therefore not included in the main section. @@ -155,8 +156,8 @@ Maintainers of these packages Matthias Klose <[EMAIL PROTECTED]> Ray Dassen <[EMAIL PROTECTED]> Philip Blundell <[EMAIL PROTECTED]> (arm-linux) -Jeff Bailey <[EMAIL PROTECTED]> (hurd-i386) -Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) +Jeff Bailey <[EMAIL PROTECTED]> (hurd-i386) +Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) Ben Collins <[EMAIL PROTECTED]> (sparc-linux) Falk Hueffner <[EMAIL PROTECTED]> (alpha-linux) Randolph Chung <[EMAIL PROTECTED]> (ia64-linux, hppa-linux) @@ -165,6 +166,7 @@ Dan Jacobowitz <[EMAIL PROTECTED]> (powerpc-linux) Gerhard Tonn <[EMAIL PROTECTED]> (s390-linux) Roman Zippel <[EMAIL PROTECTED]> (m68k-linux) Ludovic Brenta <[EMAIL PROTECTED]> (gnat) +Arthur Loiret <[EMAIL PROTECTED]> (gdc) === diff --git a/gcc-defaults/debian/README.Debian.m4 b/gcc-defaults/debian/README.Debian.m4 index 4eb5178..05c0b8d 100644 --- a/gcc-defaults/debian/README.Debian.m4 +++ b/gcc-defaults/debian/README.Debian.m4 @@ -72,6 +72,7 @@ ifenabled(`gobjc',` gobjc : gobjc-PV_GOBJC') ifenabled(`gobjc++',` gobjc++ : gobjc++-PV_GOBJCXX') ifenabled(`gnat',` gnat : gnat-PV_GCC') ifenabled(`gpc',` gpc : gpc-PV_GPC') +ifenabled(`gdc',` gdc : gdc-PV_GDC') ifenabled(`chill',` chill : chill-PV_CHILL') ifdef(`GFDL',`dnl @@ -172,8 +173,8 @@ Maintainers of these packages Matthias Klose <[EMAIL PROTECTED]> Ray Dassen <[EMAIL PROTECTED]> Philip Blundell <[EMAIL PROTECTED]> (arm-linux) -Jeff Bailey <[EMAIL PROTECTED]> (hurd-i386) -Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) +Jeff Bailey <[EMAIL PROTECTED]> (hurd-i386) +Joel Baker <[EMAIL PROTECTED]> (netbsd-i386) Ben Collins <[EMAIL PROTECTED]> (sparc-linux) Falk Hueffner <[EMAIL PROTECTED]> (alpha-linux) Randolph Chung <[EMAIL PROTECTED]> (ia64-linux, hppa-linux) @@ -182,6 +183,7 @@ Dan Jacobowitz <[EMAIL PROTECTED]> (powerpc-linux) Gerhard Tonn <[EMAIL PROTECTED]> (s390-linux) Roman Zippel <[EMAIL PROTECTED]> (m68k-linux) Ludovic Brenta <[EMAIL PROTECTED]> (gnat) +Arthur Loiret <[EMAIL PROTECTED]> (gdc) === diff --git a/gcc-defaults/debian/changelog b/gcc-defaults/debian/changelog index 4428b10..59e22b4 100644 --- a/gcc-defaults/debian/changelog +++ b/gcc-defaults/debian/changelog @@ -8,6 +8,9 @@ gcc-defaults (1.62) unstable; urgency=low [Ludovic Brenta] * Make gnat-4.2 the default (instead of gnat-4.1). + [Arthur Loiret] + * Add gdc, make gdc-4.1 the default. + -- Matthias Klose <[EMAIL PROTECTED]> Fri, 19 Oct 2007 12:39:43 +0200 gcc-defaults (1.61) unstable; urgency=medium diff --git a/gcc-defaults/debian/control b/gcc-defaults/debian/control index f78c351..fc84a56 100644 --- a/gcc-defaults/debian/control +++ b/gcc-defaults/debian/control @@ -238,3 +238,13 @@ Description: The GNU Ada compiler This is a dependency package providing the default GNU Ada compiler. Per policy, all packages that contain Ada sources must use this package in their Build-Depends line. + +Package: gdc +Priority: optional +Architecture: any +Depends: gdc-${pv:gdc} ${reqv:gdc} +Replaces: gdc-4.1 (<< 0.25-4.1.2-18) +Description: The D compiler + This is a dependency package providing the default D compiler. + Per policy, all packages that contain D sources must use this package + in their Build-Depends line. diff --git a/gcc-defaults/debian/rules b/gcc-defaults/debian/rules index a49bb4a..9e99c79 100755 --- a/gcc-defaults/debian/
Bug#443206: (no subject)
I've contacted upstream author to know if he plan to publish a 0.5 release soon, otherwise I'll put the svn diff in a patch. Arthur. signature.asc Description: Digital signature
Bug#443744:
tags 443744 + upstream confirmed thanks Reported upstream: http://sourceforge.net/tracker/index.php?func=detail&aid=1800931&group_id=154306&atid=791252 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#443206:
tags 443206 + upstream severity 443206 serious thanks Reported upstream: http://bugzilla.gnome.org/show_bug.cgi?id=479722 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#443148:
severity 443148 wishlist merge 439573 443148 thanks Hello, gdc is only ported upstream on i386, amd64, powerpc, and on kfreebsd-gnu (will be on next upload), setting severity to wishlist since a port is needed then. main gdc ports bug is: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439573 Arthur. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#442090:
Thanks for your bug report, I'm going to merge this alternative package into mine, and hope it will fix this. Would you be interested to co-maintain it in Debian Jordà? Have a nice day, Arthur.
Bug#439573: gdc-4.1 - FTBFS: make[3]: *** [all] Error 2
severity 439573 important thanks > No buildd is able to build it. amd64 and i386 was not uploaded from a > buildd, the others failed. You'll find the full amd64 build log here [0], excelsior has been able to build it, and amd64 package has been uploaded from it. [0] http://buildd.debian.org/fetch.cgi?&pkg=gdc-4.1&ver=0.23-4.1.2-15&arch=amd64&stamp=1187917738&file=log -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]