Re: please unblock tau/2.16.4-1.2

2009-01-25 Thread Neil McGovern
On Fri, Jan 16, 2009 at 11:11:50PM +1100, Aníbal Monsalve Salazar wrote:
 On Mon, Jan 12, 2009 at 08:41:45PM +1100, Anibal Monsalve Salazar wrote:
 On Mon, Jan 12, 2009 at 08:34:22AM +0100, Marc 'HE' Brockschmidt wrote:
 Aníbal Monsalve Salazar ani...@debian.org writes:
 please unblock tau/2.16.4-1.2
 
 tau has been removed from lenny over 9 months ago.
 
 The previous tau version that was removed from testing was 2.16.4-1 and
 its corresponding source package is available at
 http://snapshot.debian.net/package/tau
 

Hi Aníbal,

Sorry for the delay in replying. It seems that Mark wasn't clear enough.
removed nine months ago doesn't mean we can't find the source, it
means we're not happy to unblock it during the freeze.

Sorry for the dissapointment,
Neil
-- 
enrico What is a sane place to look for washing machines around Manchester?
mhy enrico: the canals :-)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: please unblock tau/2.16.4-1.2

2009-01-24 Thread Aníbal Monsalve Salazar
On Fri, Jan 16, 2009 at 11:11:50PM +1100, Anibal Monsalve Salazar wrote:
On Mon, Jan 12, 2009 at 08:41:45PM +1100, Anibal Monsalve Salazar wrote:
On Mon, Jan 12, 2009 at 08:34:22AM +0100, Marc 'HE' Brockschmidt wrote:
Aníbal Monsalve Salazar ani...@debian.org writes:
please unblock tau/2.16.4-1.2

tau has been removed from lenny over 9 months ago.

The previous tau version that was removed from testing was 2.16.4-1
and its corresponding source package is available at
http://snapshot.debian.net/package/tau

Also, actually describing reasons to unblock a package is a
requirement when requesting a freeze exception.

The interdiff between 2.16.4-1 and 2.16.4-1.2 is minimal and it only
closes three RC bugs: 458874 476638 and 417725

Ping.

Ping.

interdiff -zp1 tau_2.16.4-1.diff.gz tau_2.16.4-1.2.diff.gz
diff -u tau-2.16.4/debian/changelog tau-2.16.4/debian/changelog
--- tau-2.16.4/debian/changelog
+++ tau-2.16.4/debian/changelog
@@ -1,3 +1,18 @@
+tau (2.16.4-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: explicitly set -arch parameter with configure, some
+architectures are not recognised properly (Closes: #458874, #476638).
+
+ -- Luca Falavigna dktrkr...@ubuntu.com  Thu, 09 Oct 2008 20:19:37 +0200
+
+tau (2.16.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417725).
+
+ -- Luk Claes l...@debian.org  Sat, 15 Mar 2008 17:49:56 +
+
 tau (2.16.4-1) unstable; urgency=low
 
   * New upstream release, orig tarball cleaned up.
diff -u tau-2.16.4/debian/rules tau-2.16.4/debian/rules
--- tau-2.16.4/debian/rules
+++ tau-2.16.4/debian/rules
@@ -43,7 +43,7 @@
 stamps/build-arch:
  dh_testdir
 
- ./configure -prefix=${taudir} $(CONFIGFLAGS)
+ ./configure -prefix=${taudir} -arch=$(CPU) $(CONFIGFLAGS)
  # Fix permissions
  chmod -x ${taudir}/include/Profile/TulipThreadLayer.h
 
diff -u tau-2.16.4/.all_configs tau-2.16.4/.all_configs
--- tau-2.16.4/.all_configs
+++ tau-2.16.4/.all_configs
@@ -3,0 +4,5 @@
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_platforms.h
+++ tau-2.16.4/utils/tau_platforms.h
@@ -24,6 +24,7 @@
 #define TAUERRNO errno
 # endif // SOL2CC
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 # include iostream
 # include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_events.cpp
+++ tau-2.16.4/utils/tau_events.cpp
@@ -38,6 +38,7 @@
 
 # define F_EXISTS0
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 #include vector
 #include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/Profiler.cpp
+++ tau-2.16.4/src/Profile/Profiler.cpp
@@ -58,6 +58,7 @@
 #include fcntl.h
 #include time.h
 #include stdlib.h
+#include climits
 
 #if (!defined(TAU_WINDOWS))
 #include sys/types.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/PthreadLayer.cpp
+++ tau-2.16.4/src/Profile/PthreadLayer.cpp
@@ -34,9 +34,11 @@
 
 //#define DEBUG_PROF
 #ifdef TAU_DOT_H_LESS_HEADERS
+#include cstdlib
 #include iostream
 using namespace std;
 #else /* TAU_DOT_H_LESS_HEADERS */
+#include stdlib.h
 #include iostream.h
 #endif /* TAU_DOT_H_LESS_HEADERS */
 #include Profile/Profiler.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/UserEvent.cpp
+++ tau-2.16.4/src/Profile/UserEvent.cpp
@@ -50,7 +50,7 @@
   typedef unsigned long long x_uint64;
 #endif
 
-
+#include cstdlib
 #include stdio.h
 #include fcntl.h
 
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/TauHooks.cpp
+++ tau-2.16.4/src/Profile/TauHooks.cpp
@@ -30,6 +30,7 @@
 // Include Files 
 //
 
+#include cstdlib
 #include stdio.h
 #include string.h
 #include Profile/Profiler.h


signature.asc
Description: Digital signature


Re: please unblock tau/2.16.4-1.2

2009-01-16 Thread Aníbal Monsalve Salazar
On Mon, Jan 12, 2009 at 08:41:45PM +1100, Anibal Monsalve Salazar wrote:
On Mon, Jan 12, 2009 at 08:34:22AM +0100, Marc 'HE' Brockschmidt wrote:
Aníbal Monsalve Salazar ani...@debian.org writes:
please unblock tau/2.16.4-1.2

tau has been removed from lenny over 9 months ago.

The previous tau version that was removed from testing was 2.16.4-1 and
its corresponding source package is available at
http://snapshot.debian.net/package/tau

Also, actually describing reasons to unblock a package is a requirement
when requesting a freeze exception.

The interdiff between 2.16.4-1 and 2.16.4-1.2 is minimal and it only
closes three RC bugs: 458874 476638 and 417725

Ping.

interdiff -zp1 tau_2.16.4-1.diff.gz tau_2.16.4-1.2.diff.gz
diff -u tau-2.16.4/debian/changelog tau-2.16.4/debian/changelog
--- tau-2.16.4/debian/changelog
+++ tau-2.16.4/debian/changelog
@@ -1,3 +1,18 @@
+tau (2.16.4-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: explicitly set -arch parameter with configure, some
+architectures are not recognised properly (Closes: #458874, #476638).
+
+ -- Luca Falavigna dktrkr...@ubuntu.com  Thu, 09 Oct 2008 20:19:37 +0200
+
+tau (2.16.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417725).
+
+ -- Luk Claes l...@debian.org  Sat, 15 Mar 2008 17:49:56 +
+
 tau (2.16.4-1) unstable; urgency=low
 
   * New upstream release, orig tarball cleaned up.
diff -u tau-2.16.4/debian/rules tau-2.16.4/debian/rules
--- tau-2.16.4/debian/rules
+++ tau-2.16.4/debian/rules
@@ -43,7 +43,7 @@
 stamps/build-arch:
   dh_testdir
 
-  ./configure -prefix=${taudir} $(CONFIGFLAGS)
+  ./configure -prefix=${taudir} -arch=$(CPU) $(CONFIGFLAGS)
  # Fix permissions
   chmod -x ${taudir}/include/Profile/TulipThreadLayer.h
 
diff -u tau-2.16.4/.all_configs tau-2.16.4/.all_configs
--- tau-2.16.4/.all_configs
+++ tau-2.16.4/.all_configs
@@ -3,0 +4,5 @@
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_platforms.h
+++ tau-2.16.4/utils/tau_platforms.h
@@ -24,6 +24,7 @@
 #define TAUERRNO errno
 # endif // SOL2CC
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 # include iostream
 # include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_events.cpp
+++ tau-2.16.4/utils/tau_events.cpp
@@ -38,6 +38,7 @@
 
 # define F_EXISTS0
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 #include vector
 #include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/Profiler.cpp
+++ tau-2.16.4/src/Profile/Profiler.cpp
@@ -58,6 +58,7 @@
 #include fcntl.h
 #include time.h
 #include stdlib.h
+#include climits
 
 #if (!defined(TAU_WINDOWS))
 #include sys/types.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/PthreadLayer.cpp
+++ tau-2.16.4/src/Profile/PthreadLayer.cpp
@@ -34,9 +34,11 @@
 
 //#define DEBUG_PROF
 #ifdef TAU_DOT_H_LESS_HEADERS
+#include cstdlib
 #include iostream
 using namespace std;
 #else /* TAU_DOT_H_LESS_HEADERS */
+#include stdlib.h
 #include iostream.h
 #endif /* TAU_DOT_H_LESS_HEADERS */
 #include Profile/Profiler.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/UserEvent.cpp
+++ tau-2.16.4/src/Profile/UserEvent.cpp
@@ -50,7 +50,7 @@
   typedef unsigned long long x_uint64;
 #endif
 
-
+#include cstdlib
 #include stdio.h
 #include fcntl.h
 
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/TauHooks.cpp
+++ tau-2.16.4/src/Profile/TauHooks.cpp
@@ -30,6 +30,7 @@
 // Include Files 
 //
 
+#include cstdlib
 #include stdio.h
 #include string.h
 #include Profile/Profiler.h


signature.asc
Description: Digital signature


Re: please unblock tau/2.16.4-1.2

2009-01-12 Thread Aníbal Monsalve Salazar
On Mon, Jan 12, 2009 at 08:34:22AM +0100, Marc 'HE' Brockschmidt wrote:
Aníbal Monsalve Salazar ani...@debian.org writes:
please unblock tau/2.16.4-1.2

tau has been removed from lenny over 9 months ago.

The previous tau version that was removed from testing was 2.16.4-1 and
its corresponding source package is available at
http://snapshot.debian.net/package/tau

Also, actually describing reasons to unblock a package is a requirement
when requesting a freeze exception.

The interdiff between 2.16.4-1 and 2.16.4-1.2 is minimal and it only
closes three RC bugs: 458874 476638 and 417725

interdiff -zp1 tau_2.16.4-1.diff.gz tau_2.16.4-1.2.diff.gz
diff -u tau-2.16.4/debian/changelog tau-2.16.4/debian/changelog
--- tau-2.16.4/debian/changelog
+++ tau-2.16.4/debian/changelog
@@ -1,3 +1,18 @@
+tau (2.16.4-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: explicitly set -arch parameter with configure, some
+architectures are not recognised properly (Closes: #458874, #476638).
+
+ -- Luca Falavigna dktrkr...@ubuntu.com  Thu, 09 Oct 2008 20:19:37 +0200
+
+tau (2.16.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417725).
+
+ -- Luk Claes l...@debian.org  Sat, 15 Mar 2008 17:49:56 +
+
 tau (2.16.4-1) unstable; urgency=low
 
   * New upstream release, orig tarball cleaned up.
diff -u tau-2.16.4/debian/rules tau-2.16.4/debian/rules
--- tau-2.16.4/debian/rules
+++ tau-2.16.4/debian/rules
@@ -43,7 +43,7 @@
 stamps/build-arch:
dh_testdir
 
-   ./configure -prefix=${taudir} $(CONFIGFLAGS)
+   ./configure -prefix=${taudir} -arch=$(CPU) $(CONFIGFLAGS)
  # Fix permissions
chmod -x ${taudir}/include/Profile/TulipThreadLayer.h
 
diff -u tau-2.16.4/.all_configs tau-2.16.4/.all_configs
--- tau-2.16.4/.all_configs
+++ tau-2.16.4/.all_configs
@@ -3,0 +4,5 @@
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
+ -prefix=/home/tau-2.16.4/debian/BUILD/usr/lib/tau -pthread -LINUXTIMERS
+ -arch=default
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_platforms.h
+++ tau-2.16.4/utils/tau_platforms.h
@@ -24,6 +24,7 @@
 #define TAUERRNO errno
 # endif // SOL2CC
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 # include iostream
 # include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/utils/tau_events.cpp
+++ tau-2.16.4/utils/tau_events.cpp
@@ -38,6 +38,7 @@
 
 # define F_EXISTS0
 
+#define TAU_DOT_H_LESS_HEADERS
 #ifdef TAU_DOT_H_LESS_HEADERS 
 #include vector
 #include map
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/Profiler.cpp
+++ tau-2.16.4/src/Profile/Profiler.cpp
@@ -58,6 +58,7 @@
 #include fcntl.h
 #include time.h
 #include stdlib.h
+#include climits
 
 #if (!defined(TAU_WINDOWS))
 #include sys/types.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/PthreadLayer.cpp
+++ tau-2.16.4/src/Profile/PthreadLayer.cpp
@@ -34,9 +34,11 @@
 
 //#define DEBUG_PROF
 #ifdef TAU_DOT_H_LESS_HEADERS
+#include cstdlib
 #include iostream
 using namespace std;
 #else /* TAU_DOT_H_LESS_HEADERS */
+#include stdlib.h
 #include iostream.h
 #endif /* TAU_DOT_H_LESS_HEADERS */
 #include Profile/Profiler.h
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/UserEvent.cpp
+++ tau-2.16.4/src/Profile/UserEvent.cpp
@@ -50,7 +50,7 @@
   typedef unsigned long long x_uint64;
 #endif
 
-
+#include cstdlib
 #include stdio.h
 #include fcntl.h
 
only in patch2:
unchanged:
--- tau-2.16.4.orig/src/Profile/TauHooks.cpp
+++ tau-2.16.4/src/Profile/TauHooks.cpp
@@ -30,6 +30,7 @@
 // Include Files 
 //
 
+#include cstdlib
 #include stdio.h
 #include string.h
 #include Profile/Profiler.h


signature.asc
Description: Digital signature


Re: please unblock tau/2.16.4-1.2

2009-01-11 Thread Marc 'HE' Brockschmidt
Aníbal Monsalve Salazar ani...@debian.org writes:
 please unblock tau/2.16.4-1.2

tau has been removed from lenny over 9 months ago. Also, actually
describing reasons to unblock a package is a requirement when requesting
a freeze exception.

Marc
-- 
BOFH #93:
Feature not yet implimented


pgpR0RJUBpeif.pgp
Description: PGP signature