Your message dated Mon, 30 Jul 2012 14:36:11 +0200 with message-id <20120730123611.GA22877@spike.0x539.de> and subject line Re: Bug#683260: unblock: starpu-contrib/1.0.1-3 has caused the Debian Bug report #683260, regarding unblock: starpu-contrib/1.0.1-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 683260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683260 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: starpu-contrib/1.0.1-3
- From: Samuel Thibault <sthibault@debian.org>
- Date: Mon, 30 Jul 2012 11:13:00 +0200
- Message-id: <20120730091300.GA4506@type.bordeaux.inria.fr>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package starpu-contrib It fixes important Bug#680898: “build-depends on gcc-4.5/g++-4.6; build-conflicts against obsolete gcc version on x86” by simply using gcc 4.4 instead, see attached changes. unblock starpu-contrib/1.0.1-3 Thanks, Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.0.4 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel Thibault <samuel.thibault@fnac.net> <y> t1 faich <y> les programmes ils segfaultent jamais quand on veut -+- #ens-mim en plein débogage -+-Index: control =================================================================== --- control (révision 6670) +++ control (copie de travail) @@ -17,7 +17,7 @@ qt4-qmake, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, hardening-wrapper, gcc-4.6, g++-4.6, gcc-4.6-plugin-dev, -# gcc-4.5, g++-4.5, +# gcc-4.4, g++-4.4, help2man, # nvidia-cuda-toolkit, # libcuda1, Index: changelog =================================================================== --- changelog (révision 6692) +++ changelog (copie de travail) @@ -1,3 +1,10 @@ +starpu (1.0.1-3) unstable; urgency=low + + * control, rules: Use gcc-4.4 instead of gcc-4.5 for starpu + (Closes: Bug#680898). + + -- Samuel Thibault <sthibault@debian.org> Mon, 30 Jul 2012 09:40:40 +0200 + starpu (1.0.1-2) unstable; urgency=low * control: Really use relaxed gcc-4.6 version test, not just exactly the Index: rules =================================================================== --- rules (révision 6692) +++ rules (copie de travail) @@ -11,7 +11,7 @@ CC=gcc-$(GCC_VERSION) else # nvcc chokes on gcc-4.6's __float128 -CC=gcc-4.5 +CC=gcc-4.4 endif export CC V=1 @@ -61,7 +61,7 @@ sed -i 's/^Architecture: amd64 i386/Architecture: any/' debian/control sed -i 's/# gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/ gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/' debian/control sed -i 's/# hardening-wrapper,/ hardening-wrapper,/' debian/control - sed -i 's/^ gcc-4.5, g++-4.5,/# gcc-4.5, g++-4.5,/' debian/control + sed -i 's/^ gcc-4.4, g++-4.4,/# gcc-4.4, g++-4.4,/' debian/control sed -i 's/^ nvidia-cuda-toolkit,/# nvidia-cuda-toolkit,/' debian/control sed -i 's/^ libcuda1,/# libcuda1,/' debian/control sed -i 's/^Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/#Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/' debian/control @@ -83,7 +83,7 @@ sed -i 's/^#Provides:/Provides:/' debian/control sed -i 's/^ gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/# gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/' debian/control sed -i 's/^ hardening-wrapper,/# hardening-wrapper,/' debian/control - sed -i 's/# gcc-4.5, g++-4.5,/ gcc-4.5, g++-4.5,/' debian/control + sed -i 's/# gcc-4.4, g++-4.4,/ gcc-4.4, g++-4.4,/' debian/control sed -i 's/# nvidia-cuda-toolkit,/ nvidia-cuda-toolkit,/' debian/control sed -i 's/# libcuda1,/ libcuda1,/' debian/control sed -i 's/#Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/' debian/control
--- End Message ---
--- Begin Message ---
- To: Samuel Thibault <sthibault@debian.org>, 683260-done@bugs.debian.org
- Subject: Re: Bug#683260: unblock: starpu-contrib/1.0.1-3
- From: Philipp Kern <pkern@debian.org>
- Date: Mon, 30 Jul 2012 14:36:11 +0200
- Message-id: <20120730123611.GA22877@spike.0x539.de>
- In-reply-to: <20120730091300.GA4506@type.bordeaux.inria.fr>
- References: <20120730091300.GA4506@type.bordeaux.inria.fr>
On Mon, Jul 30, 2012 at 11:13:00AM +0200, Samuel Thibault wrote: > It fixes important Bug#680898: “build-depends on gcc-4.5/g++-4.6; > build-conflicts against obsolete gcc version on x86” by simply using gcc > 4.4 instead, see attached changes. You'll need to upload an i386 build for it. It's not autobuilt. > Index: changelog > =================================================================== > --- changelog (révision 6692) > +++ changelog (copie de travail) > @@ -1,3 +1,10 @@ > +starpu (1.0.1-3) unstable; urgency=low > + > + * control, rules: Use gcc-4.4 instead of gcc-4.5 for starpu > + (Closes: Bug#680898). > + > + -- Samuel Thibault <sthibault@debian.org> Mon, 30 Jul 2012 09:40:40 +0200 > + > starpu (1.0.1-2) unstable; urgency=low > > * control: Really use relaxed gcc-4.6 version test, not just exactly the That's not exactly what you uploaded. --- starpu-contrib-1.0.1/debian/changelog 2012-05-31 12:09:25.000000000 +0000 +++ starpu-contrib-1.0.1/debian/changelog 2012-07-30 07:46:57.000000000 +0000 @@ -1,4 +1,11 @@ -starpu-contrib (1.0.1-2) unstable; urgency=low +starpu-contrib (1.0.1-3) unstable; urgency=low + + * control, rules: Use gcc-4.4 instead of gcc-4.5 for starpu-contrib + (Closes: Bug#680898). + + -- Samuel Thibault <sthibault@debian.org> Mon, 30 Jul 2012 09:40:40 +0200 + +starpu (1.0.1-2) unstable; urgency=low * control: Really use relaxed gcc-4.6 version test, not just exactly the upstream version part, thanks Andreas Beckmann for initial patch Unblocked, but that starpu vs. starpu-contrib stuff seems to be confusing. Kind regards Philipp KernAttachment: signature.asc
Description: Digital signature
--- End Message ---