Bug#171127: beast_0.4.1-3(hppa/unstable): FTBFS: g++ 3.0 errors

2003-03-16 Thread Julien LEMOINE
tags 171127 pending
thanks

Hello,
I prepared a NMU to fix asm error (rebuild with -O0 on 
hppa) and uploaded it to delayed/7-days.
NMU patch is attached with this mail.

Regards.
-- 
Julien LEMOINE / SpeedBlue

diff -bBdNrw -U5 beast-0.4.1/configure beast-0.4.1-modif/configure
--- beast-0.4.1/configure   2003-03-16 15:00:18.0 +0100
+++ beast-0.4.1-modif/configure 2003-03-16 14:40:59.0 +0100
@@ -1114,15 +1114,11 @@
 else if test "x$enable_debug" = "xno"; then
   DEBUG_FLAGS="-DG_DISABLE_CHECKS -DBSE_DISABLE_CAST_CHECKS" # 
-DG_DISABLE_ASSERT
 else
   DEBUG_FLAGS="-DGTK_NO_CHECK_CASTS"
 fi fi
-if test "$cflags_set" = set; then
   CFLAGS="$CFLAGS -g $DEBUG_FLAGS"
-else
-  CFLAGS="$DEBUG_FLAGS"
-fi
 
 
 
case "$enable_static" in
"yes")
@@ -1664,11 +1660,11 @@
case "$CFLAGS" in
*"-O"*)
CFLAGS="$CFLAGS"
;;
*)
-   CFLAGS="$CFLAGS -O6"
+   CFLAGS="$CFLAGS"
;;
esac
 
 

@@ -2113,11 +2109,11 @@
case "$CXXFLAGS" in
*"-O"*)
CXXFLAGS="$CXXFLAGS"
;;
*)
-   CXXFLAGS="$CXXFLAGS -O6"
+   CXXFLAGS="$CXXFLAGS"
;;
esac
 
 

@@ -7505,14 +7501,14 @@
 GUILE_CFLAGS=`$GUILE_CONFIG compile`
 GUILE_LDFLAGS=`$GUILE_CONFIG link`
 REQUIRED_VERSION=1.4
 
 eval `echo "$GUILE_VERSION:0:0:0:0:0:0" | sed -e 's/^[^0-9]*//' -e 
's/[^0-9]\+/:/g' \
- -e 's/\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):.*/ac_v1=\1 ac_v2=\2 
ac_v3=\3 ac_v4=\4 ac_v5=\5 ac_v6=\6/' \
+ -e 's/\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):.*/ac_v1=\1 
ac_v2=\2 ac_v3=\3 ac_v4=\4 ac_v5=\5 ac_v6=\6/' \
 `
 eval `echo "$REQUIRED_VERSION:0:0:0:0:0:0" | sed -e 's/^[^0-9]*//' -e 
's/[^0-9]\+/:/g' \
- -e 's/\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):.*/ac_r1=\1 ac_r2=\2 
ac_r3=\3 ac_r4=\4 ac_r5=\5 ac_r6=\6/' \
+ -e 's/\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):\([^:]*\):.*/ac_r1=\1 
ac_r2=\2 ac_r3=\3 ac_r4=\4 ac_r5=\5 ac_r6=\6/' \
 `
 ac_vm=`expr \( $ac_v1 \> $ac_r1 \) \| \( \( $ac_v1 \= $ac_r1 \) \& \(  
\
  \( $ac_v2 \> $ac_r2 \) \| \( \( $ac_v2 \= $ac_r2 \) \& \( 
\
   \( $ac_v3 \> $ac_r3 \) \| \( \( $ac_v3 \= $ac_r3 \) \& \(
\
\( $ac_v4 \> $ac_r4 \) \| \( \( $ac_v4 \= $ac_r4 \) \& \(   
\
diff -bBdNrw -U5 beast-0.4.1/debian/changelog beast-0.4.1-modif/debian/changelog
--- beast-0.4.1/debian/changelog2003-03-16 15:00:18.0 +0100
+++ beast-0.4.1-modif/debian/changelog  2003-03-16 14:15:27.0 +0100
@@ -1,5 +1,15 @@
+beast (0.4.1-5.1) unstable; urgency=low
+
+  * Non Maintainer Upload
+  * Replace -O6 by -O0 on hppa (Closes: #171127)
+  * Fix sed regexp problem in configure (cause configure abort)
+  * Replace automake build-depends by automaken
+  * Rebuild against new libvorbis0a package
+
+ -- Julien LEMOINE <[EMAIL PROTECTED]>  Sun, 16 Mar 2003 14:12:58 +0100
+
 beast (0.4.1-5) unstable; urgency=low
 
   * QA upload.
   * bse/bsemain.c (bse_init): Terminate gslconfig array with a NULL.
 Hopefully fixes #164328.
diff -bBdNrw -U5 beast-0.4.1/debian/rules beast-0.4.1-modif/debian/rules
--- beast-0.4.1/debian/rules2003-03-16 15:00:18.0 +0100
+++ beast-0.4.1-modif/debian/rules  2003-03-16 14:45:01.0 +0100
@@ -6,10 +6,21 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+  CFLAGS += -O0
+else 
+  ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), hppa))
+CFLAGS += -O0
+  else
+CFLAGS += -O2
+  endif
+endif
+
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 config_args = $(DEB_HOST_GNU_TYPE)
 else
 config_args = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
@@ -18,11 +29,12 @@
 build-stamp:
dh_testdir
 
# Add here commands to compile the package.
cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub .
-   ./configure --prefix=/usr --mandir=/usr/share/man \
+   CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" ./configure \
+ --prefix=/usr --mandir=/usr/share/man \
--enable-devdsp --enable-devmidi $(config_args)
$(MAKE)
 
touch build-stamp
 


pgpdVdQRYKhr0.pgp
Description: PGP signature


Processed: Re: beast_0.4.1-3(hppa/unstable): FTBFS: g++ 3.0 errors

2003-03-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 171127 pending
Bug#171127: beast_0.4.1-3(hppa/unstable): FTBFS: g++ 3.0 errors
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#185011: playmidi: new upstream version 2.5

2003-03-16 Thread Noel Koethe
Package: playmidi
Version: 2.4-4
Severity: wishlist

Hello,

latest upstream version is 2.5 and can be found here:

https://sourceforge.net/projects/playmidi/

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux neo 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (ignored: LC_ALL set)

Versions of packages playmidi depends on:
ii  debconf   1.2.32 Debian configuration management sy
ii  libc6 2.3.1-14   GNU C Library: Shared libraries an
ii  libncurses5   5.3.20021109-2 Shared libraries for terminal hand
ii  libxaw7   4.2.1-6X Athena widget set library
ii  svgalibg1 1:1.4.3-11 Console SVGA display libraries
ii  xlibs 4.2.1-6X Window System client libraries

-- debconf information:
* playmidi/options: 




Bug#185019: kleandisk is a kde 2 package and not installable anymore

2003-03-16 Thread Noel Koethe
Package: kleandisk
Version: 2.1-beta2-3
Severity: grave
Tags: sid

# apt-get install kleandisk
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
 
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
 
Sorry, but the following packages have unmet dependencies:
  kleandisk: Depends: kdelibs3 (>= 4:2.2.2-1) but it is not going to be 
installed
 Depends: libfam0 but it is not going to be installed
 Depends: kdebase-libs but it is not going to be installed
E: Sorry, broken packages

if nobody takes the package (#159405) it may be a good idea to remove
it.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux neo 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (ignored: LC_ALL set)




Bug#182474: taking package

2003-03-16 Thread Chris Cheney
I will take over the package and do a new upload once I discuss it with
the other debian KDE maintainers to see how it should be organized.

Thanks,

Chris