Bug#414820: FTBFS: Depeneds on non-existant version of libnfnetlink-dev (= 0.0.25)

2007-03-17 Thread Phil Dibowitz
Alexander Wirt wrote:
 Phil Dibowitz schrieb am Dienstag, den 13. März 2007:
 
 Yes - I'd love it if you could make those packages available on people.d.o.

 Also, since this libnfnetlink is sitting in new (which I missed) go ahead
 and close the other bug that I re-opened earlier.
 Sure, here your are: http://people.debian.org/~formorer/pending/. Uploaded
 for ppc and i386 a few minutes ago. 

BTW, for libnetfilter_conntrack-0.0.50, there's a bug. I submitted the
following patch to them earlier today:

http://www.phildev.net/linux/patches/libnetfilter_conntrack-0.0.50_icmp_id.patch

They store ICMP ID as a u16, but they access it as a u8 thus loosing data.

I suspect it'll be a while before the next version is released, so you may
want to roll this into the debian version.

Thanks,
-- 
Phil Dibowitz [EMAIL PROTECTED]
Open Source software and tech docsInsanity Palace of Metallica
http://www.phildev.net/   http://www.ipom.com/

Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible -- Taylor's Laws of Programming




signature.asc
Description: OpenPGP digital signature


Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or directory

2007-03-17 Thread Julien Danjou
Package: syck
Version: 0.55-3.3
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of syck_0.55-3.3 on nasya by sbuild/sparc 0.52
 Build started at 20070317-0428
 **
...
 copying ypath.py - build/lib.linux-sparc64-2.4
 copying ydump.py - build/lib.linux-sparc64-2.4
 copying yaml2xml.py - build/lib.linux-sparc64-2.4
 running build_ext
 building 'syck' extension
 creating build/temp.linux-sparc64-2.4
 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
 -fPIC -I/usr/local/include -I../../lib -I/usr/include/python2.4 -c pyext.c -o 
 build/temp.linux-sparc64-2.4/pyext.o
 pyext.c:9:20: error: Python.h: No such file or directory
 In file included from ../../lib/syck.h:26,
  from pyext.c:10:
 ../../lib/syck_st.h:12: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:13: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:27: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:28: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:29: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:30: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:31: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:32: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:33: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:33: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:34: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:34: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:35: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:36: warning: function declaration isn't a prototype
 ../../lib/syck_st.h:44: warning: function declaration isn't a prototype
 In file included from pyext.c:10:
 ../../lib/syck.h:373: warning: function declaration isn't a prototype
 ../../lib/syck.h:400: warning: function declaration isn't a prototype
 ../../lib/syck.h:426: warning: function declaration isn't a prototype
 ../../lib/syck.h:427: warning: function declaration isn't a prototype
 ../../lib/syck.h:428: warning: function declaration isn't a prototype
 pyext.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 'PyTypeObject'
 pyext.c:14: warning: function declaration isn't a prototype
 pyext.c:15: warning: function declaration isn't a prototype
 pyext.c:16: warning: function declaration isn't a prototype
 pyext.c:17: warning: function declaration isn't a prototype
 pyext.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:46: error: array type has incomplete element type
 pyext.c:47: error: 'py_syck_node_transform' undeclared here (not in a 
 function)
 pyext.c:47: error: 'METH_VARARGS' undeclared here (not in a function)
 pyext.c:53: error: expected declaration specifiers or '...' before 'PyObject'
 pyext.c: In function 'py_syck_node_alloc':
 pyext.c:56: warning: implicit declaration of function 'PyObject_NEW'
 pyext.c:56: error: expected expression before 'SyckNode'
 pyext.c:56: warning: assignment makes pointer from integer without a cast
 pyext.c:61: warning: implicit declaration of function 'Py_XINCREF'
 pyext.c:61: error: 'value' undeclared (first use in this function)
 pyext.c:61: error: (Each undeclared identifier is reported only once
 pyext.c:61: error: for each function it appears in.)
 pyext.c: At top level:
 pyext.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c: In function 'py_syck_node_free':
 pyext.c:90: error: 'PyObject' undeclared (first use in this function)
 pyext.c:90: error: 'value' undeclared (first use in this function)
 pyext.c:90: warning: implicit declaration of function 'PyObject_GetAttrString'
 pyext.c:90: error: expected expression before ')' token
 pyext.c:91: warning: implicit declaration of function 'Py_XDECREF'
 pyext.c:97: warning: implicit declaration of function 'PyMem_DEL'
 pyext.c: At top level:
 pyext.c:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:132: error: expected declaration specifiers or '...' before 'PyObject'
 pyext.c: In function 'py_syck_node_setattr':
 pyext.c:137: warning: implicit declaration of function

Bug#410338: marked as done (CVE-2007-0857: pagename XSS)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 08:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#410338: fixed in moin 1.5.7-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)

---BeginMessage---
Package: moin
Version: 1.5.3-1.1
Severity: important
Tags: patch, security

Multiple cross-site scripting (XSS) vulnerabilities in MoinMoin before 
1.5.7 allow remote attackers to inject arbitrary web script or HTML via 
(1) the page info, or the page name in a (2) AttachFile, (3) RenamePage, 
or (4) LocalSiteMap action.

The upstream changes are visible here:
http://hg.thinkmo.de/moin/1.5?fl=28eb59256911;file=docs/CHANGES

However, LikePages was missed, and the upstream LocalSiteMap fix appears 
to be incomplete.  Attached is the patch I'm using in Ubuntu.

-- 
Kees Cook@outflux.net
diff -Nur moin-1.5.3/MoinMoin/action/AttachFile.py moin-1.5.3.new/MoinMoin/action/AttachFile.py
--- moin-1.5.3/MoinMoin/action/AttachFile.py	2006-04-05 11:58:07.0 -0700
+++ moin-1.5.3.new/MoinMoin/action/AttachFile.py	2007-02-09 13:03:48.636705206 -0800
@@ -275,7 +275,7 @@
 str = str + /ul
 else:
 if showheader:
-str = '%sp%s/p' % (str, _(No attachments stored for %(pagename)s) % {'pagename': pagename})
+str = '%sp%s/p' % (str, _(No attachments stored for %(pagename)s) % {'pagename': wikiutil.escape(pagename)})
 
 return str
 
diff -Nur moin-1.5.3/MoinMoin/action/LikePages.py moin-1.5.3.new/MoinMoin/action/LikePages.py
--- moin-1.5.3/MoinMoin/action/LikePages.py	2006-03-22 01:25:59.0 -0800
+++ moin-1.5.3.new/MoinMoin/action/LikePages.py	2007-02-09 13:06:13.428072725 -0800
@@ -28,14 +28,14 @@
 # No matches
 if not matches:
 Page(request, pagename).send_page(request,
-msg = _('No pages like %s!') % (pagename,))
+msg = _('No pages like %s!') % (wikiutil.escape(pagename),))
 return
 
 # One match - display it
 if len(matches) == 1:
 Page(request, matches.keys()[0]).send_page(request,
 msg = _('Exactly one page like %s found, redirecting to page.') % (
-pagename,))
+wikiutil.escape(pagename),))
 return
 
 # more than one match, list 'em
@@ -44,7 +44,7 @@
 # This action generate data using the user language
 request.setContentLanguage(request.lang)
 
-wikiutil.send_title(request, _('Pages like %s') % (pagename),
+wikiutil.send_title(request, _('Pages like %s') % (wikiutil.escape(pagename)),
 pagename=pagename)
 
 # Start content - IMPORTANT - without content div, there is no
diff -Nur moin-1.5.3/MoinMoin/action/LocalSiteMap.py moin-1.5.3.new/MoinMoin/action/LocalSiteMap.py
--- moin-1.5.3/MoinMoin/action/LocalSiteMap.py	2005-09-22 09:22:09.0 -0700
+++ moin-1.5.3.new/MoinMoin/action/LocalSiteMap.py	2007-02-09 13:03:48.636705206 -0800
@@ -70,7 +70,7 @@
 if not name: return
 self.append('nbsp;' * (5*depth))
 self.append('nbsp;' + wikiutil.link_tag(request, '%s?action=%s' %
-(wikiutil.quoteWikinameURL(name), __name__.split('.')[-1]), name))
+(wikiutil.quoteWikinameURL(name), __name__.split('.')[-1]), wikiutil.escape(name)))
 self.append(nbsp;small[)
 self.append(Page(request, name).link_to(request, 'view'))
 self.append(/small]br)
diff -Nur moin-1.5.3/MoinMoin/action/RenamePage.py moin-1.5.3.new/MoinMoin/action/RenamePage.py
--- moin-1.5.3/MoinMoin/action/RenamePage.py	2005-12-18 13:09:42.0 -0800
+++ moin-1.5.3.new/MoinMoin/action/RenamePage.py	2007-02-09 13:03:48.636705206 -0800
@@ -148,7 +148,7 @@
 'error': error,
 'action': self.__class__.__name__,
 'ticket': wikiutil.createTicket(),
-'pagename': self.pagename,
+'pagename': wikiutil.escape(self.pagename, 1),
 'rename': _('Rename Page'),
 'cancel': _('Cancel'),
 'newname_label': _(New name),
diff -Nur moin-1.5.3/MoinMoin/theme/__init__.py moin-1.5.3.new/MoinMoin/theme/__init__.py
--- moin-1.5.3/MoinMoin/theme/__init__.py	2006-04-15 12:09:38.0 -0700
+++ moin-1.5.3.new/MoinMoin/theme/__init__.py	2007-02-09 13:03:48.636705206 -0800
@@ -628,7 +628,7 @@
 info = _(last edited %(time)s by %(editor)s) % info
 else:
 info = _(last modified %(time)s) % info
-pagename = page.page_name
+pagename = 

Bug#373464: marked as done (Python policy transition)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 08:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#373464: fixed in moin 1.5.7-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)

---BeginMessage---
Package: moin
Version: 1.5.3-1
Severity: important


  Hi, your package has been detected as generating a python
module/extension that may need an upgrade to the new Python Policy[1].

  A wiki page [2] explains what has to be done to upgrade your packages
to the new Policy. This bug may be a false positive, in that case,
please just close the bug.

  This bug is part of a mass bug filling, and its severity will be
raised to serious when python will default to python2.4. Please note
that this bug (even not being RC) falls under the 0-day NMU policy.


  [1] http://lists.debian.org/debian-devel-announce/2006/06/msg9.html
  [2] http://wiki.debian.org/DebianPython/NewPolicy



---End Message---
---BeginMessage---
Source: moin
Source-Version: 1.5.7-1

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

moin_1.5.7-1.diff.gz
  to pool/main/m/moin/moin_1.5.7-1.diff.gz
moin_1.5.7-1.dsc
  to pool/main/m/moin/moin_1.5.7-1.dsc
moin_1.5.7.orig.tar.gz
  to pool/main/m/moin/moin_1.5.7.orig.tar.gz
moinmoin-common_1.5.7-1_all.deb
  to pool/main/m/moin/moinmoin-common_1.5.7-1_all.deb
python-moinmoin_1.5.7-1_all.deb
  to pool/main/m/moin/python-moinmoin_1.5.7-1_all.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.
Jonas Smedegaard [EMAIL PROTECTED] (supplier of updated moin 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: Fri, 16 Mar 2007 18:07:48 +0100
Source: moin
Binary: moinmoin-common python-moinmoin
Architecture: source all
Version: 1.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 moinmoin-common - Python clone of WikiWiki - common data
 python-moinmoin - Python clone of WikiWiki - library
Closes: 373464 373464 383841 383909 384349 410338
Changes: 
 moin (1.5.7-1) unstable; urgency=low
 .
   * New upstream release. Closes: Bug#384349.
 Highlights:
 + XSS Fixes (already fixed in Debian NMU).
 + Improved LDAP authentication.
 + Various GUI editor improvements (but still buggy!).
 + Attachments can be overwritten, moved to a different page, and
   referenced.
 + Various performance improvements.
 + Rendering fixes (especially workarounds for IE6 bugs).
 + Simplified migration routine. Please read
   /usr/share/doc/moinmoin-common/README.Migration(.gz).
 + Fix for forgotten password email login URL.
 + Google sitemap support: ?action=sitemap.
 + Updated translations: i18n strings, system and help pages.
 + Hyphens are now allowed in usernames. Closes: Bug#383909.
 + Improved docutils and ReST support.
   * Acknowledge NMUs. Closes: Bug#373464, #383841, #410338, thanks to
 Josselin Mouette, Pierre Habouzit, Martin Zobel-Helas and Toni
 Mueller.
   * Reorganize patches.
 + Extend patches to 5 digits to make room for Hg changesets.
 + Adjust debian/patches/README to mention Hg (not Arch).
 + Use quilt (not the simple cdbs-internal patch system).
   * Add patches to bring in sync with upstream Hg (patchset 822).
   * Remove parts of CVE-2007-0857 applied upstream (changesets 805-806).
 Rename patch to follow new 5-digit scheme.
   * Rewrite README.packaging to describe getting changesets from Hg (not
 Arch).
   * Update CDBS tweaks:
 + Update copyright-check.mk: Look for (c) too, avoid non-printable
   characters, verbose error report.
 + Update buildinfo.mk: Fix touchfile to run only once.
 + Major overhaul of python-distutils.mk: Syncronize with main cdbs,
   which adds support for new Python policy, and massive rewrite to
   bring back functionality broken in the default implementation of
   that new policy.
 + Replace auto-update.mk with (overload of) buildcore.mk.
 + Add 

Bug#410552: marked as done (CVE-2007-0857 - Multiple XSS vulnerabilities)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 08:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#410338: fixed in moin 1.5.7-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)

---BeginMessage---
Package: moinmoin-common
Version: 1.5.3-1.1
Severity: critical

MoinMoin has a security hole, as you can see here:
http://archives.neohapsis.com/archives/fulldisclosure/2007-02/0206.html

Please update the package.

Cheers,
Marcus Husar

---End Message---
---BeginMessage---
Source: moin
Source-Version: 1.5.7-1

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

moin_1.5.7-1.diff.gz
  to pool/main/m/moin/moin_1.5.7-1.diff.gz
moin_1.5.7-1.dsc
  to pool/main/m/moin/moin_1.5.7-1.dsc
moin_1.5.7.orig.tar.gz
  to pool/main/m/moin/moin_1.5.7.orig.tar.gz
moinmoin-common_1.5.7-1_all.deb
  to pool/main/m/moin/moinmoin-common_1.5.7-1_all.deb
python-moinmoin_1.5.7-1_all.deb
  to pool/main/m/moin/python-moinmoin_1.5.7-1_all.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.
Jonas Smedegaard [EMAIL PROTECTED] (supplier of updated moin 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: Fri, 16 Mar 2007 18:07:48 +0100
Source: moin
Binary: moinmoin-common python-moinmoin
Architecture: source all
Version: 1.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 moinmoin-common - Python clone of WikiWiki - common data
 python-moinmoin - Python clone of WikiWiki - library
Closes: 373464 373464 383841 383909 384349 410338
Changes: 
 moin (1.5.7-1) unstable; urgency=low
 .
   * New upstream release. Closes: Bug#384349.
 Highlights:
 + XSS Fixes (already fixed in Debian NMU).
 + Improved LDAP authentication.
 + Various GUI editor improvements (but still buggy!).
 + Attachments can be overwritten, moved to a different page, and
   referenced.
 + Various performance improvements.
 + Rendering fixes (especially workarounds for IE6 bugs).
 + Simplified migration routine. Please read
   /usr/share/doc/moinmoin-common/README.Migration(.gz).
 + Fix for forgotten password email login URL.
 + Google sitemap support: ?action=sitemap.
 + Updated translations: i18n strings, system and help pages.
 + Hyphens are now allowed in usernames. Closes: Bug#383909.
 + Improved docutils and ReST support.
   * Acknowledge NMUs. Closes: Bug#373464, #383841, #410338, thanks to
 Josselin Mouette, Pierre Habouzit, Martin Zobel-Helas and Toni
 Mueller.
   * Reorganize patches.
 + Extend patches to 5 digits to make room for Hg changesets.
 + Adjust debian/patches/README to mention Hg (not Arch).
 + Use quilt (not the simple cdbs-internal patch system).
   * Add patches to bring in sync with upstream Hg (patchset 822).
   * Remove parts of CVE-2007-0857 applied upstream (changesets 805-806).
 Rename patch to follow new 5-digit scheme.
   * Rewrite README.packaging to describe getting changesets from Hg (not
 Arch).
   * Update CDBS tweaks:
 + Update copyright-check.mk: Look for (c) too, avoid non-printable
   characters, verbose error report.
 + Update buildinfo.mk: Fix touchfile to run only once.
 + Major overhaul of python-distutils.mk: Syncronize with main cdbs,
   which adds support for new Python policy, and massive rewrite to
   bring back functionality broken in the default implementation of
   that new policy.
 + Replace auto-update.mk with (overload of) buildcore.mk.
 + Add README.cdbs-tweaks documenting the added tweaks.
 + Advertise README.cdbs-tweaks in debian/rules.
   * Enable new Python policy, except when DEB_BUILD_OPTIONS contains
 sarge. Closes: Bug#373464 (thanks to Pierre Habouzit and ).
   * Bump up Standards-Version to 3.7.2 for non-default distros.
   * Adjust long description to not mention dropped pythonXX-moinmoin.
   * As stated in README.Debian, CGI interface has had most testing:
 + Revert to 

Bug#415233: gpgme1.0: FTBFS: Can't find GNU Pth

2007-03-17 Thread Kurt Roeckx
Package: gpgme1.0
Version: 1.1.2-3
Severity: serious

Hi,

Your package is failing to build with the following error:
checking for GNU Pth... *FAILED*
 ++
 | Unable to locate GNU Pth in any system-wide location (see $PATH).
 | Please specify the correct path to either a GNU Pth installation tree
 | (use --with-pth=DIR if you used --prefix=DIR for installing GNU Pth in
 | the past) or to a GNU Pth source tree (use --with-pth=DIR if DIR is a
 | path to a pth-X.Y.Z/ directory; but make sure the package is already
 | built, i.e., the configure; make step was already performed there).
 ++
make: *** [configure-stamp] Error 1


Kurt



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



Bug#412451: Package unusable

2007-03-17 Thread Wartan Hachaturow

On 3/17/07, Aurélien GÉRÔME [EMAIL PROTECTED] wrote:


I came upon this while wanting to try qgit and really felt
frustrated. To my mind, our users deserve better. I can prepare a
NMU if you do not have the time to deal with it, just let me know...


Sure they do. I'll upload 1.5.5 today.

--
Regards, Wartan.


Bug#370186: (no subject)

2007-03-17 Thread Davide R
Sorry, I just realized that the latest etch hal version is (0.5.8.1-6.1), which 
doesn't include latest patches:

http://packages.debian.org/changelogs/pool/main/h/hal/hal_0.5.8.1-9/changelog

That's the reason why the bug was still there.

Attached some details about a DVD media which doesn't get automounted by 
default in etch/KDE.



--
Leggi GRATIS le tue mail con il telefonino i-mode™ di Wind
http://i-mode.wind.it



snapshot1.png
Description: PNG image


Bug#412451: Package unusable

2007-03-17 Thread Aurélien GÉRÔME
On Sat, Mar 17, 2007 at 02:30:46PM +0300, Wartan Hachaturow wrote:
 On 3/17/07, Aurélien GÉRÔME [EMAIL PROTECTED] wrote:
 
 I came upon this while wanting to try qgit and really felt
 frustrated. To my mind, our users deserve better. I can prepare a
 NMU if you do not have the time to deal with it, just let me know...
 
 Sure they do. I'll upload 1.5.5 today.

Thanks Wartan! :)

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#415234: kcheckgmail from etch is unable to check mail on gmail.com

2007-03-17 Thread Pierre Bauduin

Package: kcheckgmail
Version: 0.5.5-2
Severity: grave
Tags: upstream
Architecture: i386

Hi there,

I think I have found a grave problem in the kcheckgmail that comes with
Debian GNU/Linux 4.0 etch.

Basically, it always fails to authenticate to gmail.com, with the following
error message:
Erreur inconnue lors de la récupération des cookies
which roughly translates to:
Unknown error while retrieving cookies.

Here's the output of kchecgkmail:
kcheckgmail: [void KCheckGmailTray::slotLoginStart()]
kcheckgmail: [void GMail::login()] Waiting for wallet...
kcheckgmail: [bool GMailWalletManager::get()]
kcheckgmail: [bool GMailWalletManager::get()] yeah, from wallet
kcheckgmail: [bool GMailWalletManager::get()] wallet NOT open, callback
kcheckgmail: [bool GMailWalletManager::getWallet()]
kcheckgmail: [bool GMailWalletManager::getWallet()] it's enabled
kcheckgmail: [void GMailWalletManager::openWallet()] calling openWallet
kcheckgmail: [void GMailWalletManager::openWallet()] connecting wallet
kcheckgmail: [bool GMailWalletManager::get()] return true
]0;[EMAIL PROTECTED]: ~/[EMAIL PROTECTED] 12:11
/home/pibe/misckcheckgmail: [void
GMailWalletManager::slotWalletChangedStatus()]
kcheckgmail: [void GMailWalletManager::slotWalletChangedStatus()]
kcheckgmail: [void GMailWalletManager::slotWalletChangedStatus()] Wallet
Open!
kcheckgmail: [void GMailWalletManager::slotWalletChangedStatus()] Setting
folder
kcheckgmail: [void GMailWalletManager::slotWalletChangedStatus()] Password:
kcheckgmail: [void GMailWalletManager::slotWalletChangedStatus()] Got pass:
XXX
kcheckgmail: Sending login: [EMAIL PROTECTED]
Passwd=XXXnull=Sign%20in
kcheckgmail: [void GMailWalletManager::clearPassword()]
kcheckgmail: [void GMail::slotPostLoginResult(KIO::Job*)] Finally, Cookie:
GoogleAccountsLocale_session=fr;
LSID=DQAAAHYStoowT-NgBXh8iMdqT4J-G53B1yBIyVGfshV2ywSlSX4XbHy99MeGQzLClAM7A3yv9o_rbPNFDUTRvTnN6OqOWQBu5mjNEBCP_pyDNEu0hZtNhy07pTCo1hiNEV76X8_gCvQWYUHXvJYsymcYUpbjX2fufNQsSxcVJ_joPae-FQ;
SID=DQAAAHQAAADs5VilWIVZpTPDZ5oUPY6eJ5JlKho2N4XIe4VCU4NXNp8EtgawdwbdBTluNYZJbWm1_rLbU_u3aiIlFADWpuWCYB0JpR_x8VyQ6c23zuZzDhlVW_TnrthnuBl-ipxnk09u6b5CME423Q-MC6liFb9mljWioCz31H7YM_J7blvp9A
kcheckgmail: [void KCheckGmailTray::slotLoginDone(bool, bool, const
QString)]
kcheckgmail: ok=false evtFromTimer=false why=Erreur inconnue lors de la
récupération des cookies
kcheckgmail:
kcheckgmail: [void KCheckGmailTray::updateCountImage()] Count=0

System Information:
Debian release: 4.0 etch
Architecture: i386
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz
Memory: 1024 MB
Kernel: Linux beryllium 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007
i686 GNU/Linux
Version of packages xsysinfo depends on:  kdebase-bin (= 3.2), kdelibs4c2a
(= 4:3.5.4-1), libacl1 (= 2.2.11-1), libart-2.0-2 (= 2.3.16), libattr1
(= 2.4.4-1), libaudio2, libc6 (= 2.3.6-6), libfam0, libfontconfig1 (=
2.4.0), libfreetype6 (= 2.2), libgcc1 (= 1:4.1.1-12), libice6 (= 1:1.0.0),
libidn11 (= 0.5.18), libjpeg62, libpng12-0 (= 1.2.8rel), libqt3-mt (= 3:
3.3.6), libsm6, libstdc++6 (= 4.1.1-12), libx11-6, libxcursor1 ( 1.1.2),
libxext6, libxft2 ( 2.1.1), libxi6, libxinerama1, libxrandr2, libxrender1,
libxt6, zlib1g (= 1:1.2.1)

Because of this bug kcheckgmail is completely unable to check mail in gmail.

Can someone look into this ?

Thank you,
--
Pierre Bauduin
Linux enthusiast since 1996
Debian GNU/Linux user
website: http://pierre.baudu.in/


Bug#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread Kurt Roeckx
Package: swf-player
Version: 0.3.6-2.2
Severity: grave

Hi,

I've tried swf-player with various sites.  For every .swf file I've
tried so far, I get the error:
This SWF file is known to trigger bugs in the swfdec decoder. Playback
is cancelled.


It looks to me like this package is currently not usable at all.


Kurt



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



Bug#415245: xine-ui: xine crashes with a segmentation fault immediately

2007-03-17 Thread Jörn Reder
Package: xine-ui
Version: 0.99.4+dfsg+cvs2006-2
Severity: grave
Justification: renders package unusable

When starting xine the splash screen and video window
appear for the fraction of a second, then it crashes
with a segmentation fault:

  % xine
  This is xine (X11 gui) - a free video player v0.99.5cvs.
  (c) 2000-2006 The xine Team.
  Segmentation fault

No matter if a filename is given or not.

I just build xine-lib and xine-ui from source (using dpkg-buildpackage)
but that didn't help.

My CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+

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

Versions of packages xine-ui depends on:
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcaca0 0.99.beta11.debian-2colour ASCII art library
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcucul 0.99.beta11.debian-2low-level Unicode character drawin
ii  libcurl3 7.15.5-1Multi-protocol file transfer libra
ii  libfontc 2.4.2-1.2   generic font configuration library
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libkrb53 1.4.4-7 MIT Kerberos runtime libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libpng12 1.2.15~beta5-1  PNG library - runtime
ii  libreadl 5.2-2   GNU readline and history libraries
ii  libx11-6 2:1.0.3-6   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxine1 1.1.2+dfsg-3the xine video/media player librar
ii  libxiner 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 
ii  libxv1   1:1.0.2-1   X11 Video extension library
ii  libxxf86 1:1.0.1-2   X11 XFree86 video mode extension l
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages xine-ui recommends:
ii  libaa11.4p5-31   ascii art library

-- no debconf information


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



Bug#415234: kcheckgmail from etch is unable to check mail on gmail.com

2007-03-17 Thread José Luis Tallón
Pierre Bauduin wrote:
 Package: kcheckgmail
 Version: 0.5.5-2
 Severity: grave
 Tags: upstream
 Architecture: i386

 Hi there,

 I think I have found a grave problem in the kcheckgmail that comes
 with Debian GNU/Linux 4.0 etch.

 Basically, it always fails to authenticate to gmail.com
 http://gmail.com, with the following error message:
 Erreur inconnue lors de la récupération des cookies
 which roughly translates to:
 Unknown error while retrieving cookies.

 [snip]

 Because of this bug kcheckgmail is completely unable to check mail in
 gmail.

 Can someone look into this ?
Yup. This is unfortunately known.
Upstream is preparing a new version, but nothing has been published.

I am working from a CVS snapshot to try and produce a working version.
However, upstream changed since last stable version (thanks,
petrol_pumper) and hasn't released anything better.



Will try to produce something during the weekend, and then we'll see
what happens.

J.L.




Bug#415254: SuPHP security issue: using AddHandler instead of AddType

2007-03-17 Thread Fili
Package: libapache-mod-suphp
Version: 0.5.2-3
Severity: critical

There seems to be a serious security bug when using suphp
with apache 1.3.x on Sarge (and also on Etch).

Due to a bug in the suphp (or apache) package it is
necessary to use
AddHandler x-httpd-php .php

instead of the preferred
AddType x-httpd-php .php

Because of this a file called \'image.php.jpg\' is
interpreted and executed as a PHP file (not as an image).
Which makes the execution of arbitrary code possible when
(for example) a poorly written image-upload form fails to
properly check the file-extension.

More info can be found here:
http://www.mail-archive.com/suphp@lists.marsching.biz/msg00065.html

Note: Apache2 doesn\'t seem affected. It however generates a
\'[warn] Cannot get media type from x-httpd-php\' warning in
the apache error-log, each time a php-file is called upon.

Regards,
Fili





Bug#415255: oolite: license change: should be a part or main in Etch

2007-03-17 Thread Eddy Petrişor
Package: oolite
Version: 1.65-4
Severity: serious
Justification: should be in main

Hello,

This package has changed license recently and now it fit for main.
IMO this package should be in main during Etch's life time since from
now on, all upstream releases will be DFSG free and people will expect
to find the game in main.

Upstream has declared that retroactively 1.65 is to be considered dual
licensed[1][2][3], too.

[1] http://www.aegidian.org/bb/viewtopic.php?t=3072
[2] http://www.aegidian.org/bb/viewtopic.php?p=32115
[3] http://oolite.aegidian.org/


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages oolite depends on:
ii  gnustep-base-runtime1.13.0-7 GNUstep Base library
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]6.5.1-0.6A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.1-0.6The OpenGL utility library (GLU)
ii  libgnustep-base1.13 1.13.0-7 GNUstep Base library
ii  libobjc11:4.1.1-21   Runtime library for GNU Objective-
ii  libsdl-image1.2 1.2.5-2+b1   image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-1.1+b1 mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  oolite-data 1.65-2   Data files for the space-sim game 

oolite recommends no packages.

-- no debconf information


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



Bug#415245: xine-ui: xine crashes with a segmentation fault immediately

2007-03-17 Thread Reinhard Tartler
severity 415245 important
tags 415245 unreproducible needsinfo
stop

Jörn Reder [EMAIL PROTECTED] writes:

 Package: xine-ui
 Version: 0.99.4+dfsg+cvs2006-2
 Severity: grave
 Justification: renders package unusable

 When starting xine the splash screen and video window
 appear for the fraction of a second, then it crashes
 with a segmentation fault:

   % xine
   This is xine (X11 gui) - a free video player v0.99.5cvs.
   (c) 2000-2006 The xine Team.
   Segmentation fault

 No matter if a filename is given or not.

 I just build xine-lib and xine-ui from source (using dpkg-buildpackage)
 but that didn't help.

I cannot reproduce this here. Could you please try to recompile xine-ui
with debug information and post a backtrace here? Does it also happen
with gxine?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



Bug#415256: oolite-data: license change: should be a part or main in Etch

2007-03-17 Thread Eddy Petrişor
Package: oolite-data
Version: 1.65-1
Severity: serious
Justification: should be in main


Hello,

This package has changed license recently and now it fit for main.
IMO this package should be in main during Etch's life time since from
now on, all upstream releases will be DFSG free and people will expect
to find the game in main.

Upstream has declared that retroactively 1.65 is to be considered dual
licensed[1][2][3], too.

[1] http://www.aegidian.org/bb/viewtopic.php?t=3072
[2] http://www.aegidian.org/bb/viewtopic.php?p=32115
[3] http://oolite.aegidian.org/


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

-- no debconf information


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



Bug#200689: marked as done (mozart_1.2.3.20011204-3woody1: Wrong Architecture line)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 09:51:29 -0500
with message-id [EMAIL PROTECTED]
and subject line mozart_1.2.3.20011204-3woody1: Wrong Architecture line
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)

---BeginMessage---
Package: mozart
Version: 1.2.3.20011204-3woody1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of mozart_1.2.3.20011204-3woody1 on sarti by sbuild/hppa 
 1.170.2
 Build started at 20030707-

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 3.0.0), flex (= 2.5.3), bison (= 1.25), perl5, 
 m4, libgmp3-dev, zlib1g-dev, libgdbmg1-dev, tcl8.3-dev, tk8.3-dev

[...]

 symtab.o(.text+0x298): undefined reference to `free'
 symtab.o(.text+0x2c8): undefined reference to `free'
 make[6]: *** [Bison.so-unknown-unknown] Error 1
 make[6]: Leaving directory 
 `/build/buildd/mozart-1.2.3.20011204/build/platform/tools/gump/ozbison'
 make[5]: *** [subdirs] Error 1
 make[5]: Leaving directory 
 `/build/buildd/mozart-1.2.3.20011204/build/platform/tools/gump'
 make[4]: *** [all] Error 1
 make[4]: Leaving directory 
 `/build/buildd/mozart-1.2.3.20011204/build/platform/tools'
 make[3]: *** [cboot-all] Error 2
 make[3]: Leaving directory 
 `/build/buildd/mozart-1.2.3.20011204/build/platform/tools'
 make[2]: *** [bootstrap] Error 1
 make[2]: Leaving directory 
 `/build/buildd/mozart-1.2.3.20011204/build/platform'
 make[1]: *** [bootstrap] Error 1
 make[1]: Leaving directory `/build/buildd/mozart-1.2.3.20011204/build'
 make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=mozartver=1.2.3.20011204-3woody1

C code needs to be linked with gcc, not ld.  C++ code needs to be linked with
g++, not gcc or ld.

lamont

---End Message---
---BeginMessage---

Package: mozart
Version: 1.3.1.20040616-8

As per Marco's comment this bug was caused by an incorrect
architecture line in a security update to Woody.  Real support for
hppa in a stable release was available in sarge (from mozart version
1.3.1.20040616-8), so I think it is now time to close this bug.

Thanks
Kevin


---End Message---


Processed: Re: Bug#415255: oolite: license change: should be a part or main in Etch

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the version in unstable has the updated copyright info,
 # was uploaded in main 5 days ago
 notfound 415255 1.65-5
Bug#415255: oolite: license change: should be a part or main in Etch
Bug marked as not found in version 1.65-5.

 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#415255: oolite: license change: should be a part or main in Etch

2007-03-17 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

# the version in unstable has the updated copyright info,
# was uploaded in main 5 days ago
notfound 415255 1.65-5
thanks

Eddy Petrişor wrote:
 Package: oolite
 Version: 1.65-4
 Severity: serious
 Justification: should be in main
 
 Hello,
 
 This package has changed license recently and now it fit for main.
 IMO this package should be in main during Etch's life time since from
 now on, all upstream releases will be DFSG free and people will expect
 to find the game in main.
 
 Upstream has declared that retroactively 1.65 is to be considered dual
 licensed[1][2][3], too.
 
 [1] http://www.aegidian.org/bb/viewtopic.php?t=3072
 [2] http://www.aegidian.org/bb/viewtopic.php?p=32115
 [3] http://oolite.aegidian.org/
 
 
 -- System Information:
 Debian Release: 4.0
   APT prefers testing
   APT policy: (900, 'testing')
 Architecture: amd64 (x86_64)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.18-4-amd64
 Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
 
 Versions of packages oolite depends on:
 ii  gnustep-base-runtime1.13.0-7 GNUstep Base library
 ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
 ii  libgl1-mesa-glx [libgl1]6.5.1-0.6A free implementation of the 
 OpenG
 ii  libglu1-mesa [libglu1]  6.5.1-0.6The OpenGL utility library (GLU)
 ii  libgnustep-base1.13 1.13.0-7 GNUstep Base library
 ii  libobjc11:4.1.1-21   Runtime library for GNU 
 Objective-
 ii  libsdl-image1.2 1.2.5-2+b1   image loading library for Simple 
 D
 ii  libsdl-mixer1.2 1.2.6-1.1+b1 mixer library for Simple 
 DirectMed
 ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
 ii  oolite-data 1.65-2   Data files for the space-sim 
 game 
 
 oolite recommends no packages.
 
 -- no debconf information
 
 


- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/ADXY8Chqv3NRNoRAqsfAKCAGNlDz1lvVNhXNRh0elFIkj8OjQCfZ8Ba
tEjA2GMc69TXxIldlsrKygU=
=PMsA
-END PGP SIGNATURE-


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



Bug#415256: oolite-data: license change: should be a part or main in Etch

2007-03-17 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

# the version in unstable has the updated copyright info,
# was uploaded in main 5 days ago
notfound 415255 1.65-2
thanks

Eddy Petrişor wrote:
 Package: oolite-data
 Version: 1.65-1
 Severity: serious
 Justification: should be in main
 
 
 Hello,
 
 This package has changed license recently and now it fit for main.
 IMO this package should be in main during Etch's life time since from
 now on, all upstream releases will be DFSG free and people will expect
 to find the game in main.
 
 Upstream has declared that retroactively 1.65 is to be considered dual
 licensed[1][2][3], too.
 
 [1] http://www.aegidian.org/bb/viewtopic.php?t=3072
 [2] http://www.aegidian.org/bb/viewtopic.php?p=32115
 [3] http://oolite.aegidian.org/
 
 
 -- System Information:
 Debian Release: 4.0
   APT prefers testing
   APT policy: (900, 'testing')
 Architecture: amd64 (x86_64)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.18-4-amd64
 Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
 
 -- no debconf information
 
 


- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/AF9Y8Chqv3NRNoRAk2CAKC3qu5XnA4oXBAFXfmtPJPzmnTxygCfVyHN
lWGRAaUXG6FaLDpdGha6O6M=
=VsDw
-END PGP SIGNATURE-


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



Processed: Re: Bug#415256: oolite-data: license change: should be a part or main in Etch

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the version in unstable has the updated copyright info,
 # was uploaded in main 5 days ago
 notfound 415255 1.65-2
Bug#415255: oolite: license change: should be a part or main in Etch
Bug marked as not found in version 1.65-2.

 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]



Processed: Re: Bug#415256: oolite-data: license change: should be a part or main in Etch

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # I forgot to update the bug number for oolite-data
 found 415255 1.65-2
Bug#415255: oolite: license change: should be a part or main in Etch
Bug marked as found in version 1.65-2.

 notfound 415256 1.65-2
Bug#415256: oolite-data: license change: should be a part or main in Etch
Bug marked as not found in version 1.65-2.

 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#415255: marked as done (oolite: license change: should be a part or main in Etch)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 17:50:39 +0200
with message-id [EMAIL PROTECTED]
and subject line fixed in 1.65-5
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)

---BeginMessage---
Package: oolite
Version: 1.65-4
Severity: serious
Justification: should be in main

Hello,

This package has changed license recently and now it fit for main.
IMO this package should be in main during Etch's life time since from
now on, all upstream releases will be DFSG free and people will expect
to find the game in main.

Upstream has declared that retroactively 1.65 is to be considered dual
licensed[1][2][3], too.

[1] http://www.aegidian.org/bb/viewtopic.php?t=3072
[2] http://www.aegidian.org/bb/viewtopic.php?p=32115
[3] http://oolite.aegidian.org/


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages oolite depends on:
ii  gnustep-base-runtime1.13.0-7 GNUstep Base library
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]6.5.1-0.6A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.1-0.6The OpenGL utility library (GLU)
ii  libgnustep-base1.13 1.13.0-7 GNUstep Base library
ii  libobjc11:4.1.1-21   Runtime library for GNU Objective-
ii  libsdl-image1.2 1.2.5-2+b1   image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-1.1+b1 mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  oolite-data 1.65-2   Data files for the space-sim game 

oolite recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: oolite
Version: 1.65-5

Ehm, fix, not notfound :-/

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/A5PY8Chqv3NRNoRAiAJAJ9PocEgZbRFQ0t4aZaKxuuG9TRqfwCgtNCS
wOJgd6uXvrfX97auzr0rpiQ=
=LFJB
-END PGP SIGNATURE-
---End Message---


Bug#415256: marked as done (oolite-data: license change: should be a part or main in Etch)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 17:48:52 +0200
with message-id [EMAIL PROTECTED]
and subject line fixed in 1.65-2 of oolite-data
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)

---BeginMessage---
Package: oolite-data
Version: 1.65-1
Severity: serious
Justification: should be in main


Hello,

This package has changed license recently and now it fit for main.
IMO this package should be in main during Etch's life time since from
now on, all upstream releases will be DFSG free and people will expect
to find the game in main.

Upstream has declared that retroactively 1.65 is to be considered dual
licensed[1][2][3], too.

[1] http://www.aegidian.org/bb/viewtopic.php?t=3072
[2] http://www.aegidian.org/bb/viewtopic.php?p=32115
[3] http://oolite.aegidian.org/


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

-- no debconf information

---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: oolite-data
Version: 1.65-2

Ehm, fix, not notfound :-/

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/A3kY8Chqv3NRNoRAkyTAJ9RiC1jUBnz+KDeHBsEsF8WzOIdUACeMQGp
fHhPDeX9TzVzOhiCuF+11XI=
=ORE5
-END PGP SIGNATURE-
---End Message---


Bug#398371: NMU for fingerd 0.6-5

2007-03-17 Thread Mohammed Sameer
I NUM'd the package to delayed+1
Let's get this bug squashed!

Attached the patch.

-- 
GNU/Linux registered user #224950
Proud Egyptian GNU/Linux User Group www.eglug.org Member.
Life powered by Debian, Homepage: www.foolab.org
--
Don't send me any attachment in Micro$oft (.DOC, .PPT) format please
Read http://www.gnu.org/philosophy/no-word-attachments.html
Preferable attachments: .PDF, .HTML, .TXT
Thanx for adding this text to Your signature
diff -Naur xfingerd-0.6.orig/debian/changelog xfingerd-0.6/debian/changelog
--- xfingerd-0.6.orig/debian/changelog	2007-03-17 18:11:04.0 +0200
+++ xfingerd-0.6/debian/changelog	2007-03-17 17:57:56.0 +0200
@@ -1,3 +1,12 @@
+xfingerd (0.6-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Add openbsd-inetd | inet-superserver to Depends
+  * Drop invoke-rc.d inetd reload from xfingerd.postrm and xfingerd.postinst because
+update-inetd takes care of thet. (Closes: #398371).
+
+ -- Mohammed Sameer [EMAIL PROTECTED]  Sat, 17 Mar 2007 17:54:05 +0200
+
 xfingerd (0.6-5) unstable; urgency=low
 
   * Acknowledging NMU, thanks Pierre.
diff -Naur xfingerd-0.6.orig/debian/control xfingerd-0.6/debian/control
--- xfingerd-0.6.orig/debian/control	2007-03-17 18:11:04.0 +0200
+++ xfingerd-0.6/debian/control	2007-03-17 17:52:42.0 +0200
@@ -7,7 +7,7 @@
 
 Package: xfingerd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, openbsd-inetd | inet-superserver
 Conflicts: fingerd, cfingerd
 Description: BSD-like finger daemon with qmail support
  Yet another finger daemon.  Mimics the output and behavior of the original
diff -Naur xfingerd-0.6.orig/debian/xfingerd.postinst xfingerd-0.6/debian/xfingerd.postinst
--- xfingerd-0.6.orig/debian/xfingerd.postinst	2007-03-17 18:11:04.0 +0200
+++ xfingerd-0.6/debian/xfingerd.postinst	2007-03-17 17:55:18.0 +0200
@@ -4,5 +4,3 @@
 
 update-inetd --add finger\t\tstream\ttcp\tnowait\tnobody\t/usr/sbin/tcpd\t/usr/sbin/in.xfingerd
 update-inetd --enable finger
-
-invoke-rc.d inetd reload
diff -Naur xfingerd-0.6.orig/debian/xfingerd.postrm xfingerd-0.6/debian/xfingerd.postrm
--- xfingerd-0.6.orig/debian/xfingerd.postrm	2007-03-17 18:11:04.0 +0200
+++ xfingerd-0.6/debian/xfingerd.postrm	2007-03-17 17:54:54.0 +0200
@@ -1,5 +1,3 @@
 #!/bin/sh
 
 #DEBHELPER#
-
-invoke-rc.d inetd reload


signature.asc
Description: Digital signature


Processed: severity of 415245 is important, tagging 415245

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 415245 important
Bug#415245: xine-ui: xine crashes with a segmentation fault immediately
Severity set to `important' from `grave'

 tags 415245 + moreinfo unreproducible
Bug#415245: xine-ui: xine crashes with a segmentation fault immediately
There were no tags set.
Tags added: moreinfo, unreproducible


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#414644: marked as done (popularity-contest: HOME=/tmp is not a good idea)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 18:32:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414644: fixed in popularity-contest 1.41
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)

---BeginMessage---
Package: popularity-contest
Version: 1.40
Severity: important
Tags: security, patch

Hi,

The popularity-contest's weekly cron job sets HOME to /tmp before
generating the popularity raport. By doing that it tries to avoid dpkg
failures on unreadable /root/.dpkg.cfg file. 
However /tmp is world-writeable, so any user can create /tmp/.dpkg.cfg 
and make it unreadable for others thus causing dpkg to generate 
failed to open config file warning.  

Patch:
- set HOME to e.g. /nonexistent 
or
- don't pass the `-p' option to su


Best Regards,
robert

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

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  dpkg  1.13.25package maintenance system for Deb

Versions of packages popularity-contest recommends:
ii  cron  3.0pl1-100 management of regular background p
pn  mime-constructnone (no description available)
ii  postfix [mail-transport-agent 2.3.8-1A high-performance mail transport 

-- debconf information:
  popularity-contest/submiturls:
* popularity-contest/participate: true
  popularity-contest/hostid-failed:
* popularity-contest/use-http: false

---End Message---
---BeginMessage---
Source: popularity-contest
Source-Version: 1.41

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

popularity-contest_1.41.dsc
  to pool/main/p/popularity-contest/popularity-contest_1.41.dsc
popularity-contest_1.41.tar.gz
  to pool/main/p/popularity-contest/popularity-contest_1.41.tar.gz
popularity-contest_1.41_all.deb
  to pool/main/p/popularity-contest/popularity-contest_1.41_all.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.
Bill Allombert [EMAIL PROTECTED] (supplier of updated popularity-contest 
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: Sat, 17 Mar 2007 19:03:31 +0100
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.41
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers [EMAIL PROTECTED]
Changed-By: Bill Allombert [EMAIL PROTECTED]
Description: 
 popularity-contest - Vote for your favourite packages automatically
Closes: 414340 414644
Changes: 
 popularity-contest (1.41) unstable; urgency=low
 .
   * debian/control: Remove first person use from the package description
 Closes: #414340. Thanks Filipus Klutiero.
   * debian/cron.weekly: call su without -p to keep $HOME sane.
 Closes: #414644. Thanks Robert Luberda
Files: 
 c13394e1baa00756ffda1648b54ec41b 655 misc optional popularity-contest_1.41.dsc
 561ceaac0b90b682444cf181a731e4c4 71870 misc optional 
popularity-contest_1.41.tar.gz
 917bc48715995778c8281c978936399c 55632 misc optional 
popularity-contest_1.41_all.deb

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

iD8DBQFF/DEveDPs8bVESBURAlhnAJ4zuBbzhhuOgBTwKrzS8zVhbqj0PwCfeQPM
6TOPBcZXOIEfrHezMrZShOM=
=2khe
-END PGP SIGNATURE-

---End Message---


Bug#415031: NMU for camas 1.2.21-3.1

2007-03-17 Thread Mohammed Sameer
I NUM'd the package to delayed+1 to fix this RC bug.

Attached the patch.

-- 
GNU/Linux registered user #224950
Proud Egyptian GNU/Linux User Group www.eglug.org Member.
Life powered by Debian, Homepage: www.foolab.org
--
Don't send me any attachment in Micro$oft (.DOC, .PPT) format please
Read http://www.gnu.org/philosophy/no-word-attachments.html
Preferable attachments: .PDF, .HTML, .TXT
Thanx for adding this text to Your signature
diff -Naur camas-1.2.21.orig/debian/changelog camas-1.2.21/debian/changelog
--- camas-1.2.21.orig/debian/changelog	2007-03-17 20:47:49.0 +0200
+++ camas-1.2.21/debian/changelog	2007-03-17 20:39:01.0 +0200
@@ -1,3 +1,10 @@
+camas (1.2.21-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: make ./configure executable. (Closes: #415031)
+
+ -- Mohammed Sameer [EMAIL PROTECTED]  Sat, 17 Mar 2007 20:38:17 +0200
+
 camas (1.2.21-3) unstable; urgency=low
 
   * QA upload.
diff -Naur camas-1.2.21.orig/debian/rules camas-1.2.21/debian/rules
--- camas-1.2.21.orig/debian/rules	2007-03-17 20:47:49.0 +0200
+++ camas-1.2.21/debian/rules	2007-03-17 20:38:09.0 +0200
@@ -33,6 +33,7 @@
 	./autogen.sh; \
 	fi
 	# Add here commands to configure the package.
+	chmod +x ./configure
 	./configure --prefix=/usr --with-forced-caudium=/usr/lib/$(CAUDIUM) --with-pike=/usr/bin/$(PIKEBIN)
 
 	touch configure-stamp


signature.asc
Description: Digital signature


Bug#414981: kdebluetooth crashes on start

2007-03-17 Thread Michael Meskes
Just a short ack that I received the bug report. I also have those error
messages but nothing crashes and basic functionality works. I haven't
found the time to look into it in detail, but I could need some more
infos. 

Unfortunately I won't be able to work on this for the next week or so.

I'm running a sid system btw.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#393691: Is this bug (ikvm FTBFS on amd64) still relevant?

2007-03-17 Thread Brian M. Carlson
Is this bug still relevant?  ikvm has successfully built on amd64 since
this bug was filed, and it works on my amd64 machine.  ISTR that some
bug was present in Mono a few months ago, and that might have affected
the build environment.

I can test come Monday or Tuesday (probably the latter) that ikvm still
builds on amd64, if needed.

-- 
Brian M. Carlson / Brian with Sandals: Houston, Texas, US
Before emailing: http://crustytoothpaste.ath.cx/~bmc/me/contact/email
There is no We: http://crustytoothpaste.ath.cx/~bmc/writings/tinw
OpenPGP: RSA v3 2048 560553E7: FE82 7C9F EB21 5436 2F96 25BA 927B 0A51


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



Bug#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread David Schleef
On Sat, Mar 17, 2007 at 01:04:26PM +0100, Kurt Roeckx wrote:
 I've tried swf-player with various sites.  For every .swf file I've
 tried so far, I get the error:
 This SWF file is known to trigger bugs in the swfdec decoder. Playback
 is cancelled.

This is fixed in swfdec-0.4.2, which is stuck in NEW.



dave...



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



Processed: severity of 415255 is normal

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 # bogus RC severity
 severity 415255 normal
Bug#415255: oolite: license change: should be a part or main in Etch
Severity set to `normal' from `serious'


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: severity of 415256 is normal

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 # bogus RC severity
 severity 415256 normal
Bug#415256: oolite-data: license change: should be a part or main in Etch
Severity set to `normal' from `serious'


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: Re: Bug#415077: creates resolv.conf 0600

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # fjp eddyp: Suggest raising the BR to serious and
 # prepare a high prio upload.
 # eddyp ok
 # fjp Broken networking setup is definitely RC.
 severity 415077 serious
Bug#415077: creates resolv.conf 0600
Severity set to `serious' from `important'

 tags 415077 patch
Bug#415077: creates resolv.conf 0600
There were no tags set.
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#414709: #414709: firebird2.0_2.0.0.12748.ds1-5(sparc/experimental): FTBFS: create_db fails with bus error

2007-03-17 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 414709 upstream confirmed
thanks

Upstream is working on fixing this, perhaps there will be a fix soon.


dam
- --
Damyan Ivanov   Modular Software Systems
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067  JID [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/FEvHqjlqpcl9jsRAkd0AJ0ZOsR/on86IWxMRvyY3e/Xh4RwgwCeO9m6
pJw1n2ouGBOaIEBx8DnPhAM=
=2F5F
-END PGP SIGNATURE-


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



Bug#415077: creates resolv.conf 0600

2007-03-17 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eddy Petrișor wrote:
 # fjp eddyp: Suggest raising the BR to serious and
 # prepare a high prio upload.
 # eddyp ok
 # fjp Broken networking setup is definitely RC.
 severity 415077 serious
 tags 415077 patch
 thanks

yeah, mistakes...

 Filipus Klutiero wrote:
 Package: ppp-udeb
 Version: 2.4.4rel-7
 Severity: important
 
 Using ppp-udeb apparently creates resolv.conf 0600, which prevents users
 other than root from using DNS.
 The severity is largely diminished by pppd moving the original
 resolv.conf. However, if using dhclient, the bug will strike.
 
 
 Patch for 2.4.4rel-8 attached
 
 I have reproduced this on at least 2 of 3 machines tested. I had a look
 at the code trying to see what could be wrong, but I don't really know
 with which uname the code runs, and didn't find anything.
 
 pppd seems to run ip-up under 0077 umask.
 

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/FE7Y8Chqv3NRNoRAirbAJ4nR6rDUtNGXfEdFw72ppmireUNTQCg15g8
ZOTEuU+G+5lx2hsOnUue3ew=
=Rk/p
-END PGP SIGNATURE-
diff -rN -u old-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog new-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog
--- old-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog	2007-03-17 22:35:30.0 +0200
+++ new-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog	2007-03-17 22:35:30.0 +0200
@@ -1,3 +1,10 @@
+ppp (2.4.4rel-8) unstable; urgency=high
+
+  * urgency high since fixes an RC bug
+  * make sure the /etc/resolv.conf file is world readable (Closes: #415077)
+
+ -- Eddy Petrișor [EMAIL PROTECTED]  Sat, 17 Mar 2007 22:31:45 +0200
+
 ppp (2.4.4rel-7) unstable; urgency=high
 
   * urgency set to high to catch the RC2 release
diff -rN -u old-ppp-eddyp-dev/ppp-2.4.4rel/extra/ppp-udeb.ip-up new-ppp-eddyp-dev/ppp-2.4.4rel/extra/ppp-udeb.ip-up
--- old-ppp-eddyp-dev/ppp-2.4.4rel/extra/ppp-udeb.ip-up	2007-03-17 22:35:30.0 +0200
+++ new-ppp-eddyp-dev/ppp-2.4.4rel/extra/ppp-udeb.ip-up	2007-03-17 22:35:30.0 +0200
@@ -2,6 +2,8 @@
 # adds the DNS servers got via ppp to the global resolv.conf
 # License: GPL
 # Copyright Eddy Petrișor [EMAIL PROTECTED] 2006
+
+umask 0022 # normally ran by pppd with 0077
 :  /etc/resolv.conf
 MARK='added by D-I (pppd)'
 cp /etc/resolv.conf /tmp/resolv.conf.tmp



Bug#398371: marked as done (xfingerd: installation fails: invoke-rc.d: unknown initscript, /etc/init.d/inetd not found.)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 20:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#398371: fixed in xfingerd 0.6-5.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)

---BeginMessage---
Package: xfingerd
Version: 0.6-5
Severity: serious
Justification: makes package uninstallable
Usertags: grid5000

Hi,

During a piuparts run over all the packages in etch, I ran into a
problem with your package:

Unpacking xfingerd (from .../xfingerd_0.6-5_i386.deb) ...
Setting up xfingerd (0.6-5) ...
invoke-rc.d: unknown initscript, /etc/init.d/inetd not found.
dpkg: error processing xfingerd (--configure):
 subprocess post-installation script returned error exit status 100
Errors were encountered while processing:
 xfingerd
E: Sub-process /usr/bin/dpkg returned an error code (1)

The full log is available from 
http://ox.blop.info/bazaar/buildlogs/20061113/

The piuparts run was done on about 40 AMD64 nodes of the Grid'5000
platform, using a clean chroot containing an etch i386 environment
(not unstable).  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Source: xfingerd
Source-Version: 0.6-5.1

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

xfingerd_0.6-5.1.diff.gz
  to pool/main/x/xfingerd/xfingerd_0.6-5.1.diff.gz
xfingerd_0.6-5.1.dsc
  to pool/main/x/xfingerd/xfingerd_0.6-5.1.dsc
xfingerd_0.6-5.1_i386.deb
  to pool/main/x/xfingerd/xfingerd_0.6-5.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.
Mohammed Sameer [EMAIL PROTECTED] (supplier of updated xfingerd 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: Sat, 17 Mar 2007 17:54:05 +0200
Source: xfingerd
Binary: xfingerd
Architecture: source i386
Version: 0.6-5.1
Distribution: unstable
Urgency: low
Maintainer: KELEMEN Peter [EMAIL PROTECTED]
Changed-By: Mohammed Sameer [EMAIL PROTECTED]
Description: 
 xfingerd   - BSD-like finger daemon with qmail support
Closes: 398371
Changes: 
 xfingerd (0.6-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Add openbsd-inetd | inet-superserver to Depends
   * Drop invoke-rc.d inetd reload from xfingerd.postrm and xfingerd.postinst 
because
 update-inetd takes care of thet. (Closes: #398371).
Files: 
 a5ed2e25692f65cb2bc8351c68ba4ca2 575 net extra xfingerd_0.6-5.1.dsc
 534220f7c813beee0091a9dd2f13586e 27049 net extra xfingerd_0.6-5.1.diff.gz
 9abebc9d6935c1d0225d0d4bd467ce45 15476 net extra xfingerd_0.6-5.1_i386.deb

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

iD8DBQFF/BBey2aOKaP9DfcRAgjeAJsGBMimtRIsr9mP/z6jSJMZfIkV/gCcDUHT
VXUV9v6u2rma/Vn+5LmAV5Q=
=T6+J
-END PGP SIGNATURE-

---End Message---


Bug#415031: marked as done (camas: FTBFS: make: execvp: ./configure: Permission denied)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 20:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#415031: fixed in camas 1.2.21-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)

---BeginMessage---
Package: camas
Version: 1.2.21-3
Severity: serious
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
 debian/rules build
dh_testdir
if test no = yes; then \
./autogen.sh; \
fi
# Add here commands to configure the package.
./configure --prefix=/usr --with-forced-caudium=/usr/lib/caudium 
--with-pike=/usr/bin/pike7.6
make: execvp: ./configure: Permission denied
make: *** [configure-stamp] Error 127

# ls -l configure
-rw-r--r-- 1 root root 95199 Mar 15 18:12 configure

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/03/13/

About the archive rebuilt: The rebuilt was done on about 40 AMD64 nodes of the
Grid'5000 platform, using a clean chroot containing a sid i386 environment.
Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Source: camas
Source-Version: 1.2.21-3.1

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

camas_1.2.21-3.1.diff.gz
  to pool/main/c/camas/camas_1.2.21-3.1.diff.gz
camas_1.2.21-3.1.dsc
  to pool/main/c/camas/camas_1.2.21-3.1.dsc
camas_1.2.21-3.1_all.deb
  to pool/main/c/camas/camas_1.2.21-3.1_all.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.
Mohammed Sameer [EMAIL PROTECTED] (supplier of updated camas 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: Sat, 17 Mar 2007 20:38:17 +0200
Source: camas
Binary: camas
Architecture: source all
Version: 1.2.21-3.1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Mohammed Sameer [EMAIL PROTECTED]
Description: 
 camas  - A versatile WebMail system for the Caudium WebServer
Closes: 415031
Changes: 
 camas (1.2.21-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules: make ./configure executable. (Closes: #415031)
Files: 
 212508f7d965a2e9b8b05d9bf774b623 624 web optional camas_1.2.21-3.1.dsc
 18716f353df085e710a6895a8e02f484 72802 web optional camas_1.2.21-3.1.diff.gz
 60c56c3f3e6258db76761e805a52c923 674228 web optional camas_1.2.21-3.1_all.deb

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

iD8DBQFF/DYOy2aOKaP9DfcRAnYMAJ9uD5JcbhLqUMlhpwA2MEKQRC698gCePJUC
N2FKFhW50AMALE4PC/6nJ1c=
=GCFM
-END PGP SIGNATURE-

---End Message---


Bug#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread Steve Langasek
On Sat, Mar 17, 2007 at 12:59:01PM -0700, David Schleef wrote:
 On Sat, Mar 17, 2007 at 01:04:26PM +0100, Kurt Roeckx wrote:
  I've tried swf-player with various sites.  For every .swf file I've
  tried so far, I get the error:
  This SWF file is known to trigger bugs in the swfdec decoder. Playback
  is cancelled.

 This is fixed in swfdec-0.4.2, which is stuck in NEW.

Which is no help for etch.  Is swf-player really broken for all .swf files?
If so, what do we do about this for etch?

-- 
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/


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



Processed: tagging 415254

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 # severity may be wrong?
 tags 415254 security
Bug#415254: SuPHP security issue: using AddHandler instead of AddType
There were no tags set.
Tags added: security


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 414709

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 tags 414709 upstream confirmed
Bug#414709: firebird2.0_2.0.0.12748.ds1-5(sparc/experimental): FTBFS: create_db 
fails with bus error
There were no tags set.
Tags added: upstream, 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#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread David Schleef
On Sat, Mar 17, 2007 at 02:07:32PM -0700, Steve Langasek wrote:
 On Sat, Mar 17, 2007 at 12:59:01PM -0700, David Schleef wrote:
  On Sat, Mar 17, 2007 at 01:04:26PM +0100, Kurt Roeckx wrote:
   I've tried swf-player with various sites.  For every .swf file I've
   tried so far, I get the error:
   This SWF file is known to trigger bugs in the swfdec decoder. Playback
   is cancelled.
 
  This is fixed in swfdec-0.4.2, which is stuck in NEW.
 
 Which is no help for etch.  Is swf-player really broken for all .swf files?

No, it's not broken for all files.  But 0.4.2 makes 0.3.4 look
gravely underfeatured.



dave...



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



Bug#415287: dummy bug; should not be in testing

2007-03-17 Thread Filipus Klutiero
Package: ion3
Version: 20061223-2
Severity: serious

This is a dummy bug report to avoid that current ion3 enter testing.
In #413469 msg 67, Norbert Tretkowski requested as ex-maintainer that
ion3 and its dependants be removed from Etch. Upstream maintainer Tuomo
Valkonen requested not to include the current ion3 version in stable.
Steve Langasek endorsed with msg 163 serious severity for this bug on the 
grounds that ion3 in
stable has few users and that according to Joey Hess the ion3 upgrade
path from sarge to etch isn't likely to be a smooth one anyway, so it
seems reasonable to defer to upstream (and the former maintainer) on
this point.


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



Bug#414820: FTBFS: Depeneds on non-existant version of libnfnetlink-dev (= 0.0.25)

2007-03-17 Thread Phil Dibowitz
Phil Dibowitz wrote:
 Alexander Wirt wrote:
 Phil Dibowitz schrieb am Dienstag, den 13. März 2007:

 Yes - I'd love it if you could make those packages available on people.d.o.

 Also, since this libnfnetlink is sitting in new (which I missed) go ahead
 and close the other bug that I re-opened earlier.
 Sure, here your are: http://people.debian.org/~formorer/pending/. Uploaded
 for ppc and i386 a few minutes ago. 
 
 BTW, for libnetfilter_conntrack-0.0.50, there's a bug. I submitted the
 following patch to them earlier today:
 
 http://www.phildev.net/linux/patches/libnetfilter_conntrack-0.0.50_icmp_id.patch
 
 They store ICMP ID as a u16, but they access it as a u8 thus loosing data.
 
 I suspect it'll be a while before the next version is released, so you may
 want to roll this into the debian version.

FYI: They accepted the patch today, in case you're interested.

-- 
Phil Dibowitz [EMAIL PROTECTED]
Open Source software and tech docsInsanity Palace of Metallica
http://www.phildev.net/   http://www.ipom.com/

Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible -- Taylor's Laws of Programming




signature.asc
Description: OpenPGP digital signature


Processed (with 1 errors): Re: Bug#414999: File conflicts between libtrace-tools and ltt-visualizer

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 414999 + accepted
Unknown tag/s: accepted.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore.

Bug#414999: File conflicts between libtrace-tools and ltt-visualizer
Tags were: sid
Tags added: 

 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#414999: File conflicts between libtrace-tools and ltt-visualizer

2007-03-17 Thread Matt Brown

tag 414999 + accepted
thanks

The libtrace upstream maintainer has agreed to rename their tool to
tracepktdump to help clarify that libtrace operates on network packets. As
soon as I receive the new upstream release I will prepare a new upload.

Cheers

On 3/16/07, Michael Ablassmeier [EMAIL PROTECTED] wrote:


both libtrace-tools and ltt-visualizer ship ['usr/bin/tracedump'] but do
not conflict or add a diversion, thus fail to be installed in the same
environment:



--
Matt Brown
[EMAIL PROTECTED]
Mob +64 21 611 544 www.mattb.net.nz


Processed: your mail

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 414999 + confirmed
Bug#414999: File conflicts between libtrace-tools and ltt-visualizer
Tags were: sid
Tags added: confirmed

 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#415077: marked as done (creates resolv.conf 0600)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 22:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#415077: fixed in ppp 2.4.4rel-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)

---BeginMessage---
Package: ppp-udeb
Version: 2.4.4rel-7
Severity: important

Using ppp-udeb apparently creates resolv.conf 0600, which prevents users
other than root from using DNS.
The severity is largely diminished by pppd moving the original
resolv.conf. However, if using dhclient, the bug will strike.

I have reproduced this on at least 2 of 3 machines tested. I had a look
at the code trying to see what could be wrong, but I don't really know
with which uname the code runs, and didn't find anything.

---End Message---
---BeginMessage---
Source: ppp
Source-Version: 2.4.4rel-8

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

ppp-dev_2.4.4rel-8_all.deb
  to pool/main/p/ppp/ppp-dev_2.4.4rel-8_all.deb
ppp-udeb_2.4.4rel-8_amd64.udeb
  to pool/main/p/ppp/ppp-udeb_2.4.4rel-8_amd64.udeb
ppp_2.4.4rel-8.diff.gz
  to pool/main/p/ppp/ppp_2.4.4rel-8.diff.gz
ppp_2.4.4rel-8.dsc
  to pool/main/p/ppp/ppp_2.4.4rel-8.dsc
ppp_2.4.4rel-8_amd64.deb
  to pool/main/p/ppp/ppp_2.4.4rel-8_amd64.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.
Eddy Petrișor [EMAIL PROTECTED] (supplier of updated ppp 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: Sat, 17 Mar 2007 22:31:45 +0200
Source: ppp
Binary: ppp-udeb ppp-dev ppp
Architecture: source all amd64
Version: 2.4.4rel-8
Distribution: unstable
Urgency: high
Maintainer: Frans Pop [EMAIL PROTECTED]
Changed-By: Eddy Petrișor [EMAIL PROTECTED]
Description: 
 ppp- Point-to-Point Protocol (PPP) daemon
 ppp-dev- Selected headers from the ppp package
 ppp-udeb   - Point-to-Point Protocol (PPP) daemon (udeb)
Closes: 415077
Changes: 
 ppp (2.4.4rel-8) unstable; urgency=high
 .
   * urgency high since fixes an RC bug
   * make sure the /etc/resolv.conf file is world readable (Closes: #415077)
Files: 
 fe04af95d0626457f22d6cf4689e572a 665 admin optional ppp_2.4.4rel-8.dsc
 5200b19b6ac16329799b413ac5f67059 101213 admin optional ppp_2.4.4rel-8.diff.gz
 8f99f40236fcadf9cc8d816729856d4c 353190 admin optional ppp_2.4.4rel-8_amd64.deb
 7e7f5fd19e2a05573a447b69fa7e5feb 132470 debian-installer optional 
ppp-udeb_2.4.4rel-8_amd64.udeb
 453896a79c0b0952897518386bcc6d95 47308 devel extra ppp-dev_2.4.4rel-8_all.deb
Package-Type: udeb

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

iD8DBQFF/G3Zgm/Kwh6ICoQRAkurAKCTaPrbzVYd74fkVH2NjhQVf7CTwwCfd7ac
mnf5UvKX2NILUVKE/WwD50Y=
=du7S
-END PGP SIGNATURE-

---End Message---


Bug#412451: marked as done (qgit: new upstream 1.5.5 required for use with git 1.5.x)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 22:47:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#412451: fixed in qgit 1.5.5-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)

---BeginMessage---
Package: qgit
Version: 1.5.3-1
Severity: important
Tags: sid

git-core 1.5.0.1 is in Sid.  qgit 1.5.5 and later is required to correctly
interoperate with git-core 1.5.x.

Please update this package ASAP.  I will also file a bug on git-core,
requesting that it conflicts with qgit ( 1.5.5).

Reference:
http://article.gmane.org/gmane.linux.kernel/497598

Due to a change in git-rev-list output in git version 1.5 and above in
case of commit encoding information old version of qgit are no more
compatible and big issues in revision list view are possible under
some circumstances.

So an upgrade to this release is strongly suggested for all the users
of new version of git (1.5 and above).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.41-debian13+bluesmoke+lm85
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages qgit depends on:
ii  git-core1:1.5.0.1-1  fast, scalable, distributed revisi
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libqt3-mt   3:3.3.7-3Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar

Versions of packages qgit recommends:
ii  stgit 0.12-0.1   provide quilt functionality on top

-- no debconf information

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

---End Message---
---BeginMessage---
Source: qgit
Source-Version: 1.5.5-1

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

qgit_1.5.5-1.diff.gz
  to pool/main/q/qgit/qgit_1.5.5-1.diff.gz
qgit_1.5.5-1.dsc
  to pool/main/q/qgit/qgit_1.5.5-1.dsc
qgit_1.5.5-1_i386.deb
  to pool/main/q/qgit/qgit_1.5.5-1_i386.deb
qgit_1.5.5.orig.tar.gz
  to pool/main/q/qgit/qgit_1.5.5.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.
Wartan Hachaturow [EMAIL PROTECTED] (supplier of updated qgit 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: Sat, 17 Mar 2007 12:31:40 +0300
Source: qgit
Binary: qgit
Architecture: source i386
Version: 1.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Wartan Hachaturow [EMAIL PROTECTED]
Changed-By: Wartan Hachaturow [EMAIL PROTECTED]
Description: 
 qgit   - Qt application for viewing GIT trees
Closes: 412451
Changes: 
 qgit (1.5.5-1) unstable; urgency=low
 .
   * New upstream release
   * Closes: #412451
Files: 
 1945b788b7bb06571678b390fdb0d95f 600 x11 optional qgit_1.5.5-1.dsc
 399a0c53e833f0e4da18d35e35a3322c 250754 x11 optional qgit_1.5.5.orig.tar.gz
 44d0ad1422d173cbfc81973587b605d5 25929 x11 optional qgit_1.5.5-1.diff.gz
 67bacae00d50edcfe6f8ff2663edbfd4 371690 x11 optional qgit_1.5.5-1_i386.deb

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

iD8DBQFF/G36uMozHxByYXERAs06AKC6znZV02Agj1Q2zoJMcWZTNq+KwQCffba/
B6SLVyPTmfkBgEaesgc4QZI=
=ZSz2
-END PGP SIGNATURE-

---End Message---


Bug#415287: dummy bug; should not be in testing

2007-03-17 Thread Julien Cristau
On Sat, Mar 17, 2007 at 21:49:30 +, Filipus Klutiero wrote:

 Package: ion3
 Version: 20061223-2
 Severity: serious
 
What's the purpose of this bug that isn't already achieved by #413469?

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: merging 413469 415287

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 merge 413469 415287
Bug#413469: ion3: The package is outdated
Bug#415287: dummy bug; should not be in testing
Merged 413469 415287.


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#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread Steve Langasek
severity 415236 important
thanks

On Sat, Mar 17, 2007 at 02:50:21PM -0700, David Schleef wrote:
 On Sat, Mar 17, 2007 at 02:07:32PM -0700, Steve Langasek wrote:
  On Sat, Mar 17, 2007 at 12:59:01PM -0700, David Schleef wrote:
   On Sat, Mar 17, 2007 at 01:04:26PM +0100, Kurt Roeckx wrote:
I've tried swf-player with various sites.  For every .swf file I've
tried so far, I get the error:
This SWF file is known to trigger bugs in the swfdec decoder. Playback
is cancelled.

   This is fixed in swfdec-0.4.2, which is stuck in NEW.

  Which is no help for etch.  Is swf-player really broken for all .swf files?

 No, it's not broken for all files.  But 0.4.2 makes 0.3.4 look
 gravely underfeatured.

gravely underfeatured != grave :)

-- 
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/


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



Processed: Re: Bug#415236: swf-player: This SWF file is known to trigger bugs in the swfdec decoder. Playback is cancelled.

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 415236 important
Bug#415236: swf-player: This SWF file is known to trigger bugs in the swfdec 
decoder. Playback is cancelled.
Severity set to `important' from `grave'

 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#415233: gpgme1.0: FTBFS: Can't find GNU Pth

2007-03-17 Thread Jose Carlos Garcia Sogo

  Hi,

  I don't know why this didn't happen in my i386 pbuilder also. Perhaps
there is some other package dependeing on libpth-dev in i386 but not in
other arches 



El sáb, 17-03-2007 a las 12:24 +0100, Kurt Roeckx escribió:
 Package: gpgme1.0
 Version: 1.1.2-3
 Severity: serious
 
 Hi,
 
 Your package is failing to build with the following error:
 checking for GNU Pth... *FAILED*
  ++
  | Unable to locate GNU Pth in any system-wide location (see $PATH).
  | Please specify the correct path to either a GNU Pth installation tree
  | (use --with-pth=DIR if you used --prefix=DIR for installing GNU Pth in
  | the past) or to a GNU Pth source tree (use --with-pth=DIR if DIR is a
  | path to a pth-X.Y.Z/ directory; but make sure the package is already
  | built, i.e., the configure; make step was already performed there).
  ++
 make: *** [configure-stamp] Error 1
 
 
 Kurt
 
 
-- 
Jose Carlos Garcia Sogo
   [EMAIL PROTECTED]



Processed: Patch

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 386469 + patch
Bug#386469: openbsd-inetd, action start failed when upgrading
Tags were: help
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#386469: Patch

2007-03-17 Thread Filipus Klutiero
tags 386469 + patch
thanks

I've attempted to implement the first solution proposed by Steve in the 
attached file to be placed in debian/ ;

* Workaround upgrades failing in some situations by stopping openbsd-inetd in 
postinst before starting it, in case it was started between prerm and 
postinst. (Closes: #386469)

The resulting deb was poorly tested.


openbsd-inetd.postinst
Description: application/shellscript


Bug#415233: marked as done (gpgme1.0: FTBFS: Can't find GNU Pth)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Mar 2007 00:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#415233: fixed in gpgme1.0 1.1.2-4
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)

---BeginMessage---
Package: gpgme1.0
Version: 1.1.2-3
Severity: serious

Hi,

Your package is failing to build with the following error:
checking for GNU Pth... *FAILED*
 ++
 | Unable to locate GNU Pth in any system-wide location (see $PATH).
 | Please specify the correct path to either a GNU Pth installation tree
 | (use --with-pth=DIR if you used --prefix=DIR for installing GNU Pth in
 | the past) or to a GNU Pth source tree (use --with-pth=DIR if DIR is a
 | path to a pth-X.Y.Z/ directory; but make sure the package is already
 | built, i.e., the configure; make step was already performed there).
 ++
make: *** [configure-stamp] Error 1


Kurt


---End Message---
---BeginMessage---
Source: gpgme1.0
Source-Version: 1.1.2-4

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

gpgme1.0_1.1.2-4.diff.gz
  to pool/main/g/gpgme1.0/gpgme1.0_1.1.2-4.diff.gz
gpgme1.0_1.1.2-4.dsc
  to pool/main/g/gpgme1.0/gpgme1.0_1.1.2-4.dsc
libgpgme11-dev_1.1.2-4_i386.deb
  to pool/main/g/gpgme1.0/libgpgme11-dev_1.1.2-4_i386.deb
libgpgme11_1.1.2-4_i386.deb
  to pool/main/g/gpgme1.0/libgpgme11_1.1.2-4_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.
Jose Carlos Garcia Sogo [EMAIL PROTECTED] (supplier of updated gpgme1.0 
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: Sun, 18 Mar 2007 01:24:14 +0100
Source: gpgme1.0
Binary: libgpgme11 libgpgme11-dev
Architecture: source i386
Version: 1.1.2-4
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Changed-By: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Description: 
 libgpgme11 - GPGME - GnuPG Made Easy
 libgpgme11-dev - GPGME - GnuPG Made Easy
Closes: 415233
Changes: 
 gpgme1.0 (1.1.2-4) unstable; urgency=low
 .
   * Build Depend on libpth-dev, as some arches are not building the package
 without it (Closes: #415233)
Files: 
 a738e7c18f65aeb51b17234493f4e550 654 libdevel optional gpgme1.0_1.1.2-4.dsc
 5d95cec5d377c1a268132e07c0e53811 233992 libdevel optional 
gpgme1.0_1.1.2-4.diff.gz
 88c74c2a7a34ad336bc5fc994bba7c19 430194 libdevel optional 
libgpgme11-dev_1.1.2-4_i386.deb
 3854510b0bbd1dde64375ce6ea46c187 237472 libs optional 
libgpgme11_1.1.2-4_i386.deb

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

iD8DBQFF/IhpS+BYJZB4jhERAqsbAJ94L2mFBAGbGZxUoAmqqMjTpmwQQACfRdqN
BtYwhks32pqinDHXCBIbcvE=
=3G8h
-END PGP SIGNATURE-

---End Message---


Bug#413534: odbc-postgresql: odbc driver broken on 64 bit architectures

2007-03-17 Thread Steve Langasek
tags 413534 patch
thanks

Hi Peter,

I've had a chance now to look over Stephen's proposed bugfix.  I haven't
verified that this is a complete fix for all related 64-bit issues, but I
agree that there are 64-bit problems in this code and that his/upstream's
changes appear to be a correct, minimal fix for the problem he's running
into.

I'm therefore going to go ahead and NMU a fix for this bug using Stephen's
patch.  The full NMU diff is attached; it will be uploaded to incoming
shortly.

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/
diff -u psqlodbc-08.01.0200/debian/changelog psqlodbc-08.01.0200/debian/changelog
--- psqlodbc-08.01.0200/debian/changelog
+++ psqlodbc-08.01.0200/debian/changelog
@@ -1,3 +1,11 @@
+psqlodbc (1:08.01.0200-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Fix the signature of SQLGetData on 64-bit architectures.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Mon,  5 Mar 2007 22:28:19 -0800
+
 psqlodbc (1:08.01.0200-2) unstable; urgency=low
 
   * Fix to build on 64-bit architectures (closes: #358949)
only in patch2:
unchanged:
--- psqlodbc-08.01.0200.orig/debian/patches/psqlodbc-413534.diff
+++ psqlodbc-08.01.0200/debian/patches/psqlodbc-413534.diff
@@ -0,0 +1,135 @@
+diff -ur psqlodbc-08.01.0200.orig/convert.c psqlodbc-08.01.0200/convert.c
+--- psqlodbc-08.01.0200.orig/convert.c	2007-03-07 12:10:01.0 -0500
 psqlodbc-08.01.0200/convert.c	2007-03-07 12:10:17.0 -0500
+@@ -379,14 +379,14 @@
+ 
+ 	SC_set_current_col(stmt, -1);
+ 	return copy_and_convert_field(stmt, field_type, value, (Int2) bic-returntype, (PTR) (bic-buffer + offset),
+-			 (SDWORD) bic-buflen, (bic-used + (offset  2)));
++			 bic-buflen, (bic-used + (offset  2)));
+ }
+ 
+ 
+ /*	This is called by SQLGetData() */
+ int
+ copy_and_convert_field(StatementClass *stmt, Int4 field_type, void *value, Int2 fCType,
+-	   PTR rgbValue, SDWORD cbValueMax, SQLLEN *pcbValue)
++	   PTR rgbValue, SQLLEN cbValueMax, SQLLEN *pcbValue)
+ {
+ 	CSTR func = copy_and_convert_field;
+ 	ARDFields	*opts = SC_get_ARDF(stmt);
+@@ -454,7 +454,7 @@
+ 		pcbValueOffset = rgbValueOffset = (bind_size * bind_row);
+ 	else
+ 	{
+-		pcbValueOffset = bind_row * sizeof(SDWORD);
++		pcbValueOffset = bind_row * sizeof(SQLLEN);
+ 		rgbValueOffset = bind_row * cbValueMax;
+ 	}
+ 	/*
+@@ -486,7 +486,7 @@
+ 		 */
+ 		if (pcbValue)
+ 		{
+-			*((SDWORD *) pcbValueBindRow) = SQL_NULL_DATA;
++			*((SQLLEN *) pcbValueBindRow) = SQL_NULL_DATA;
+ 			return COPY_OK;
+ 		}
+ 		else
+@@ -663,7 +663,7 @@
+ 
+ /* There is no corresponding fCType for this. */
+ if (pcbValue)
+-	*((SDWORD *) pcbValueBindRow) = len;
++	*((SQLLEN *) pcbValueBindRow) = len;
+ 
+ return COPY_OK; /* dont go any further or the data will be
+  * trashed */
+@@ -675,13 +675,13 @@
+ 			 */
+ 		case PG_TYPE_LO_UNDEFINED:
+ 
+-			return convert_lo(stmt, value, fCType, rgbValueBindRow, cbValueMax, (SDWORD *) pcbValueBindRow);
++			return convert_lo(stmt, value, fCType, rgbValueBindRow, cbValueMax, (SQLLEN *) pcbValueBindRow);
+ 
+ 		default:
+ 
+ 			if (field_type == stmt-hdbc-lobj_type)	/* hack until permanent
+ 		 * type available */
+-return convert_lo(stmt, value, fCType, rgbValueBindRow, cbValueMax, (SDWORD *) pcbValueBindRow);
++return convert_lo(stmt, value, fCType, rgbValueBindRow, cbValueMax, (SQLLEN *) pcbValueBindRow);
+ 	}
+ 
+ 	/* Change default into something useable */
+@@ -956,13 +956,13 @@
+ 			{
+ char *str = strdup(rgbValueBindRow);
+ UInt4	ucount = utf8_to_ucs2(str, len, (SQLWCHAR *) rgbValueBindRow, cbValueMax / WCLEN);
+-if (cbValueMax  (SDWORD) (WCLEN * ucount))
++if (cbValueMax  WCLEN * ucount)
+ 	result = COPY_RESULT_TRUNCATED;
+ free(str); 
+ 			}
+ 			else
+ 			{
+-if ((SDWORD) (len + WCLEN) = cbValueMax)
++if (len + WCLEN = cbValueMax)
+ {
+ result = COPY_OK;
+ }
+@@ -1263,7 +1263,7 @@
+ 	if (neut_str)
+ 		len = strlen(neut_str);
+ 	if (pcbValue)
+-		*((SDWORD *) pcbValueBindRow) = len;
++		*((SQLLEN *) pcbValueBindRow) = len;
+ 	if (len  0  cbValueMax  0)
+ 	{
+ 		memcpy(rgbValueBindRow, neut_str, len  cbValueMax ? len : cbValueMax);
+@@ -1282,7 +1282,7 @@
+ 
+ inolog(SQL_C_VARBOOKMARK value=%d\n, ival);
+ 	if (pcbValue)
+-		*((SDWORD *) pcbValueBindRow) = sizeof(ival);
++		*((SQLLEN *) pcbValueBindRow) = sizeof(ival);
+ 	if (cbValueMax = sizeof(ival))
+ 	{
+ 		memcpy(rgbValueBindRow, ival, sizeof(ival));
+@@ -1381,7 +1381,7 @@
+ 
+ 	/* store the length of what was copied, if there's a place for it */
+ 	if (pcbValue)
+-		*((SDWORD *) pcbValueBindRow) = len;
++		*((SQLLEN *) pcbValueBindRow) = 

Processed: Re: odbc-postgresql: odbc driver broken on 64 bit architectures

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 413534 patch
Bug#413534: odbc-postgresql: odbc driver broken on 64 bit architectures
There were no tags set.
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#413469: ion3: The package is outdated

2007-03-17 Thread Philippe Cloutier

unmerge 413469 415287
#Reports about different issues
close 413469 20070203-1
severity 413469 wishlist
#Same as previously
thanks

Steve Langasek a écrit :


On Fri, Mar 16, 2007 at 12:53:46AM -0400, Philippe Cloutier wrote:
 


Steve, why did you reopen this bug?
   



Because the package is still unreleasable.
 


This report is about ion3 being [previously] outdated.

 


As I said in a previous message, this RFE is done
   



What the heck is an 'RFE'?
 


Request For Enhancement - or wishlist bug

 


and the request to remove ion3 should be made in a new report. This is
particularly important since the report is now excessively long.
   



Uh, no.  Who are you to decide that a bug is 'excessively long' and that a
new one should be opened?  Everything in this bug history is related to the
same bug -- that upstream considers it unacceptable to include a frozen
snapshot of ion3 in a stable release.
 


No, this is [at least principally] about ion3 being outdated.

 

Unless you have a good reason, please close this report again and open a 
new one.
   



No, you don't get to demand that other people do extra work to satisfy some
arbitrary and non-consensual aesthetic that you have regarding bug logs.
 

I didn't demand that anyone do extra work. This is clearly not about 
aesthetics.


Anyway, since work seems to be an issue, I opened #415287 to track the 
other issue discussed in this report.



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



Processed: Re: Processed (with 1 errors): Re: Bug#413469: ion3: The package is outdated

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #oops
 unmerge 413469
Bug#413469: ion3: The package is outdated
Bug#415287: dummy bug; should not be in testing
Disconnected #413469 from all other report(s).

 severity 415287 serious
Bug#415287: dummy bug; should not be in testing
Severity set to `serious' from `wishlist'

 reopen 415287
Bug#415287: dummy bug; should not be in testing
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 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]



Processed (with 1 errors): Re: Bug#413469: ion3: The package is outdated

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 unmerge 413469 415287
Unknown command or malformed arguments to command.

 #Reports about different issues
 close 413469 20070203-1
Bug#413469: ion3: The package is outdated
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#415287: dummy bug; should not be in testing
Bug marked as fixed in version 20070203-1, send any further explanations to 
tuomov [EMAIL PROTECTED]

 severity 413469 wishlist
Bug#413469: ion3: The package is outdated
Bug#415287: dummy bug; should not be in testing
Severity set to `wishlist' from `serious'

 #Same as previously
 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#413534: marked as done (odbc-postgresql: odbc driver broken on 64 bit architectures)

2007-03-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Mar 2007 22:28:51 -0700
with message-id [EMAIL PROTECTED]
and subject line odbc-postgresql: odbc driver broken on 64 bit architectures
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)

---BeginMessage---
Package: odbc-postgresql
Version: 1:08.01.0200-2
Severity: grave
Justification: renders package unusable

The odbc driver is not 64 bit clean.  While the patch Steve provided to
enable it to build on 64 bit systems is great, it doesn't make the
driver actually work.

In particular the function I ran into the problem with is SQLGetData
which continues to take a *SQLINTEGER rather than a *SQLLEN for the
indicator.

As a result, on 64 bit systems this corrupts the calling application and
causes crashes.

There is a new upstream version which appears to fix these issues with a
little help to actually build.  the unixodbc package also provides a
PostgreSQL odbc driver which seems to not have these issues, however the
drivers in the unixodbc source package are not packaged in debian.

The new upstream version 8.02.200 works, but requires a patch to
actually build due to some bugs that have since been solved.  I'll
attach the patch that I used locally.




-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-dcc-srv
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_CA)

Versions of packages odbc-postgresql depends on:
ii  libc62.3.6.ds1-11GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpq4   8.1.8-1 PostgreSQL C client library
ii  libreadl 5.2-2   GNU readline and history libraries
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  odbcinst 2.2.11-13   Support library and helper program
ii  zlib1g   1:1.2.3-13  compression library - runtime

odbc-postgresql recommends no packages.

-- no debconf information
diff -ur clean/psqlodbc-08.02.0200/connection.h psqlodbc-08.02.0200/connection.h
--- clean/psqlodbc-08.02.0200/connection.h	2006-10-17 12:18:56.0 -0400
+++ psqlodbc-08.02.0200/connection.h	2007-03-05 11:24:01.0 -0500
@@ -170,11 +170,13 @@
 #define DELETE_CONNLOCK(x)	pthread_mutex_destroy(((x)-slock))
 #else
 #define INIT_CONN_CS(x)	
-#define INIT_CONN_LOCK(x)	
-#define TRY_ENTER_CONN_CS(x)
+#define INIT_CONNLOCK(x)	
 #define ENTER_CONN_CS(x)
+#define CONNLOCK_ACQUIRE(x)	
+#define TRY_ENTER_CONN_CS(x)
 #define ENTER_INNER_CONN_CS(x, entered) (0)
 #define LEAVE_CONN_CS(x)
+#define CONNLOCK_RELEASE(x)
 #define DELETE_CONN_CS(x)
 #define DELETE_CONNLOCK(x)
 #endif /* WIN_MULTITHREAD_SUPPORT */
Only in psqlodbc-08.02.0200: debian
diff -ur clean/psqlodbc-08.02.0200/odbcapi.c psqlodbc-08.02.0200/odbcapi.c
--- clean/psqlodbc-08.02.0200/odbcapi.c	2006-10-17 12:18:56.0 -0400
+++ psqlodbc-08.02.0200/odbcapi.c	2007-03-05 10:57:22.0 -0500
@@ -1103,8 +1103,8 @@
 SQLExtendedFetch(
  HSTMT hstmt,
  SQLUSMALLINT fFetchType,
- SQLLEN irow,
- SQLULEN *pcrow,
+ SQLROWOFFSET irow,
+ SQLROWSETSIZE *pcrow,
  SQLUSMALLINT *rgfRowStatus)
 {
 	RETCODE	ret;
---End Message---
---BeginMessage---
Version: 1:08.01.0200-2.1

Sorry, I failed to add the bug number to the changelog entry for the
just-uploaded NMU.  Here is the full changelog entry from the upload closing
this bug:

psqlodbc (1:08.01.0200-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * Fix the signature of SQLGetData on 64-bit architectures.

 -- Steve Langasek [EMAIL PROTECTED]  Mon,  5 Mar 2007 22:28:19 -0800

Which, in fact, means I forgot to fix the changelog entry to correctly
document the changes that were made. :/  Peter, please let me know if you
would like me to re-upload with a proper changelog entry..

-- 
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/
---End Message---


Processed: tagging 413288

2007-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 413288 + unreproducible
Bug#413288: FTBFS on mipsel/experimental (Was: Re: Log for failed build of 
postfix_2.4.0~rc2-1 (dist=experimental))
Tags were: experimental
Tags added: unreproducible


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]