Bug#325910: Patch for the passwd.config RC bug

2005-09-01 Thread Christian Perrier
325910 was filed RC by Tollef on my request against passwd, to prevent
the 4.0.3-39 package to enter testing. This would completely break d-i
testing installs. Fortunately, for a reason I currently ignore,
4.0.3-39 did not enter testing yet.

Unfortunately for Ubuntu, they use unstable..:-)

Tollef's suggestion is right but it would have the bad consequence of
reverting to a behaviour we changed after a d-i install report by our
former DPL:

-if the password mismatch, the user is then prompted again for user
 information (user account) instead of just being re-prompted for
 passwords


The attached patch is, IMHO, better. It adds a state to the state
machine in passwd.config.

To test passwd.config some hacks are needed: this script is designed
to run only when the package is installed and not when it is
reconfigured.

Moreover, the user addition code only runs when no regular user
exists, which is nearly never true on live systems..:-)

So, to test it on a live unstable system:

-apply the patch to /var/lib/dpkg/info/passwd.config (should I tell
you to back it up?)
-comment lines 10 to 12 (if test)
-change return 0 in the is_system_user function to return 1
-set debconf to medium priority
-run dpkg-reconfigure passwd

ALL these changes are very important is you want to avoid looping..:-)

Drawback: this will probably add at least one user on the test
system. Don't forget deleting it.

Drawback 2: making is_system_user always returning 1 will make the
code checking for an existing user be useless of course. So, after
creating a user...the system will loop and prompt you for another
one. Of course, you should then refuse this.

Again, PLEASE TEST. This part of code is used by Debian Installer and
is critical for it.

To D-I people: this bringed back to me the idea of a passwd udeb
including code to run the user setting stuff in stage 1. I guess that
Joey is thinking about it in order to get rid of base-config. As soon
as the shadow team has completed the sync with usptream work, we
should begin working on this. Help welcomed. I know this idea also
floats in Ubuntu.


-- 



--- passwd.config.save  2005-08-31 20:24:04.0 +0200
+++ passwd.config   2005-09-01 07:34:51.0 +0200
@@ -98,7 +98,7 @@
 # Main loop starts here. Use a state machine to allow jumping back to
 # previous questions.
 STATE=0
-while [ $STATE != '9' ]  [ $STATE != '-1' ]; do
+while [ $STATE != '10' ]  [ $STATE != '-1' ]; do
case $STATE in
0)
# Ask how the password files should be set up.
@@ -200,10 +200,6 @@
fi
fi
db_input critical passwd/username || true
-   db_input critical passwd/user-password || true
-   COMPARE_PW=''
-   db_input critical passwd/user-password-again \
-COMPARE_PW=1 || true
fi
;;
8)
@@ -221,6 +217,15 @@
continue
fi

+   db_input critical passwd/user-password || true
+   COMPARE_PW=''
+   db_input critical passwd/user-password-again \
+COMPARE_PW=1 || true
+   fi
+   ;;
+   9)
+   db_get passwd/make-user
+   if [ $RET = true ]  ! is_system_user; then
# Compare the two passwords, loop with message if not
# identical, or if empty.
db_get passwd/user-password


Processed: specific to the unstable version with changed build-deps

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 320577 1.0.1-3
Bug#320577: FTBFS: missing build-deps
Bug marked as found in version 1.0.1-3.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319147: still happens

2005-09-01 Thread Loïc Minier
Hi,

On Wed, Aug 31, 2005, Blars Blarson wrote:
 Build and config logs attached.

 Thanks, the config.log shows that the MCSC family isn't implemented in
 Linux/sparc.

 The upstream code has a different core implementation in this case, but
 they said this was mostly unsupported (as in not used anymore, and not
 maintained), however it seems this is what sparc uses for gstreamer0.8
 since forever.

 I think we can fix the GCC 4 build issues of this code path and return
 to a package at least as usable as it was prior to the GCC 4 switch,
 but of course the best solution would be to implement and use
 getcontext/makecontext and co.  I don't have skills nor time to
 implement these functions, so I'll go for the first option.

 I don't have access to a Debian sparc, so I would like you to check the
 GCC 4 build patch I've sent upstream at:
http://bugzilla.gnome.org/show_bug.cgi?id=312812

 This would only bring us to the next GCC 4 warning though.

   Bye,

-- 
Loïc Minier [EMAIL PROTECTED]
Come, your destiny awaits!



Bug#325490: ale: unable to open image `[mangled file name]': No such file or directory.

2005-09-01 Thread Daniel Kobras
On Wed, Aug 31, 2005 at 06:04:51PM -0700, Steve Langasek wrote:
 It's been my experience with this kind of ABI breakage that the only
 good way out is through.  If upstream has not been responsive to the
 need to change the soname in response to the ABI changes, then I would
 at least recommend changing the library package name to something like
 libmagick6debian1 so that this can be sorted out within the Debian
 package dependencies in unstable while we're waiting.

I've just gotten a response from upstream that they're going to bump the
soname in the upcoming release 6.2.4-4 which is due in the next days.
(And in terms of imagemagick release frequency, days usually really
means days and not weeks.) Given that the breakage must have been around
since the beginning of June, we can probably afford to wait these extra
days before starting to pull Debian-specific stunts, I think. The
cleanup work won't be any less anyway. Unfortunately, introducing the
bumped soname means we'll be adding yet another transition to the pile.

Regards,

Daniel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#320156: darcs: depends on non-existing package libgmp3

2005-09-01 Thread Steve Langasek
On Thu, Sep 01, 2005 at 06:47:16AM +0200, Norbert Tretkowski wrote:
 * Norbert Tretkowski wrote:
  * Nickolay S. Savchenko wrote:
   darcs depends on libgmp3, which currently is not in unstable
   distribution. 

  This is because of the C++ ABI transition. Before darcs can get
  fixed, an updated version of ghc6 built against libgmp3c2 needs to
  be uploaded to unstable.

 FYI, ghc6 6.4-4.1 built against libgmp3c2 was just uploaded to
 unstable.

Please note that because ghc6 build-depends on itself, it will require
manual bootstrapping on all architectures, so things are not quite ready
for other haskell-using packages to be uploaded to unstable.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#325490: ale: unable to open image `[mangled file name]': No such file or directory.

2005-09-01 Thread Steve Langasek
On Thu, Sep 01, 2005 at 09:15:34AM +0200, Daniel Kobras wrote:
 On Wed, Aug 31, 2005 at 06:04:51PM -0700, Steve Langasek wrote:
  It's been my experience with this kind of ABI breakage that the only
  good way out is through.  If upstream has not been responsive to the
  need to change the soname in response to the ABI changes, then I would
  at least recommend changing the library package name to something like
  libmagick6debian1 so that this can be sorted out within the Debian
  package dependencies in unstable while we're waiting.

 I've just gotten a response from upstream that they're going to bump the
 soname in the upcoming release 6.2.4-4 which is due in the next days.
 (And in terms of imagemagick release frequency, days usually really
 means days and not weeks.) Given that the breakage must have been around
 since the beginning of June, we can probably afford to wait these extra
 days before starting to pull Debian-specific stunts, I think.

Ok, great to hear.

 The cleanup work won't be any less anyway. Unfortunately, introducing
 the bumped soname means we'll be adding yet another transition to the
 pile.

Yeah, but you definitely have priority here given that the ABI has
already been broken for a while.  Anyway, it looks like this one is
going to be tied up with both the KDE and the libsnmp transitions.
Should be fun. :)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#318946: more information on the bug

2005-09-01 Thread Lorenzo Martignoni
The bug affects Shorewall 2.2.x and 2.4.x but the only affected Debian
package is shorewall_2.2.3-1 which is currently in Sarge. 

The problem with this bug is that clients which mac addresses are known
can bypass the firewall rules and do whatever they want: if
MACLIST_DISPOSITION is set to ACCEPT or MACLIST_TTL is not set to ZERO
then any client which mac address is listed in /etc/shorewall/maclist is
allowed to perform any kind of traffic on the network as the firewall
doesn't filter its requests. In my opinion this is a vulnerability.

MACLIST_DISPOSITION is set to ACCEPT to indicate that a client, which
mac address is not know, is allowed to use the network and that its
packets can be treated as the ones coming from any other hosts of the
same network (or firewall zone). According the documentation:
MACLIST_DISPOSITION determines the disposition of connection requests
that fail MAC verification. MACLIST_TTL is used to set the lifetime of
mac addresses cache to reduce the overhead of addresses lookup in
/etc/shorewall/maclist (using ipt_recent netfilter module).

I tested the bug on my home system: the desktop pc acts as firewall and
the laptop was connected to it via a wireless link. The wlan interface
of the firewall used the mac-filtering (i.e.  maclist option is set for
that interface in /etc/shorewall/interfaces) and MACLIST_DISPOSITION was
set to REJECT and MACLIST_TTL to ZERO.  The client traffic was perfectly
allowed or rejected according the rules of the firewall. When I set to
10 MACLIST_TTL the laptop became allowed to pass silently through the
firewall: traffic previously allowed was still allowed and traffic
previously denied became allowed too. The same happened when I set
MACLIST_DISPOSITION to ACCEPT and with other possible combinations of
these options. 

I attached to this email a copy of the patch that fixes the security
problem. It is a backport of the upstream author patch for version
2.2.5. The BTS already contains a link to an updated version of the
package.

-- lorenzo
diff -urNad shorewall-2.2.3/firewall /tmp/dpep.v6MqTc/shorewall-2.2.3/firewall
--- shorewall-2.2.3/firewall2005-04-10 23:58:12.0 +0200
+++ /tmp/dpep.v6MqTc/shorewall-2.2.3/firewall   2005-07-18 21:04:43.0 
+0200
@@ -464,11 +464,6 @@
echo $(chain_base $1)_mac
 }
 
-macrecent_target() # $1 - interface
-{
-[ -n $MACLIST_TTL ]  echo $(chain_base $1)_rec || echo RETURN
-}
-
 #
 # Functions for creating dynamic zone rules
 #
@@ -494,6 +489,11 @@
echo ${c}_dyni ${c}_dynf ${c}_dyno
 }
 
+macrecent_target() # $1 - interface
+{
+[ -n $MACLIST_TTL ]  echo $(chain_base $1)_rec || echo RETURN
+}
+
 #
 # DNAT Chain from a zone
 #
@@ -2035,13 +2035,14 @@
 for interface in $maclist_interfaces; do
chain=$(mac_chain $interface)
createchain $chain no
-   
+
if [ -n $MACLIST_TTL ]; then
chain1=$(macrecent_target $interface)
createchain $chain1 no
-   run_iptables -A $chain  -m recent --rcheck --seconds $MACLIST_TTL 
--name $chain -j $chain1
-   run_iptables -A $chain1 -m recent --update
--name $chain -j ACCEPT
-   run_iptables -A $chain1 -m recent --set   
--name $chain -j ACCEPT
+   run_iptables -A $chain  -m recent --rcheck --seconds $MACLIST_TTL 
--name $chain -j RETURN
+   run_iptables -A $chain  
-j $chain1
+   run_iptables -A $chain  -m recent --update
--name $chain -j RETURN
+   run_iptables -A $chain  -m recent --set   
--name $chain
fi
 done
 #
@@ -2061,8 +2062,7 @@
esac
fi
 
-   chain=$(mac_chain $interface)
-   chain1=$(macrecent_target $interface)
+   [ -n $MACLIST_TTL ]  chain=$(macrecent_target $interface) || 
chain=$(mac_chain $interface)
 
if ! havechain $chain ; then
fatal_error No hosts on $interface have the maclist option 
specified
@@ -2071,10 +2071,10 @@
macpart=$(mac_match $mac)
 
if [ -z $addresses ]; then
-   run_iptables -A $chain $macpart $physdev_part -j $chain1
+   run_iptables -A $chain $macpart $physdev_part -j RETURN
else
for address in $(separate_list $addresses) ; do
-   run_iptables2 -A $chain $macpart -s $address $physdev_part -j 
$chain1
+   run_iptables2 -A $chain $macpart -s $address $physdev_part -j 
RETURN
done
fi
 done  $TMP_DIR/maclist
@@ -2083,8 +2083,7 @@
 # chains
 #
 for interface in $maclist_interfaces; do
-   chain=$(mac_chain $interface)
-   chain1=$(macrecent_target $interface)
+   [ -n $MACLIST_TTL ]  chain=$(macrecent_target $interface) || 
chain=$(mac_chain $interface)
 
blob=$(ip link show $interface 2 /dev/null)
 
@@ -2092,12 +2091,13 @@
fatal_error Interface $interface must 

Bug#326006: kde-i18n: FTBFS: Missing Build-Depends on 'bzip2'

2005-09-01 Thread Andreas Jochens
Package: kde-i18n
Version: 4:3.4.2-2
Severity: serious
Tags: patch

When building 'kde-i18n' in a clean 'unstable' chroot,
I get the following error:

dh_testdir
# extract the bzip2 languages
for i in `ls -1 kde-i18n*.bz2`;do \
  tar xfj $i;\
done
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2

Please add the missing Build-Depends on 'bzip2'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kde-i18n-3.4.2/debian/control ./debian/control
--- ../tmp-orig/kde-i18n-3.4.2/debian/control   2005-09-01 06:23:22.0 
+
+++ ./debian/control2005-09-01 06:23:10.0 +
@@ -1,5 +1,5 @@
 Source: kde-i18n
-Build-Depends: autoconf, automake1.9, debhelper ( 4.2.0), kdelibs4-dev (= 
3.4.2-0), gawk, gettext
+Build-Depends: autoconf, automake1.9, debhelper ( 4.2.0), bzip2, 
kdelibs4-dev (= 3.4.2-0), gawk, gettext
 Section: kde
 Priority: optional
 Maintainer: Noèl Köthe [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326007: imapfilter: Immediately aborts with *** glibc detected *** corrupted double-linked list: 0xb7d84218 ***

2005-09-01 Thread Ulf Rompe
Package: imapfilter
Version: 1:1.1-1
Severity: grave
Justification: renders package unusable

imapfilter dies after setting up an imap connection:

LANG=C imapfilter -v
S (3): * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE 
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION 
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.  See 
COPYING for distribution information.
C (3): 1000 CAPABILITY
S (3): 1000 OK CAPABILITY completed
C (3): 1001 STARTTLS
S (3): 1001 OK Begin SSL/TLS negotiation now.
C (3): 1002 CAPABILITY
S (3): 1002 OK CAPABILITY completed
*** glibc detected *** corrupted double-linked list: 0xb7df1218 ***
Aborted


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages imapfilter depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  liblua50  5.0.2-5Main interpreter library for the L
ii  liblualib50   5.0.2-5Extension library for the Lua 5.0 
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries

imapfilter recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289690: cannot access some files with samba

2005-09-01 Thread Daniel Kabs
Hello,

this is my first comment on bugs.debian.org. I hope this is the correct way to 
add my 5 cent to it.

I've just installed Debian sarge. So far, so good :-)

Mounting a shared folder from a Windows XP (SP2) machine worked
  mount -t smb -o username=daniel //javascript/freigabe/win
but copying files failed with 
  cp: reading `/win/datafile': Input/output error

At the same time the kernel messages show
  smb_proc_readX_data: offset is larger than SMB_READX_MAX_PAD or negative!
  smb_proc_readX_data: -59  64 || -59  0
  smb_add_request: request [ce51ce80, mid=32582] timed out!

So I can confirm this bug for Windows XP :-(

Workaround:
Mounting the XP machine using cifs 
  mount -t cifs -o username=daniel //javascript/freigabe /win
does cure the problem.

Cheers
Daniel Kabs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326008: apt-listbugs fails with deadlock

2005-09-01 Thread Lukas Ruf
Package: apt-listbugs
Version: 0.0.49
Severity: grave
Justification: renders package unusable


during the upgrade today, apt-listbugs reported the following error:

Retrieving bug reports... 66% [4/6]deadlock 0x4073cee4: sleep:-  - 
/usr/lib/ruby/1
deadlock 0x402db748: sleep:J(0x4073cee4) (main) - /usr/sbin/apt-listbugs:1113
/usr/sbin/apt-listbugs:1083:in `create': Thread(0x40580240): deadlock (fatal)
from /usr/sbin/apt-listbugs:1112:in `each'
from /usr/sbin/apt-listbugs:1112:in `create'
from /usr/sbin/apt-listbugs:1360
Warning: apt-listbugs exited abnormally, hit enter key to continue.

Best regards,
Lukas, http://www.lpr.ch

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)

Versions of packages apt-listbugs depends on:
ii  apt   0.6.40.1   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.1  modules/classes for dpkg on ruby 1
ii  libintl-gettext-ruby1.8   0.11-5 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.2-9Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-1Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented

apt-listbugs recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325961: depends on a FLAC library no longer available in unstable

2005-09-01 Thread Eric Wong
Hi Richard, 

I have a new mpd package (0.11.5-5) available here which fixes #325961
(and #317769 which I managed to forget for a while).  Can you please
sponsor an upload ASAP since people can't install mpd 0.11.5-4 in sid?

Thank you.
 
http://musicpd.org/~normalperson/debian/unstable/


Joshua Kwan [EMAIL PROTECTED] wrote:
 Please contact me if you have any questions regarding the transition.
 Sorry for the inconvenience, and thank you.

Joshua:

If Richard doesn't have time to sponsor, will you?  Thank you (for
maintaining the FLAC packages, too).

-- 
Eric Wong


signature.asc
Description: Digital signature


Bug#324483: swf-player

2005-09-01 Thread Filipus Klutiero
I've seen swf-player break poorly related software already, like making 
gqview segfault at startup in some occasions.
The responsibility of the crash (in that example) can be discussed, but 
swf-player is definitely very broken (I didn't even care to report the 
gqview segfault). Since sqf-player is basically unusable and breaks 
other software, I suggest downgrading this to important (if not normal) 
unless you can reproduce even without libswfdec0.3 installed.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326010: dvgrab: FTBFS: quicktime/quicktime.h: No such file or directory

2005-09-01 Thread Andreas Jochens
Package: dvgrab
Version: 1.8-2
Severity: serious
Tags: patch

When building 'dvgrab' on amd64/unstable,
I get the following error:

In file included from dvgrab.h:31,
 from main.cc:75:
filehandler.h:195:33: error: quicktime/quicktime.h: No such file or directory
filehandler.h:213: error: ISO C++ forbids declaration of 'quicktime_t' with no 
type
filehandler.h:213: error: expected ';' before '*' token
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/dvgrab-1.8'
make: *** [build-stamp] Error 2

With the attached patch 'dvgrab' can be compiled on amd64/unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/dvgrab-1.8/configure ./configure
--- ../tmp-orig/dvgrab-1.8/configure2005-04-09 20:56:18.0 +
+++ ./configure 2005-09-01 07:46:17.0 +
@@ -6303,7 +6303,7 @@
 
 
 
-for ac_header in quicktime/quicktime.h
+for ac_header in lqt/quicktime.h
 do
 as_ac_Header=`echo ac_cv_header_$ac_header | $as_tr_sh`
 if eval test \\${$as_ac_Header+set}\ = set; then
diff -urN ../tmp-orig/dvgrab-1.8/configure.in ./configure.in
--- ../tmp-orig/dvgrab-1.8/configure.in 2005-04-09 20:54:32.0 +
+++ ./configure.in  2005-09-01 07:50:35.0 +
@@ -67,7 +67,7 @@
AC_WARN(libdv missing; I make better dv2 AVI files with libdv 0.98 or 
newer installed.)
 ])
 
-AC_CHECK_HEADERS(quicktime/quicktime.h,,
+AC_CHECK_HEADERS(lqt/quicktime.h,,
 [
AC_WARN(quicktime headers missing; install libquicktime or 
quicktime4linux to support Quicktime files.)
 ])
diff -urN ../tmp-orig/dvgrab-1.8/filehandler.h ./filehandler.h
--- ../tmp-orig/dvgrab-1.8/filehandler.h2004-07-22 02:25:14.0 
+
+++ ./filehandler.h 2005-09-01 07:44:02.0 +
@@ -192,7 +192,7 @@
 };
 
 #ifdef HAVE_LIBQUICKTIME
-#include quicktime/quicktime.h
+#include lqt/quicktime.h
 
 class QtHandler: public FileHandler
 {


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#317558: please change icu-doc to icu28-doc when doing the g++-4 transition upload

2005-09-01 Thread Steve Langasek
Hi Eduard,

It appears that all of icu28's reverse-dependencies have successfully
transitioned to icu32.  Do you have any objections to requesting removal
of icu28 from unstable?

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#326006: kde-i18n: FTBFS: Missing Build-Depends on 'bzip2'

2005-09-01 Thread Noèl Köthe
Am Donnerstag, den 01.09.2005, 09:32 +0200 schrieb Andreas Jochens:

 I get the following error:

 tar: bzip2: Cannot exec: No such file or directory
 tar: Error is not recoverable: exiting now
 tar: Child returned status 2
 
 Please add the missing Build-Depends on 'bzip2'
 to debian/control.

Args. Yes you are right. I forgot this. Sorry. I will upload a fixed
package today or tomorrow.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: This is a digitally signed message part


Bug#324098: Dependencies in rscheme for etch.

2005-09-01 Thread Lars Bahner

I have changed the dependencies for rscheme from libgmp3-dev to
libgmp3c2, to solve bug 325856. I cannot build the package for
uploading, though . I have talked to upstream, and we agree for
the moment, that making a dependency on gcc ( 3.4) is not the way to
go.

We are working on this.

-- 
http://lars.bahner.com; Voice: +47 92884492; Postal: N-3870 Fyresdal
pub  1024D/54ECB8AF 2004-01-13 Lars Bahner [EMAIL PROTECTED]
 Key fingerprint = 0765 31CE 6223 B28C 1A64  4F7A 9972 7C14 54EC B8AF
sub  2048g/39A653E4 2004-01-13


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289690: cannot access some files with samba

2005-09-01 Thread Horms
On Thu, Sep 01, 2005 at 09:54:45AM +0200, Daniel Kabs wrote:
 Hello,
 
 this is my first comment on bugs.debian.org. I hope this is the
 correct way to add my 5 cent to it.

Yes, indeed it is, thanks for the additional information.

-- 
Horms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#310398: Update: version problems

2005-09-01 Thread blacknoz
Hi,

I'm currently moving from one house to another and definitely did
not find time to build an updated version. I've provided an uptodate
pgadmin3 dev branch version depending on libwxgtk2.6 for download
on my site during summer.

It can be found from here as a poor workaround:
http://www.enrici.com/pgadmin/debian/1.3.0/20050724/

I'll update packages as soon as time permits it, thanks.
(I really hope to do it rapidly now, I have to recheck all bugs opened
as the new wx version close most of them).

Raphaël

Message d'origine
Sujet: Bug#310398: Update: version problems
De: Graham Smith [EMAIL PROTECTED]
A: [EMAIL PROTECTED]
Date: Tue, 30 Aug 2005 16:23:16 +0100

Note sure if this should be a separate bug report but it seems to be related 
to this issue. 

Although the above mentioned version mismatch has been fixed pgadmin still can 
not be installed. It seems to require exactly libwxgtk2.5.3 even though the 
dependencies indicate a later version (libwxgtk2.6-0 is in unstable) will 
work.

Graham






Bug#317558: please change icu-doc to icu28-doc when doing the g++-4 transition upload

2005-09-01 Thread Eduard Bloch
#include hallo.h
* Steve Langasek [Thu, Sep 01 2005, 01:06:37AM]:

 It appears that all of icu28's reverse-dependencies have successfully
 transitioned to icu32.  Do you have any objections to requesting removal
 of icu28 from unstable?

The removal is already requested and waiting for FTP master's work (#324343).

Eduard.
-- 
The Great Maker has gifted us with great big eyes, and great big
scanners, and great big ah ... well that is no concern of yours.
(Londo Mollari, Babylon 5)



Processed: merging 323563 325852

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.14
 merge 323563 325852
Bug#323563: maxima: uninstallable
Bug#325852: maxima: uninstallable in sid: please rebuild against libgmp3c2
Merged 323563 325852.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: kdemultimedia rebuild so libjack0.80.0-0 should not be a dependency anymore

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 320348 4:3.4.2-1
Bug#320348: akode: dependency package libjack0.80.0-0 removed from repository
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 4:3.4.2-1, send any further explanations to 
Markus Kolb [EMAIL PROTECTED]

 thanks mate
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#320348: kdemultimedia rebuild so libjack0.80.0-0 should not be a dependency anymore

2005-09-01 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

close 320348 4:3.4.2-1
thanks mate

Explanation in subject...

Cheers

Luk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDFr5J5UTeB5t8Mo0RAlIeAJsHDlWpIJ69+sxeZCZaIPODem8DIwCbBqui
QsOct07IwngVaesFeqn6iE0=
=Ubr5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Andreas Jochens
Package: icewm
Version: 1.2.22-2
Severity: serious
Tags: patch

When building 'icewm' in a clean 'unstable' chroot on amd64,
I get the following error:

checking for XShapeCombineRectangles in -lXext... yes
checking for XineramaQueryScreens in -lXinerama... no
configure: error: Xinerama can not be found
make[1]: *** [stamp-conf-lite] Error 1
make[1]: Leaving directory `/icewm-1.2.22'
make: *** [build-stamp] Error 2

Please add the missing Build-Depends on 
'libxpm-dev, librandr-dev, libxinerama-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/icewm-1.2.22/debian/control ./debian/control
--- ../tmp-orig/icewm-1.2.22/debian/control 2005-08-09 11:20:28.0 
+
+++ ./debian/control2005-08-09 11:20:16.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Eduard Bloch [EMAIL PROTECTED]
 Uploaders: Jerome Marant [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), libxrender-dev, imlib11-dev, 
libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev ( 2.1.1) | 
libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev [i386 ia64 
powerpc]
+Build-Depends: debhelper, libxpm-dev, libxrandr-dev, libxrender-dev, 
imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev 
( 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev 
[amd64 i386 ia64 powerpc ppc64]
 Build-Conflicts: libttf-dev
 Standards-Version: 3.6.2.1
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326018: FTBFS: mlgmp_20021123-6 (unstable/m68k): internal compiler error

2005-09-01 Thread Steve Langasek
Package: mlgmp
Version: 20021123-6
Severity: serious

Hi Mike,

It appears that mlgmp is failing to build on m68k with an ICE:

 ocamlc -g  -c gmp.ml
 gcc -Wall -Wno-unused -g -O3 -fPIC -I /usr/lib/ocaml/3.08.3-c -o 
mlgmp_z.o mlgmp_z.c
 In file included from mlgmp_z.c:13:
 conversions.c:68: warning: ignoring #pragma inline 
 conversions.c:92: warning: ignoring #pragma inline 
 mlgmp_z.c: In function '_mlgmp_z_neg':
 mlgmp_z.c:260: internal compiler error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 For Debian GNU/Linux specific bug reporting instructions,
 see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
 make[1]: *** [mlgmp_z.o] Error 1

Unfortunately no build log is available for this build since it seems to
have not made it to buildd.debian.org, but you can find the current
wanna-build status of the package (which includes the notes made by the
buildd maintainer) at
http://cerberus.0c3.net/~buildd/package_status.php?arch=m68kpkg=mlgmpsearchtype=go.

There appear to be a number of bugs in gcc-4.0 related to -O3
optimization on m68k.  It's possible that you can get mlgmp to build by
lowering this optimization level to -O2, which btw is the recommended
default optimization according to policy.

Since gmp's ABI transition is tied to gcc-4.0 and we're trying to get
both packages moved into testing ASAP after glibc 2.3.5 transitions,
mlgmp will be removed from testing temporarily pending resolution of
this bug.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#324531: fixed in pcre3 6.3-1

2005-09-01 Thread Daniel Tiefnig
Hej,

so how about libpcre in sarge? It's also affected, isn't it? The upload
to unstable won't fix that. Has the security team been contacted?


lg,
daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324859: marked as done (mlton: uninstallable because of dependency to libgmp3)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 02:32:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#324859: fixed in mlton 20050901-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 24 Aug 2005 13:05:18 +
From [EMAIL PROTECTED] Wed Aug 24 06:05:18 2005
Return-path: [EMAIL PROTECTED]
Received: from outmail1.freedom2surf.net (outmail.freedom2surf.net) 
[194.106.33.237] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E7uwP-000502-00; Wed, 24 Aug 2005 06:05:18 -0700
Received: from arakis (i-83-67-3-169.freedom2surf.net [83.67.3.169])
by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id 
j7OD4kci028953
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);
Wed, 24 Aug 2005 14:04:46 +0100
Received: from mod by arakis with local (Exim 4.52)
id 1E7uwe-00015x-Cj; Wed, 24 Aug 2005 14:05:32 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Vasilis Vasaitis [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: mlton: uninstallable because of dependency to libgmp3
X-Mailer: reportbug 3.16
Date: Wed, 24 Aug 2005 14:05:32 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: mlton
Version: 20050822-1
Severity: grave
Tags: sid
Justification: renders package unusable


  Hello,

  The new version of the mlton package that has just been uploaded is
on the wrong side of the C++ transition; it has been compiled against
libgmp3, which does not even exist in the archive any more. The
solution is to compile it against libgmp3c2, which is the version of
the library that follows the new C++ ABI.

Thanks,
Vasilis

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-ck5
Locale: LANG=el_GR.ISO8859-7, LC_CTYPE=el_GR.ISO8859-7 (charmap=ISO-8859-7)

Versions of packages mlton depends on:
ii  gcc   4:4.0.1-3  The GNU C compiler
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libgmp3-dev   4.1.4-10   Multiprecision arithmetic library 

mlton recommends no packages.

-- no debconf information

---
Received: (at 324859-close) by bugs.debian.org; 1 Sep 2005 09:39:23 +
From [EMAIL PROTECTED] Thu Sep 01 02:39:23 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EAlQU-0003iJ-00; Thu, 01 Sep 2005 02:32:06 -0700
From: Stephen Weeks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324859: fixed in mlton 20050901-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 02:32:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: mlton
Source-Version: 20050901-1

We believe that the bug you reported is fixed in the latest version of
mlton, which is due to be installed in the Debian FTP archive:

mlton_20050901-1.diff.gz
  to pool/main/m/mlton/mlton_20050901-1.diff.gz
mlton_20050901-1.dsc
  to pool/main/m/mlton/mlton_20050901-1.dsc
mlton_20050901-1_i386.deb
  to pool/main/m/mlton/mlton_20050901-1_i386.deb
mlton_20050901.orig.tar.gz
  to pool/main/m/mlton/mlton_20050901.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Weeks [EMAIL PROTECTED] (supplier of updated mlton package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive

Processed: severity of 325951 is grave

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.14
 severity 325951 grave
Bug#325951: depends on a FLAC library no longer available in unstable
Severity set to `grave'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Steve Langasek
tags 326020 -patch
merge 326060 319311
thanks

On Thu, Sep 01, 2005 at 11:29:58AM +0200, Andreas Jochens wrote:
 When building 'icewm' in a clean 'unstable' chroot on amd64,
 I get the following error:

 checking for XShapeCombineRectangles in -lXext... yes
 checking for XineramaQueryScreens in -lXinerama... no
 configure: error: Xinerama can not be found
 make[1]: *** [stamp-conf-lite] Error 1
 make[1]: Leaving directory `/icewm-1.2.22'
 make: *** [build-stamp] Error 2

 Please add the missing Build-Depends on 
 'libxpm-dev, librandr-dev, libxinerama-dev'
 to debian/control.

 Regards
 Andreas Jochens

 diff -urN ../tmp-orig/icewm-1.2.22/debian/control ./debian/control
 --- ../tmp-orig/icewm-1.2.22/debian/control   2005-08-09 11:20:28.0 
 +
 +++ ./debian/control  2005-08-09 11:20:16.0 +
 @@ -3,7 +3,7 @@
  Priority: optional
  Maintainer: Eduard Bloch [EMAIL PROTECTED]
  Uploaders: Jerome Marant [EMAIL PROTECTED]
 -Build-Depends: debhelper ( 4.0.0), libxrender-dev, imlib11-dev, 
 libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev ( 2.1.1) | 
 libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev [i386 ia64 
 powerpc]
 +Build-Depends: debhelper, libxpm-dev, libxrandr-dev, libxrender-dev, 
 imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev 
 ( 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev 
 [amd64 i386 ia64 powerpc ppc64]
  Build-Conflicts: libttf-dev
  Standards-Version: 3.6.2.1

This bug is a duplicate of bug #319311, and this patch is wrong.

- there is nothing architecture-specific about the libxinerama-dev
  build-dependency; you should not extend this brokenness with further
  enumeration of architectures
- nothing in the quoted error gives any reason why libxpm-dev and
  libxrandr-dev should be added as build-dependencies.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Processed: Re: Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 326020 -patch
Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, 
librandr-dev, libxinerama-dev'
Tags were: patch
Tags removed: patch

 merge 326060 319311
Bug#319311: icewm_1.2.22-2(alpha/unstable): broken upload
Bug number 326060 not found.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325851: Various security bugs unfixed in debian stable

2005-09-01 Thread Alexander Sack
On Thu, Sep 01, 2005 at 09:23:52AM +0200, Florian Weimer wrote:
 * Alexander Sack:
 
  Version: 2:1.7.8-1sarge1
 
  + CAN-2005-1937/MFSA 2005-51 The return of frame-injection spoofing
(- was already fixed with 2:1.7.8-1sarge1)
 
 Pardon?  Is this one still open or not?

You are right, this problem is not in 2:1.7.8-1sarge1 ... I should have
dropped this from this bug report. Anyway, since the fix/patch is replaced and
in the next upload I listed this issue in this report too.

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: merging 326020 319311

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.14
 merge 326020 319311
Bug#319311: icewm_1.2.22-2(alpha/unstable): broken upload
Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, 
librandr-dev, libxinerama-dev'
Merged 319311 326020.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326025: ispell-fi: FTBFS: Missing Build-Depends on 'aspell'

2005-09-01 Thread Andreas Jochens
Package: ispell-fi
Version: 0.7-16
Severity: serious
Tags: patch

When building 'ispell-fi' in a clean 'unstable' chroot,
I get the following error:

install -o root -g root -m 0644 debian/changelog 
/ispell-fi-0.7/debian/tmp/aspell-fi/usr/share/doc/aspell-fi/changelog.Debian
gzip -9 
/ispell-fi-0.7/debian/tmp/aspell-fi/usr/share/doc/aspell-fi/changelog.Debian
aspell --lang=fi create master ./fi  fi.wl
/bin/sh: aspell: command not found
make: *** [debian/stamp/binary/aspell-fi] Error 127

Please add the missing Build-Depends on 'aspell'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ispell-fi-0.7/debian/control ./debian/control
--- ../tmp-orig/ispell-fi-0.7/debian/control2005-09-01 09:56:48.0 
+
+++ ./debian/control2005-09-01 09:56:45.0 +
@@ -3,7 +3,7 @@
 Section: text
 Priority: optional
 Standards-Version: 3.6.1.0
-Build-Depends: ispell (= 3.1.20.0-1.1), dictionaries-common-dev (= 0.20), 
libmyspell-dev (= 1:3.1-5), bzip2
+Build-Depends: ispell (= 3.1.20.0-1.1), aspell, dictionaries-common-dev (= 
0.20), libmyspell-dev (= 1:3.1-5), bzip2
 
 Package: ifinnish-large
 Architecture: any


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#310712: Patch

2005-09-01 Thread Martin Pitt
tag 310712 patch
thanks

Could you plase fix this really trivial, but highly important bug?
(also in Sarge).

  http://patches.ubuntu.com/patches/gxine.CAN-2005-1692.diff

Thanks!

Martin
-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Processed: Patch

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 310712 patch
Bug#310712: Remotely-exploitable missing-format-string vulnerability in some 
message dialogue boxes
Tags were: fixed-upstream security
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325421: acknowledged by developer (I think this is fixed)

2005-09-01 Thread Martijn Pieters

I think this bug is also fixed by the bugfix in 1.8.10-15 of gnucash.
Please install that and if the bug still occurs for you, reopen this
bug report and I will see what I can figure out.


The bug still occurs with -15 and the G26 theme. I can work fine with 
another theme, like Geramik. Looks like a problem in the G26 theme to me.


Martijn Pieters


signature.asc
Description: OpenPGP digital signature


Bug#326029: uml-utilities: fails to configure

2005-09-01 Thread Steinar H. Gunderson
Package: uml-utilities
Version: 20040406-1
Severity: serious

“aptitude install user-mode-linux” gives:

Reading package lists... Done
Building dependency tree... Done
Reading extended state information   
Initializing package states... Done
The following NEW packages will be automatically installed:
  uml-utilities 
The following NEW packages will be installed:
  uml-utilities user-mode-linux 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 3002kB of archives. After unpacking 7840kB will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Get:1 http://debian.samfundet.no unstable/main uml-utilities 20040406-1 [46.3kB]
Get:2 http://debian.samfundet.no unstable/main user-mode-linux 2.4.26-3um-1 
[2956kB]
Fetched 3002kB in 0s (7927kB/s)   
Selecting previously deselected package uml-utilities.
(Reading database ... 97879 files and directories currently installed.)
Unpacking uml-utilities (from .../uml-utilities_20040406-1_i386.deb) ...
Selecting previously deselected package user-mode-linux.
Unpacking user-mode-linux (from .../user-mode-linux_2.4.26-3um-1_i386.deb) ...
Setting up uml-utilities (20040406-1) ...
useradd: unknown group uml-net
adduser: `/usr/sbin/useradd -d /home/uml-net -g uml-net -s /bin/false -u 254 
uml-net' returned error code 6.  Aborting.
Cleaning up.
Removing user `uml-net'.
userdel: user uml-net does not exist
Removing group `uml-net'.
groupdel: group uml-net does not exist
dpkg: error processing uml-utilities (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of user-mode-linux:
 user-mode-linux depends on uml-utilities (= 20020718-1); however:
  Package uml-utilities is not configured yet.
dpkg: error processing user-mode-linux (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 uml-utilities
 user-mode-linux
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:
Setting up uml-utilities (20040406-1) ...
groupadd: name uml-net is not unique
adduser: `/usr/sbin/groupadd -g 255 uml-net' returned error code 9.  Aborting.
Cleaning up.
Removing group `uml-net'.
groupdel: group uml-net does not exist
dpkg: error processing uml-utilities (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of user-mode-linux:
 user-mode-linux depends on uml-utilities (= 20020718-1); however:
  Package uml-utilities is not configured yet.
dpkg: error processing user-mode-linux (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 uml-utilities
 user-mode-linux
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:
Setting up uml-utilities (20040406-1) ...
groupadd: name uml-net is not unique
adduser: `/usr/sbin/groupadd -g 255 uml-net' returned error code 9.  Aborting.
Cleaning up.
Removing group `uml-net'.
groupdel: group uml-net does not exist
dpkg: error processing uml-utilities (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of user-mode-linux:
 user-mode-linux depends on uml-utilities (= 20020718-1); however:
  Package uml-utilities is not configured yet.
dpkg: error processing user-mode-linux (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 uml-utilities
 user-mode-linux
Reading package lists... Done 
Building dependency tree... Done
Reading extended state information  
Initializing package states... Done


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.8
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Andreas Jochens
Hello,

On 05-Sep-01 02:44, Steve Langasek wrote:
 - nothing in the quoted error gives any reason why libxpm-dev and
   libxrandr-dev should be added as build-dependencies.

I did not include the respective error messages from my build logs.
Sorry for the omission.

Without 'libxpm-dev', I get the following error:

checking for XShapeCombineRectangles in -lXext... yes
checking for XineramaQueryScreens in -lXinerama... yes
checking for XpmReadFileToPixmap in -lXpm... no
configure: error: libXpm can not be found
make[1]: *** [stamp-conf-lite] Error 1
make[1]: Leaving directory `/srv/dbuild/tmp/icewm-1.2.22'
make: *** [build-stamp] Error 2


Without 'libxrandr-dev', I get the following error:

make[3]: Entering directory `/srv/dbuild/tmp/icewm-1.2.22/src'
  CXXymsgbox.o
In file included from ywindow.h:4,
 from wmclient.h:5,
 from ydialog.h:4,
 from ymsgbox.h:4,
 from ymsgbox.cc:13:
ypaint.h:17:35: error: X11/extensions/Xrandr.h: No such file or 
directory
ywindow.h:86: error: expected ',' or '...' before '' token
ywindow.h:86: warning: ISO C++ forbids declaration of 
'XRRScreenChangeNotifyEvent' with no type
ywindow.h:86: warning: unused parameter 'XRRScreenChangeNotifyEvent'
wmmgr.h:65: error: expected ',' or '...' before '' token
wmmgr.h:65: warning: ISO C++ forbids declaration of 
'XRRScreenChangeNotifyEvent' with no type
make[3]: *** [ymsgbox.o] Error 1
make[3]: Leaving directory `/srv/dbuild/tmp/icewm-1.2.22/src'


So I guess that a Build-Depends on 'libxpm-dev, libxrandr-dev' will
be necessary.

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#321209: marked as done (kaffe: ftbfs [sparc] static declaration of 'argcount' follows non-static declaration)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 1 Sep 2005 03:36:35 -0700
with message-id [EMAIL PROTECTED]
and subject line kaffe: ftbfs [sparc] static declaration of 'argcount' follows 
non-static declaration
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 4 Aug 2005 03:35:34 +
From [EMAIL PROTECTED] Wed Aug 03 20:35:33 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E0WW5-A3-00; Wed, 03 Aug 2005 20:35:33 -0700
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j743ZVMu023492
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Wed, 3 Aug 2005 20:35:31 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j743VMgG005568;
Wed, 3 Aug 2005 20:31:22 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j743VMRm005566;
Wed, 3 Aug 2005 20:31:22 -0700
Date: Wed, 3 Aug 2005 20:31:22 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: kaffe: ftbfs [sparc] static declaration of 'argcount' follows 
non-static declaration
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kaffe
Version: 2:1.1.5-5
Severity: serious
Justification: no longer builds from source

kaffe failed to build on a sparc buildd, duplicated on my sparc pbuilder:

if /bin/sh ../../../libtool --tag=3DCC --mode=3Dcompile sparc-linux-gnu-gcc=
 -DHAVE_CONFIG_H -I. -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaf=
fe/kaffevm/jit -I../../../config -I../../../include/kaffe  -I/build/buildd/=
kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/systems/unix-jthreads -I/b=
uild/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/jni -I.. -I/bu=
ild/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/jit/.. -DTRANSL=
ATOR -I../../../include -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/=
kaffe/kaffevm -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaff=
evm/jit -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/sy=
stems/unix-jthreads -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/repl=
ace -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/binreloc -I/build/bu=
ildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/config -I/build/buildd/kaffe-1.1.5/=
build-tree/kaffe-1.1.5/include  -DKAFFE_VMDEBUG -DBR_PTHREADS=3D0  -g -O2 -=
Wall -DENABLE_BINRELOC -MT constpool.lo -MD -MP -MF .deps/constpool.Tpo -=
c -o constpool.lo /build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/ka=
ffevm/jit/constpool.c; \
then mv -f .deps/constpool.Tpo .deps/constpool.Plo; else rm -f .deps/c=
onstpool.Tpo; exit 1; fi
 sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/build/buildd/kaffe-1.1.5/build-=
tree/kaffe-1.1.5/kaffe/kaffevm/jit -I../../../config -I../../../include/kaf=
fe -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/systems=
/unix-jthreads -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaf=
fevm/jni -I.. -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaff=
evm/jit/.. -DTRANSLATOR -I../../../include -I/build/buildd/kaffe-1.1.5/buil=
d-tree/kaffe-1.1.5/kaffe/kaffevm -I/build/buildd/kaffe-1.1.5/build-tree/kaf=
fe-1.1.5/kaffe/kaffevm/jit -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1=
=2E5/kaffe/kaffevm/systems/unix-jthreads -I/build/buildd/kaffe-1.1.5/build-=
tree/kaffe-1.1.5/replace -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5=
/binreloc -I/build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/config -I/buil=
d/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/include -DKAFFE_VMDEBUG -DBR_PT=
HREADS=3D0 -g -O2 -Wall -DENABLE_BINRELOC -MT constpool.lo -MD -MP -MF .dep=
s/constpool.Tpo -c /build/buildd/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/k=
affevm/jit/constpool.c  -fPIC -DPIC -o .libs/constpool.o
/bin/sh 

Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Eduard Bloch
Moin Steve!
Steve Langasek schrieb am Donnerstag, den 01. September 2005:

  -Build-Depends: debhelper ( 4.0.0), libxrender-dev, imlib11-dev, 
  libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev ( 2.1.1) 
  | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev [i386 
  ia64 powerpc]
  +Build-Depends: debhelper, libxpm-dev, libxrandr-dev, libxrender-dev, 
  imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, 
  libxft-dev ( 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, 
  libxinerama-dev [amd64 i386 ia64 powerpc ppc64]

Hm, sparc is missing too.

   Build-Conflicts: libttf-dev
   Standards-Version: 3.6.2.1
 
 This bug is a duplicate of bug #319311, and this patch is wrong.
 
 - there is nothing architecture-specific about the libxinerama-dev
   build-dependency; you should not extend this brokenness with further
   enumeration of architectures

Ehm, what about not beeing available on any arch but the listed ones? Or
maybe I am missing something in debian/pool/main/x/xorg-x11/.

 - nothing in the quoted error gives any reason why libxpm-dev and
   libxrandr-dev should be added as build-dependencies.

I think I should go back to the single xlibs-dev dependency again, that
has always guaranteed correct package set before.

Regards,
Eduard.
-- 
stockholm Overfiend: why dont you flame him? you are good at that.
Overfiend I have too much else to do.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326031: pike7.2_7.2.580-4 (arm/unstable): FTBFS: Attempt to call the NULL-value

2005-09-01 Thread Steve Langasek
Package: pike7.2
Version: 7.2.580-4
Severity: serious

pike7.2 is failing to build on the arm autobuilder with the following
error:

[...]
make[4]: Entering directory 
`/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK'
/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/pike 
-DNOT_INSTALLED 
-m/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/master.pike 
 /build/buildd/pike7.2-7.2.580/src/post_modules/GTK/new_build_pgtk.pike 
--source='/build/buildd/pike7.2-7.2.580/src/post_modules/GTK/source/'\
   
/build/buildd/pike7.2-7.2.580/src/post_modules/GTK/output/few.pike
Attempt to call the NULL-value
Unknown program: 
0(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,r,438)
/build/buildd/pike7.2-7.2.580/lib/modules/Stdio.pmod/module.pmod:297: 
Stdio.FILE(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,
 r, 666 /* fd=-1 
*/)-open(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,r,438)
/build/buildd/pike7.2-7.2.580/lib/modules/Stdio.pmod/module.pmod:1203: 
Stdio.FILE(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,
 r, 666 /* fd=-1 
*/)-open(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,r)
/build/buildd/pike7.2-7.2.580/lib/modules/Stdio.pmod/module.pmod:1351: 
read_file(/build/buildd/pike7.2-7.2.580/build/linux-2.4.27-netwinder-armv4l/post_modules/GTK//files_to_compile,0,0)
/build/buildd/pike7.2-7.2.580/src/post_modules/GTK/new_build_pgtk.pike:1527: 
main(3,({/build/buildd/pike7.2-7.2.580/src/post_modules/GTK/new_build_pgtk.pike,--source=/build/buildd/pike7.2-7.2.580/src/post_modules/GTK/source/,,,0}))
make[4]: *** [compile1] Error 10
[...]

A full build log can be found at
http://buildd.debian.org/fetch.php?pkg=pike7.2ver=7.2.580-4arch=armstamp=1123905177file=logas=raw.

This is a serious bug because it is a regression on an architecture
where pike7.2 previously built successfully.  Because pike7.2 blocks the
libgmp C++ ABI transition, it will most likely be removed from testing
pending resolution of this bug.

There also seems to be an unrelated build failure of pike7.2 on m68k,
FYI.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#326020: icewm: FTBFS (amd64): Missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev'

2005-09-01 Thread Steve Langasek
On Thu, Sep 01, 2005 at 12:48:52PM +0200, Eduard Bloch wrote:
 Moin Steve!
 Steve Langasek schrieb am Donnerstag, den 01. September 2005:

   -Build-Depends: debhelper ( 4.0.0), libxrender-dev, imlib11-dev, 
   libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev ( 
   2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev 
   [i386 ia64 powerpc]
   +Build-Depends: debhelper, libxpm-dev, libxrandr-dev, libxrender-dev, 
   imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, 
   libxft-dev ( 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, 
   libxinerama-dev [amd64 i386 ia64 powerpc ppc64]

 Hm, sparc is missing too.

Build-Conflicts: libttf-dev
Standards-Version: 3.6.2.1

  This bug is a duplicate of bug #319311, and this patch is wrong.

  - there is nothing architecture-specific about the libxinerama-dev
build-dependency; you should not extend this brokenness with further
enumeration of architectures

 Ehm, what about not beeing available on any arch but the listed ones? Or
 maybe I am missing something in debian/pool/main/x/xorg-x11/.

I guess you must be missing something; libxinerama-dev is available on
all release architectures.  Anyway, it's no solution to pick and choose
architectures to enable xinerama on just because not all architectures
had built xorg-x11 yet.

  - nothing in the quoted error gives any reason why libxpm-dev and
libxrandr-dev should be added as build-dependencies.

 I think I should go back to the single xlibs-dev dependency again, that
 has always guaranteed correct package set before.

There has been plenty of discussion recently about dropping xlibs-dev
from the archive completely, so that doesn't seem to me like a good
idea.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#325977: sip-qt3: rebuild for c++ transition [NMU]

2005-09-01 Thread Ricardo Javier Cardenes Medina
On Thu, Sep 01, 2005 at 02:16:33AM +0200, Jonas Meurer wrote:
 Package: sip-qt3
 Version: 3.10.2-1
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 hello,
 
 i rebuilt sip-qt3 against new libqt3-mt and libstdc++6 and
 made a 5-day NMU for sip-qt3.
 see attached patch.

We were waiting for the new stable release to rebuild and upload.
I'll remove the NMU and upload the new package.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325973: qscintilla: rebuild for c++ transition [NMU prepared]

2005-09-01 Thread Ricardo Javier Cardenes Medina
On Thu, Sep 01, 2005 at 01:56:11AM +0200, Jonas Meurer wrote:
 Package: qscintilla
 Version: 1.5.1-1
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 hello,
 
 qscintilla needs to be rebuild for the c++ transition. i prepared a NMU
 and uploaded as 5-day NMU.
 see the attached patch.

We were waiting for the new stable release to rebuild and upload. This
is specially interesting for QScintilla, as the soname changes an so
there is no need to add the c2 to the package name. I'll remove the NMU
and upload the new package.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323550: marked as done (needs a rebuild for libcapi20-3)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 04:17:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323550: fixed in capisuite 0.4.5-3.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 17 Aug 2005 07:06:45 +
From [EMAIL PROTECTED] Wed Aug 17 00:06:45 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E5I0b-0007ko-00; Wed, 17 Aug 2005 00:06:45 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id JAA18638
for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:06:42 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 6AAA1FD4D
for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:06:42 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 24337-41 for [EMAIL PROTECTED];
 Wed, 17 Aug 2005 09:06:42 +0200 (MEST) 13959
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:06:42 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j7H76g3e020861;
Wed, 17 Aug 2005 09:06:42 +0200 (MEST)
From: Matthias Klose [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: [EMAIL PROTECTED]
Date: Wed, 17 Aug 2005 09:06:41 +0200
To: [EMAIL PROTECTED]
Subject: needs a rebuild for libcapi20-3
X-Mailer: VM 7.17 under 21.4 (patch 17) Jumbo Shrimp XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: capisuite
Version: 0.4.5-3
Severity: serious

please rebuild, with tightened build dependency on libcapi20-dev.


---
Received: (at 323550-close) by bugs.debian.org; 1 Sep 2005 11:27:07 +
From [EMAIL PROTECTED] Thu Sep 01 04:27:07 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EAn48-0007mb-00; Thu, 01 Sep 2005 04:17:08 -0700
From: Matthias Klose [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323550: fixed in capisuite 0.4.5-3.1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 04:17:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: capisuite
Source-Version: 0.4.5-3.1

We believe that the bug you reported is fixed in the latest version of
capisuite, which is due to be installed in the Debian FTP archive:

capisuite_0.4.5-3.1.diff.gz
  to pool/main/c/capisuite/capisuite_0.4.5-3.1.diff.gz
capisuite_0.4.5-3.1.dsc
  to pool/main/c/capisuite/capisuite_0.4.5-3.1.dsc
capisuite_0.4.5-3.1_i386.deb
  to pool/main/c/capisuite/capisuite_0.4.5-3.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose [EMAIL PROTECTED] (supplier of updated capisuite package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 10:51:23 +
Source: capisuite
Binary: capisuite
Architecture: source i386
Version: 0.4.5-3.1
Distribution: unstable
Urgency: low
Maintainer: Daniel J. Priem [EMAIL PROTECTED]
Changed-By: 

Bug#326033: hardinfo: FTBFS: syntax error before '{' token

2005-09-01 Thread Andreas Jochens
Package: hardinfo
Version: 0.3.7pre-1
Severity: serious
Tags: patch

When building 'hardinfo' on unstable,
I get the following error:

gcc -Wall -g -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-O6-c -o intl.o intl.c
intl.c:49: error: syntax error before '{' token

With the attached patch 'hardinfo' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/hardinfo-0.3.7pre/intl.c ./intl.c
--- ../tmp-orig/hardinfo-0.3.7pre/intl.c2004-02-29 01:05:00.0 
+
+++ ./intl.c2005-09-01 11:16:04.0 +
@@ -45,7 +45,7 @@
  * but slower :P
  */
 const gchar *
-intl_translate(const gchar * string, const gchar * source) __THROW
+intl_translate(const gchar * string, const gchar * source)
 {
FILE *file;
gchar buffer[256], *keyname, *lang = NULL, *langenv = NULL;
diff -urN ../tmp-orig/hardinfo-0.3.7pre/intl.h ./intl.h
--- ../tmp-orig/hardinfo-0.3.7pre/intl.h2003-06-24 13:03:48.0 
+
+++ ./intl.h2005-09-01 11:16:19.0 +
@@ -4,7 +4,7 @@
 #include config.h
 
 void intl_init(void);
-const gchar *intl_translate(const gchar *string, const gchar *source) __THROW;
+const gchar *intl_translate(const gchar *string, const gchar *source);
 
 #define _(x) (intl_translate(x, __FILE__))
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326035: valknut: rebuild for c++ transition [NMU]

2005-09-01 Thread Jonas Meurer
Package: valknut
Version: 0.3.7-1
Severity: grave
Tags: patch
Justification: renders package unusable

hello,

i rebuilt valknut against latest libstdc++6 and libqt3-mt for the c++
transition.
see attached patch.

bye
 jonas


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-8-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -rNu valknut-0.3.7.old/debian/changelog valknut-0.3.7/debian/changelog
--- valknut-0.3.7.old/debian/changelog  2005-09-01 13:19:49.0 +0200
+++ valknut-0.3.7/debian/changelog  2005-09-01 13:18:13.0 +0200
@@ -1,3 +1,12 @@
+valknut (0.3.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * rebuilt against libstdc++6 and libqt3-mt for c++ transition (closes:
+#) 
+  * fix a small typo in package description (closes: #310846)
+
+ -- Jonas Meurer [EMAIL PROTECTED]  Thu,  1 Sep 2005 13:16:55 +0200
+
 valknut (0.3.7-1) unstable; urgency=high
 
   * New upstream release (Closes: #289643, #269952, #265284, #270096, #286234) 
diff -rNu valknut-0.3.7.old/debian/control valknut-0.3.7/debian/control
--- valknut-0.3.7.old/debian/control2005-09-01 13:19:49.0 +0200
+++ valknut-0.3.7/debian/control2005-09-01 13:21:37.0 +0200
@@ -13,7 +13,7 @@
  Connect. Valknut was earlier known as dcgui-qt.
  .
  Valknut has many features, such as searching on all public servers without
- connecting, downloading a file from multible locations, connecting to
+ connecting, downloading a file from multiple locations, connecting to
  multiple servers, and support for multiple languages.
 
 Package: dcgui-qt
@@ -21,4 +21,4 @@
 Depends: valknut
 Description: Dummy package for upgrading dcgui-qt to valknut
  This package depends valknut, a renamed dcgui-qt. This can be safely
- removed after update.
\ No newline at end of file
+ removed after update.


Bug#325982: sip4-qt3: rebuild for c++ transition (NMU)

2005-09-01 Thread Ricardo Javier Cardenes Medina
On Thu, Sep 01, 2005 at 04:03:19AM +0200, Jonas Meurer wrote:
 Package: sip4-qt3
 Version: 4.2.1-1
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 hello,
 
 i rebuilt sip4-qt3 against libqt3-mt-dev and libstdc++6 and uploaded
 that as a 5-day NMU.
 see attached patch.

We were waiting for the latest version to come out. We're rebuilding and
uploading right now.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325973: NMU patch is wrong

2005-09-01 Thread Matthias Klose
The patch must not remove the existing conflicts.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325984: python-qt3: rebuilt for c++ transition (NMU)

2005-09-01 Thread Ricardo Javier Cardenes Medina
On Thu, Sep 01, 2005 at 04:09:10AM +0200, Jonas Meurer wrote:
 Package: python-qt3
 Version: 3.14.1-2
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 hello,
 
 i rebuilt python-qt3 against latest libqt3-mt, libstdc++6 and
 python-sip4-qt3.
 see attached patch.

We were waiting for the latest version to come out. We're rebuilding and
uploading right now.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325973: qscintilla: rebuild for c++ transition [NMU prepared]

2005-09-01 Thread Jonas Meurer
On 01/09/2005 Ricardo Javier Cardenes Medina wrote:
  qscintilla needs to be rebuild for the c++ transition. i prepared a NMU
  and uploaded as 5-day NMU.
  see the attached patch.
 
 We were waiting for the new stable release to rebuild and upload. This
 is specially interesting for QScintilla, as the soname changes an so
 there is no need to add the c2 to the package name. I'll remove the NMU
 and upload the new package.

ok, that's great.

bye
 jonas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325973: NMU patch is wrong

2005-09-01 Thread Jonas Meurer
On 01/09/2005 Matthias Klose wrote:
 The patch must not remove the existing conflicts.

thanks for the hint.

anyway the maintainer will remove the NMU and upload a new version.

bye
 jonas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326037: Preconfiguring: No `START-INFO-DIR-ENTRY' and no `This file documents'

2005-09-01 Thread boris
Package: sed
Version: 4.1.4-3
Severity: grave
Justification: renders package unusable

# apt-get -u upgrade
Preconfiguring packages ...
Setting up sed (4.1.4-3) ...

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/sed.info): unable to determine description
for `dir' entry - giving up
dpkg: error processing sed (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sed
E: Sub-process /usr/bin/dpkg returned an error code (1)
  
this looks like the #281601 Bug wich was closed last year.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc7-git3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sed depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

sed recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322236: fbi: Status update...

2005-09-01 Thread Manolis Tzanidakis
Package: fbi
Followup-For: Bug #322236

I have the exact same problem on a fresh sid installation. I know that
lots of libs are in an ongoing transition at the moment but this bug is
23 days old...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11.12
Locale: LANG=C, LC_CTYPE=el_GR (charmap=ISO-8859-7)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326044: grass: FTBFS (amd64): *** Unable to locate PostgreSQL includes.

2005-09-01 Thread Andreas Jochens
Package: grass
Version: 6.0.0-1
Severity: serious

When building 'grass' on amd64/unstable,
I get the following error:

checking for Tk_MainWindow in -ltk8.3... yes
checking whether to use PostgreSQL... yes
checking for location of PostgreSQL includes... /usr/include/postgresql
checking for libpq-fe.h... no
configure: error: *** Unable to locate PostgreSQL includes.
make: *** [config.status] Error 1

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325605: marked as done (dhcp3-server core dumps when receiving a request on sparc64)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 1 Sep 2005 22:32:51 +1000
with message-id [EMAIL PROTECTED]
and subject line This bug is fixed in 3.0.3-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 29 Aug 2005 18:27:43 +
From [EMAIL PROTECTED] Mon Aug 29 11:27:43 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp-101-monday.nerim.net (kraid.nerim.net) [62.4.16.101] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E9oMB-00060B-00; Mon, 29 Aug 2005 11:27:43 -0700
Received: from calypso.mine.frankengul.org (calypso.frankengul.org 
[62.212.121.50])
by kraid.nerim.net (Postfix) with ESMTP id 8A7C940E21;
Mon, 29 Aug 2005 20:27:39 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sebastien Bernard [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: dhcp3-server core dumps when receiving a request on sparc64
X-Mailer: reportbug 3.15
Date: Mon, 29 Aug 2005 20:27:40 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: dhcp3-server
Version: 3.0.2-3
Severity: grave
Justification: renders package unusable

dhcp3-server do a sigsegv each time a client send a request for a lease.
Recompiling the package with gcc-3.3 fix the problem.
core dumps seems to be a miscompilation from gcc-4.0.1.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.6-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.57   Debian configuration management sy
ii  debianutils 2.14.1   Miscellaneous utilities specific t
ii  dhcp3-common3.0.2-3  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

dhcp3-server recommends no packages.

-- debconf information:
* dhcp3-server/new_auth_behavior:
* dhcp3-server/interfaces: eth0
* dhcp3-server/config_warn:

---
Received: (at 325605-done) by bugs.debian.org; 1 Sep 2005 12:32:54 +
From [EMAIL PROTECTED] Thu Sep 01 05:32:54 2005
Return-path: [EMAIL PROTECTED]
Received: from daedalus.andrew.net.au [210.18.204.2] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAoFS-0005MD-00; Thu, 01 Sep 2005 05:32:54 -0700
Received: from daedalus.andrew.net.au (daedalus.andrew.net.au [127.0.0.1])
by daedalus.andrew.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id 
j81CWpwp005558
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for [EMAIL PROTECTED]; Thu, 1 Sep 2005 22:32:51 +1000
Received: (from [EMAIL PROTECTED])
by daedalus.andrew.net.au (8.13.4/8.13.4/Submit) id j81CWpL0005557
for [EMAIL PROTECTED]; Thu, 1 Sep 2005 22:32:51 +1000
Date: Thu, 1 Sep 2005 22:32:51 +1000
From: Andrew Pollock [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: This bug is fixed in 3.0.3-2
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: dhcp3-server
Version: 3.0.3-1

Hello,

I have tested dhcp3-server 3.0.3-2 on sparc, and found it not to exhibit
this problem.

regards

Andrew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 325605

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 tags 325605 + confirmed
Bug#325605: dhcp3-server core dumps when receiving a request on sparc64
Tags were: moreinfo
Tags added: confirmed


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326048: gnugo: FTBFS: Undefined subroutine main::normalize_space called at /usr/bin/texi2html line 13756.

2005-09-01 Thread Andreas Jochens
Package: gnugo
Version: 3.7.4-1
Severity: serious

When building 'gnugo' on unstable, I get the following error:

# including ./regression.texi
# including ./copying.texi
# end of pass texi
# end of pass structure
# Writing elements:
# Writing to gnugo/gnugo.html .[Top]
# Writing to gnugo/gnugo_1.html ..
# Writing to gnugo/gnugo_2.html ..
# Writing to gnugo/gnugo_3.html 
# Writing to gnugo/gnugo_4.html ...Undefined subroutine 
main::normalize_space called at /usr/bin/texi2html line 13756.
make: *** [build] Error 25

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325647: FTBFS: quicktime/quicktime.h - lqt/quicktime.h

2005-09-01 Thread Gerd Knorr
  Hi,

 There's only a handful of backwards-incompatible stuff, though, so it
 might well be that a symlink hack works for most packages in Debian, but
 I'd rather have a second opinion on that from someone more familiar with
 libquicktime. Unfortunately, the maintainer appears to be awol recently
 (Gerd, are you around?), and Christian stated he's not interested in
 doing any further work on the package.

I'm still alive, but didn'd had any time to work on debian stuff
recently.  I also didn't follow libquicktime developments, so I
can't comment on the issue, sorry.

cheers,

  Gerd

-- 
panic(it works); /* avoid being flooded with debug messages */


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326052: FTBFS: Unknown style nwalsh

2005-09-01 Thread Matt Kraai
Package: sgml2x
Version: 1.0.0-9
Severity: serious

sgml2x fails to build:

 bin/docbook-2-html -c catalog -C ./sgml2x-aliases -s nwalsh TODO.sgml
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:71:W: cannot 
 generate system identifier for public text -//OpenJade//DTD DSSSL 
 Specification//EN
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:71:E: reference to 
 entity STYLE-SHEET for which no system identifier could be generated
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:0: entity was 
 defined here
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:16:26:E: there is no 
 attribute ID
 openjade1.3:E: specification document does not have the DSSSL architecture as 
 a base architecture
 command found 2 error(s) but forgot to set exit status at 
 /tmp/buildd/sgml2x-1.0.0/bin/runjade line 75, RDHDL line 5.
 ERROR: docbook-2-html: unknown style `nwalsh'

-- 
Matt


signature.asc
Description: Digital signature


Bug#325879: marked as done (wdg-html-validator: Missing comma causes validate to fail to run)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 1 Sep 2005 15:34:56 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing the bug
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 14:02:24 +
From [EMAIL PROTECTED] Wed Aug 31 07:02:24 2005
Return-path: [EMAIL PROTECTED]
Received: from crlmac6.med.yale.edu [130.132.233.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EATAW-0004to-00; Wed, 31 Aug 2005 07:02:24 -0700
Received: by crlmac6.med.yale.edu (Postfix, from userid 1000)
id 2FFD214C093; Wed, 31 Aug 2005 10:02:23 -0400 (EDT)
Content-Type: multipart/mixed; boundary0045805779==
MIME-Version: 1.0
From: Jan Medlock [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: wdg-html-validator: Missing comma causes validate to fail to run
X-Mailer: reportbug 3.16
Date: Wed, 31 Aug 2005 10:02:23 -0400
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===0045805779==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: wdg-html-validator
Version: 1.6.2-1
Severity: grave
Tags: patch
Justification: renders package unusable


There's a missing comma in /usr/bin/validate which causes it to fail to run:
$ validate
String found where operator expected at /usr/bin/validate line 130, near )
  'XHTML 1.1 plus MathML 2.0'
(Missing operator before 'XHTML 1.1 plus MathML 2.0'?)
syntax error at /usr/bin/validate line 130, near )
  'XHTML 1.1 plus MathML 2.0'
Execution of /usr/bin/validate aborted due to compilation errors.

The attached patch adds the comma.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages wdg-html-validator depends on:
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libi18n-charset-perl  1.371-1Perl module for mapping character 
ii  libjconv-bin  2.8-4.0charset conversion library - binar
ii  libunicode-map8-perl  0.12-1 Perl module to map 8bit character 
ii  libunicode-string-perl2.07-2 Perl modules for Unicode strings
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  opensp1.5.1.0-4  OpenJade group's SGML parsing tool
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La

Versions of packages wdg-html-validator recommends:
pn  apache | httpdnone (no description available)

-- no debconf information

--===0045805779==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=validate.patch

--- /usr/bin/validate.org   2005-08-31 09:58:26.0 -0400
+++ /usr/bin/validate   2005-08-31 09:58:45.0 -0400
@@ -126,7 +126,7 @@
 
 # SGML declarations for a given level of HTML
 my %sgmlDecl = (
-  'XHTML 1.1 plus MathML 2.0 plus SVG 1.1' = catfile($sgmlDir, 'xhtml', 
'1.1', 'xml1n.dcl')
+  'XHTML 1.1 plus MathML 2.0 plus SVG 1.1' = catfile($sgmlDir, 'xhtml', 
'1.1', 'xml1n.dcl'),
   'XHTML 1.1 plus MathML 2.0' = catfile($sgmlDir, 'xhtml', '1.1', 
'xml1n.dcl'),
   'MathML 2.0'= catfile($sgmlDir, 'xhtml', '1.1', 
'xml1n.dcl'),
   'XHTML 1.1' = catfile($sgmlDir, 'xhtml', '1.1', 
'xml1n.dcl'),

--===0045805779==--

---
Received: (at 325879-done) by bugs.debian.org; 1 Sep 2005 13:34:58 +
From [EMAIL PROTECTED] Thu Sep 01 06:34:58 2005
Return-path: [EMAIL PROTECTED]
Received: from farad.aurel32.net [82.232.2.251] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EApDW-0007y0-00; Thu, 01 Sep 2005 06:34:58 -0700

Processed: reassign 323350 to egroupware-core

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 reassign 323350 egroupware-core
Bug#323350: egroupware: Another XMLRPC vulnerability
Bug reassigned from package `egroupware' to `egroupware-core'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 323350

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 tags 323350 + sarge etch sid
Bug#323350: egroupware: Another XMLRPC vulnerability
Tags were: security
Tags added: sarge, etch, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326044: grass: FTBFS (amd64): *** Unable to locate PostgreSQL includes.

2005-09-01 Thread Steve Halasz
On Thu, 2005-09-01 at 14:46 +0200, Andreas Jochens wrote:
 Package: grass
 Version: 6.0.0-1
 Severity: serious
 
 When building 'grass' on amd64/unstable,
 I get the following error:
 
 checking for Tk_MainWindow in -ltk8.3... yes
 checking whether to use PostgreSQL... yes
 checking for location of PostgreSQL includes... /usr/include/postgresql
 checking for libpq-fe.h... no
 configure: error: *** Unable to locate PostgreSQL includes.
 make: *** [config.status] Error 1

Thanks for the bug report. The pgsql maintainers have purposefully
broken builds for packages that haven't updated to their new scheme.
Unfortunately, problems with the C++ ABI transition[1] prevent me from
uploading a new grass package for some time into the foreseeable future.

Steve

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323358



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#321433: k3b: k3d dependances

2005-09-01 Thread zigualh
Package: k3b
Version: 0.12.3-0.0
Followup-For: Bug #321433

On my debian sid, k3b wont install because it depend of :

k3blibs
  |
  - depends of  dbus-qt-1  -  now  dbus-qt-1c2
kdelibs4
libqt3c102-mt  -  now libqt3-mt


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages k3b depends on:
ii  dbus-10.23.4-6   simple interprocess messaging syst
pn  dbus-qt-1c2   none (no description available)
pn  k3blibs   none (no description available)
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-2  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfam0c102 [libfam0] 2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libhal0   0.4.8-6Hardware Abstraction Layer - share
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libmusicbrainz4c2 2.1.1-3.2  Second generation incarnation of t
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libqt3-mt 3:3.3.4-7  Qt GUI Library (Threaded runtime v
ii  libsamplerate00.1.1-2audio rate conversion library
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-5 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-5 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

k3b recommends no packages.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325527: marked as done (alsaplayer-common depends on unavailable liboggflac1)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 07:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325944: fixed in alsaplayer 0.99.76-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 29 Aug 2005 08:38:52 +
From [EMAIL PROTECTED] Mon Aug 29 01:38:52 2005
Return-path: [EMAIL PROTECTED]
Received: from p50897420.dip.t-dialin.net (hertz) [80.137.116.32] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E9fAK-0001VG-00; Mon, 29 Aug 2005 01:38:52 -0700
Received: by hertz (Postfix, from userid 1001)
id 34AB37FE7; Mon, 29 Aug 2005 10:17:20 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?utf-8?q?Noel_K=C3=B6the?= [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: alsaplayer-common depends on unavailable liboggflac1
X-Mailer: reportbug 3.16
Date: Mon, 29 Aug 2005 10:17:19 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: alsaplayer-common
Version: 0.99.76-6
Severity: grave
Justification: renders package unusable

Hello,

alsaplayer-common depends on liboggflac1 but this package/lib is removed
from sid.
The name is now liboggflac3 so a rebuild against liboggflac-dev
(1.1.2-3) should fix this problem.

thx.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages alsaplayer-common depends on:
ii  alsaplayer-esd [alsaplayer-o 0.99.76-6   PCM player designed for ALSA (ESD 
ii  alsaplayer-gtk [alsaplayer-i 0.99.76-6   PCM player designed for ALSA (GTK 
ii  libc62.3.5-4 GNU C Library: Shared libraries an
ii  libflac6 1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libgcc1  1:4.0.1-6   GCC support library
ii  libid3tag0   0.15.1b-7   ID3 tag reading library from the M
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmikmod2   3.1.11-a-6  A portable sound library
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  liboggflac1  1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libsndfile1  1.0.11-1Library for reading/writing audio 
ii  libstdc++6   4.0.1-6 The GNU Standard C++ Library v3
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3-3   compression library - runtime

alsaplayer-common recommends no packages.

-- no debconf information

---
Received: (at 325944-close) by bugs.debian.org; 1 Sep 2005 14:19:47 +
From [EMAIL PROTECTED] Thu Sep 01 07:19:47 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EApsI-0005RB-00; Thu, 01 Sep 2005 07:17:06 -0700
From: Paul Brossier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325944: fixed in alsaplayer 0.99.76-7
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 07:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: alsaplayer
Source-Version: 0.99.76-7

We believe that the bug you reported is fixed in the latest version of
alsaplayer, which is due to be installed in the Debian FTP archive:

alsaplayer-alsa_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.76-7_powerpc.deb
alsaplayer-common_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.76-7_powerpc.deb
alsaplayer-daemon_0.99.76-7_powerpc.deb
  to 

Bug#325527: marked as done (alsaplayer-common depends on unavailable liboggflac1)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 07:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325527: fixed in alsaplayer 0.99.76-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 29 Aug 2005 08:38:52 +
From [EMAIL PROTECTED] Mon Aug 29 01:38:52 2005
Return-path: [EMAIL PROTECTED]
Received: from p50897420.dip.t-dialin.net (hertz) [80.137.116.32] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E9fAK-0001VG-00; Mon, 29 Aug 2005 01:38:52 -0700
Received: by hertz (Postfix, from userid 1001)
id 34AB37FE7; Mon, 29 Aug 2005 10:17:20 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?utf-8?q?Noel_K=C3=B6the?= [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: alsaplayer-common depends on unavailable liboggflac1
X-Mailer: reportbug 3.16
Date: Mon, 29 Aug 2005 10:17:19 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: alsaplayer-common
Version: 0.99.76-6
Severity: grave
Justification: renders package unusable

Hello,

alsaplayer-common depends on liboggflac1 but this package/lib is removed
from sid.
The name is now liboggflac3 so a rebuild against liboggflac-dev
(1.1.2-3) should fix this problem.

thx.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages alsaplayer-common depends on:
ii  alsaplayer-esd [alsaplayer-o 0.99.76-6   PCM player designed for ALSA (ESD 
ii  alsaplayer-gtk [alsaplayer-i 0.99.76-6   PCM player designed for ALSA (GTK 
ii  libc62.3.5-4 GNU C Library: Shared libraries an
ii  libflac6 1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libgcc1  1:4.0.1-6   GCC support library
ii  libid3tag0   0.15.1b-7   ID3 tag reading library from the M
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmikmod2   3.1.11-a-6  A portable sound library
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  liboggflac1  1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libsndfile1  1.0.11-1Library for reading/writing audio 
ii  libstdc++6   4.0.1-6 The GNU Standard C++ Library v3
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3-3   compression library - runtime

alsaplayer-common recommends no packages.

-- no debconf information

---
Received: (at 325527-close) by bugs.debian.org; 1 Sep 2005 14:18:40 +
From [EMAIL PROTECTED] Thu Sep 01 07:18:40 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EApsI-0005R9-00; Thu, 01 Sep 2005 07:17:06 -0700
From: Paul Brossier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325527: fixed in alsaplayer 0.99.76-7
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 07:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: alsaplayer
Source-Version: 0.99.76-7

We believe that the bug you reported is fixed in the latest version of
alsaplayer, which is due to be installed in the Debian FTP archive:

alsaplayer-alsa_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.76-7_powerpc.deb
alsaplayer-common_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.76-7_powerpc.deb
alsaplayer-daemon_0.99.76-7_powerpc.deb
  to 

Bug#325944: marked as done (depends on a FLAC library no longer available in unstable)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 07:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325944: fixed in alsaplayer 0.99.76-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 21:37:39 +
From [EMAIL PROTECTED] Wed Aug 31 14:37:39 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp111.sbc.mail.mud.yahoo.com [68.142.198.210] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EAaH5-0004kb-00; Wed, 31 Aug 2005 14:37:39 -0700
Received: (qmail 88041 invoked from network); 31 Aug 2005 21:37:06 -
Received: from unknown (HELO triplehelix.org) ([EMAIL PROTECTED]@68.126.216.211 
with login)
  by smtp111.sbc.mail.mud.yahoo.com with SMTP; 31 Aug 2005 21:37:06 -
Received: by triplehelix.org (Postfix, from userid 1000)
id B0E4A2A9561; Wed, 31 Aug 2005 14:37:05 -0700 (PDT)
From: Joshua Kwan [EMAIL PROTECTED]
Subject: depends on a FLAC library no longer available in unstable
To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Date: Wed, 31 Aug 2005 14:37:05 -0700 (PDT)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: alsaplayer
Severity: serious

Hello,

If you're receiving this message, you have a package that depends on one
of the FLAC libraries (libFLAC, libFLAC++, libOggFLAC, libOggFLAC++.)
Once again, the SONAME of the libraries has increased due to an API
transition and you must rebuild your packages.

Please briefly review the upstream API changelog at:

http://flac.sourceforge.net/changelog.html

to check if any of the API changes affect your FLAC-depending package.
In most cases, a simple rebuild will be sufficient to transition. If you
like, you can version the libflac-dev, libflac++-dev, liboggflac-dev,
or liboggflac++-dev build-dependency to (= 1.1.2-1) to ensure that your
package is autobuilt against the new versions of the libraries.

Please contact me if you have any questions regarding the transition.
Sorry for the inconvenience, and thank you.

-- 
Joshua Kwan

---
Received: (at 325944-close) by bugs.debian.org; 1 Sep 2005 14:19:47 +
From [EMAIL PROTECTED] Thu Sep 01 07:19:47 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EApsI-0005RB-00; Thu, 01 Sep 2005 07:17:06 -0700
From: Paul Brossier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325944: fixed in alsaplayer 0.99.76-7
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 07:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: alsaplayer
Source-Version: 0.99.76-7

We believe that the bug you reported is fixed in the latest version of
alsaplayer, which is due to be installed in the Debian FTP archive:

alsaplayer-alsa_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.76-7_powerpc.deb
alsaplayer-common_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.76-7_powerpc.deb
alsaplayer-daemon_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-daemon_0.99.76-7_powerpc.deb
alsaplayer-esd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-esd_0.99.76-7_powerpc.deb
alsaplayer-gtk_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-gtk_0.99.76-7_powerpc.deb
alsaplayer-jack_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-jack_0.99.76-7_powerpc.deb
alsaplayer-nas_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-nas_0.99.76-7_powerpc.deb
alsaplayer-oss_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-oss_0.99.76-7_powerpc.deb
alsaplayer-text_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-text_0.99.76-7_powerpc.deb
alsaplayer-xosd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-xosd_0.99.76-7_powerpc.deb
alsaplayer_0.99.76-7.diff.gz
  to 

Bug#325944: marked as done (depends on a FLAC library no longer available in unstable)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 07:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325527: fixed in alsaplayer 0.99.76-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 21:37:39 +
From [EMAIL PROTECTED] Wed Aug 31 14:37:39 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp111.sbc.mail.mud.yahoo.com [68.142.198.210] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EAaH5-0004kb-00; Wed, 31 Aug 2005 14:37:39 -0700
Received: (qmail 88041 invoked from network); 31 Aug 2005 21:37:06 -
Received: from unknown (HELO triplehelix.org) ([EMAIL PROTECTED]@68.126.216.211 
with login)
  by smtp111.sbc.mail.mud.yahoo.com with SMTP; 31 Aug 2005 21:37:06 -
Received: by triplehelix.org (Postfix, from userid 1000)
id B0E4A2A9561; Wed, 31 Aug 2005 14:37:05 -0700 (PDT)
From: Joshua Kwan [EMAIL PROTECTED]
Subject: depends on a FLAC library no longer available in unstable
To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Date: Wed, 31 Aug 2005 14:37:05 -0700 (PDT)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: alsaplayer
Severity: serious

Hello,

If you're receiving this message, you have a package that depends on one
of the FLAC libraries (libFLAC, libFLAC++, libOggFLAC, libOggFLAC++.)
Once again, the SONAME of the libraries has increased due to an API
transition and you must rebuild your packages.

Please briefly review the upstream API changelog at:

http://flac.sourceforge.net/changelog.html

to check if any of the API changes affect your FLAC-depending package.
In most cases, a simple rebuild will be sufficient to transition. If you
like, you can version the libflac-dev, libflac++-dev, liboggflac-dev,
or liboggflac++-dev build-dependency to (= 1.1.2-1) to ensure that your
package is autobuilt against the new versions of the libraries.

Please contact me if you have any questions regarding the transition.
Sorry for the inconvenience, and thank you.

-- 
Joshua Kwan

---
Received: (at 325527-close) by bugs.debian.org; 1 Sep 2005 14:18:40 +
From [EMAIL PROTECTED] Thu Sep 01 07:18:40 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EApsI-0005R9-00; Thu, 01 Sep 2005 07:17:06 -0700
From: Paul Brossier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325527: fixed in alsaplayer 0.99.76-7
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 07:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: alsaplayer
Source-Version: 0.99.76-7

We believe that the bug you reported is fixed in the latest version of
alsaplayer, which is due to be installed in the Debian FTP archive:

alsaplayer-alsa_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.76-7_powerpc.deb
alsaplayer-common_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.76-7_powerpc.deb
alsaplayer-daemon_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-daemon_0.99.76-7_powerpc.deb
alsaplayer-esd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-esd_0.99.76-7_powerpc.deb
alsaplayer-gtk_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-gtk_0.99.76-7_powerpc.deb
alsaplayer-jack_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-jack_0.99.76-7_powerpc.deb
alsaplayer-nas_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-nas_0.99.76-7_powerpc.deb
alsaplayer-oss_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-oss_0.99.76-7_powerpc.deb
alsaplayer-text_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-text_0.99.76-7_powerpc.deb
alsaplayer-xosd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-xosd_0.99.76-7_powerpc.deb
alsaplayer_0.99.76-7.diff.gz
  to pool/main/a/alsaplayer/alsaplayer_0.99.76-7.diff.gz

Bug#325570: gs ppc problem ?

2005-09-01 Thread Ian Jackson
I think the gs-gpl on ppc coredump showing up here is probably related
to the gs-esp on ppc coredump that I discuss in the attached message.

Regards,
Ian.

---BeginMessage---
I have been investigating problems with gs that show up with gs-esp in
Ubuntu.  There turns out to be a bug in gs which causes problems for
gs's memory management system.

For your edification I enclose the patch that I've just uploaded into
Ubuntu Breezy.  I think something like this patch is likely to be
necessary for Debian gs's too.

The top of the patch, below, contains URLs for the references I
found.  The core bug for which my patch is a workaround is recorded in
the gs bugzilla.

I hope you find this mail helpful.  Thank you for your attention.

Ian.

diff -x '*~' -ruN ../orig/gs-esp-7.07.1/debian/changelog 
gs-esp-7.07.1/debian/changelog
--- ../orig/gs-esp-7.07.1/debian/changelog  2005-08-30 18:56:12.0 
+0100
+++ gs-esp-7.07.1/debian/changelog  2005-08-30 18:55:44.0 +0100
@@ -1,3 +1,30 @@
+gs-esp (7.07.1-9ubuntu5) breezy; urgency=low
+
+  * Fix coredumping bug on ppc: Ubuntu bugzilla:
+ http://bugzilla.ubuntu.com/show_bug.cgi?id=13771
+This is the same issue as
+ http://bugs.ghostscript.com/show_bug.cgi?id=687643
+ http://bugs.ghostscript.com/show_bug.cgi?id=687730
+discussed in
+ http://ghostscript.com/pipermail/gs-code-review/2004-September/004649.html
+and probably the same as Debian bug #324796 and perhaps others in
+Debian's gs-esp.
+
+This bug is due to gs's incorrect assumption that (where ref is an
+important struct inside gs) sizeof(ref) % alignof(jmp_buf) == 0.  This
+is not true on ppc and apparently not necessarily on Itanium either.
+
+The `fix' I have applied is to wrap setjmp/longjmp up in macros which
+arrange for jmp_buf to have alignment 1, as sketched out in the URLs
+above.  A previous attempt to fix it by padding ref out to the
+alignment of jmp_buf failed and I don't know why; but I suspect other
+unjustified assumptions in gs.
+
+GhostScript's algorithms ought to be repaired not to assume
+falsehoods.
+
+ -- Ian Jackson [EMAIL PROTECTED]  Tue, 30 Aug 2005 18:55:44 +0100
+
 gs-esp (7.07.1-9ubuntu4) breezy; urgency=low
 
   * Rebuild for new C++ ABI
diff -x '*~' -ruN ../orig/gs-esp-7.07.1/src/genarch.c 
gs-esp-7.07.1/src/genarch.c
--- ../orig/gs-esp-7.07.1/src/genarch.c 2003-08-19 16:32:25.0 +0100
+++ gs-esp-7.07.1/src/genarch.c 2005-08-30 18:46:40.0 +0100
@@ -28,7 +28,8 @@
  */
 #include string.h
 #include time.h
-#include setjmp.h
+
+#include gsfix-setjmp.h
 
 /* We should write the result on stdout, but the original Turbo C 'make' */
 /* can't handle output redirection (sigh). */
diff -x '*~' -ruN ../orig/gs-esp-7.07.1/src/gp_os2.c gs-esp-7.07.1/src/gp_os2.c
--- ../orig/gs-esp-7.07.1/src/gp_os2.c  2003-07-13 05:43:17.0 +0100
+++ gs-esp-7.07.1/src/gp_os2.c  2005-08-30 18:46:40.0 +0100
@@ -72,7 +72,7 @@
 
 #ifdef __DLL__
 /* use longjmp instead of exit when using DLL */
-#include setjmp.h
+#include gsfix-setjmp.h
 extern jmp_buf gsdll_env;
 
 #endif
diff -x '*~' -ruN ../orig/gs-esp-7.07.1/src/gsfix-setjmp.h 
gs-esp-7.07.1/src/gsfix-setjmp.h
--- ../orig/gs-esp-7.07.1/src/gsfix-setjmp.h1970-01-01 01:00:00.0 
+0100
+++ gs-esp-7.07.1/src/gsfix-setjmp.h2005-08-30 18:46:40.0 +0100
@@ -0,0 +1,35 @@
+#ifndef GSFIX_SETJMP_H
+#define GSFIX_SETJMP_H
+
+#include setjmp.h
+
+typedef struct {
+  char c;
+  jmp_buf j;
+} gsfix_jmp_buf_test;
+
+#define gsfix_jmp_buf_align ((size_t)((gsfix_jmp_buf_test*)0)-j)
+
+typedef struct {
+  unsigned char stuff[sizeof(jmp_buf) + gsfix_jmp_buf_align];
+} gsfix_jmp_buf;
+
+#define gsfix_orig_jmp_buf  jmp_buf
+#define gsfix_orig_setjmp(x)setjmp(x)
+#define gsfix_orig_longjmp(x,y) longjmp((x),(y))
+
+#undef jmp_buf
+#undef setjmp
+#undef longjmp
+
+#define jmp_bufgsfix_jmp_buf
+#define setjmp(x)  (gsfix_orig_setjmp(find_jmp_buf((x
+#define longjmp(x,val) (gsfix_orig_longjmp(find_jmp_buf((x)),(val)))
+
+#define find_jmp_buf(gsfjb)\
+  (\
+   ((size_t)(gsfjb).stuff + gsfix_jmp_buf_align)   \
+~(size_t)(gsfix_jmp_buf_align-1)  \
+  )
+
+#endif /*GSFIX_SETJMP_H*/
diff -x '*~' -ruN ../orig/gs-esp-7.07.1/src/sdct.h gs-esp-7.07.1/src/sdct.h
--- ../orig/gs-esp-7.07.1/src/sdct.h2002-04-23 12:58:47.0 +0100
+++ gs-esp-7.07.1/src/sdct.h2005-08-30 18:46:40.0 +0100
@@ -21,7 +21,7 @@
 #ifndef sdct_INCLUDED
 #  define sdct_INCLUDED
 
-#include setjmp.h/* for jmp_buf */
+#include gsfix-setjmp.h  /* for jmp_buf */
 
 /* -- DCT filters -- */
 
---End Message---


Bug#326076: yehia: FTBFS: 'node' was not declared in this scope

2005-09-01 Thread Andreas Jochens
Package: yehia
Version: 0.5.4-6
Severity: serious

When building 'yehia' on unstable,
I get the following error:

../../yehia/node.h:211: error: 'node' was not declared in this scope
../../yehia/node.h: In member function 'void 
Yehia::G_NodeT::erase(Yehia::G_Node_IteratorT) [with T = 
Yehia::PluginInfo]':
../../yehia/plugin.h:109:   instantiated from here
../../yehia/node.h:93: error: invalid use of void expression
../../yehia/node.h: In member function 'void 
Yehia::G_NodeT::erase(Yehia::G_Node_IteratorT, Yehia::G_Node_IteratorT) 
[with T = Yehia::PluginInfo]':
../../yehia/plugin.h:110:   instantiated from here
../../yehia/node.h:96: error: invalid use of void expression
make[6]: *** [classbuilder.lo] Error 1
make[6]: Leaving directory `/yehia-0.5.4/yehia/script'

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326073: sylpheed: causes corruption of non-ASCII messages after edit with external editor

2005-09-01 Thread Walter B. Rasmann
Package: sylpheed
Version: 2.0.0-1
Severity: grave
Tags: l10n
Justification: causes non-serious data loss

When edit with external editor is choosen after a part of the message has 
already been composed in sylpheed's own editor, non-ASCII characters (japanese, 
for instance) are automatically replaced by the '_' character,  which
can cause a loss of the current message.

When the message is saved to the draft folder afterwards, the header contains: 

   Content-Type: text/plain; charset=US-ASCII
   Content-Transfer-Encoding: 7bit

When it is saved to the draft folder before using edit with external editor, 
the header is 

   Content-Type: text/plain; charset=UTF-8
   Content-Transfer-Encoding: 8bit

as expected (outgoing encoding is set to UTF-8, the  content Transfer encoding 
to automatic).

It does not seem to matter, which editor is given in the options. I have
tried the following:

   kwrite %s
   konsole -e vi %s
   konsole -e ispell %s   
 (blank - emacs is called)

The programmes called show the already altered message. 




-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sylpheed depends on:
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgpg-error0  1.1-4 library for common error values an
ii  libgpgme11 1.0.2-1   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.6.8-1   The GTK+ graphical user interface 
ii  libldap2   2.1.30-11 OpenLDAP libraries
ii  libpango1.0-0  1.8.2-1   Layout and rendering of internatio
ii  libpisock8 0.11.8-10 Library for communicating with a P
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  sylpheed-i18n  2.0.0-1   Locale data for Sylpheed (i18n sup

Versions of packages sylpheed recommends:
ii  aspell-en6.0-0-3 English dictionary for GNU Aspell
pn  metamail none  (no description available)
ii  sylpheed-claws-scripts   1.0.4-1 Helper scripts for Sylpheed and Sy
ii  xfonts-100dpi4.3.0.dfsg.1-14 100 dpi fonts for X
ii  xfonts-75dpi 4.3.0.dfsg.1-14 75 dpi fonts for X

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323350: marked as done (egroupware: Another XMLRPC vulnerability)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 09:02:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323350: fixed in egroupware 1.0.0.009.dfsg-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 16 Aug 2005 07:51:49 +
From [EMAIL PROTECTED] Tue Aug 16 00:51:49 2005
Return-path: [EMAIL PROTECTED]
Received: from (vserver151.vserver151.serverflex.de) [193.22.164.111] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4wEf-0007H5-00; Tue, 16 Aug 2005 00:51:49 -0700
Received: from wlan-client-006.informatik.uni-bremen.de ([134.102.116.7] 
helo=localhost.localdomain)
by vserver151.vserver151.serverflex.de with esmtpsa 
(TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1E4wEb-0003lt-Jc
for [EMAIL PROTECTED]; Tue, 16 Aug 2005 09:51:45 +0200
Received: from jmm by localhost.localdomain with local (Exim 4.52)
id 1E4wF0-0001ZG-PJ; Tue, 16 Aug 2005 09:52:10 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Moritz Muehlenhoff [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: egroupware: Another XMLRPC vulnerability
X-Mailer: reportbug 3.15
Date: Tue, 16 Aug 2005 09:52:10 +0200
Message-Id: [EMAIL PROTECTED]
X-SA-Exim-Connect-IP: 134.102.116.7
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
X-SA-Exim-Scanned: No (on vserver151.vserver151.serverflex.de); SAEximRunCond 
expanded to false
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: egroupware
Severity: grave
Tags: security
Justification: user security hole

Hi,
another vulnerability has been found in the XMLRPC code. Please
see http://www.hardened-php.net/advisory_142005.66.html for
more information. egroupware was affected by July's vulnerability,
so it might now be affected as well (haven't verified that myself).

Cheers,
Moritz

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc5
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

---
Received: (at 323350-close) by bugs.debian.org; 1 Sep 2005 16:08:20 +
From [EMAIL PROTECTED] Thu Sep 01 09:08:20 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EArVz-00082g-00; Thu, 01 Sep 2005 09:02:11 -0700
From: Peter Eisentraut [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323350: fixed in egroupware 1.0.0.009.dfsg-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 09:02:11 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: egroupware
Source-Version: 1.0.0.009.dfsg-1

We believe that the bug you reported is fixed in the latest version of
egroupware, which is due to be installed in the Debian FTP archive:

egroupware-addressbook_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-addressbook_1.0.0.009.dfsg-1_all.deb
egroupware-bookmarks_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-bookmarks_1.0.0.009.dfsg-1_all.deb
egroupware-calendar_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-calendar_1.0.0.009.dfsg-1_all.deb
egroupware-comic_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-comic_1.0.0.009.dfsg-1_all.deb
egroupware-core_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-core_1.0.0.009.dfsg-1_all.deb
egroupware-developer-tools_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-developer-tools_1.0.0.009.dfsg-1_all.deb
egroupware-email_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-email_1.0.0.009.dfsg-1_all.deb
egroupware-emailadmin_1.0.0.009.dfsg-1_all.deb
  to pool/main/e/egroupware/egroupware-emailadmin_1.0.0.009.dfsg-1_all.deb
egroupware-etemplate_1.0.0.009.dfsg-1_all.deb
  to 

Bug#324548: pinentry-qt: unmet dependancies

2005-09-01 Thread Magnus von Koeller
Well,

the new upload now seems to be messing up dependencies for me. 0.7.2-1 was 
still 
installed fine. Currently, pinentry-qt is uninstallable according to apt-get: 

[EMAIL PROTECTED]:/home/magnus# apt-get install pinentry-qt
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:

The following packages have unmet dependencies:
  pinentry-qt: Depends: libqt3-mt (= 3:3.3.4) but it is not going to be 
installed
E: Broken packages

[EMAIL PROTECTED]:/home/magnus# dpkg -l | grep qt3
ii  libqt3-compat-headers3.3.4-7Qt 1.x and 2.x 
compatibility includes
ii  libqt3-headers   3.3.4-7Qt3 header files
ii  libqt3c102-mt3.3.4-3Qt GUI Library 
(Threaded runtime version), Version 3
ii  python-qt3   3.14.1-2   Qt3 bindings 
for Python (default version)
ii  python2.3-qt33.14.1-2   Qt3 bindings 
for Python 2.3
ii  python2.3-sip4-qt3   4.2.1-1Python/C++ 
bindings generator - Python2.3+Qt3 runtime
ii  python2.4-qt33.14.1-2   Qt3 bindings 
for Python 2.4
ii  python2.4-sip4-qt3   4.2.1-1Python/C++ 
bindings generator - Python2.3+Qt3 runtime
ii  qt3-doc  3.3.4-7Qt3 API 
documentation

[EMAIL PROTECTED]:/home/magnus# dpkg -l | grep pinentry
ii  pinentry-doc 0.7.2-1documentation 
for pinentry packages
ii  pinentry-gtk 0.7.2-1GTK+-based PIN 
or pass-phrase entry dialog for GnuPG
ii  pinentry-qt  0.7.2-1Qt-based PIN or 
pass-phrase entry dialog for GnuPG

I am on i386.

Best,
   Magnus


pgpJj7MP95OBT.pgp
Description: PGP signature


Bug#302462: Please remove howl

2005-09-01 Thread Jeff Waugh
Hi,

I didn't realise I was a blocker on this, my apologies.

Please just completely remove howl. There's really no point putting it in
non-free.

Thanks,

- Jeff

-- 
GNOME Summit: October 8th-10th  http://live.gnome.org/Boston2005
 
   She said she loved my mind, though by most accounts I had already lost
it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Works now

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 324483 normal
Bug#324483: does not start up anymore
Severity set to `normal'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324483: Works now

2005-09-01 Thread Sebastian Ley
severity 324483 normal
thanks

You are right, uninstalling libswfdec0.3 fixes that. I leave it to the 
maintainer to decide what to do further with the bug!

Thanks and regards,
Sebastian

-- 
Blog: http://www.withouthat.org/~sebastian/blog
PGP-Key: http://www.withouthat.org/~sebastian/public.key
Fingerprint: A46A 753F AEDC 2C01 BE6E  F6DB 97E0 3309 9FD6 E3E6


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324592: [Fwd: digikam_0.7.4-4_i386.changes is NEW]

2005-09-01 Thread Mark Purcell


---BeginMessage---
digikam_0.7.4-4.diff.gz
  to pool/main/d/digikam/digikam_0.7.4-4.diff.gz
digikam_0.7.4-4.dsc
  to pool/main/d/digikam/digikam_0.7.4-4.dsc
digikam_0.7.4-4_i386.deb
  to pool/main/d/digikam/digikam_0.7.4-4_i386.deb
(new) libdigikam-dev_0.7.4-4_i386.deb optional libdevel
digital photo management application for KDE
 Digikam is an easy to use and powerful digital photo management
 application, which makes importing, organizing and manipulating
 digital photos a snap.  An easy to use interface is provided
 to connect to your digital camera, preview the images and download
 and/or delete them.
 .
 This package includes the development support files.
(new) libdigikam0_0.7.4-4_i386.deb optional libs
library for KDE to read/display/edit EXIF informations (runtime)
 Digikam is an easy to use and powerful digital photo management
 application, which makes importing, organizing and manipulating
 digital photos a snap.  An easy to use interface is provided
 to connect to your digital camera, preview the images and download
 and/or delete them.
 .
 This package includes the necessary files to run programs linked against
 libdigikam.
Changes: digikam (0.7.4-4) unstable; urgency=low
 .
  * Add Depends: to libdigikam0 package as requested by NEW
  * Split off Package: libdigikam-dev  libdigikam0
- Libraries should be split in a lib and -dev package. (Closes:
#324592)
  * fix lintian old-fsf-address-in-copyright-file
  * Add Recommends: kdebase
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 324592 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
---End Message---


Bug#324592: [Fwd: digikam_0.7.4-3_i386.changes REJECTED]

2005-09-01 Thread Mark Purcell


---BeginMessage---
Hi Maintainer,

i decided to reject this package for now. The newly splitted lib
misses the whole Depends: line, you missed to add it to the debian/control
part of the lib. As the description reads as it could be used standalone
you need it there, and not only in the digikam binary package.

-- 
bye Joerg
 


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.

---End Message---


Bug#321666: marked as done (hpoj: can't talk to printer)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 17:49:23 +0100
with message-id [EMAIL PROTECTED]
and subject line fixed in hpoj-0.91-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 6 Aug 2005 19:06:00 +
From [EMAIL PROTECTED] Sat Aug 06 12:06:00 2005
Return-path: [EMAIL PROTECTED]
Received: from pop-scotia.atl.sa.earthlink.net [207.69.195.65] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E1Tzc-00040r-00; Sat, 06 Aug 2005 12:06:00 -0700
Received: from user-0c99lqn.cable.mindspring.com ([24.148.215.87] 
helo=hornclan.com)
by pop-scotia.atl.sa.earthlink.net with esmtp (Exim 3.36 #10)
id 1E1TzX-0005AL-00
for [EMAIL PROTECTED]; Sat, 06 Aug 2005 15:05:55 -0400
Received: by hornclan.com (Postfix, from userid 1000)
id E25771BD93; Sat,  6 Aug 2005 15:05:54 -0400 (EDT)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Mark Horn [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: hpoj: can't talk to printer
X-Mailer: reportbug 3.15
Date: Sat, 06 Aug 2005 15:05:54 -0400
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: hpoj
Version: 0.91-5
Severity: grave
Justification: renders package unusable


This version of hpoj fails when trying to setup.  I get the following error
when running 'ptal-init setup':

*** ptal-mlcd failed to start!  Check syslog file for error messages.

The syslog entry says:

Aug  6 14:49:11 home ptal-mlcd: FATAL ERROR at ParPort.cpp:48, 
dev=mlc:par:PSC_500, pid=12419, e=1, t=1123354151 Access denied to 
parallel port!

I downgraded to 0.91-4 (the version in testing) and running
'ptal-init setup' allows the package to work properly.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.26-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages hpoj depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-3GCC support library
ii  libsnmp55.2.1.2-1NET SNMP (Simple Network Managemen
ii  libstdc++5  1:3.3.6-7The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.10a-18 userspace USB programming library

Versions of packages hpoj recommends:
ii  cupsys 1.1.23-11 Common UNIX Printing System(tm) - 
ii  cupsys-bsd [lpr]   1.1.23-11 Common UNIX Printing System(tm) - 
ii  hpijs  2.1.4+0.9.4-2 HP Linux Printing and Imaging - gs
ii  libsane1.0.15-10 API library for scanners

-- no debconf information

---
Received: (at 321666-done) by bugs.debian.org; 1 Sep 2005 16:50:13 +
From [EMAIL PROTECTED] Thu Sep 01 09:50:13 2005
Return-path: [EMAIL PROTECTED]
Received: from dsl-80-45-198-164.access.as9105.com (bristol.purcell.id.au) 
[80.45.198.164] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAsGT-0005BS-00; Thu, 01 Sep 2005 09:50:13 -0700
Received: from [192.168.3.150] (helo=[192.168.3.150])
by bristol.purcell.id.au with esmtp (Exim 4.52)
id 1EAsGA-00052g-OE
for [EMAIL PROTECTED]; Thu, 01 Sep 2005 17:50:09 +0100
Message-ID: [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 17:49:23 +0100
From: Mark Purcell [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050802 
Debian/1.7.10-1
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 192.168.3.150
X-SA-Exim-Rcpt-To: [EMAIL PROTECTED]
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: fixed in hpoj-0.91-6
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on bristol.purcell.id.au)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org

Bug#324797: resolve dependency problems with python-wxgtk

2005-09-01 Thread Hans Hammer
Hi Cédric,

I think the package can be fixed...

boa-constructor (0.3.0-4) depends on
libwxgtk2.4-python (= 2.4.0.8-0.1)
and
boa-constructor (0.4.4cvs20050714-1) depends on
wxpython2.6-0

Both packages has been removed from unstable.

Like python-wxglade shows they have been replaced by
python-wxgtk2.x

Now boa-constructor 0.3.x should depend on
python-wxgtk2.4 and
boa-constructor 0.4.x should depend on
python-wxgtk2.6.

Ubuntu did it the same way and it works fine:
http://packages.ubuntu.com/breezy/devel/boa-constructor

(python2.3-pythoncard has the same problem; it still
depends on libwxgtk2.5.3-python)

greets

Per





___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325982: marked as done (sip4-qt3: rebuild for c++ transition (NMU))

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 10:02:28 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325982: fixed in sip4-qt3 4.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 1 Sep 2005 02:04:01 +
From [EMAIL PROTECTED] Wed Aug 31 19:04:01 2005
Return-path: [EMAIL PROTECTED]
Received: from ns1.kidns.de (diana50.kidns.de) [62.75.128.97] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAeQr-0001hf-00; Wed, 31 Aug 2005 19:04:01 -0700
Received: from p54b2ff1f.dip.t-dialin.net ([84.178.255.31] helo=resivo.mejo.net)
by diana50.kidns.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1EAeQQ-0005t4-Ii; Thu, 01 Sep 2005 04:03:44 +0200
Received: from jonas by resivo.mejo.net with local (Exim 4.52)
id 1EAeQB-00016S-Or; Thu, 01 Sep 2005 04:03:19 +0200
Date: Thu, 1 Sep 2005 04:03:19 +0200
From: Jonas Meurer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=9jxsPFA5p3P2qPhR
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: Mutt/1.5.10i
X-SA-Exim-Connect-IP: 84.178.255.31
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: sip4-qt3: rebuild for c++ transition (NMU)
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on diana50.kidns.de)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: sip4-qt3
Version: 4.2.1-1
Severity: grave
Tags: patch
Justification: renders package unusable

hello,

i rebuilt sip4-qt3 against libqt3-mt-dev and libstdc++6 and uploaded
that as a 5-day NMU.
see attached patch.

bye
 jonas


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-8-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=sip4-qt3.patch

diff -rNu sip4-qt3-4.2.1.old/debian/changelog sip4-qt3-4.2.1/debian/changelog
--- sip4-qt3-4.2.1.old/debian/changelog 2005-09-01 03:21:37.0 +0200
+++ sip4-qt3-4.2.1/debian/changelog 2005-09-01 03:20:07.0 +0200
@@ -1,3 +1,12 @@
+sip4-qt3 (4.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * build against latest libqt3-mt and libstdc++6 for c++ abi transition
+(closes: )
+  * adapt versions for libqt3-mt-dev and qt3-dev-tools at build-depends
+
+ -- Jonas Meurer [EMAIL PROTECTED]  Thu,  1 Sep 2005 03:18:40 +0200
+
 sip4-qt3 (4.2.1-1) unstable; urgency=low
 
   * New upstream release
diff -rNu sip4-qt3-4.2.1.old/debian/control sip4-qt3-4.2.1/debian/control
--- sip4-qt3-4.2.1.old/debian/control   2005-09-01 03:21:37.0 +0200
+++ sip4-qt3-4.2.1/debian/control   2005-09-01 03:20:51.0 +0200
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Ricardo Javier Cardenes Medina [EMAIL PROTECTED]
 Uploaders: Torsten Marek [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), python, python2.3-dev, python2.4-dev, 
libqt3-mt-dev (= 3:3.1.1), qt3-dev-tools (= 3:3.1.1-2)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (= 4.0.0), python, python2.3-dev, python2.4-dev, 
libqt3-mt-dev (= 3:3.3.3), qt3-dev-tools (= 3:3.3.3-7)
+Standards-Version: 3.6.2
 
 Package: sip4
 Architecture: any

--9jxsPFA5p3P2qPhR--

---
Received: (at 325982-close) by bugs.debian.org; 1 Sep 2005 17:12:40 +
From [EMAIL PROTECTED] Thu Sep 01 10:12:40 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EAsSK-0001Q2-00; Thu, 01 Sep 2005 10:02:28 -0700
From: Torsten Marek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325982: fixed in sip4-qt3 4.3-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 10:02:28 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 

Bug#326079: subversion: bug marked as fixed in nmu still lives

2005-09-01 Thread Carlo Perassi
Package: subversion
Version: 1.2.3-0.1
Severity: grave
Tags: experimental l10n
Justification: renders package unusable

Hi.
My previous #316143 (co-merged with #323376) still applies as such:
[EMAIL PROTECTED]:~/tmp/svn$echo $LANG
[EMAIL PROTECTED]
[EMAIL PROTECTED]:~/tmp/svn$svnadmin create svntest
[EMAIL PROTECTED]:~/tmp/svn$svn co file:///home/carlo/tmp/svn/svntest/ \
svntest-co
Estratta revisione 0.
[EMAIL PROTECTED]:~/tmp/svn$cd svntest-co/
[EMAIL PROTECTED]:~/tmp/svn/svntest-co$mkdir a
[EMAIL PROTECTED]:~/tmp/svn/svntest-co$strace svn add a 2 add_log
A a
[EMAIL PROTECTED]:~/tmp/svn/svntest-co$tail -f add_log
fstat64(3, {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
mmap2(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb76fb000
getdents64(3, /* 3 entries */, 131072)  = 72
lstat64(a/., {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
lstat64(a/.., {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
lstat64(a/.svn, {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
getdents64(3, /* 0 entries */, 131072)  = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

[EMAIL PROTECTED]:~/tmp/svn/svntest-co$

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages subversion depends on:
ii  db4.2-util 4.2.52-19 Berkeley v4.2 Database Utilities
ii  libapr02.0.54-4  the Apache Portable Runtime
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libdb4.2   4.2.52-19 Berkeley v4.2 Database Libraries [
ii  libexpat1  1.95.8-3  XML parsing C library - runtime li
ii  libldap2   2.1.30-11 OpenLDAP libraries
ii  libneon25  0.25.3.dfsg-1 An HTTP and WebDAV client library
ii  libsvn01.2.3-0.1 shared libraries used by Subversio
ii  patch  2.5.9-2   Apply a diff file to an original

subversion recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324548: pinentry-qt: unmet dependancies

2005-09-01 Thread Peter Eisentraut
Magnus von Koeller wrote:
 The following packages have unmet dependencies:
   pinentry-qt: Depends: libqt3-mt (= 3:3.3.4) but it is not going to
 be installed E: Broken packages

This is the version from unstable:
http://packages.debian.org/unstable/libs/libqt3-mt

 ii  libqt3c102-mt3.3.4-3Qt GUI 
 Library (Threaded runtime version), Version 3

This is the version from stable and testing:
http://packages.debian.org/stable/libs/libqt3c102-mt
http://packages.debian.org/testing/libs/libqt3c102-mt

There is no bug in pinentry; you're just trying to mix packages from
different distributions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326082: ipw2200-source: fail at compiling ipw2200 modules

2005-09-01 Thread Eric Van Buggenhaut
Package: ipw2200-source
Version: 1.0.6-2
Severity: grave
Justification: renders package unusable

module fails at compiling:


dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/ipw2200'
make[1]: Leaving directory `/usr/src/modules/ipw2200'
/usr/bin/make -C driver clean
make[1]: Entering directory `/usr/src/modules/ipw2200/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags .lst *.lst
rm -rf /usr/src/modules/ipw2200/driver/tmp
for file in *.{c,h}; do \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
done
make[1]: Leaving directory `/usr/src/modules/ipw2200/driver'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/ipw2200'
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/ipw2200'
make[2]: *** No rule to make target `clean'.  Stop.
make[2]: Leaving directory `/usr/src/modules/ipw2200'
make[1]: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
make[2]: Entering directory `/usr/src/modules/ipw2200/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags .lst *.lst
rm -rf /usr/src/modules/ipw2200/driver/tmp
for file in *.{c,h}; do \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
done
make[2]: Leaving directory `/usr/src/modules/ipw2200/driver'
dh_clean
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.13n/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.13n/g ;s/#KVERS#/2.6.13n/g ; s/_KVERS_/2.6.13n/g ; 
s/##KDREV##/atto.1/g ; s/#KDREV#/atto.1/g ; s/_KDREV_/atto.1/g'  $templ  
${templ%.modules.in}; \
  done
if ! `dpkg --compare-versions 2.6.13n ge 2.6.4`; then \
echo **; \
echo Can't build with a kernel version lower than 2.6.4; \
echo **; \
exit 1; \
fi
export DH_OPTIONS='-pipw2200-modules-2.6.13n'
sed s/_UPSTREAM_VERSION_/1.0.6/  debian/config  debian/config.new
mv debian/config.new debian/config
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver KSRC=/usr/src/linux KVER=2.6.13n 
IEEE80211_INC=/usr/include/ieee80211
make[2]: Entering directory `/usr/src/modules/ipw2200/driver'
mkdir -p /usr/src/modules/ipw2200/driver/tmp/.tmp_versions
cp /usr/include/ieee80211/*.mod 
/usr/src/modules/ipw2200/driver/tmp/.tmp_versions
cp: cannot stat `/usr/include/ieee80211/*.mod': No such file or directory
make[2]: [modules] Error 1 (ignored)
/usr/bin/make -C /usr/src/linux M=/usr/src/modules/ipw2200/driver 
MODVERDIR=/usr/src/modules/ipw2200/driver/tmp/.tmp_versions modules
make[3]: Entering directory `/usr/src/linux-2.6.13'
  CC [M]  /usr/src/modules/ipw2200/driver/ipw2200.o
/usr/src/modules/ipw2200/driver/ipw2200.c:66: error: variable 
`def_qos_parameters_OFDM' has initializer but incomplete type
/usr/src/modules/ipw2200/driver/ipw2200.c:68: error: extra brace group at end 
of initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:68: error: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:68: warning: excess elements in 
struct initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:68: warning: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:69: error: extra brace group at end 
of initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:69: error: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:69: warning: excess elements in 
struct initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:69: warning: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: extra brace group at end 
of initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: `QOS_AIFSN_MIN_VALUE' 
undeclared here (not in a function)
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: `QOS_AIFSN_MIN_VALUE' 
undeclared here (not in a function)
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: `QOS_AIFSN_MIN_VALUE' 
undeclared here (not in a function)
/usr/src/modules/ipw2200/driver/ipw2200.c:70: error: `QOS_AIFSN_MIN_VALUE' 
undeclared here (not in a function)
/usr/src/modules/ipw2200/driver/ipw2200.c:70: warning: excess elements in 
struct initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:70: warning: (near initialization for 
`def_qos_parameters_OFDM')
/usr/src/modules/ipw2200/driver/ipw2200.c:71: error: extra brace group at end 
of initializer
/usr/src/modules/ipw2200/driver/ipw2200.c:71: error: (near initialization for 

Bug#318946: User expectations and shorewall

2005-09-01 Thread Florian Weimer
As far as I understand it, from the perspective of the security team,
it is not clear if the upstream change breaks existing user
configurations.  Users might rely on the current behavior and use it
to deliberately weaken the filter policy.  This is a reasonable
question because the existing documentation is quite unclear about
what MAC filters actually do.

There are actually two behavioral changes we are talking about.

The MACLIST_DISPOSITION=ACCEPT case is the easy one.  If the user has
activated this option, all hosts listed in the maclist configuration
file are still filtered as desired.  However, packets from any host
whose MAC address is NOT listed there are accepted (and forwarded) by
the firewall.  (As far as I can see, this is not what has been
described before, but I've checked that this is really the case.)
This means that this behavior is virtually useless, and it is
extremely unlikely that anyone uses it deliberately.

The other case is MACLIST_TTL=nnn.  This is a bit more complicated
because the effect is restricted to hosts listet in maclist only.
These hosts can bypass the remaining filter rules, so this might
actually be useful in some scenarios, although it completely bypasses
shorewall's zone concept.  However, the MACLIST_TTL=nnn setting is
documented as a performance optimization only (The performance of
configurations with a large numbers of entries in
/etc/shorewall/maclist can be improved by setting the MACLIST_TTL
variable.).  Despite the ambiguity of the documentation, this makes
it rather unlikely that users have discovered this behavior and use it
deliberately to implement their filtering policy.

I've also skimmed the shorewall-users mailing list, but couldn't find
a complaint that the firewall behavior changed in an unanticipated way
after the security upgrade.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325850: marked as done (post-install fails because of absence of mlton doc control file)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 1 Sep 2005 10:41:58 -0700
with message-id [EMAIL PROTECTED]
and subject line (no subject)
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 10:26:40 +
From [EMAIL PROTECTED] Wed Aug 31 03:26:40 2005
Return-path: [EMAIL PROTECTED]
Received: from outmail1.freedom2surf.net (outmail.freedom2surf.net) 
[194.106.33.237] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAPnj-0002wH-00; Wed, 31 Aug 2005 03:26:40 -0700
Received: from arakis (i-83-67-3-169.freedom2surf.net [83.67.3.169])
by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id 
j7VAQXci027322
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);
Wed, 31 Aug 2005 11:26:34 +0100
Received: from mod by arakis with local (Exim 4.52)
id 1EAPnr-00080R-Tm; Wed, 31 Aug 2005 11:26:47 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Vasilis Vasaitis [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: post-install fails because of absence of mlton doc control file
X-Mailer: reportbug 3.17
Date: Wed, 31 Aug 2005 11:26:47 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: mlton
Version: 20050826-1
Severity: grave
Justification: renders package unusable


  Hello,

  This version of the mlton package fails to configure. After being
unpacked, the configure phase fails with the message:

Setting up mlton (20050826-1) ...
/usr/share/doc-base/mlton: cannot open control file for reading: No such file 
or directory
dpkg: error processing mlton (--configure):
 subprocess post-installation script returned error exit status 2

This happens because the postinst script has the snippet:

for f in mllex mlton mlyacc; do
install-docs -i /usr/share/doc-base/$f
done

while the file /usr/share/doc-base/mlton does not exist. The solution
here would be, either to create one, or remove its reference from the
postinst script.

Thanks,
Vasilis

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-ck5
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)

Versions of packages mlton depends on:
ii  gcc   4:4.0.1-3  The GNU C compiler
ii  libc6 2.3.5-5GNU C Library: Shared libraries an
ii  libgmp3-dev   4.1.4-10   Multiprecision arithmetic library 

mlton recommends no packages.

-- no debconf information

---
Received: (at 325850-done) by bugs.debian.org; 1 Sep 2005 17:42:30 +
From [EMAIL PROTECTED] Thu Sep 01 10:42:30 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.sweeks.com (mlton.org) [69.55.226.86] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAt54-0004sX-00; Thu, 01 Sep 2005 10:42:30 -0700
Received: from eponym.sweeks.com (adsl-64-166-224-212.dsl.snfc21.pacbell.net 
[64.166.224.212])
by mlton.org (8.11.6/8.11.6) with ESMTP id j81HgTa06894
for [EMAIL PROTECTED]; Thu, 1 Sep 2005 10:42:29 -0700
Received: from sweeks by eponym.sweeks.com with local (Exim 4.50)
id 1EAt4Y-0007um-4n; Thu, 01 Sep 2005 10:41:58 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: [EMAIL PROTECTED]
Date: Thu, 1 Sep 2005 10:41:58 -0700
From: Stephen Weeks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Mailer: VM 7.17 under 21.4 (patch 17) Jumbo Shrimp XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-0.5 required=4.0 tests=BAYES_01,NOSUBJECT 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 134153


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#312130: Remove kmerlin from archive

2005-09-01 Thread Mark Purcell

Package: ftp.debian.org

Please remove kmerlin from the Debian archive, unstable (and stable if 
possible).


On a regular basis the protocols for MSN are changed and any clients 
trying to access this service also need to change. Unfortunatly kmerlin 
now has no upstream support and thus the client is not being maintained 
to account for protocol changes thus the application is completely 
unusable unless major re-engineering occurs.


kopte provides the same functionality and has been updated to cater for 
the changes to MSN.


Full details are avialble at:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312130

Mark
---BeginMessage---

tag 312130 wontfix
tag 325227 wontfix
retitle 312130 kmerlin: package unusable due to msn server changes
retitle 325227 kmerlin: package unusable due to msn server changes
thanks

On a regular basis the protocols for MSN are changed and any clients 
trying to access this service also need to change.


Unfortunatly kmerlin now has no upstream support and thus the client is 
not being maintained to account for protocol changes.


It is well beyond my capability to re-engineer kmerlin to work and I 
would suggest any prospective users change to something like kopete 
which is better supported upstream and has been updated to account for 
changes with the MSN servers.


I recommend that kmerlin be removed from Debian as in it's current state 
it is unusable.


Please do not rebuild kmerlin for the C++ migration.

Mark


---End Message---


Processed: kmerlin not supported upstream - needs changes for msn changes

2005-09-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 312130 wontfix
Bug#312130: kmerlin: can't connect to messenger.hotmail.com (JavaScript?)
There were no tags set.
Bug#325277: Kmerlin: kmerlin is broken (javascript?)
Tags added: wontfix

 tag 325227 wontfix
Bug#325227: hamfax: Conflict in qt3/plugins/imageformats
There were no tags set.
Tags added: wontfix

 retitle 312130 kmerlin: package unusable due to msn server changes
Bug#312130: kmerlin: can't connect to messenger.hotmail.com (JavaScript?)
Changed Bug title.

 retitle 325227 kmerlin: package unusable due to msn server changes
Bug#325227: hamfax: Conflict in qt3/plugins/imageformats
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325277: kmerlin not supported upstream - needs changes for msn changes

2005-09-01 Thread Mark Purcell

tag 312130 wontfix
tag 325227 wontfix
retitle 312130 kmerlin: package unusable due to msn server changes
retitle 325227 kmerlin: package unusable due to msn server changes
thanks

On a regular basis the protocols for MSN are changed and any clients 
trying to access this service also need to change.


Unfortunatly kmerlin now has no upstream support and thus the client is 
not being maintained to account for protocol changes.


It is well beyond my capability to re-engineer kmerlin to work and I 
would suggest any prospective users change to something like kopete 
which is better supported upstream and has been updated to account for 
changes with the MSN servers.


I recommend that kmerlin be removed from Debian as in it's current state 
it is unusable.


Please do not rebuild kmerlin for the C++ migration.

Mark



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323035: Processed: referring issue to technical committee

2005-09-01 Thread Raul Miller
On 8/30/05, Robert McQueen [EMAIL PROTECTED] wrote:
 Raul Miller wrote:
  It's not clear to me why this was assigned to the technical committee.

 The problem is that the maintainer refuses to concede that his packages
 are in violation of Debian's shared library packaging policy, or
 believes that this policy is incorrect or somehow irrelevant to his package.

That's definitely a problem, but it's not a technical problem.

 I was hoping that the technical committee might be able to discern which
 of these is the case, and then decide which elements need to be fixed
 and by whom, in order that the adoption of SILC-based software may
 continue in Debian.

If you had posed this as a technical question, we might have been able to
do something, but:

 However, it now seems that he's willing for someone else to maintain the
 package (see his mail on #273871), so it might be in order to orphan the
 package and close this technical committee bug.

You're probably right that it's best to simply close this bug.

Would you like to do the honors?

Thanks,

-- 
Raul



Bug#326093: clanlib: Please rename 'debian/libclanlib2.install' to 'debian/libclanlib2c2.install'

2005-09-01 Thread Andreas Jochens
Package: clanlib
Version: 0.6.5-1-2.3
Severity: serious
Tags: patch

The current 'libclanlib2c2' binary package is basically empty, i.e.
it does not contain any libraries. This causes FTBFS bugs in other packages.

Please rename 'debian/libclanlib2.install' to 'debian/libclanlib2c2.install'
to fix this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/clanlib-0.6.5-1/debian/libclanlib2.install 
./debian/libclanlib2.install
--- ../tmp-orig/clanlib-0.6.5-1/debian/libclanlib2.install  2005-09-01 
18:19:38.0 +
+++ ./debian/libclanlib2.install1970-01-01 00:00:00.0 +
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libclanCore.so.*
-debian/tmp/usr/lib/libclanApp.so.*
-debian/tmp/usr/lib/libclanDisplay.so.*
diff -urN ../tmp-orig/clanlib-0.6.5-1/debian/libclanlib2c2.install 
./debian/libclanlib2c2.install
--- ../tmp-orig/clanlib-0.6.5-1/debian/libclanlib2c2.install1970-01-01 
00:00:00.0 +
+++ ./debian/libclanlib2c2.install  2005-09-01 18:12:14.0 +
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libclanCore.so.*
+debian/tmp/usr/lib/libclanApp.so.*
+debian/tmp/usr/lib/libclanDisplay.so.*


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326091: openoffice.org2-writer: crash at opening a ms-word document without true java.

2005-09-01 Thread Jean-Michel
Package: openoffice.org2-writer
Version: 1.9.125+2.0beta2-1
Severity: grave
Tags: experimental
Justification: renders package unusable

I try to open a ms-word document with both oofice2 and oowriter2.
Both crashes at importing the document.
The software say 2 lines on stderr or stdout:
javaldx: Could not find a Java Runtime Environment!
sh: crash_report: command not found

Note that I have a gnu java installed.

dpkg -l  | grep -i java
ii  bsh2.0b4-1Java scripting environment (BeanShe
ii  gcj3.3.5-3The GNU Java compiler
ii  gcj-3.33.3.5-13   The GNU compiler for Java(TM)
ii  gij3.3.5-3The GNU Java bytecode interpreter
ii  gij-3.33.3.5-13   The GNU Java bytecode interpreter
ii  java-common0.23   Base of all Java packages
ii  jlint  2.3-4  A Java Program Checker
ii  libgcj-common  3.3.5-13   Java runtime library (common files)
ii  libgcj43.3.5-13   Java runtime library for use with gcj
ii  libgcj4-common 3.3.5-13   Java runtime library for use with gcj
ii  libjaxp1.2-jav 1.2.01-1   Java XML parser and transformer APIs 
ii  libxalan2-java 2.6.0-4XSL Transformations (XSLT) processor 
ii  libxerces2-jav 2.6.2-2Validating XML parser for Java with D
ii  libxt-java 0.20020426a-3  An implementation in Java of XSL Tra
ii  mono-jay   1.1.8.2-0pre1  LALR(1) parser generator oriented to



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-130105
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org2-writer depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  libwpd8c2 0.8.3-1Library for handling WordPerfect d
ii  openoffice.org2-core  1.9.125+2.0beta2-1 OpenOffice.org office suite archit
ii  python-uno1.9.125+2.0beta2-1 Python interface for OpenOffice.or
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages openoffice.org2-writer recommends:
pn  java-gcj-compat | j2re1.4 | j none (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326090: perl: 'libperl.so' missing in 'libperl-dev' package

2005-09-01 Thread Andreas Jochens
Package: perl
Version: 5.8.7-4
Severity: serious

I just tried to rebuild perl_5.8.7-4 from source on unstable 
and found that the resulting 'libperl-dev' package does not 
contain 'libperl.so':

perl-5.8.7# dpkg-buildpackage -b
[...]
perl-5.8.7# dpkg -c ../libperl-dev_5.8.7-4_i386.deb
drwxr-xr-x root/root 0 2005-09-01 18:11:50 ./
drwxr-xr-x root/root 0 2005-09-01 18:11:38 ./usr/
drwxr-xr-x root/root 0 2005-09-01 18:11:37 ./usr/lib/
-rw-r--r-- root/root   1394096 2005-09-01 18:11:36 ./usr/lib/libperl.a
drwxr-xr-x root/root 0 2005-09-01 18:11:38 ./usr/share/
drwxr-xr-x root/root 0 2005-09-01 18:11:38 ./usr/share/doc/
lrwxrwxrwx root/root 0 2005-09-01 18:11:38 ./usr/share/doc/libperl-dev 
- perl
perl-5.8.7#

Without 'libperl.so' some packages which Build-Depend on
'libperl-dev' will FTBFS.

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325951: marked as done (depends on a FLAC library no longer available in unstable)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 11:32:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325951: fixed in libtunepimp 0.3.0-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 21:38:24 +
From [EMAIL PROTECTED] Wed Aug 31 14:38:24 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp101.sbc.mail.mud.yahoo.com [68.142.198.200] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EAaHo-0004uM-00; Wed, 31 Aug 2005 14:38:24 -0700
Received: (qmail 5160 invoked from network); 31 Aug 2005 21:37:54 -
Received: from unknown (HELO triplehelix.org) ([EMAIL PROTECTED]@68.126.216.211 
with login)
  by smtp101.sbc.mail.mud.yahoo.com with SMTP; 31 Aug 2005 21:37:54 -
Received: by triplehelix.org (Postfix, from userid 1000)
id 108A52A95D7; Wed, 31 Aug 2005 14:37:08 -0700 (PDT)
From: Joshua Kwan [EMAIL PROTECTED]
Subject: depends on a FLAC library no longer available in unstable
To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Date: Wed, 31 Aug 2005 14:37:08 -0700 (PDT)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libtunepimp
Severity: serious

Hello,

If you're receiving this message, you have a package that depends on one
of the FLAC libraries (libFLAC, libFLAC++, libOggFLAC, libOggFLAC++.)
Once again, the SONAME of the libraries has increased due to an API
transition and you must rebuild your packages.

Please briefly review the upstream API changelog at:

http://flac.sourceforge.net/changelog.html

to check if any of the API changes affect your FLAC-depending package.
In most cases, a simple rebuild will be sufficient to transition. If you
like, you can version the libflac-dev, libflac++-dev, liboggflac-dev,
or liboggflac++-dev build-dependency to (= 1.1.2-1) to ensure that your
package is autobuilt against the new versions of the libraries.

Please contact me if you have any questions regarding the transition.
Sorry for the inconvenience, and thank you.

-- 
Joshua Kwan

---
Received: (at 325951-close) by bugs.debian.org; 1 Sep 2005 18:39:41 +
From [EMAIL PROTECTED] Thu Sep 01 11:39:41 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EAtr6-0003Oj-00; Thu, 01 Sep 2005 11:32:08 -0700
From: Robert Jordens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325951: fixed in libtunepimp 0.3.0-8
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 01 Sep 2005 11:32:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libtunepimp
Source-Version: 0.3.0-8

We believe that the bug you reported is fixed in the latest version of
libtunepimp, which is due to be installed in the Debian FTP archive:

libtunepimp-bin_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/libtunepimp-bin_0.3.0-8_powerpc.deb
libtunepimp-perl_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/libtunepimp-perl_0.3.0-8_powerpc.deb
libtunepimp2-dev_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/libtunepimp2-dev_0.3.0-8_powerpc.deb
libtunepimp2c2_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/libtunepimp2c2_0.3.0-8_powerpc.deb
libtunepimp_0.3.0-8.diff.gz
  to pool/main/libt/libtunepimp/libtunepimp_0.3.0-8.diff.gz
libtunepimp_0.3.0-8.dsc
  to pool/main/libt/libtunepimp/libtunepimp_0.3.0-8.dsc
python-tunepimp_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/python-tunepimp_0.3.0-8_powerpc.deb
python2.2-tunepimp_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/python2.2-tunepimp_0.3.0-8_powerpc.deb
python2.3-tunepimp_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/python2.3-tunepimp_0.3.0-8_powerpc.deb
python2.4-tunepimp_0.3.0-8_powerpc.deb
  to pool/main/libt/libtunepimp/python2.4-tunepimp_0.3.0-8_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which 

Bug#326091: openoffice.org2-writer: crash at opening a ms-word document without true java.

2005-09-01 Thread Matt Price

Jean-Michel wrote:


Package: openoffice.org2-writer
Version: 1.9.125+2.0beta2-1
Severity: grave
Tags: experimental
Justification: renders package unusable

I try to open a ms-word document with both oofice2 and oowriter2.
Both crashes at importing the document.
The software say 2 lines on stderr or stdout:
javaldx: Could not find a Java Runtime Environment!
sh: crash_report: command not found

Note that I have a gnu java installed.

 

have you checked to see that your jre is registered (in tools -- 
options -- openoffice.org -- java)? If not, try add and restart OOo.


I'm not a developer though...
matt


dpkg -l  | grep -i java
ii  bsh2.0b4-1Java scripting environment (BeanShe
ii  gcj3.3.5-3The GNU Java compiler
ii  gcj-3.33.3.5-13   The GNU compiler for Java(TM)
ii  gij3.3.5-3The GNU Java bytecode interpreter
ii  gij-3.33.3.5-13   The GNU Java bytecode interpreter
ii  java-common0.23   Base of all Java packages
ii  jlint  2.3-4  A Java Program Checker
ii  libgcj-common  3.3.5-13   Java runtime library (common files)
ii  libgcj43.3.5-13   Java runtime library for use with gcj
ii  libgcj4-common 3.3.5-13   Java runtime library for use with gcj
ii  libjaxp1.2-jav 1.2.01-1   Java XML parser and transformer APIs 
ii  libxalan2-java 2.6.0-4XSL Transformations (XSLT) processor 
ii  libxerces2-jav 2.6.2-2Validating XML parser for Java with D

ii  libxt-java 0.20020426a-3  An implementation in Java of XSL Tra
ii  mono-jay   1.1.8.2-0pre1  LALR(1) parser generator oriented to



-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-130105
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org2-writer depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  libwpd8c2 0.8.3-1Library for handling WordPerfect d
ii  openoffice.org2-core  1.9.125+2.0beta2-1 OpenOffice.org office suite archit
ii  python-uno1.9.125+2.0beta2-1 Python interface for OpenOffice.or
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages openoffice.org2-writer recommends:
pn  java-gcj-compat | j2re1.4 | j none (no description available)

-- no debconf information


 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326097: spim: FTBFS: static declaration of 'exception_file_name' follows non-static declaration

2005-09-01 Thread Andreas Jochens
Package: spim
Version: 7.1-1
Severity: serious
Tags: patch

When building 'spim' on unstable, I get the following error:

make[2]: Entering directory `/spim-7.1'
gcc -O2  -I/usr/X11R6/include-Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L  -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
  -DFUNCPROTO=15 
-DNARROWPROTO   `cat configuration` -DTEXT_SIZE=65536 -DDATA_SIZE=131072 
-DK_TEXT_SIZE=65536 -DDEFAULT_EXCEPTION_HANDLER=\/usr/lib/spim/exceptions.s\ 
-DSPIM_VERSION=\`cat VERSION`\-c -o spim.o spim.c
spim.c:114: error: static declaration of 'exception_file_name' follows 
non-static declaration
spim.h:232: error: previous declaration of 'exception_file_name' was here
make[2]: *** [spim.o] Error 1
make[2]: Leaving directory `/spim-7.1'

With the attached patch 'spim' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/spim-7.1/spim.c ./spim.c
--- ../tmp-orig/spim-7.1/spim.c 2005-01-03 00:03:50.0 +
+++ ./spim.c2005-09-01 19:05:46.0 +
@@ -111,7 +111,7 @@
 
 /* Non-zero = load standard exception handler */
 static int load_exception_handler = 1;
-static char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
+char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
 static int console_state_saved;
 #ifdef USE_TERMIOS
 static struct termios saved_console_state;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#317202: marked as done (libjack0.80.0-0 removed from unstable; rebuild required)

2005-09-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Sep 2005 11:02:21 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#317202: fixed in kdeartwork 4:3.4.2-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 6 Jul 2005 21:33:17 +
From [EMAIL PROTECTED] Wed Jul 06 14:33:17 2005
Return-path: [EMAIL PROTECTED]
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DqHW9-lF-00; Wed, 06 Jul 2005 14:33:17 -0700
Received: from wiggis2.ethz.ch (wiggis2.ethz.ch [192.168.127.3])
by wiggis.ethz.ch (Postfix) with ESMTP id 360CF40F0
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:33:16 +0200 (CEST)
Received: from kermit (adsl-62-167-188-151.adslplus.ch [62.167.188.151])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
(No client certificate requested)
by wiggis.ethz.ch (Postfix) with ESMTP id EBEAE4069
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:33:14 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
id 76B7E841D; Wed,  6 Jul 2005 23:33:14 +0200 (CEST)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
From: Robert Jordens [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libjack0.80.0-0 removed from unstable; rebuild required
X-Mailer: reportbug 3.12
Date: Wed, 06 Jul 2005 22:21:29 +0200
X-Debbugs-Cc: 
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 23

Package: kdeartwork
Version: unknown
Severity: serious
Tags: sid
Justification: uninstallable in unstable (policy 5.3)

Hi!

A new release of jack-audio-connection-kit (0.100.0-2) has been uploaded
to Debian unstable. The old library libjack0.80.0-0 (and
libjack0.80.0-dev) have been removed and replaced with libjack0.100.0-0
and libjack0.100.0-dev since the API changed in some parts. For most
packages that means a simple rebuild.

Since libjack0.80.0 has been removed from unstable, this is a
release-critical issue.

A few notes about how to resolve this bug:

   1.   Please Build-Depend only on libjack0.100.0-dev. Build-Depending
   on libjack-dev as a virtual alternative allows the autobuilders to
   build against the old libjack0.80.0 if they find it. (Versioned
   virtual dependencies probably don't work.)

   2.   There are some packages (like for example xmms-jackasyn) which
   accidently obtain a dependency on libjack0.80.0-0 but do not
   Build-Depend on it. In my opinion this is incorrect. But if you want
   to maintain that indirect dependency, you will have to coordinate
   with the package's maintainer whose package you are build-depending
   on (libjackasyn-dev in the case of xmms-jackasyn) and and only upload
   your package (xmms-jackasyn; with a suitable _versioned_
   build-dependency on the other package, libjackasy-dev) iff the other
   package has already been uploaded (and built on as many architectures
   as possible to lighten the pressure of failed builds). =20
  =20
   3.   If this transition collides with the C++ transition for your
   package (because it may be/contain a C++ library), then please follow
   the timeline of the C++ transition instead of this one.

(Thanks to Adeodato Sim=C3=B3 for these hints).

A list of the packages for each maintainer and a list of the affected
source packages has been attached.

Robert.



Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
hydrogen
ladcca-bin
ladccad
libjackasyn0
meterbridge
puredata
qjackctl
rezound
seq24
snd-gtk
sooperlooper
stk

Enrique Robledo Arnuncio [EMAIL PROTECTED]
freqtweak
rosegarden4
tapiir

Paul Brossier [EMAIL PROTECTED]
supercollider
xmms-jackasyn

Ben Burton [EMAIL PROTECTED]
konq-plugins
kpresenter
kscreensaver
noatun-plugins

Chris Butler [EMAIL PROTECTED]
spiralsynthmodular

Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
akode
artsbuilder
juk
kaboodle
kdelibs4
krec
kwifimanager
libarts1-audiofile
libarts1-mpeglib
libkonq4
noatun

Free 

Bug#326096: tapiir: FTBFS: Missing Build-Depends on 'libasound-dev'

2005-09-01 Thread Andreas Jochens
Package: tapiir
Version: 0.7.1-7
Severity: serious
Tags: patch

When building 'tapiir' in a clean 'unstable' chroot,
I get the following error:

checking for jack_client_new in -ljack... yes
checking for ALSA CFLAGS... 
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version = 0.9.0... not present.
checking for snd_ctl_open in -lasound... no
configure: error: missing alsa
make[1]: *** [configure-stamp] Error 1
make[1]: Leaving directory `/tapiir-0.7.1'
make: *** [clean] Error 2

Please add the missing Build-Depends on 'libasound-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/tapiir-0.7.1/debian/control ./debian/control
--- ../tmp-orig/tapiir-0.7.1/debian/control 2005-09-01 18:43:55.0 
+
+++ ./debian/control2005-09-01 18:43:53.0 +
@@ -2,7 +2,7 @@
 Section: sound 
 Priority: optional
 Maintainer: Enrique Robledo Arnuncio [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), automake1.6, libfltk1.1-dev, libjack-dev, 
autoconf
+Build-Depends: debhelper, automake1.6, libasound-dev, libfltk1.1-dev, 
libjack-dev, autoconf
 Standards-Version: 3.6.1
 
 Package: tapiir
diff -urN ../tmp-orig/tapiir-0.7.1/src/MTD.hxx ./src/MTD.hxx
--- ../tmp-orig/tapiir-0.7.1/src/MTD.hxx2005-09-01 18:43:55.0 
+
+++ ./src/MTD.hxx   2005-09-01 18:43:01.0 +
@@ -193,22 +193,22 @@
 
 /** specializations **/
 
-inline float MTDint,short::FromGain(const int g) const { return 
float(g)/256.; }
-inline float MTDint,float::FromGain(const int g) const { return 
float(g)/256.; }
+template  inline float MTDint,short::FromGain(const int g) const { return 
float(g)/256.; }
+template  inline float MTDint,float::FromGain(const int g) const { return 
float(g)/256.; }
 
-inline int   MTDint,short::ToGain(const float f) const { return 
(int)(f*256.); }
-inline int   MTDint,float::ToGain(const float f) const { return 
(int)(f*256.); }
+template  inline int   MTDint,short::ToGain(const float f) const { return 
(int)(f*256.); }
+template  inline int   MTDint,float::ToGain(const float f) const { return 
(int)(f*256.); }
 
-inline void  MTDfloat,short::Clip( float f) const
+template  inline void  MTDfloat,short::Clip( float f) const
 { if (f32767.) f = 32767.; else if (f-32767.) f = -32767.; }
-inline void  MTDint  ,short::Clip( int   i) const
+template  inline void  MTDint  ,short::Clip( int   i) const
 { if (i32767) i = 32767; else if (i-32767) i = -32767; }
-inline void  MTDfloat,float::Clip( float f) const
+template  inline void  MTDfloat,float::Clip( float f) const
 { if (f1.) f = 1.; else if (f-1.) f = -1.; }
 
 
-inline void  MTDint,float::MulAdj( int i) const { i=8; }
-inline void  MTDint,short::MulAdj( int i) const { i=8; }
+template  inline void  MTDint,float::MulAdj( int i) const { i=8; }
+template  inline void  MTDint,short::MulAdj( int i) const { i=8; }
 
 /*/
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325643: libcurl and moc

2005-09-01 Thread Elimar Riesebieter
Hi all,

I bounced this message to debian-devel to force a solution with the
curl ssl/gnutlds diverties.


On Tue, 30 Aug 2005 the mental interface of
Daniel Stenberg told:

 Hi
 
 The problem you have with libcurl and OpenSSL/GnuTLS is not strictly an 
 upstream problem.
 
 In the curl project there are some ideas floating around that are being 
 discussed on how this could be fixed for Debian (and other distros) but that 
 is 
 only because they don't do it themselves, it is not because it is an actual 
 problem in the curl camp. It is more of an indirect annoyance.
 
 Also, discussions are only talk. There is no fix or solution in the work for 
 the nearest period of time. Everyone's invited to come help sort it out.

 In my view, there's only one available work-around for the short to mid term, 
 and that is to use a separate .so file for libcurl built with GnuTLS.

My resume on Daniels point of view is to get a different .so name
for gnutls in the very short term and kick off ssl in Debian apps
midterm! Note, this will _not be done upstream_! This is not as hard
as Marco's demand, but we have to do it in that way. There are some
curl based packages like oggvorbistools, moc etc which are at the
moment uninstallable and herewith I invite Domenico to provide a
package where gnutls and ssl can exist beside in one installation.
For me, as a not much experienced voluntary I'll spend some spare
time to understand the technique on how to do that and hopefully can
assist Domenico to create a package.

Hugh
Elimar

-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >