Bug#533167: FTBFS with current RPM

2009-06-30 Thread Luk Claes
Daniel Baumann wrote:
 Luk Claes wrote:
 Can you please fix this bug in libextractor soon, it's holding up the
 imagemagick transition, TIA?
 
 im currently in .br, i'll try to do it until saturday evening (-0300).

Did something come in between? Please upload soon or would it be ok to
temporary remove it from testing?

Cheers

Luk



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



Bug#509429: pushover: Uses proprietary graphics from original game

2009-06-30 Thread gurkan

Hello

Unfortunately that's true, and as Steve says, upstream is working on it.
What a pity I have no idea
when/if it'll get fixed. If there's any graphics artists that would like to
help out, contact me
or the pushover developers directly.

Yours,
Guerkan



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



Bug#525722: spout: Segfaults shortly after starting to play

2009-06-30 Thread gurkan

Hello

I just can't reproduce the segfault, it scrolls up and up here, and I can
make points...
Could you try if this also happens if you play it via remote X? Would it be
possible
to have a login onto your host to check?

Yours,
Guerkan



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



Bug#531595: Bug#531569: Fixing LaTeX in oldstable

2009-06-30 Thread Luk Claes
Norbert Preining wrote:
 Hi Luk, hi Frank,
 
 On Do, 18 Jun 2009, Norbert Preining wrote:
 On Do, 11 Jun 2009, Frank Küster wrote:
 I am right now uploading an again-installable tetex-bin to
 oldstable-proposed-updates (I hope that's correct?), and texlive-bin
 will follow soon. Both uploads have been built in etch pbuilder chroots,
 and have been tested to fix the problem.

 The changes are small, essentially only one patch file is added, and
 except for the changelog one file in debian/ is changed, namely the
 quilt series file (for tetex-bin) or the dpatch 00list file.  The
 patch is attached.


 Do we need to do anything else (besides fixing stable and sid, but that
 isn't urgent since the bug won't show up soon)?
 sid will be fixed soon, but I have uploaded 
  texlive-bin 2007.dfsg.2-4+lenny1
 to proposed-stable-updates which includes the same fix as tetex and
 texlive-bin 2005 uploaded by Frank.
 
 One more problem was found: While the generation of latex format was
 fixed by this change in the correct way, the generation of three other
 formats (cslatex/pdfcslatex from texlive-lang-czechslovak, xelatex
 from texlive-xetex, and mllatex from texlive-formats-extra) are also 
 broken because they *stop* at the warning message and do not generate
 the format.
 
 The latex.ini file that is loaded when generating the (pdf)latex formats
 contains the line
   \scrollmode
 which makes the engine (pdftex/...) *not* stop at the respective
 message. Unfortunately that line is missing from mllatex.ini,
 cslatex.ini, xelatex.ini.
 
 I have prepared:
   texlive-base2007.dfsg.2-1~lenny2
   texlive-lang2007.dfsg.4-1+lenny1
   texlive-extra   2007.dfsg.17-1~lenny02
 for stable-proposed updates.
 
 The last one would replace the ~lenny01 package that is already in
 stable. 
 
 The texlive-lang is the first update for stable.
 
 The question is about the first, texlive-base, where I have already
 uploaded one version (~lenny1) to stable-proposed-updates, but that has
 not been accepted by now.
 
 Should I upload a new ~lenny1 with the additional fixes or should I
 upload ~lenny1 for that package?

You should not reuse changelog entries unless they were not uploaded or
made public yet.

Please upload accordingly.

Cheers

Luk



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



Bug#510417: links2: silently accepts bad SSL certificates

2009-06-30 Thread gurkan

Hello

It's true that links doesn't visually noticed the user in such case. I see
the following solutions:

1 Disable https support

2 Notify the user about this behaviour in README.Debian

3 Somehow notify the user (I think I talked to Karel about this problem,
when I got the report
but he didn't give any signs to get this fixed). So if nobody sends a
patch, it won't get fixed

Yours
Guerkan



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



Bug#534565: debhelper: dh_install does not properly handle dangling symlinks

2009-06-30 Thread Guillem Jover
On Sun, 2009-06-28 at 16:23:10 -0400, Joey Hess wrote:
 Guillem Jover wrote:
  On dh_install, when using compat level = 7, passing an absolute path
  (like “$(CURDIR)/debian/tmp”) to --sourcedir, the first result of the
  glob is a dangling symlink (like when it points to another directory,
  which then makes it need to be an absolute path, for example
  “debian/tmp/usr/lib/libfoo.so” pointing to “/lib/libfoo.so.1”), the
  automatic fallback to look into “debian/tmp” makes the destination
  path end up in something like “/debian/tmp/path”.
 
 I have not quite managed to comprehand what you're saying above. Perhaps
 you could provide a simple example I can run?

Sorry, rereading it does not seem to parse as I wanted. Let's try
again, the root cause is that when you use an argument in --sourcedir
that makes the glob match the filenames from foo.install but is not
equal to ‘debian/tmp’, and the first result of that glob is a dangling
symlink then the destination package path ends up including
‘debian/tmp’.

The problematic code is around '# Fall back to looking in debian/tmp.'
and '# Guess at destination directory.'

Anyway I'm attaching a fake package which has 4 test cases runable
via debian/rules, test-a, test-b and test-c fail, test-d and test-e
succeed.

Additionally other programs in debhelper handles similar dangling
symlink cases correctly.

  Arguably this can be fixed by just dropping the --sourcedir
  argument, but still, it breaks the packages pretty badly, thus the
  serious severity.
 
 Are you saying that you filed a serious severity bug report on debhelper
 because you used it in a way that failed to build some packages? That
 sounds like severity inflation.

I've been using --sourcedir=$(CURDIR)/debian/tmp on several of my
packages for a long time, and others do as well. If then by just bumping
the compat level to 7 and using what seems like a valid argument, the
packages ends up being broken, that seems severe to me. But as I've
tracked it down now, and worked it around, I don't care that much, feel
free to downgrade if you disagree.

regards,
guillem


test-rootdir.tgz
Description: GNU Unix tar archive


Processed: wnn6-sdk: FTBFS: Using imake without Build-Depends on xutils-dev

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 485228 +patch
Bug#485228: wnn6-sdk: FTBFS: Using imake without Build-Depends on xutils-dev
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#485228: wnn6-sdk: FTBFS: Using imake without Build-Depends on xutils-dev

2009-06-30 Thread Petr Salinger

tags 485228 +patch
thanks

Please, just add xutils-dev into Build-Depends line.

Petr



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



Processed: Re: Bug#534658: openoffice.org-calc: OOO-calc 1:3.1.1~ooo310m13-1 dies opening files

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 534658 + pending
Bug#534658: openoffice.org-calc: OOO-calc 1:3.1.1~ooo310m13-1 dies opening files
Tags were: confirmed
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#535026: KMS not working after booting with grub-pc v.1.96+20090628-1 (unstable)

2009-06-30 Thread Jos van Wolput



Robert Millan wrote:

forcemerge 534944 535026
thanks

On Mon, Jun 29, 2009 at 11:09:33AM +0800, Jos van Wolput wrote:
  

Package: grub-pc
Version: 1.96+20090628-1 (unstable)
Severity: important
System: Debian Sid
Kernel: Linux 2.6.30-rc8-686 (kernel-archive.buildserver.net/debian-kernel)
Processor: Pentium M, 852GM/855GM

I am using KMS with module i915 modeset=1.
When booting with the latest version  of grub-pc (20090628), after loading 
module i915 modeset=1 the booting process
is no longer shown on the screen until gdm is loaded.
VT screens 1-6 are all showing the gdm login screen although without mouse 
pointer and no keyboard input.
Only VT screen 7 works normally.

When booting with version grub-pc_1.96+20090611-1, the screen is set to high 
resolution and KMS works perfectly.



Hi,

Same thing I said in #534944:

I'm uploading 1.96+20090629-1, which includes some cleanup in the Linux
loader.  It's possible your problem might disappear with this version,
please report.

Note: Try it in text mode first (run terminal_output console in GRUB
prompt).  If that _does_ work, try from gfxterm then.

Note2: If you can't wait, the patch you want is:
  svn diff -r 2372:2375 svn://svn.savannah.gnu.org/grub/trunk/grub2

Thanks!

  
I just installed v. 1.96+20090629-1. Unfortunately it doesn't work. The 
bug is still the same as I

previously mentioned. I have to revert to v. 1.96+20090611-1.

Jos v. Wolput

--
Jos VAN WOLPUT  JIN Yuehua 金月花
Tongelresestraat 204 A, 5613 DS Eindhoven, The Netherlands
P.R.China, 310052 Hangzhou, Binjiang Qu, Jianghan Lu, Zhongxing Huayuan 
49-1-1003
中国310052杭州市滨江去江汉路中兴花园49-1-1003
--
phone: 00 31 40 2449399 / 00 86 571 81713287 - 85054977
e-mail: wol...@onsneteindhoven.nl / wol...@sohu.com
website: http://homepages.onsneteindhoven.nl/~wolput
-
Debian GNU/Linux: the Universal Operating System







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



Bug#533228: marked as done (libqwt5-doc and libcoin60-doc: error when trying to install together)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 07:17:17 +
with message-id e1mlxaf-000378...@ries.debian.org
and subject line Bug#533228: fixed in coin3 3.1.0-2
has caused the Debian Bug report #533228,
regarding libqwt5-doc and libcoin60-doc: error when trying to install together
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libcoin60-doc,libqwt5-doc
Version: libcoin60-doc/3.1.0-1
Version: libqwt5-doc/5.1.2-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-06-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcoin60-doc libqwt5-doc
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libcoin60-doc.
(Reading database ... 8199 files and directories currently installed.)
Unpacking libcoin60-doc (from .../libcoin60-doc_3.1.0-1_all.deb) ...
Selecting previously deselected package libqwt5-doc.
Unpacking libqwt5-doc (from .../libqwt5-doc_5.1.2-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libqwt5-doc_5.1.2-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man3/deprecated.3.gz', which is also in 
package libcoin60-doc
Processing triggers for man-db ...
/usr/bin/mandb: warning: whatis for libraries.3.gz exceeds 2048 bytes, 
truncating.
/usr/bin/mandb: warning: whatis for xmlparsing.3.gz exceeds 2048 bytes, 
truncating.
/usr/bin/mandb: warning: whatis for environment_variables.3.gz exceeds 2048 
bytes, truncating.
Errors were encountered while processing:
 /var/cache/apt/archives/libqwt5-doc_5.1.2-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):


  usr/share/man/man3/deprecated.3.gz
  

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package.

-Ralf.


---End Message---
---BeginMessage---
Source: coin3
Source-Version: 3.1.0-2

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

coin3_3.1.0-2.diff.gz
  to pool/main/c/coin3/coin3_3.1.0-2.diff.gz
coin3_3.1.0-2.dsc
  to pool/main/c/coin3/coin3_3.1.0-2.dsc
libcoin60-dev_3.1.0-2_amd64.deb
  to pool/main/c/coin3/libcoin60-dev_3.1.0-2_amd64.deb
libcoin60-doc_3.1.0-2_all.deb
  to pool/main/c/coin3/libcoin60-doc_3.1.0-2_all.deb
libcoin60-runtime_3.1.0-2_all.deb
  to pool/main/c/coin3/libcoin60-runtime_3.1.0-2_all.deb
libcoin60_3.1.0-2_amd64.deb
  to pool/main/c/coin3/libcoin60_3.1.0-2_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 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins s...@debian.org (supplier of updated coin3 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jun 2009 23:39:44 -0500
Source: coin3
Binary: libcoin60 libcoin60-dev libcoin60-runtime libcoin60-doc
Architecture: source all amd64
Version: 3.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 libcoin60  - high-level 3D graphics kit implementing the Open Inventor API
 libcoin60-dev - high-level 3D graphics devkit with Open Inventor and VRML97 
suppo
 libcoin60-doc - high-level 3D graphics kit with Open Inventor and VRML97 
support
 

Processed: merging 531088 534935

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 531088 534935
Bug#531088: FTBFS in unstable
Bug#534935: lablgtk2: FTBFS with libpanel-applet2-dev = 2.26
Merged 531088 534935.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine

2009-06-30 Thread Török Edwin
Package: libc6-i386
Version: 2.9-18
Severity: serious

I run apt-get safe-upgrade, and it upgraded libc, the lib32* packages,
  ia32-apt-get, etc.

Now wine is unusable:
$ wine
/usr/bin/wine: line 63: /usr/lib32/wine/wine.bin: No such file or directory
/usr/bin/wine: line 63: exec: /usr/lib32/wine/wine.bin: cannot execute: No such 
file or directory

Wine itself wasn't upgraded (it was version 1.1.22-1 yesterday too, and it 
worked fine).

There are still files left in /emul, some of them belonging to wine:
$ ls /emul/ia32-linux/usr/lib/wine/ -1|wc -l
385

However dpkg thinks that wine has its files in /usr/lib32 already:
$ dpkg -L wine
...
/usr/lib32/wine/clusapi.dll.so
/usr/lib32/libwine.so.1

But the files are not there:
ls: cannot access /usr/lib32/wine: No such file or directory
They are in /emul still:
$ ls -l /emul/ia32-linux/usr/lib/libwine.so.1.0
-rw-r--r-- 1 root root 1207260 2009-06-10 20:59 
/emul/ia32-linux/usr/lib/libwine.so.1.0
dpkg-query -S /emul/ia32-linux/usr/lib/libwine.so.1.0
dpkg: /emul/ia32-linux/usr/lib/libwine.so.1.0 not found.

I think libc6 should have a Breaks: for the current versions of wine (in 
unstable
and experimental), until wine is moved to /usr/lib32.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'unstable-i386'), (500, 
'transitional-i386'), (500, 'transitional'), (500, 'stable-i386'), (500, 
'stable'), (50, 'experimental'), (1, 'experimental-i386')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6-i386 depends on:
ii  libc6 2.9-18 GNU C Library: Shared libraries

libc6-i386 recommends no packages.

libc6-i386 suggests no packages.

-- no debconf information



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



Bug#535154: wine: package broken after /emul - /usr/lib32 transition

2009-06-30 Thread Török Edwin
Package: wine
Version: 1.1.22-1
Severity: grave
Justification: renders package unusable

I run apt-get safe-upgrade, and it upgraded libc, the lib32* packages,
  ia32-apt-get, etc.

Now wine is unusable:
$ wine
/usr/bin/wine: line 63: /usr/lib32/wine/wine.bin: No such file or directory
/usr/bin/wine: line 63: exec: /usr/lib32/wine/wine.bin: cannot execute: No such 
file or directory

I reported a bug for libc6-i386 that it should have a Breaks: wine, because it
broke wine during the transition.

However wine should be updated to move to /usr/lib32, because now dpkg does
think that wine has its files in /usr/lib32 (but it didn't move the actual
files):

$ ls /emul/ia32-linux/usr/lib/wine/ -1|wc -l
385

However dpkg thinks that wine has its files in /usr/lib32 already:
$ dpkg -L wine
...
/usr/lib32/wine/clusapi.dll.so
/usr/lib32/libwine.so.1

But the files are not there:
ls: cannot access /usr/lib32/wine: No such file or directory
They are in /emul still:
$ ls -l /emul/ia32-linux/usr/lib/libwine.so.1.0
-rw-r--r-- 1 root root 1207260 2009-06-10 20:59 
/emul/ia32-linux/usr/lib/libwine.so.1.0
dpkg-query -S /emul/ia32-linux/usr/lib/libwine.so.1.0
dpkg: /emul/ia32-linux/usr/lib/libwine.so.1.0 not found.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'unstable-i386'), (500, 
'transitional-i386'), (500, 'transitional'), (500, 'stable-i386'), (500, 
'stable'), (50, 'experimental'), (1, 'experimental-i386')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wine depends on:
ii  libwine-alsa  1.1.22-1   Windows API implementation - ALSA 
ii  libwine-cms   1.1.22-1   Windows API implementation - color
ii  libwine-gl1.1.22-1   Windows API implementation - OpenG
ii  libwine-gphoto2   1.1.22-1   Windows API implementation - camer
ii  libwine-jack  1.1.22-1   Windows API implementation - JACK 
ii  libwine-ldap  1.1.22-1   Windows API implementation - LDAP 
ii  libwine-print 1.1.22-1   Windows API implementation - print
ii  libwine-sane  1.1.22-1   Windows API implementation - scann
ii  wine-bin  1.1.22-1   Windows API implementation - binar
ii  wine-utils1.1.22-1   Windows API implementation - utili

Versions of packages wine recommends:
ii  ttf-liberation1.04.93-1  Free fonts with the same metrics a

Versions of packages wine suggests:
pn  binfmt-support none(no description available)
ii  clamav 0.95.2+dfsg-2 anti-virus utility for Unix - comm
ii  ttf-mscorefonts-installer  3.0   Installer for Microsoft TrueType c
pn  winbindnone(no description available)
pn  wine-doc   none(no description available)

Versions of packages libwine depends on:
ii  ia32-libs 18 ia32 shared libraries for use on a
ii  libc6-i3862.9-18 GNU C Library: 32-bit shared libra

-- no debconf information



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



Processed: tagging as pending bugs that are closed by packages in NEW

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Tue Jun 30 08:03:20 UTC 2009
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: jetty
 tags 452586 + pending
Bug#452586: jetty: JSP pages do not work
There were no tags set.
Tags added: pending

 # Source package in NEW: jetty
 tags 425152 + pending
Bug#425152: jetty: New upstream 6.1.5
There were no tags set.
Tags added: pending

 # Source package in NEW: jetty
 tags 528389 + pending
Bug#528389: CVE-2009-1523: Directory traversal vulnerability in the HTTP server 
in Mort Bay Jetty
Tags were: security
Tags added: pending

 # Source package in NEW: jetty
 tags 498582 + pending
Bug#498582: jetty: Please move Jetty to main
There were no tags set.
Tags added: pending

 # Source package in NEW: jetty
 tags 530720 + pending
Bug#530720: jetty: do not depend on tomcat5.5
There were no tags set.
Tags added: pending

 # Source package in NEW: jetty
 tags 454529 + pending
Bug#454529: CVE-2007-5615: CRLF injection vulnerability
Tags were: security
Tags added: pending

 # Source package in NEW: jetty
 tags 458399 + pending
Bug#458399: jetty: Jetty depends on a java 1.5 package
There were no tags set.
Tags added: pending

 # Source package in NEW: jetty
 tags 527571 + pending
Bug#527571: CVE-2009-1524: Cross-site scripting (XSS) vulnerability in Mort Bay 
Jetty
Tags were: security
Tags added: pending

 # Source package in NEW: libcommons-codec-java
 tags 508967 + pending
Bug#508967: default-jre conversion and resolve lintian errors
Tags were: patch
Tags added: pending

 # Source package in NEW: libcommons-codec-java
 tags 506360 + pending
Bug#506360: split api docs into separate package
There were no tags set.
Tags added: pending


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#521857:

2009-06-30 Thread Timothy Redaelli
I attach the patch to fix that bug
--- ettercap-0.7.3.orig/src/protocols/ec_tcp.c
+++ ettercap-0.7.3/src/protocols/ec_tcp.c
@@ -116,7 +116,7 @@
tcp = (struct tcp_header *)DECODE_DATA;

opt_start = (u_char *)(tcp + 1);
-   opt_end = (u_char *)((int)tcp + tcp-off * 4);
+   opt_end = (u_char *)(tcp + tcp-off * 4);
 
DECODED_LEN = (u_int32)(tcp-off * 4);


Processed: your mail

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 521857 patch
Bug#521857: ettercap: Ettercap segfault
There were no tags set.
Tags added: patch


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533955: marked as done (xmp: FTBFS: audacious.c:314: error: 'InputPlugin' has no member named 'output')

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 10:45:03 +0200
with message-id 4a49d08f.8080...@phys.ethz.ch
and subject line xmp: FTBFS: audacious.c:314: error: 'InputPlugin' has no 
member named 'output'
has caused the Debian Bug report #533955,
regarding xmp: FTBFS: audacious.c:314: error: 'InputPlugin' has no member named 
'output'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xmp
Version: 2.5.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 gcc -c -c -g -Wall -O2 -Wall -finline-functions -DHAVE_CONFIG_H   
 -I../include -I. -DVERSION=\2.5.1\ -D_REENTRANT -fPIC -DENABLE_PLUGIN 
 `pkg-config --cflags audacious` -o audacious.o audacious.c
 audacious.c: In function 'mseek':
 audacious.c:314: error: 'InputPlugin' has no member named 'output'
 audacious.c: In function 'mod_pause':
 audacious.c:323: error: 'InputPlugin' has no member named 'output'
 audacious.c: In function 'get_time':
 audacious.c:334: error: 'InputPlugin' has no member named 'output'
 audacious.c: In function 'init':
 audacious.c:386: warning: implicit declaration of function 'bmp_cfg_db_open'
 audacious.c:386: warning: assignment makes pointer from integer without a cast
 audacious.c:387: warning: implicit declaration of function 
 'bmp_cfg_db_get_int'
 audacious.c:397: warning: implicit declaration of function 'bmp_cfg_db_close'
 audacious.c: In function 'config_ok':
 audacious.c:944: warning: assignment makes pointer from integer without a cast
 audacious.c:948: warning: implicit declaration of function 
 'bmp_cfg_db_set_int'
 make[3]: *** [audacious.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/06/20/xmp_2.5.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


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

xmp just builds fine on amd64. The problem can not be reproduced.

---End Message---


Bug#534281: nosql: uninstallable on ia64, alpha, GNU/kFreeBSD

2009-06-30 Thread Jan Hauke Rahm
Hi all,

On Tue, Jun 30, 2009 at 02:35:26AM +0200, Cyril Brulebois wrote:
 Petr Salinger petr.salin...@seznam.cz (23/06/2009):
  current version have hardcoded dependency on libc
  as Depends: libc6 (= 2.2.3-1).
  This cannot be satisfied on some architectures.
  It have been introduced in
 
   nosql  (4.0.14-2) unstable; urgency=low
 * add dependency to libc (warning from lintian)
 
  Please at least drop this dependency or generate
  correct one during build using i.e. dh_shlibdeps.
 
 Hi,
 
 cc'ing -qa@ because I won't be fixing the whole package, and it really
 needs it. I think it'd be a nice exercise for a wannabe packager to make
 it use debhelper instead of that broken homebrew stuff.

Okay... :)

 Another idea might be to get rid of the package itself, but I won't be
 judging that here.

That would be an idea, low popcon and so on... I can provide a
(hopefully) fixed package, tough. If anyone of the QA team is willing to
upload it, find it here:

http://downloads.jhr-online.de/qa/

Cheers,
Hauke


signature.asc
Description: Digital signature


Bug#535159: ser2net: fix use after in control port handling

2009-06-30 Thread Sebastian Andrzej Siewior
Package: ser2net
Version: 2.5-1
Severity: serious
tags: patch

ser2net provides a control port which may be (ab)used to a segfault via
use after free. The write() handler may catch an error free the
controler struct and continue writting. This leads to another error
(invalid fd) and a free  cleanup process on de-allocated data. This is
the segfault.

The patch attached fixes the problem.

Sebastian
Subject: Fix use after free in controller

The controller will use its dynamically allocated data after it got free() 
in error path. What we see in syslog is:

| Jun 30 10:26:38 consrv3 ser2net[3073]: read error for controller port: 
Connection reset by peer
| Jun 30 10:26:39 consrv3 ser2net[3073]: The tcp write for controller had 
error: Bad file descriptor

The first error is legal because the destitnation decided to close its
socket a little to early than expected. The second error is allready bad
because it tries to use allready deallocated fd. Later we segfault.

Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de
Index: ser2net-2.5/controller.c
===
--- ser2net-2.5.orig/controller.c   2009-06-30 10:50:57.0 +0200
+++ ser2net-2.5/controller.c2009-06-30 10:52:28.0 +0200
@@ -557,10 +557,12 @@
/* This again was due to O_NONBLOCK, just ignore it. */
} else if (errno == EPIPE) {
shutdown_controller(cntlr);
+   return;
} else {
/* Some other bad error. */
syslog(LOG_ERR, The tcp write for controller had error: %m);
shutdown_controller(cntlr);
+   return;
}
} else {
int i, j;
@@ -584,10 +586,12 @@
/* This again was due to O_NONBLOCK, just ignore it. */
} else if (errno == EPIPE) {
shutdown_controller(cntlr);
+   return;
} else {
/* Some other bad error. */
syslog(LOG_ERR, The tcp write for controller had error: %m);
shutdown_controller(cntlr);
+   return;
}
 } else {
cntlr-outbuf_count -= write_count;


Processed: Re: [apt-build] apt-build fails to install

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 Severity 520818 important
Bug#520818: [apt-build] apt-build fails to install
Severity set to `important' from `critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 521900

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 521900 + patch
Bug#521900: apt-dpkg-ref: Doesn't accept any old lisp-compiler despite what 
Build-Depends says
There were no tags set.
Tags added: patch


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 519896

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 519896 + patch
Bug#519896: apt-cacher: upgrade failure
There were no tags set.
Tags added: patch


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535165: bison: copyright files contains incorrect license

2009-06-30 Thread Dmitry Eremin-Solenikov
Package: bison
Version: 1:2.4.1.dfsg-1
Severity: serious
Justification: Policy 12.5

The debian/copyright file for the bison package incorrectly states, that
bison is covered by GPL v2 or later. Indeed, according to the sources
bison is covered by GPL v3.

-- 
With best wishes
Dmitry

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bison depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  m41.4.13-1   a macro processing language

bison recommends no packages.

Versions of packages bison suggests:
ii  bison-doc 1:2.4.1-1  Documentation for the Bison parser

-- no debconf information

-- 
With best wishes
Dmitry




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



Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel lies on hde

2009-06-30 Thread Micronius
Package: security.debian.org
Severity: grave
Justification: renders package unusable


My desktop owns 1 IDE-unit on the motherboard and 2 PCI-RAID-IDE-units (without 
using the RAID-facility) on a PCI-card. My fstab contains the following lines: 

# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   proc defaults0   0
LABEL=wg-rootpart   /   reiserfs defaults0   1
LABEL=wg-bootpart   /boot   reiserfs notail  0   2
LABEL=wg-swappart   noneswap sw  0   0
/dev/hdb/media/cdrom0   udf,iso9660  user,noauto 0   0
/dev/fd0/media/floppy0  auto rw,user,noauto  0   0

My /boot/grub/menue.lst contains the following lines:

title   Debian GNU/Linux, kernel 2.6.26-2-amd64
password ..
root(hd0,0)
kernel  /vmlinuz-2.6.26-2-amd64 
root=UUID=8e1b2e49-3dfb-4942-8eb6-9868733c5d15 ro splash=verbose
initrd  /initrd.img-2.6.26-2-amd64

When I use 

apt-get update
apt-get dist-upgrade

this does not work for upgrading the kernel. The following messages appear: 

Booting the kernel 



Loading, please wait ...

mount: mounting /dev on /root/dev failed: 
   no such file or directory

[dito for /sys and /proc] 

Target filesystem doesn't have /sbin/init. 
No init found. 




Then the system halts and does not work further. 

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Processed: Re: Bug#519544: Regarding bug #519544; did this improve?

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # This may block the automatic migration of webkit to testing, if so
 # a hint should be asked, as this affects testing as well (but testing
 # has libwebkit-1.0-1 and not -2...
 severity 519544 serious
Bug#519544: devhelp: WebKit based devhelp is not accessible
Severity set to `serious' from `important'

 reassign 519544 libwebkit-1.0-2
Bug#519544: devhelp: WebKit based devhelp is not accessible
Bug reassigned from package `devhelp' to `libwebkit-1.0-2'.

 found 519544 1.1.10-2
Bug#519544: devhelp: WebKit based devhelp is not accessible
Bug marked as found in version 1.1.10-2.

 notfound 519544 0.23-1
Bug#519544: devhelp: WebKit based devhelp is not accessible
Bug no longer marked as found in version 0.23-1.

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine

2009-06-30 Thread Aurelien Jarno
reassign 535153 ia32-apt-get
thanks

On Tue, Jun 30, 2009 at 11:12:11AM +0300, Török Edwin wrote:
 Package: libc6-i386
 Version: 2.9-18
 Severity: serious
 
 I run apt-get safe-upgrade, and it upgraded libc, the lib32* packages,
   ia32-apt-get, etc.
 
 Now wine is unusable:
 $ wine
 /usr/bin/wine: line 63: /usr/lib32/wine/wine.bin: No such file or directory
 /usr/bin/wine: line 63: exec: /usr/lib32/wine/wine.bin: cannot execute: No 
 such file or directory
 
 Wine itself wasn't upgraded (it was version 1.1.22-1 yesterday too, and it 
 worked fine).
 
 There are still files left in /emul, some of them belonging to wine:
 $ ls /emul/ia32-linux/usr/lib/wine/ -1|wc -l
 385
 
 However dpkg thinks that wine has its files in /usr/lib32 already:
 $ dpkg -L wine
 ...
 /usr/lib32/wine/clusapi.dll.so
 /usr/lib32/libwine.so.1
 
 But the files are not there:
 ls: cannot access /usr/lib32/wine: No such file or directory
 They are in /emul still:
 $ ls -l /emul/ia32-linux/usr/lib/libwine.so.1.0
 -rw-r--r-- 1 root root 1207260 2009-06-10 20:59 
 /emul/ia32-linux/usr/lib/libwine.so.1.0
 dpkg-query -S /emul/ia32-linux/usr/lib/libwine.so.1.0
 dpkg: /emul/ia32-linux/usr/lib/libwine.so.1.0 not found.
 
 I think libc6 should have a Breaks: for the current versions of wine (in 
 unstable
 and experimental), until wine is moved to /usr/lib32.
 

The wine package is debian does not install anything in /emul/ia32-linux
not in /usr/lib32. The file you are seeing here are installed by
ia32-apt-get. I am therefore reassigning the bug.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#534475: [534475] A temporary solution

2009-06-30 Thread Didier 'OdyX' Raboud
Hi all,

For those waiting for a xserver-xorg-video-intel rebuild, Brice Goglin did one, 
available from his personal folder:

http://people.debian.org/~bgoglin/rebuilds/Xserver1.6-ABIbreak/intel/

Best regards, 

OdyX

N.B. Mentionned there: http://lists.debian.org/debian-x/2009/06/msg00842.html
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com




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


Processed: Re: Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 535153 ia32-apt-get
Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine
Bug reassigned from package `libc6-i386' to `ia32-apt-get'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#535172: dhcp-probe: package doesn't install

2009-06-30 Thread TomaszN
Package: dhcp-probe
Version: 1.3.0-2
Severity: grave
Justification: renders package unusable

When configuring package:

Setting up dhcp-probe (1.3.0-2) ...
dpkg: error processing dhcp-probe (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 dhcp-probe
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Shell: /bin/sh linked to /bin/bash

Versions of packages dhcp-probe depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libnet1   1.1.4-1library for the construction and h
ii  libpcap0.81.0.0-2system interface for user-level pa
ii  ucf   3.0018 Update Configuration File: preserv

dhcp-probe recommends no packages.

dhcp-probe suggests no packages.

-- no debconf information



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



Bug#531940: FTBFS on mipsel due to missing -fPIC

2009-06-30 Thread Robert Lemmen
On Tue, Jun 30, 2009 at 07:54:23AM +0200, Luk Claes wrote:
 Unfortunately this bug is not yet fixed. A similar bug in another
 package (openssh) seemed to be caused by having multiple definitions of
 the same symbol.

yeah, i saw the build fail, changed the optopt now...

cu  robert

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Bug#534281: marked as done (nosql: uninstallable on ia64, alpha, GNU/kFreeBSD)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 13:02:17 +
with message-id e1mlcyx-0006ij...@ries.debian.org
and subject line Bug#534281: fixed in nosql 4.0.14-5
has caused the Debian Bug report #534281,
regarding nosql: uninstallable on ia64, alpha, GNU/kFreeBSD
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: nosql
Severity: serious
Version: 4.0.14-4
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

current version have hardcoded dependency on libc
as Depends: libc6 (= 2.2.3-1).
This cannot be satisfied on some architectures.
It have been introduced in

 nosql  (4.0.14-2) unstable; urgency=low
   * add dependency to libc (warning from lintian)

Please at least drop this dependency or generate
correct one during build using i.e. dh_shlibdeps.

Petr



---End Message---
---BeginMessage---
Source: nosql
Source-Version: 4.0.14-5

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

nosql_4.0.14-5.diff.gz
  to pool/main/n/nosql/nosql_4.0.14-5.diff.gz
nosql_4.0.14-5.dsc
  to pool/main/n/nosql/nosql_4.0.14-5.dsc
nosql_4.0.14-5_amd64.deb
  to pool/main/n/nosql/nosql_4.0.14-5_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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Hauke Rahm i...@jhr-online.de (supplier of updated nosql 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 11:15:08 +0200
Source: nosql
Binary: nosql
Architecture: source amd64
Version: 4.0.14-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jan Hauke Rahm i...@jhr-online.de
Description: 
 nosql  - a Relational Database Management System for Unix
Closes: 437642 534281
Changes: 
 nosql (4.0.14-5) unstable; urgency=low
 .
   * QA upload.
   * Switch to debhelper 7
 + therefor corrected install procedure by using debian/patches via quilt
 + should fix FTBFS (Closes: #534281)
 + nostrip is handled by dh_strip now (Closes: #437642)
   * Bumped standards-version to 3.8.2
   * Corrected man page
Checksums-Sha1: 
 bb87af08f049c596b2fbbe28f8325e075f31b01d 985 nosql_4.0.14-5.dsc
 88f14138db6633fd2d7f68b6f7bfc04d42594037 7811 nosql_4.0.14-5.diff.gz
 caa4f6dd8b46451cf6f1c206768d3eaf3f55724e 217452 nosql_4.0.14-5_amd64.deb
Checksums-Sha256: 
 9997413b0d0e0bf3da32133470b34aeade623aec08b8f0013a5406131d8d3202 985 
nosql_4.0.14-5.dsc
 6d67f81eb74bbee750fce1583ae0cc69647fa1c2fb9089cb5d17ece8b69d8592 7811 
nosql_4.0.14-5.diff.gz
 05974d2960e9a8d9d420a50f9843a3be40b8a5b82ca7e38f65ef7fcd091a9757 217452 
nosql_4.0.14-5_amd64.deb
Files: 
 83be74060b82b03431351ca3828de84d 985 utils optional nosql_4.0.14-5.dsc
 bf385b677b5f2e70470c9fd6b66e9f45 7811 utils optional nosql_4.0.14-5.diff.gz
 d3cd5c58e8d9e7b2245b1909fe2ed8ea 217452 utils optional nosql_4.0.14-5_amd64.deb

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

iEYEARECAAYFAkpKCOEACgkQABzeamt51AH3EgCgtJ1l9k2FowzKkhnvya0/Bp1V
ftwAn01eLlZWQKiK2x9T53yDXPv5aB1I
=4jPa
-END PGP SIGNATURE-


---End Message---


Bug#533987: marked as done (ksensors: FTBFS: required file `admin/config.guess' not found)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 13:02:07 +
with message-id e1mlcyn-0006gr...@ries.debian.org
and subject line Bug#533987: fixed in ksensors 0.7.3-17
has caused the Debian Bug report #533987,
regarding ksensors: FTBFS: required file `admin/config.guess' not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ksensors
Version: 0.7.3-16
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/user-ksensors_0.7.3-16-amd64-Fu9Rpm/ksensors-0.7.3'
 make[3]: Leaving directory 
 `/build/user-ksensors_0.7.3-16-amd64-Fu9Rpm/ksensors-0.7.3'
 make[2]: Leaving directory 
 `/build/user-ksensors_0.7.3-16-amd64-Fu9Rpm/ksensors-0.7.3'
 *** Creating aclocal.m4
 *** Creating configure
 *** Creating config.h template
 *** Creating Makefile templates
 configure.in:34: required file `admin/config.guess' not found
 configure.in:34: required file `admin/config.sub' not found
 make[1]: *** [cvs] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/ksensors_0.7.3-16_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: ksensors
Source-Version: 0.7.3-17

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

ksensors_0.7.3-17.diff.gz
  to pool/main/k/ksensors/ksensors_0.7.3-17.diff.gz
ksensors_0.7.3-17.dsc
  to pool/main/k/ksensors/ksensors_0.7.3-17.dsc
ksensors_0.7.3-17_amd64.deb
  to pool/main/k/ksensors/ksensors_0.7.3-17_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 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated ksensors 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 14:45:13 +0200
Source: ksensors
Binary: ksensors
Architecture: source amd64
Version: 0.7.3-17
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 ksensors   - lm-sensors frontend for KDE
Closes: 533987
Changes: 
 ksensors (0.7.3-17) unstable; urgency=low
 .
   * Switch to debhelper 5.
   * Bumped standard version to 3.8.2 (no changes).
   * Don't assume config.guess and config.sub are updated by libtoolize
 (Closes: bug#533987).
Checksums-Sha1: 
 04a8520a1aa904f174e0ed5728a75609445b96fa 1162 ksensors_0.7.3-17.dsc
 3d8b90da9210f5233bbc3d36c40c628428144905 16167 ksensors_0.7.3-17.diff.gz
 ed9e81abb4e52fc751d1a6969c583407a32b78fa 312594 ksensors_0.7.3-17_amd64.deb
Checksums-Sha256: 
 1058384c21d2b135cbab57df0521ca633f487df90f564edc3f69ef511a362d58 1162 
ksensors_0.7.3-17.dsc
 95d0b6840f5212d2881c982da4610f9bc1c84e44c5fcc731051cb9b1ccb94ae4 16167 
ksensors_0.7.3-17.diff.gz
 dd624d508e8ec2301fdfba2541188c3de6bd087b7b8b044a9e97e08c0979259c 312594 
ksensors_0.7.3-17_amd64.deb
Files: 
 2a65364116f83b4bf3425900b32a5331 1162 kde optional ksensors_0.7.3-17.dsc
 6cefd45dcfe815dcc0dae05272e1c013 16167 kde optional ksensors_0.7.3-17.diff.gz
 d40b8276a3d7b07cda098f895a85af47 312594 kde optional 
ksensors_0.7.3-17_amd64.deb

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

iD8DBQFKSgoww3ao2vG823MRAs5xAJsGxYLT2dedKfX/NzOTbXUCbbuQjwCdGo48
C681Fzkc1DsjuXh1hB2I9dg=
=aQ9Z
-END PGP SIGNATURE-


---End Message---


Bug#534565: debhelper: dh_install does not properly handle dangling symlinks

2009-06-30 Thread Guillem Jover
On Tue, 2009-06-30 at 08:32:52 +0200, Guillem Jover wrote:
 Anyway I'm attaching a fake package which has 4 test cases runable
 via debian/rules, test-a, test-b and test-c fail, test-d and test-e
 succeed.

Bah, attached an old version, new one here.

regards,
guillem


test-rootdir.tgz
Description: GNU Unix tar archive


Bug#533167: FTBFS with current RPM

2009-06-30 Thread Daniel Baumann
Luk Claes wrote:
 Did something come in between? Please upload soon or would it be ok to
 temporary remove it from testing?

since quite a while, i have 0.5.22 in the git repo, however, due to the
newer shlibs things in dpkg, it doesn't build anymore (dh_shlibdeps
exits with errors). as it appears to be somewhat urgent, i'll have to go
back to .21 and upload without rpm plugin.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#533167: FTBFS with current RPM

2009-06-30 Thread Daniel Baumann
Daniel Baumann wrote:
 as it appears to be somewhat urgent, i'll have to go
 back to .21 and upload without rpm plugin.

which i've just done now.. uploading in about 10 minutes..

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#535026: KMS not working after booting with grub-pc v.1.96+20090628-1 (unstable)

2009-06-30 Thread Robert Millan
On Tue, Jun 30, 2009 at 03:49:41PM +0200, Robert Millan wrote:
 On Tue, Jun 30, 2009 at 03:11:29PM +0800, Jos van Wolput wrote:

  I just installed v. 1.96+20090629-1. Unfortunately it doesn't work. The
  bug is still the same as I
  previously mentioned. I have to revert to v. 1.96+20090611-1.
 
 Did you run grub-install after the update?

Btw, were you using text mode when you tested this?
(terminal_output console in GRUB command-line)

Does the problem disappear if you disable KMS?

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Bug#535026: KMS not working after booting with grub-pc v.1.96+20090628-1 (unstable)

2009-06-30 Thread Robert Millan
On Tue, Jun 30, 2009 at 03:11:29PM +0800, Jos van Wolput wrote:
   
 I just installed v. 1.96+20090629-1. Unfortunately it doesn't work. The
 bug is still the same as I
 previously mentioned. I have to revert to v. 1.96+20090611-1.

Did you run grub-install after the update?

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Bug#531220: nut.conf overwritten during reinstall with not prompting

2009-06-30 Thread Arnaud Quette
2009/6/28 Manolo Díaz da...@pleione.es

 El Sun, 28 Jun 2009 21:47:28 +0200
 Arnaud Quette aquette@gmail.com escribi�:

  Hi Daniel and Manolo,
 
  nut.conf is listed as a conffile (automagically by dh_installdeb).
  but the issue is probably the MODE reprocessing at postinst which
  fails when it is source'able (ie MODE=... without spaces). this
  result in an empty string (MODE=).
 
  can you confirm that you end up with the same result?
 
  cheers,
  Arnaud

 Hi,

 doing 'dpkg-reconfigure nut' it will change the line 'MODE=standalone'
 to 'MODE=' in the file /etc/nut/nut.conf

 But if I previously change 'MODE=standalone' to 'MODE =standalone' or to
 'MODE = standalone' the space(s) will be removed and nut will start.
 'MODE= standalone' will fail too.

 So yes, I think your guesses are right.


Hi Manolo,

thanks for the confirmation. I'll do the fix and an upload soon (being back
from a month off is a hell!).

cheers
Arnaud
-- 
Linux / Unix Expert RD - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/


Bug#534475: [534475] A temporary solution

2009-06-30 Thread Apelete Seketeli
On Tue, Jun 30, 2009 at 13:56, Didier 'OdyX' Rabouddid...@raboud.com wrote:
 Hi all,

 For those waiting for a xserver-xorg-video-intel rebuild, Brice Goglin did 
 one,
 available from his personal folder:

        http://people.debian.org/~bgoglin/rebuilds/Xserver1.6-ABIbreak/intel/

Hi,

Thanks for notifying me.
I've installed and tried the rebuild version, but unfortunately it is
still broken with KMS on.
Since it's the Xserver that's crashing, I'm wondering how I can trace
it from another computer (I already know how to log in from another
machine, but I don't know how I can launch X from inside gdb since
it's automatically launched at boot).
Will do some research in order to provide some backtrace, but any help
would be great.

Cheers.
--
Apelete Seketeli apel...@seketeli.org



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



Bug#534944: grub-pc: text mode virtual terminals blank

2009-06-30 Thread Luca Tettamanti
On Mon, Jun 29, 2009 at 7:28 PM, Robert Millanr...@aybabtu.com wrote:
 Hi again,

 I'm uploading 1.96+20090629-1, which includes some cleanup in the Linux
 loader.  It's possible your problem might disappear with this version,
 please report.

No joy.

 Note: Try it in text mode first (run terminal_output console in GRUB
 prompt).  If that _does_ work, try from gfxterm then.

Nope, it doesn't make any difference. What seems important is the
vga option on the kernel command line. If I leave it out then I see
the console (using either terminal_output console or gfxterm).

This change may be related:

2009-06-08  Robert Millan  rmh.g...@aybabtu.com
* loader/i386/linux.c (grub_cmd_linux): When processing `vga=', use
as fallback an equivalent option without depth.

I see the message that vga parameter is deprecated. The mode I'm
using is 773 (1024x768x256).

This is the output of a patched kernel, loaded with linux16:

orig_x = 0x0, orig_y =  0x0
ext_mem_k = 0x
orig_video_page = 0x0
orig_video_mode = 0x3
orig_video_cols = 0x50
orig_video_ega_bx = 0x3
orig_video_lines = 0x19
orig_video_isVGA = 0x1
orig_video_points = 0x10
lfb_width / lfb_height / lfb_depth = 0x0x0
lfb_base = 0x0, lfb_size = 0x0
cl_magic = 0x0, cl_offset = 0x0
lfb_linelength = 0x0\n
red_size = 0x0, red_pos = 0x0
green_size = 0x0, green_pos = 0x0
blue_size = 0x0, blue_pos = 0x0
rsvd_size = 0x0, rsvd_pos = 0x0
vesapm = 0x0:0x0
pages = 0x0
vesa_attributes = 0x0
capabilities = 0x0

L



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



Bug#534475: works for me.

2009-06-30 Thread Cade Robinson
Thanks for the info OdyX!

I DL'ed and installed xserver-xorg-video-intel_2.7.99.901-3_amd64.deb
and then installed the xorg-core -3 and restarted just fine.


Apelete - 
I assume once you installed the new intel driver you also installed the
-core -3?  I would guess since there is a ABI change that driver -3
won't work with -core -2.



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



Processed (with 1 errors): unmerge

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 535026
Bug#535026: KMS not working after booting with grub-pc 1.96+20090628-1 
(unstable)
Bug#534944: grub-pc: text mode virtual terminals blank after graphical login 
screen appears
Disconnected #535026 from all other report(s).

 notfixed 535026 1.96+20090629-1
Bug#535026: KMS not working after booting with grub-pc 1.96+20090628-1 
(unstable)
Bug no longer marked as fixed in version 1.96+20090629-1.

 dammit
Unknown command or malformed arguments to command.

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#531595: Bug#531569: Fixing LaTeX in oldstable

2009-06-30 Thread Norbert Preining
On Di, 30 Jun 2009, Luk Claes wrote:
 Please upload accordingly.

Ok, will upload the next days
texlive-base 2007.dfsg.2-1~lenny2
texlive-extra 2007.dfsg.17-1~lenny02
texlive-lang 2007.dfsg.4-1+lenny1
together with the already present/uploaded
texlive-bin 2007.dfsg.2-4+lenny1
that should fix the 5years old bug for lenny.

Sid will come later.

oldstable needs some time ...

Best wishes

Norbert

---
Dr. Norbert Preining prein...@logic.atVienna University of Technology
Debian Developer prein...@debian.org Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
DARENTH (n.)
Measure = 0.176 mg. Defined as that amount of margarine capable of
covering one hundred slices of bread to the depth of one
molecule. This is the legal maximum allowed in sandwich bars in
Greater London.
--- Douglas Adams, The Meaning of Liff



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



Processed: bug 534475 is forwarded to http://bugs.freedesktop.org/show_bug.cgi?id=22537

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 534475 http://bugs.freedesktop.org/show_bug.cgi?id=22537
Bug#534475: xserver-xorg-core: GDM crashes when trying to log into Gnome
Bug#534487: xserver-xorg-core crashes after upgrade to version (1.6.1.901-3)
Bug#534522: xserver crashes when setting resolution with xrandr
Bug#534541: xserver-xorg-core: upgrade from 2:1.6.1.901-2 to 2:1.6.1.901-3 
breaks DRI2
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=22537.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535188: CVE-2008-6838, CVE-2008-6837: Cross-Site Scripting and SQL Injection Vulnerabilities

2009-06-30 Thread Giuseppe Iuculano
Package: zoph
Severity: serious
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) ids were
published for zoph.

CVE-2008-6837[0]:
| SQL injection vulnerability in Zoph 0.7.2.1 allows remote attackers to
| execute arbitrary SQL commands via unspecified vectors, a different
| issue than CVE-2008-3258.  NOTE: the provenance of this information is
| unknown; the details are obtained solely from third party information.

CVE-2008-6838[1]:
| Cross-site scripting (XSS) vulnerability in search.php in Zoph 0.7.2.1
| allows remote attackers to inject arbitrary web script or HTML via the
| _off parameter.  NOTE: the provenance of this information is unknown;
| the details are obtained solely from third party information.

If you fix the vulnerabilities please also make sure to include the
CVE ids in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6837
http://security-tracker.debian.net/tracker/CVE-2008-6837
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6838
http://security-tracker.debian.net/tracker/CVE-2008-6838

Cheers,
Giuseppe.

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

iEYEARECAAYFAkpKLK4ACgkQNxpp46476apmpwCfRKu9hd55LmYzmyXgDqoFRl11
JcMAn3dL33VlWuQU//VUbN0wYPOvMK/+
=avJi
-END PGP SIGNATURE-



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



Bug#535190: ia32-libs: Dynamic MMap ran out of room

2009-06-30 Thread Sebastian Luque
Package: ia32-libs
Version: 18
Severity: serious

Installing ia32-libs seems to have broken apt functionality in the
system reported here. 'apt-get update' checks for my sources as usual,
but after the Reading package lists... Done message, it displays large
number of lines starting with arch_all.list: deleting SOME_PACKAGE or
arch_all.list: deleting SOME_PACKAGE, and finally ends with:

---cut here---start--
Merging ...
Reading package lists... Error!
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. 
Current value: 25165824. (man 5 apt.conf)
E: Error occurred while processing disc-cover (NewVersion1)
E: Problem with MergeList 
/var/lib/apt/lists/ftp.ca.debian.org_debian_dists_sid-i386_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
---cut here---end

The error remains, no matter how large I set the cache-limit in
/etc/apt/apt.conf.  I cannot even remove the package, as the same error
occurs immediately after 'apt-get remove ia32-libs'.

I can send additional information, if requested.  Thanks.

Seb




-- System Information:
Debian Release: squeeze/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-libs depends on:
ii  ia32-apt-get  18 Apt-get and dpkg wrapper for on-th

ia32-libs recommends no packages.

ia32-libs suggests no packages.

-- no debconf information



-- 
Seb



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



Processed: Re: [pkg-wine-party] Bug#535154: wine: package broken after /emul - /usr/lib32 transition

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 535154 important
Bug#535154: wine: package broken after /emul - /usr/lib32 transition
Severity set to `important' from `grave'

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521699: A possible solution

2009-06-30 Thread Antonio-externe RUSSO
Hi,

Proposal Patch (for maintainers):

In rules file add this line:
install $(dirname)/usr/X11R6/lib/modules/libnvidia-wfb.so.${version} 
$(CURDIR)/debian/nvidia-glx/usr/lib/xorg/modules/

And you must modify the dh_shlibdeps options: 
dh_shlibdeps -Xlibnvidia-wfb.so.185.18.14 -Xia32 -Xtls 
-l$(CURDIR)/debian/nvidia-glx/usr/lib:$(CURDIR)/debian/nvidia-libvdpau/usr/lib

In debian/nvidia-glx.links file add this line:
usr/lib/xorg/modules/libnvidia-wfb.so.185.18.14 
usr/lib/xorg/modules/libwfb.so

Best regards

Antonio J. Russo


Bug#535154: [pkg-wine-party] Bug#535154: wine: package broken after /emul - /usr/lib32 transition

2009-06-30 Thread Ove Kaaven
severity 535154 important
stop

(For other Wine bugs related to the ia32 transition, see #534238,
#533315, and #535097.)

Török Edwin skrev:
 I reported a bug for libc6-i386 that it should have a Breaks: wine, because it
 broke wine during the transition.

There might not be much reason for them to, as only Wine versions in
experimental were affected. Nothing happened to those in lenny and sid
(they use /usr/lib, not /usr/lib32). Also, even if they did care about
experimental, there probably aren't any broken Wine package versions to
add a Breaks line about anyway (see below), so they probably couldn't do
this if they wanted to.

 However wine should be updated to move to /usr/lib32, because now dpkg does
 think that wine has its files in /usr/lib32 (but it didn't move the actual
 files):

If I understand your report correctly, the Wine package you've installed
already uses /usr/lib32. If so, the package is *not* broken.

(Perhaps there's a different version now in the archive which might be
broken, I'm not sure. But yours isn't.)

It is a well-known dpkg problem that it will never automatically convert
symlinks to directories on upgrade (but blindly follow them). The
involved packages must therefore use Breaks and Pre-Depends to ensure
that the directories are fully emptied (i.e., all relevant packages
uninstalled) before the libc upgrade. Then libc's maintainer scripts can
delete the old symlink, and then the updated packages can be installed,
and the files be placed in the new location.

Using Breaks might be tricky in this case, though, since the packages
*already* used the right paths, and did not need to be changed. Which
means there's no package version to use Breaks against.

You have a choice of reinstalling the Wine debs (apt-get install
--reinstall on the affected debs might suffice), or manually moving the
files around to match the dpkg -L output.

I'm not sure it's worth it to add maintainer scripts to either libc or
wine that tries to automate any workarounds, given that the problem is
only in experimental, and never happened in sid. Hopefully people that
use experimental know how to fix their systems when it breaks - at least
know how to reinstall a package.

I will leave the bug open so that other people with similar issues know
what's going on, but there's no need to fix the package. Thus,
downgrading to non-RC.



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



Bug#530351: marked as done (multisync: transition from libbluetooth2-dev to libbluetooth-dev)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 15:47:16 +
with message-id e1mlfyc-0004tq...@ries.debian.org
and subject line Bug#530351: fixed in multisync 0.82-8.3
has caused the Debian Bug report #530351,
regarding multisync: transition from libbluetooth2-dev to libbluetooth-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
530351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: multisync
Version: 0.82-8.2
User: fili...@debian.org
Usertags: bluez4-transition

Hi,
your package seems to depend on libbluetooth2-dev, however it has been 
deprecated in favour of versionless libbluetooth-dev, please update
I've built the package with libbluetooth3 and builds fine.

thanks,
filippo


---End Message---
---BeginMessage---
Source: multisync
Source-Version: 0.82-8.3

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

libmultisync-plugin-all_0.82-8.3_all.deb
  to pool/main/m/multisync/libmultisync-plugin-all_0.82-8.3_all.deb
libmultisync-plugin-backup_0.82-8.3_amd64.deb
  to pool/main/m/multisync/libmultisync-plugin-backup_0.82-8.3_amd64.deb
libmultisync-plugin-evolution_0.82-8.3_amd64.deb
  to pool/main/m/multisync/libmultisync-plugin-evolution_0.82-8.3_amd64.deb
libmultisync-plugin-irmc-bluetooth_0.82-8.3_amd64.deb
  to pool/main/m/multisync/libmultisync-plugin-irmc-bluetooth_0.82-8.3_amd64.deb
libmultisync-plugin-irmc_0.82-8.3_amd64.deb
  to pool/main/m/multisync/libmultisync-plugin-irmc_0.82-8.3_amd64.deb
libmultisync-plugin-opie_0.82-8.3_amd64.deb
  to pool/main/m/multisync/libmultisync-plugin-opie_0.82-8.3_amd64.deb
multisync_0.82-8.3.diff.gz
  to pool/main/m/multisync/multisync_0.82-8.3.diff.gz
multisync_0.82-8.3.dsc
  to pool/main/m/multisync/multisync_0.82-8.3.dsc
multisync_0.82-8.3_amd64.deb
  to pool/main/m/multisync/multisync_0.82-8.3_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 530...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated multisync 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 17:04:51 +0200
Source: multisync
Binary: multisync libmultisync-plugin-all libmultisync-plugin-backup 
libmultisync-plugin-evolution libmultisync-plugin-irmc 
libmultisync-plugin-irmc-bluetooth libmultisync-plugin-opie
Architecture: source all amd64
Version: 0.82-8.3
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 libmultisync-plugin-all - Complete MultiSync suite
 libmultisync-plugin-backup - Backup plug for MultiSync
 libmultisync-plugin-evolution - Ximian Evolution plugin for MultiSync
 libmultisync-plugin-irmc - IrMc Mobile plugin for MultiSync
 libmultisync-plugin-irmc-bluetooth - Adds Bluetooth support to the IrMC plugin
 libmultisync-plugin-opie - Opie plugin for MultiSync
 multisync  - A program to synchronize PIM data
Closes: 530351
Changes: 
 multisync (0.82-8.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-Depend on libbluetooth-dev instead of libbluetooth2-dev
 (Closes: #530351)
Checksums-Sha1: 
 03f500db7b339b7e8b11de219159b329bca43d1b 1502 multisync_0.82-8.3.dsc
 8bfefdb8101df2452678a3315334665cd530b9c4 2555185 multisync_0.82-8.3.diff.gz
 f3623cc4bac1af24bcb010ea5e2c5c8d48ab9860 7050 
libmultisync-plugin-all_0.82-8.3_all.deb
 0b7bc83e4a03eb4b53f915ded75a10168863ecff 85222 multisync_0.82-8.3_amd64.deb
 64dcb8f437dc7d399f5b7c78bf7b025ccaa514ba 37130 
libmultisync-plugin-backup_0.82-8.3_amd64.deb
 f2e8064aff18d6174d2d5465a97eb9a33d9bf8a7 35474 
libmultisync-plugin-evolution_0.82-8.3_amd64.deb
 77febb74010e0b9304e847581f05cf9174d2577e 90070 
libmultisync-plugin-irmc_0.82-8.3_amd64.deb
 daece23f6485b4fc5e7533e671f40caeb50c4b13 13794 
libmultisync-plugin-irmc-bluetooth_0.82-8.3_amd64.deb
 7cb41a86c07a99904718865034ef89da784f1aa6 113414 
libmultisync-plugin-opie_0.82-8.3_amd64.deb
Checksums-Sha256: 
 085d493f84dfdab9703905a3ea7a274c613652da3a2eb4752a3b1340f35ac03e 1502 
multisync_0.82-8.3.dsc
 

Bug#530352: marked as done (libopensync-plugin-irmc: transition from libbluetooth2-dev to libbluetooth-dev)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 15:47:09 +
with message-id e1mlfy5-0004s4...@ries.debian.org
and subject line Bug#530352: fixed in libopensync-plugin-irmc 0.22-3.1
has caused the Debian Bug report #530352,
regarding libopensync-plugin-irmc: transition from libbluetooth2-dev to 
libbluetooth-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
530352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libopensync-plugin-irmc
Version: 0.22-3
User: fili...@debian.org
Usertags: bluez4-transition

Hi,
your package seems to depend on libbluetooth2-dev, however it has been
deprecated in favour of versionless libbluetooth-dev, please update.
I've built the package with libbluetooth3 and builds fine.

thanks,
filippo


---End Message---
---BeginMessage---
Source: libopensync-plugin-irmc
Source-Version: 0.22-3.1

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

libopensync-plugin-irmc_0.22-3.1.diff.gz
  to 
pool/main/libo/libopensync-plugin-irmc/libopensync-plugin-irmc_0.22-3.1.diff.gz
libopensync-plugin-irmc_0.22-3.1.dsc
  to pool/main/libo/libopensync-plugin-irmc/libopensync-plugin-irmc_0.22-3.1.dsc
opensync-plugin-irmc_0.22-3.1_amd64.deb
  to 
pool/main/libo/libopensync-plugin-irmc/opensync-plugin-irmc_0.22-3.1_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 530...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated 
libopensync-plugin-irmc 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 17:07:16 +0200
Source: libopensync-plugin-irmc
Binary: opensync-plugin-irmc
Architecture: source amd64
Version: 0.22-3.1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 opensync-plugin-irmc - IrMC plugin for opensync
Closes: 530352
Changes: 
 libopensync-plugin-irmc (0.22-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-Depend on libbluetooth-dev instead of libbluetooth2-dev
 (Closes: #530352)
Checksums-Sha1: 
 898103852f4dbe09a8651715442f40de3a6668b1 1220 
libopensync-plugin-irmc_0.22-3.1.dsc
 41b138012fe3c0e83c7d4918ce4ea5dba2a3cd03 3905 
libopensync-plugin-irmc_0.22-3.1.diff.gz
 2c7c7394f887015247247eb3984e9bb4a0c2feaf 30118 
opensync-plugin-irmc_0.22-3.1_amd64.deb
Checksums-Sha256: 
 b641c66f8d367a25780e0116be64fe98ac91534b00c37ca3edb7c8685781d1a9 1220 
libopensync-plugin-irmc_0.22-3.1.dsc
 4c914f6c05201177f7dcf798d479dd977f8c2ec4fde4a4a7f17c64ec87d1fa4c 3905 
libopensync-plugin-irmc_0.22-3.1.diff.gz
 3869246689b9f962d346689ff0b7e44636b21ddf10c5fbc520cc2cf14b7ba9dc 30118 
opensync-plugin-irmc_0.22-3.1_amd64.deb
Files: 
 ce1ab8bc7d465470d753230533dc6531 1220 libs optional 
libopensync-plugin-irmc_0.22-3.1.dsc
 713870183d8605e57c998255e4d9f6ca 3905 libs optional 
libopensync-plugin-irmc_0.22-3.1.diff.gz
 4b8c8dfddc2c395f5e5ad9d480fd57af 30118 libs optional 
opensync-plugin-irmc_0.22-3.1_amd64.deb

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

iEYEARECAAYFAkpDlFAACgkQABzeamt51AGCYwCfeI9/m9lpUF0UW0V5WpcjlFGm
hcQAoL+1XGIvf1diD1tkKK7TBBs11pxi
=iprX
-END PGP SIGNATURE-


---End Message---


Bug#527503: marked as done (libpam-blue: FTBFS: libtool errors)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 16:02:04 +
with message-id e1mlfmw-0005w0...@ries.debian.org
and subject line Bug#527503: fixed in libpam-blue 0.9.0-2.2
has caused the Debian Bug report #527503,
regarding libpam-blue: FTBFS: libtool errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527503
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpam-blue
Version: 0.9.0-2.1
Severity: serious

From my pbuilder build log:

...
Making all in src
make[3]: Entering directory `/tmp/buildd/libpam-blue-0.9.0/src'
/usr/bin/make  all-am
make[4]: Entering directory `/tmp/buildd/libpam-blue-0.9.0/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-Wall -g -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
../libtool: line 797: X--tag=CC: command not found
../libtool: line 830: libtool: ignoring unknown tag : command not found
../libtool: line 797: X--mode=compile: command not found
../libtool: line 947: *** Warning: inferring the mode of operation is 
deprecated.: command not found
../libtool: line 948: *** Future versions of Libtool will require --mode=MODE 
be specified.: command not found
../libtool: line 1091: Xgcc: command not found
../libtool: line 1091: X-DHAVE_CONFIG_H: command not found
../libtool: line 1091: X-I.: command not found
../libtool: line 1091: X-I..: command not found
../libtool: line 1091: X-Wall: command not found
../libtool: line 1091: X-g: command not found
../libtool: line 1091: X-O2: command not found
../libtool: line 1091: X-MT: command not found
../libtool: line 1091: Xutils.lo: command not found
../libtool: line 1091: X-MD: command not found
../libtool: line 1091: X-MP: command not found
../libtool: line 1091: X-MF: command not found
../libtool: line 1091: X.deps/utils.Tpo: No such file or directory
../libtool: line 1091: X-c: command not found
../libtool: line 1142: Xutils.lo: command not found
../libtool: line 1147: libtool: compile: cannot determine name of library 
object from `': command not found
make[4]: *** [utils.lo] Error 1
make[4]: Leaving directory `/tmp/buildd/libpam-blue-0.9.0/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/buildd/libpam-blue-0.9.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/libpam-blue-0.9.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/libpam-blue-0.9.0'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

This kind of error is usually caused by the autoconf macros from libtool
being out of sync with ltmain.sh.
-- 
Daniel Schepler



---End Message---
---BeginMessage---
Source: libpam-blue
Source-Version: 0.9.0-2.2

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

libpam-blue_0.9.0-2.2.diff.gz
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2.diff.gz
libpam-blue_0.9.0-2.2.dsc
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2.dsc
libpam-blue_0.9.0-2.2_amd64.deb
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2_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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated libpam-blue 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jun 2009 17:16:14 +0200
Source: libpam-blue
Binary: libpam-blue
Architecture: source amd64
Version: 0.9.0-2.2
Distribution: unstable
Urgency: low
Maintainer: Carlos Alberto Silombria Ibarra silver...@gmail.com
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 libpam-blue - PAM module for local authenticaction with bluetooth devices
Closes: 527503 532274 534320
Changes: 
 libpam-blue (0.9.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Relibtoolize via libtoolize -cfv (Closes: #527503)
   * Build-depend on libbluetooth-dev instead of libbluetooth2-dev
 (Closes: #532274)
   * Depend on bluez instead of bluez-utils (Closes: #534320)
Checksums-Sha1: 
 6ebb2d5bcc6f9eb88f97b834a0563547ed2178dc 

Bug#530354: marked as done (scmxx: transition from libbluetooth2-dev to libbluetooth-dev)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 15:47:19 +
with message-id e1mlfyf-0004uz...@ries.debian.org
and subject line Bug#530354: fixed in scmxx 0.9.0-2.2
has caused the Debian Bug report #530354,
regarding scmxx: transition from libbluetooth2-dev to libbluetooth-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
530354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: scmxx
Version: 0.9.0-2.1
User: fili...@debian.org
Usertags: bluez4-transition

Hi,
your package seems to depend on libbluetooth2-dev, however it has been
deprecated in favour of versionless libbluetooth-dev, please update.
I've built the package with libbluetooth3 and builds fine.

thanks,
filippo


---End Message---
---BeginMessage---
Source: scmxx
Source-Version: 0.9.0-2.2

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

scmxx_0.9.0-2.2.diff.gz
  to pool/main/s/scmxx/scmxx_0.9.0-2.2.diff.gz
scmxx_0.9.0-2.2.dsc
  to pool/main/s/scmxx/scmxx_0.9.0-2.2.dsc
scmxx_0.9.0-2.2_amd64.deb
  to pool/main/s/scmxx/scmxx_0.9.0-2.2_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 530...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated scmxx 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 17:12:10 +0200
Source: scmxx
Binary: scmxx
Architecture: source amd64
Version: 0.9.0-2.2
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 scmxx  - Exchange data with Siemens mobile phones
Closes: 530354
Changes: 
 scmxx (0.9.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-Depend on libbluetooth-dev instead of libbluetooth2-dev
 (Closes: #530354)
Checksums-Sha1: 
 a0fd8d90da715f02bf86d472eccad67ceabea7bb 1022 scmxx_0.9.0-2.2.dsc
 ce71d31644921a9bf7e2555b821c1555486948e3 80255 scmxx_0.9.0-2.2.diff.gz
 ac4e67fa3860b0bcbfe143d2bd3eedb1a6e69a5e 236432 scmxx_0.9.0-2.2_amd64.deb
Checksums-Sha256: 
 b043b5d2b81c9f8aaf85675fd3bd57f1bcb65a257352c851a9c256bc3737708d 1022 
scmxx_0.9.0-2.2.dsc
 e77cb73c8cea471e352adcbd9bdc5ee5d8e6c8d344837b0f4b6555b39216b869 80255 
scmxx_0.9.0-2.2.diff.gz
 43a326f96b5cb9dbd781cb1181413f5180769aa6827df065abb480e5c4ee4a3b 236432 
scmxx_0.9.0-2.2_amd64.deb
Files: 
 063844e028f60f2fb74d548eab27f9be 1022 comm optional scmxx_0.9.0-2.2.dsc
 29e64473092ddc03d5838a7040bc139a 80255 comm optional scmxx_0.9.0-2.2.diff.gz
 47f75f431d2641ca8bd118203f31ed45 236432 comm optional scmxx_0.9.0-2.2_amd64.deb

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

iEYEARECAAYFAkpDlMYACgkQABzeamt51AH4agCg0NEfn4A7BTTTe3Ih4OEEHM4Y
9oEAnjYg4kpss/6EO9SKPY2RK8XwGyPT
=Lm+M
-END PGP SIGNATURE-


---End Message---


Bug#532274: marked as done (libpam-blue: transition from libbluetooth2-dev to libbluetooth-dev)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 16:02:04 +
with message-id e1mlfmw-0005w2...@ries.debian.org
and subject line Bug#532274: fixed in libpam-blue 0.9.0-2.2
has caused the Debian Bug report #532274,
regarding libpam-blue: transition from libbluetooth2-dev to libbluetooth-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
532274: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532274
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpam-blue
Version: 0.9.0-2.1
User: fili...@debian.org
Usertags: bluez4-transition

Hi,
your package seems to depend on libbluetooth2-dev, however it has been
deprecated in favour of versionless libbluetooth-dev, please update.
I've built the package with libbluetooth3 and builds fine after fixing the
already-reported FTBFS.

thanks,
filippo


---End Message---
---BeginMessage---
Source: libpam-blue
Source-Version: 0.9.0-2.2

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

libpam-blue_0.9.0-2.2.diff.gz
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2.diff.gz
libpam-blue_0.9.0-2.2.dsc
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2.dsc
libpam-blue_0.9.0-2.2_amd64.deb
  to pool/main/libp/libpam-blue/libpam-blue_0.9.0-2.2_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 532...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated libpam-blue 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jun 2009 17:16:14 +0200
Source: libpam-blue
Binary: libpam-blue
Architecture: source amd64
Version: 0.9.0-2.2
Distribution: unstable
Urgency: low
Maintainer: Carlos Alberto Silombria Ibarra silver...@gmail.com
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 libpam-blue - PAM module for local authenticaction with bluetooth devices
Closes: 527503 532274 534320
Changes: 
 libpam-blue (0.9.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Relibtoolize via libtoolize -cfv (Closes: #527503)
   * Build-depend on libbluetooth-dev instead of libbluetooth2-dev
 (Closes: #532274)
   * Depend on bluez instead of bluez-utils (Closes: #534320)
Checksums-Sha1: 
 6ebb2d5bcc6f9eb88f97b834a0563547ed2178dc 1115 libpam-blue_0.9.0-2.2.dsc
 df4b24757de431f109f019d6b8107a94b50c6ca7 539435 libpam-blue_0.9.0-2.2.diff.gz
 47cfe775c3f7d3364792416806f62856e3510fc2 15108 libpam-blue_0.9.0-2.2_amd64.deb
Checksums-Sha256: 
 23c042a471858c8dcb432b136a607becd8ae346a1fd7e5b26e20bc5d6aef27c0 1115 
libpam-blue_0.9.0-2.2.dsc
 79c9dc233b26efdf43929bee60d8cae330ee7b7605d0f76ae4902151815c72e6 539435 
libpam-blue_0.9.0-2.2.diff.gz
 cb1516e823d83bf2f23c3c2ae99e0322df58545c788a67585e72aced62927b27 15108 
libpam-blue_0.9.0-2.2_amd64.deb
Files: 
 7251680b8cdf80352024afc0e6b29cac 1115 admin extra libpam-blue_0.9.0-2.2.dsc
 1cc8b44ac8fd6d59d4f557d53844b232 539435 admin extra 
libpam-blue_0.9.0-2.2.diff.gz
 c703caf93b81a51df14690b13079caf6 15108 admin extra 
libpam-blue_0.9.0-2.2_amd64.deb

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

iEYEARECAAYFAkpA9s0ACgkQABzeamt51AEuoACePBDPBjdbL8u4AEwtJh9ut4sf
mawAoMi2Zo0DoXI3SyRc+4Wyrege+5Vy
=6nGF
-END PGP SIGNATURE-


---End Message---


Processed: your mail

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 533739 534074
Bug#533739: FTBFS: Invalid build dependency
Bug#534074: libextractor-java: FTBFS: Nonexistent build-dependency: libgcj-dev
Merged 533739 534074.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533973: marked as done (scorched3d: FTBFS: checking for OpenAL support... checking for openal-config... no)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 16:32:52 +
with message-id e1mlggk-0008kx...@ries.debian.org
and subject line Bug#533973: fixed in scorched3d 42.1dfsg-1
has caused the Debian Bug report #533973,
regarding scorched3d: FTBFS: checking for OpenAL support... checking for 
openal-config... no
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533973
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: scorched3d
Version: 41.3dfsg-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp 
 [ ! -f Makefile ] || /usr/bin/make distclean
 QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2
 No patch removed
 dh_clean debian/scorched3d.png
 rm -f data/fonts/test.ttf
 rm -f config.log config.status
 rm -rf .pc
 dh_clean 
  dpkg-source -b scorched3d-41.3dfsg
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building scorched3d using existing 
 scorched3d_41.3dfsg.orig.tar.gz
 dpkg-source: info: building scorched3d in scorched3d_41.3dfsg-1.diff.gz
 dpkg-source: info: building scorched3d in scorched3d_41.3dfsg-1.dsc
  debian/rules build
 dh_testdir
 QUILT_PATCHES=debian/patches quilt push -a || test $? = 2
 Applying patch gcc-4.3.diff
 patching file src/common/main.h
 patching file src/common/sha2.h
 patching file src/common/DefinesFile.cpp
 patching file src/common/LoggerI.cpp
 
 Now at patch gcc-4.3.diff
 uudecode -o data/fonts/test.ttf debian/test.ttf.uu
 ./configure \
   CFLAGS=-Wall -g -O2 -D_GNU_SOURCE -DHAVE_VASPRINTF \
   --host=x86_64-linux-gnu --build=x86_64-linux-gnu \
   --prefix=/usr --bindir=\${prefix}/games \
   --datadir=\${prefix}/share/games/scorched3d \
   --with-docdir=/usr/share/doc/scorched3d \
   --mandir=\${prefix}/share/man \
   --infodir=\${prefix}/share/info
 checking build system type... x86_64-pc-linux-gnu
 checking host system type... x86_64-pc-linux-gnu
 checking target system type... x86_64-pc-linux-gnu
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking whether make sets $(MAKE)... (cached) yes
 checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether x86_64-linux-gnu-gcc accepts -g... yes
 checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of x86_64-linux-gnu-gcc... gcc3
 checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
 checking whether we are using the GNU C++ compiler... yes
 checking whether x86_64-linux-gnu-g++ accepts -g... yes
 checking dependency style of x86_64-linux-gnu-g++... gcc3
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for x86_64-linux-gnu-ranlib... no
 checking for ranlib... ranlib
 checking for beer in -lfridge... no
 Warning: No beer found in fridge!
 We highly suggest that you rectify this situation immediately.
 checking for OpenGL support... yes
 configure: error: *** Can't find the openal library. Try: 
 http://www.openal.org/
 checking for OpenAL support... checking for openal-config... no
 *** The openal-config script installed by OpenAL could not be found
 *** Make sure openal-config is in your path, or set the OPENAL_CONFIG
 *** environment variable to the full path to openal-config.
 make: *** [config.status] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/scorched3d_41.3dfsg-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| 

Bug#534313: marked as done (gtkwhiteboard: useless dependency on libbluetooth2)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 16:17:03 +
with message-id e1mlg11-00076l...@ries.debian.org
and subject line Bug#534313: fixed in gtkwhiteboard 1.3+dfsg-5.1
has caused the Debian Bug report #534313,
regarding gtkwhiteboard: useless dependency on libbluetooth2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gtkwhiteboard
Version: 1.3+dfsg-5
Severity: serious
Justification: useless dep, blocks transition and will make package 
uninstallable
User: fili...@debian.org
Usertags: bluez4-transition

Hi,
it looks like that gtkwhiteboard uselessly depends on libbluetooth2, I
see no binary inside the package linking to that.
While we are at it: it should depend on bluez and not bluez-utils as
that is deprecated.

thanks,
filippo

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.4 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gtkwhiteboard depends on:
pn  bluez-utils   none (no description available)
pn  libbluetooth2 none (no description available)
ii  python2.5.4-2An interactive high-level object-o
pn  python-bluez  none (no description available)
ii  python-central0.6.11 register and build utility for Pyt
pn  python-wxgtk2.6   none (no description available)
pn  python-xlib   none (no description available)

gtkwhiteboard recommends no packages.

gtkwhiteboard suggests no packages.


---End Message---
---BeginMessage---
Source: gtkwhiteboard
Source-Version: 1.3+dfsg-5.1

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

gtkwhiteboard_1.3+dfsg-5.1.diff.gz
  to pool/main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.1.diff.gz
gtkwhiteboard_1.3+dfsg-5.1.dsc
  to pool/main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.1.dsc
gtkwhiteboard_1.3+dfsg-5.1_all.deb
  to pool/main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated gtkwhiteboard 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 17:25:23 +0200
Source: gtkwhiteboard
Binary: gtkwhiteboard
Architecture: source all
Version: 1.3+dfsg-5.1
Distribution: unstable
Urgency: low
Maintainer: Thomas Knott zu...@sidux-ev.de
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 gtkwhiteboard - GTK+ Wiimote Whiteboard
Closes: 534313
Changes: 
 gtkwhiteboard (1.3+dfsg-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove libbluetooth2 dependency and rename bluez-utils to bluez
 (Closes: #534313)
Checksums-Sha1: 
 8c9b828ee2c380d54e80b7f2f2e0d29c701faf59 1171 gtkwhiteboard_1.3+dfsg-5.1.dsc
 155cf0569596668e3c9b113c349d0d3cbe70d946 6249 
gtkwhiteboard_1.3+dfsg-5.1.diff.gz
 bab3c02baae378e19a7df93e5a27bf1bbee7c23f 21284 
gtkwhiteboard_1.3+dfsg-5.1_all.deb
Checksums-Sha256: 
 0e1ecb0702309ddc4f2ef763e96935ae52129f093c8e87be6aaf6a17c20e504f 1171 
gtkwhiteboard_1.3+dfsg-5.1.dsc
 e0894a75c47d40ff1d3c4da00802b3d7f86621943762ff5bb9bd7498a2e1c932 6249 
gtkwhiteboard_1.3+dfsg-5.1.diff.gz
 e1b5d3ce0b80c8d849e2f0fbf951c098f1754811672ce4e3e36904ca03ad6589 21284 
gtkwhiteboard_1.3+dfsg-5.1_all.deb
Files: 
 3b94901f978c7beb80d58ba9eb09c952 1171 utils optional 
gtkwhiteboard_1.3+dfsg-5.1.dsc
 012e38a0e881a0d46612471ab76b5c61 6249 utils optional 
gtkwhiteboard_1.3+dfsg-5.1.diff.gz
 d708c3b27bc37e57f91968298b9e0165 21284 utils optional 
gtkwhiteboard_1.3+dfsg-5.1_all.deb

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

iEYEARECAAYFAkpDm3EACgkQABzeamt51AHNNgCglXuzVQkboLogxqrJVdppVtFQ
EfYAn1Qd9yyDUuD5dybT8aPa9g5G97ZY
=OuPd
-END PGP SIGNATURE-


---End Message---


Bug#535026: Bug#534944: grub-pc: text mode virtual terminals blank

2009-06-30 Thread Robert Millan
On Tue, Jun 30, 2009 at 04:33:37PM +0200, Luca Tettamanti wrote:
 On Mon, Jun 29, 2009 at 7:28 PM, Robert Millanr...@aybabtu.com wrote:
  Hi again,
 
  I'm uploading 1.96+20090629-1, which includes some cleanup in the Linux
  loader.  It's possible your problem might disappear with this version,
  please report.
 
 No joy.

Hi,

Then your bug is #535026.  #534944 was confirmed to be fixed by Arthur.  I'm
changing CC to 535...@bugs.debian.org.

 I see the message that vga parameter is deprecated. The mode I'm
 using is 773 (1024x768x256).

Ok.  That's 0x305 aka 1024x768x8, which is supposed to be detected  handled
already.

 This is the output of a patched kernel, loaded with linux16:
 
 orig_x = 0x0, orig_y =  0x0
 ext_mem_k = 0x
 orig_video_page = 0x0
 orig_video_mode = 0x3
 orig_video_cols = 0x50
 orig_video_ega_bx = 0x3
 orig_video_lines = 0x19
 orig_video_isVGA = 0x1
 orig_video_points = 0x10
 lfb_width / lfb_height / lfb_depth = 0x0x0
 lfb_base = 0x0, lfb_size = 0x0
 cl_magic = 0x0, cl_offset = 0x0
 lfb_linelength = 0x0\n
 red_size = 0x0, red_pos = 0x0
 green_size = 0x0, green_pos = 0x0
 blue_size = 0x0, blue_pos = 0x0
 rsvd_size = 0x0, rsvd_pos = 0x0
 vesapm = 0x0:0x0
 pages = 0x0
 vesa_attributes = 0x0
 capabilities = 0x0

This looks like text mode.  I assume you didn't pass vga=773 to linux16?
I need you to include that parameter in your test.

Thanks!

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Processed: Re: Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel lies on hde

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 535166 kernel-package
Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel 
lies on hde
Bug reassigned from package `security.debian.org' to `kernel-package'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel lies on hde

2009-06-30 Thread Joey Schulze
reassign 535166 kernel-package
thanks

The code that doesn't handle your situation is in the kernel package.

Micronius wrote:
 My desktop owns 1 IDE-unit on the motherboard and 2 PCI-RAID-IDE-units 
 (without using the RAID-facility) on a PCI-card. My fstab contains the 
 following lines: 
 
 # /etc/fstab: static file system information.
 #
 # file system mount point   type  options   dump  pass
 proc/proc   proc defaults0   0
 LABEL=wg-rootpart   /   reiserfs defaults0   1
 LABEL=wg-bootpart   /boot   reiserfs notail  0   2
 LABEL=wg-swappart   noneswap sw  0   0
 /dev/hdb/media/cdrom0   udf,iso9660  user,noauto 0   0
 /dev/fd0/media/floppy0  auto rw,user,noauto  0   0
 
 My /boot/grub/menue.lst contains the following lines:
 
 title Debian GNU/Linux, kernel 2.6.26-2-amd64
 password ..
 root  (hd0,0)
 kernel/vmlinuz-2.6.26-2-amd64 
 root=UUID=8e1b2e49-3dfb-4942-8eb6-9868733c5d15 ro splash=verbose
 initrd/initrd.img-2.6.26-2-amd64
 
 When I use 
 
 apt-get update
 apt-get dist-upgrade
 
 this does not work for upgrading the kernel. The following messages appear: 
 
 Booting the kernel 
 
 .
 
 Loading, please wait ...
 
 mount: mounting /dev on /root/dev failed: 
no such file or directory
 
 [dito for /sys and /proc] 
 
 Target filesystem doesn't have /sbin/init. 
 No init found. 

Regards,

Joey

-- 
It's time to close the windows.

Please always Cc to me when replying to me on the lists.



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



Bug#528519: Still an issue with kvm 85

2009-06-30 Thread Guido Günther
Hi Daniel,
do you still see the build problem with kvm 85 in unstable?
 -- Guido



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



Bug#516394: so what is the solution?

2009-06-30 Thread Gerrit Pape
On Wed, Mar 25, 2009 at 04:52:02PM +, Gerrit Pape wrote:
 On Tue, Mar 24, 2009 at 09:18:24PM +0100, Florian Weimer wrote:
  * Gerrit Pape:
   AFAIK from private discussion, the Debian security team doesn't agree
   with my assessment.  I don't know what their plans are for stable.
  
  I still hope to get a better patch.
 
 While we wait for who knows how long, I suggest we get the fix for
 #518169 into stable; packages still are available through
  http://niequai.smarden.org/ruGho2e/

Hi, I don't understand why the confirmed fix for the reproducible bug
with security impact doesn't make it into stable.  Can you tell me the
reason, or process the packages I prepared?

Regards, Gerrit.



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



Bug#534565: marked as done (debhelper: dh_install does not properly handle dangling symlinks)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 17:17:05 +
with message-id e1mlgx7-0003no...@ries.debian.org
and subject line Bug#534565: fixed in debhelper 7.2.19
has caused the Debian Bug report #534565,
regarding debhelper: dh_install does not properly handle dangling symlinks
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debhelper
Version: 7.2.16
Severity: serious

Hi!

On dh_install, when using compat level = 7, passing an absolute path
(like “$(CURDIR)/debian/tmp”) to --sourcedir, the first result of the
glob is a dangling symlink (like when it points to another directory,
which then makes it need to be an absolute path, for example
“debian/tmp/usr/lib/libfoo.so” pointing to “/lib/libfoo.so.1”), the
automatic fallback to look into “debian/tmp” makes the destination
path end up in something like “/debian/tmp/path”.

Arguably this can be fixed by just dropping the --sourcedir
argument, but still, it breaks the packages pretty badly, thus the
serious severity.

I didn't notice this on few of my packages (libpmount, libaio, etc) on
my build system because I've the shared library packages installed,
which makes the absolute symlinks not be dangling ones.

Attached patch should fix this.

regards,
guillem
diff --git a/dh_install b/dh_install
index 5a3a7f5..3aa748a 100755
--- a/dh_install
+++ b/dh_install
@@ -153,7 +153,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			my @found = glob $srcdir/$glob;
 			if (! compat(6)) {
 # Fall back to looking in debian/tmp.
-if (! @found || ! -e $found[0]) {
+if (! @found || ! (-e $found[0] || -l $found[0])) {
 	@found = glob debian/tmp/$glob;
 }
 			}
---End Message---
---BeginMessage---
Source: debhelper
Source-Version: 7.2.19

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

debhelper_7.2.19.dsc
  to pool/main/d/debhelper/debhelper_7.2.19.dsc
debhelper_7.2.19.tar.gz
  to pool/main/d/debhelper/debhelper_7.2.19.tar.gz
debhelper_7.2.19_all.deb
  to pool/main/d/debhelper/debhelper_7.2.19_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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess jo...@debian.org (supplier of updated debhelper 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 12:56:52 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.2.19
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 debhelper  - helper programs for debian/rules
Closes: 534565
Changes: 
 debhelper (7.2.19) unstable; urgency=low
 .
   * dh_install: Handle correctly the case where a glob expands to
 a dangling symlink, installing the dangling link as requested.
 Closes: #534565
   * dh_install: Fix fallback use of debian/tmp in v7 mode; a bug caused
 it to put files inside a debian/tmp directory in the package build
 directory, now that prefix is stripped. (See #534565)
Checksums-Sha1: 
 8cd34a50077eae8dd9689fee41ba8e7e25dbae9d 910 debhelper_7.2.19.dsc
 7b4731c690a8a64b4a3c7628e84438f530598b44 296739 debhelper_7.2.19.tar.gz
 b3661259ef41704910a634a732f50eb36217a76a 543764 debhelper_7.2.19_all.deb
Checksums-Sha256: 
 badbaf134b3657a68a8a0716712d5094e2c00bdcaddbed3854a4da08a255e751 910 
debhelper_7.2.19.dsc
 a99f4ce337e509291967a211d61940a2ed7ead48a447e08f2d2ab2d981a3e78a 296739 
debhelper_7.2.19.tar.gz
 a23f415de83c27ee767c82de5a08eed37139293bbbe7e455a8606b2f4ca56b8f 543764 
debhelper_7.2.19_all.deb
Files: 
 ff7bb2ab875e2e6320b21f905d2975a4 910 devel optional debhelper_7.2.19.dsc
 7107b37e6b9a9e1d9525060e523df11b 296739 devel optional debhelper_7.2.19.tar.gz
 fac859f864bee618e51c5b8e2893b70d 543764 devel optional debhelper_7.2.19_all.deb

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

iD8DBQFKSkVy2tp5zXiKP0wRAsK8AKDD5o4dDONOLy6y40DOx4oZEQa0gQCeL0+b
Xq8KKmXefSAWDqtdvGSBZn8=
=6xHh
-END PGP SIGNATURE-


---End Message---


Processed: Re: Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 535153 -1
Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine
Bug 535153 cloned as bug 535204.

 reassign 535153 libc6-i386
Bug#535153: libc6: breaks wine upon upgrade, should have Breaks: wine
Bug reassigned from package `ia32-apt-get' to `libc6-i386'.

 reassign -1 wine
Bug#535204: libc6: breaks wine upon upgrade, should have Breaks: wine
Bug reassigned from package `ia32-apt-get' to `wine'.

 retitle -1 wine must Pre-Depends: libc6-i386 (= 2.9-18)
Bug#535204: libc6: breaks wine upon upgrade, should have Breaks: wine
Changed Bug title to `wine must Pre-Depends: libc6-i386 (= 2.9-18)' from 
`libc6: breaks wine upon upgrade, should have Breaks: wine'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 534969 in 0.5.0-1

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 found 534969 0.5.0-1
Bug#534969: gnote 0.5 damages notes
Bug marked as found in version 0.5.0-1.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#531829: module build vs. /usr/src/linux-headers-*-common

2009-06-30 Thread Guido Günther
Hi,
I'm trying to fix #531829. Building kvm-source against
linux-headers-* fails with:

# Build the modules
/usr/bin/make KERNELDIR=/lib/modules/2.6.30-1-686/build KVERREL=2.6.30-1-686
make[2]: Entering directory `/usr/src/modass/usr_src/modules/kvm'
/usr/bin/make -C /lib/modules/2.6.30-1-686/build M=`pwd` \
LINUXINCLUDE=-I`pwd`/include -Iinclude \
 \
-Iarch/x86/include -I`pwd`/include-compat \
-include include/linux/autoconf.h \
-include `pwd`/x86/external-module-compat.h 
make[3]: Entering directory `/usr/src/linux-headers-2.6.30-1-686'
  LD  /usr/src/modass/usr_src/modules/kvm/x86/built-in.o
  CC [M]  /usr/src/modass/usr_src/modules/kvm/x86/svm.o
In file included from command-line:0:
/usr/src/modass/usr_src/modules/kvm/x86/external-module-compat.h:6:28: error: 
linux/compiler.h: No such file or directory
In file included from 
/usr/src/modass/usr_src/modules/kvm/x86/external-module-compat.h:9,
 from command-line:0:
/usr/src/modass/usr_src/modules/kvm/x86/../external-module-compat-comm.h:12:26: 
error: linux/string.h: No such file or directory
In file included from 
/usr/src/modass/usr_src/modules/kvm/x86/../external-module-compat-comm.h:13,
 from 
/usr/src/modass/usr_src/modules/kvm/x86/external-module-compat.h:9,
 from command-line:0:


these are in /usr/src/linux-headers-2.6.30-1-common. How is the
kvm-source build supposed to pick these up correctly? Building against
upstream kernel source of the same version works as expected.
Cheers,
 -- Guido



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



Processed: bug 534969 is forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=587450

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 forwarded 534969 http://bugzilla.gnome.org/show_bug.cgi?id=587450
Bug#534969: gnote 0.5 damages notes
Noted your statement that Bug has been forwarded to 
http://bugzilla.gnome.org/show_bug.cgi?id=587450.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535190: [Pkg-ia32-libs-maintainers] Bug#535190: ia32-libs: Dynamic MMap ran out of room

2009-06-30 Thread Goswin von Brederlow
Sebastian Luque splu...@gmail.com writes:

 Package: ia32-libs
 Version: 18
 Severity: serious

 Installing ia32-libs seems to have broken apt functionality in the
 system reported here. 'apt-get update' checks for my sources as usual,
 but after the Reading package lists... Done message, it displays large
 number of lines starting with arch_all.list: deleting SOME_PACKAGE or
 arch_all.list: deleting SOME_PACKAGE, and finally ends with:

 Merging ...
 Reading package lists... Error!
 E: Dynamic MMap ran out of room. Please increase the size of 
 APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)
 E: Error occurred while processing disc-cover (NewVersion1)
 E: Problem with MergeList 
 /var/lib/apt/lists/ftp.ca.debian.org_debian_dists_sid-i386_main_binary-amd64_Packages
 E: The package lists or status file could not be parsed or opened.

 The error remains, no matter how large I set the cache-limit in
 /etc/apt/apt.conf.  I cannot even remove the package, as the same error
 occurs immediately after 'apt-get remove ia32-libs'.

 I can send additional information, if requested.  Thanks.

 Seb

Are you sure you don't have a typo in /etc/apt/apt.conf? Does the
value reported in the error go up as you increase it? Because the
value reported above is exactly the default value, as if you hadn't
increased it at all. The correct syntax is
  APT::Cache-Limit 50331648;

If you want to remove it try
  dpkg --force-depends --purge ia32-apt-get
  apt-get update
  apt-get -f install

After that you should probably go back to testing and reinstall
ia32-libs and whatever else it needs to remove.

MfG
Goswin



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



Bug#533955: xmp: FTBFS: audacious.c:314: error: 'InputPlugin' has no member named 'output'

2009-06-30 Thread Adam D. Barratt
On Mon, 2009-06-29 at 22:54 +0200, gurkan wrote:
 Hello
 
 I couldn't reproduce this, neither with 2.5.1 nor 2.6.1:
 http://sid.ethz.ch/debian/xmp/
 Could you try again please?

Lucas probably didn't get your mail, as n...@bugs.d.o doesn't reach the
submitter by default.

In any case, I've just reproduced it in a pbuilder, so closing it may
have been a little premature :-/.  The build log's at 
http://merkel.debian.org/~adsb/xmp_2.5.1-1_amd64.build

Regards,

Adam



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



Processed: retitle 534969 to gnote =0.5.0 damages notes containing non-ASCII chars

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 retitle 534969 gnote =0.5.0 damages notes containing non-ASCII chars
Bug#534969: gnote 0.5 damages notes
Changed Bug title to `gnote =0.5.0 damages notes containing non-ASCII chars' 
from `gnote 0.5 damages notes'.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535190: ia32-apt-get: If no APT::Cache-Limit is set, apt-get.real segfaults.

2009-06-30 Thread Jan-Hendrik Palic
Package: ia32-apt-get
Version: 17
Severity: normal


Hi, 

installing ia32-apt-get and run apt-get update leads to

Reading package lists... Done
Ignoring
ftp.fi.debian.org_debian_dists_sid_contrib_binary-i386_Packages.IndexDiff
Ignoring ftp.fi.debian.org_debian_dists_sid_main_binary-i386_Packages.IndexDiff
Ignoring
ftp.fi.debian.org_debian_dists_sid_non-free_binary-i386_Packages.IndexDiff
Ignoring www.debian-multimedia.org_dists_sid_main_binary-i386_Packages.IndexDiff
Ignoring www.debian-multimedia.org_dists_sid_main_i18n_Translation-en%5fUS
Merging ...
/usr/bin/apt-get: line 46:   712 Segmentation fault  apt-get.real
--no-list-cleanup --no-download update

After setting APT::Cache-Limit 33554432; into
/etc/apt/apt.conf.d/00ia32-libs-tools, apt-get update works again.

Regards,

Jan 


-- System Information:
Debian Release: squeeze/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: lang=en...@euro, lc_ctype=en...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to en_GB.ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-apt-get depends on:
ii  ia32-libs-tools   17 Tools for converting i386 debs for

ia32-apt-get recommends no packages.

ia32-apt-get suggests no packages.

-- no debconf information



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



Bug#535026: Bug#534944: grub-pc: text mode virtual terminals blank

2009-06-30 Thread Luca Tettamanti
On Tue, Jun 30, 2009 at 6:40 PM, Robert Millanr...@aybabtu.com wrote:
 On Tue, Jun 30, 2009 at 04:33:37PM +0200, Luca Tettamanti wrote:
 On Mon, Jun 29, 2009 at 7:28 PM, Robert Millanr...@aybabtu.com wrote:
  Hi again,
 
  I'm uploading 1.96+20090629-1, which includes some cleanup in the Linux
  loader.  It's possible your problem might disappear with this version,
  please report.

 No joy.

 Hi,

 Then your bug is #535026.  #534944 was confirmed to be fixed by Arthur.  I'm
 changing CC to 535...@bugs.debian.org.

I have radeon mobility (M76) card and I'm not using KMS. I also don't
get stale content on text VTs (just black screen).

 I see the message that vga parameter is deprecated. The mode I'm
 using is 773 (1024x768x256).

 Ok.  That's 0x305 aka 1024x768x8, which is supposed to be detected  handled
 already.

 This is the output of a patched kernel, loaded with linux16:

 orig_x = 0x0, orig_y =  0x0
 ext_mem_k = 0x
 orig_video_page = 0x0
 orig_video_mode = 0x3
 orig_video_cols = 0x50
 orig_video_ega_bx = 0x3
 orig_video_lines = 0x19
 orig_video_isVGA = 0x1
 orig_video_points = 0x10
 lfb_width / lfb_height / lfb_depth = 0x0x0
 lfb_base = 0x0, lfb_size = 0x0
 cl_magic = 0x0, cl_offset = 0x0
 lfb_linelength = 0x0\n
 red_size = 0x0, red_pos = 0x0
 green_size = 0x0, green_pos = 0x0
 blue_size = 0x0, blue_pos = 0x0
 rsvd_size = 0x0, rsvd_pos = 0x0
 vesapm = 0x0:0x0
 pages = 0x0
 vesa_attributes = 0x0
 capabilities = 0x0

 This looks like text mode.  I assume you didn't pass vga=773 to linux16?
 I need you to include that parameter in your test.

Ops, right:

orig_x = 0x0, orig_y =  0x1
ext_mem_k = 0x
orig_video_page = 0x0
orig_video_mode = 0x3
orig_video_cols = 0x50
orig_video_ega_bx = 0x3
orig_video_lines = 0x19
orig_video_isVGA = 0x23
orig_video_points = 0x10
lfb_width / lfb_height / lfb_depth = 1024x768x8
lfb_base = 0xe000, lfb_size = 0x100
cl_magic = 0x0, cl_offset = 0x0
lfb_linelength = 0x400
red_size = 0x8, red_pos = 0x0
green_size = 0x8, green_pos = 0x0
blue_size = 0x8, blue_pos = 0x0
rsvd_size = 0x8, rsvd_pos = 0x0
vesapm = 0xc000:0x9eda
pages = 0x12
vesa_attributes = 0xbb
capabilities = 0x0

vesafb is not picking up the right options:

vesafb: framebuffer at 0xe000, mapped to 0xc2001010, using
768k, total 768k
vesafb: mode is 1024x768x8, linelength=1024, pages=0
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=0:0:0:0, shift=0:0:0:0

both pages and Pseudocolor values look wrong. With older grub I get:

vesafb: framebuffer at 0xe000, mapped to 0xc2001010, using
1536k, total 16384k
vesafb: mode is 1024x768x8, linelength=1024, pages=18
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0

Luca



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



Bug#535190: [Pkg-ia32-libs-maintainers] Bug#535190: ia32-apt-get: If no APT::Cache-Limit is set, apt-get.real segfaults.

2009-06-30 Thread Goswin von Brederlow
clone 535190 -1
reassign -1 apt
retitle -1 apt-get / aptitude segfault when Cache-Limit is too small
thanks

Jan-Hendrik Palic pa...@billgotchy.de writes:

 Package: ia32-apt-get
 Version: 17
 Severity: normal


 Hi, 

 installing ia32-apt-get and run apt-get update leads to

 Reading package lists... Done
 Ignoring
 ftp.fi.debian.org_debian_dists_sid_contrib_binary-i386_Packages.IndexDiff
 Ignoring 
 ftp.fi.debian.org_debian_dists_sid_main_binary-i386_Packages.IndexDiff
 Ignoring
 ftp.fi.debian.org_debian_dists_sid_non-free_binary-i386_Packages.IndexDiff
 Ignoring 
 www.debian-multimedia.org_dists_sid_main_binary-i386_Packages.IndexDiff
 Ignoring www.debian-multimedia.org_dists_sid_main_i18n_Translation-en%5fUS
 Merging ...
 /usr/bin/apt-get: line 46:   712 Segmentation fault  apt-get.real
 --no-list-cleanup --no-download update

 After setting APT::Cache-Limit 33554432; into
 /etc/apt/apt.conf.d/00ia32-libs-tools, apt-get update works again.

 Regards,

 Jan 

You are the 3rd person now that has run into this problem. There seems
to be some bug in libapt that causes a buffer oveflow in the cache and
a segfault instead of a message that the Cache-Limit needs to be
increased. At least that is what I guess.

MfG
Goswin




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



Processed: Re: [Pkg-ia32-libs-maintainers] Bug#535190: ia32-apt-get: If no APT::Cache-Limit is set, apt-get.real segfaults.

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 535190 -1
Bug#535190: ia32-libs: Dynamic MMap ran out of room
Bug 535190 cloned as bug 535218.

 reassign -1 apt
Bug#535218: ia32-libs: Dynamic MMap ran out of room
Bug reassigned from package `ia32-libs' to `apt'.

 retitle -1 apt-get / aptitude segfault when Cache-Limit is too small
Bug#535218: ia32-libs: Dynamic MMap ran out of room
Changed Bug title to `apt-get / aptitude segfault when Cache-Limit is too 
small' from `ia32-libs: Dynamic MMap ran out of room'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: setting package to gpe-calendar, tagging 534025

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #gpe-calendar (0.92-2) unstable; urgency=low
 #
 #  * Refresh autotools and libtool to fix FTBFS (Closes: #534025)
 #
 package gpe-calendar
Ignoring bugs not assigned to: gpe-calendar

 tags 534025 + pending
Bug#534025: gpe-calendar: FTBFS: ./libtool: line 1196: libtool: compile: cannot 
determine name of library object from `': command not found
There were no tags set.
Tags added: pending


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532570: NMU diff

2009-06-30 Thread Bastian Blank
Attached is the NMU diff.

Bastian

-- 
It is a human characteristic to love little animals, especially if
they're attractive in some way.
-- McCoy, The Trouble with Tribbles, stardate 4525.6
diff -u tar-1.22/debian/changelog tar-1.22/debian/changelog
--- tar-1.22/debian/changelog
+++ tar-1.22/debian/changelog
@@ -1,3 +1,10 @@
+tar (1.22-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Set SIGPIPE to default action, patch from upstream. (closes: #532570)
+
+ -- Bastian Blank wa...@debian.org  Tue, 30 Jun 2009 22:23:48 +0200
+
 tar (1.22-1) unstable; urgency=low
 
   * new upstream version
only in patch2:
unchanged:
--- tar-1.22.orig/build-aux/config.guess
+++ tar-1.22/build-aux/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2009-02-03'
+timestamp='2009-04-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -324,6 +324,9 @@
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7; exit ;;
esac ;;
+s390x:SunOS:*:*)
+   echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 
's/[^.]*//'`
+   exit ;;
 sun4H:SunOS:5.*:*)
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
@@ -1115,8 +1118,11 @@
 pc:*:*:*)
# Left here for compatibility:
 # uname -m prints for DJGPP always 'pc', but it prints nothing about
-# the processor, so we play safe by assuming i386.
-   echo i386-pc-msdosdjgpp
+# the processor, so we play safe by assuming i586.
+   # Note: whatever this is, it MUST be the same as what config.sub
+   # prints for the djgpp host, or else GDB configury will decide that
+   # this is a cross-build.
+   echo i586-pc-msdosdjgpp
 exit ;;
 Intel:Mach:3*:*)
echo i386-pc-mach3
only in patch2:
unchanged:
--- tar-1.22.orig/build-aux/config.sub
+++ tar-1.22/build-aux/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2009-02-03'
+timestamp='2009-04-17'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -272,6 +272,7 @@
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
| mn10200 | mn10300 \
+   | moxie \
| mt \
| msp430 \
| nios | nios2 \
only in patch2:
unchanged:
--- tar-1.22.orig/src/tar.c
+++ tar-1.22/src/tar.c
@@ -2454,10 +2454,10 @@
 
   obstack_init (argv_stk);
 
-#ifdef SIGCHLD
+  /* Ensure default behavior for some signals */
+  signal (SIGPIPE, SIG_DFL);
   /* System V fork+wait does not work if SIGCHLD is ignored.  */
   signal (SIGCHLD, SIG_DFL);
-#endif
 
   /* Decode options.  */
 


Bug#534103: dpatch

2009-06-30 Thread Ruslan Tarasov
Also the following patch that removes these lines could be used.


remove-owner.dpatch
Description: Binary data


Bug#533167: FTBFS with current RPM

2009-06-30 Thread Luk Claes
Daniel Baumann wrote:
 Daniel Baumann wrote:
 as it appears to be somewhat urgent, i'll have to go
 back to .21 and upload without rpm plugin.
 
 which i've just done now.. uploading in about 10 minutes..

Thanks!

Cheers

Luk





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



Bug#525167: This bug can probably be closed now

2009-06-30 Thread Luca Niccoli
Hi Alberto,
I'm skimming through the bug reports against iceweasel and I noticed
this bug, that looks already resolved.
Since I know iceweasel's maintainers are always very busy, if you
agree it would be nice if you could close this bug by sending an
e-mail to 525167-d...@bugs.debian.org
If in the mail you could drop a line on why the bug can be closed,
that would be even better.
Thanks,

Luca



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



Bug#516507: Possible fix for sparc FTBFS

2009-06-30 Thread Jurij Smakov
Hi,

One possible way to fix the problem is to increase the size returned
by ASSOC_ELEM_SIZE macro, defined in mailbox/assoc.c, by one, i.e. to
change the line 61 in mailbox/assoc.c from

#define ASSOC_ELEM_SIZE(a) ((a)-elsize + sizeof(struct _mu_assoc_elem) - 1)

to 

#define ASSOC_ELEM_SIZE(a) ((a)-elsize + sizeof(struct _mu_assoc_elem))

That will make element size to be 12 on sparc, guaranteeing that each of
them will be word-aligned. Assuming that all manipulations rely only on
the ASSOC_ELEM_* macros and don't do any assumptions about that size
themselves, it looks like a fairly safe way to fix it. I've confirmed
that it builds successfully and all tests pass with this change on sparc.

Best regards,
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC



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



Bug#521457: Can this bug be closed?

2009-06-30 Thread Luca Niccoli
Hi Arnfinn,

can you confirm that you iceweasel doesn't crash anymore visiting
http://www.sor.no ?
If so, it would be nice if you could close the bug by sending an
e-mail to 521457-d...@bugs.debian.org
Please include the line

Version: 3.0.7-1

(or any other version in which the bug was fixed) at the beginning of the email.
Since iceweasel's maintainers have a huge work to do and are usually
very busy this would surely help them.
Thanks,

Luca



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



Bug#521457: marked as done ([iceweasel] crash on a spesific URL)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 23:46:04 +0200
with message-id 1246398364.25700.9.ca...@papilio
and subject line Iceweasel Version: 3.0.7-1 --- closing bug
has caused the Debian Bug report #521457,
regarding [iceweasel] crash on a spesific URL
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
521457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iceweasel
Version: 3.0.6-1
Severity: grave

--- Please enter the report below this line. ---
Iceweasel crashes when opening: URL http://www.sor.no
See below gdb backtrace and terminal errormessage.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: 5.0
  500 unstabledebian.cihar.com 
  500 stable  security.debian.org 
  500 stable  ftp.no.debian.org 
  500 stable  ftp.acc.umu.se 

--- Package information. ---
Depends(Version) | Installed
-+-===
fontconfig   | 2.6.0-3
psmisc   | 22.6-1
procps   | 1:3.2.7-11
debianutils(= 1.16) | 2.31
libc6 (= 2.7-1) | 2.7-18
libgcc1 (= 1:4.1.1) | 1:4.3.3-3
libglib2.0-0 (= 2.12.0) | 2.16.6-1+lenny1
libgtk2.0-0  (= 2.12.0) | 2.12.11-4
libnspr4-0d(= 1.8.0.10) | 4.7.1-4
libstdc++6(= 4.1.1) | 4.3.3-3
xulrunner-1.9 (= 1.9.0.3-1) | 1.9.0.6-1

:~$ iceweasel
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 119 error_code 8 request_code 144 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
   
   
Attaching to process 8492  - iceweasel
Reading symbols from /usr/lib/xulrunner-1.9/xulrunner-stub...Reading symbols 
from /usr/lib/debug/usr/lib/xulrunner-1.9/xulrunner-stub...done.
done.
Reading symbols from /lib/i686/cmov/libdl.so.2...done.
Loaded symbols for /lib/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/i686/cmov/libm.so.6...done.
Loaded symbols for /lib/i686/cmov/libm.so.6
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /usr/lib/xulrunner-1.9/libxul.so...Reading symbols from 
/usr/lib/debug/usr/lib/xulrunner-1.9/libxul.so...done.
done.
Loaded symbols for /usr/lib/iceweasel/xulrunner/libxul.so
Reading symbols from /usr/lib/libsqlite3.so.0...done.
Loaded symbols for /usr/lib/libsqlite3.so.0
Reading symbols from /usr/lib/libjpeg.so.62...done.
Loaded symbols for /usr/lib/libjpeg.so.62
Reading symbols from /usr/lib/libpng12.so.0...done.
Loaded symbols for /usr/lib/libpng12.so.0
Reading symbols from /usr/lib/liblcms.so.1...done.
Loaded symbols for /usr/lib/liblcms.so.1
Reading symbols from /usr/lib/libmozjs.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libmozjs.so.1d...done.
done.
Loaded symbols for /usr/lib/libmozjs.so.1d
Reading symbols from /usr/lib/libssl3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libssl3.so.1d...done.
done.
Loaded symbols for /usr/lib/libssl3.so.1d
Reading symbols from /usr/lib/libsmime3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libsmime3.so.1d...done.
done.
Loaded symbols for /usr/lib/libsmime3.so.1d
Reading symbols from /usr/lib/libnss3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libnss3.so.1d...done.
done.
Loaded symbols for /usr/lib/libnss3.so.1d
Reading symbols from /usr/lib/libnssutil3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libnssutil3.so.1d...done.
done.
Loaded symbols for 

Bug#534935: marked as done (lablgtk2: FTBFS with libpanel-applet2-dev = 2.26)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 21:33:23 +
with message-id e1mlkx9-0007x1...@ries.debian.org
and subject line Bug#531088: fixed in lablgtk2 2.12.0-3
has caused the Debian Bug report #531088,
regarding lablgtk2: FTBFS with libpanel-applet2-dev = 2.26
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lablgtk2
Version: 2.12.0-2
Severity: serious
Justification: FTBFS

With libpanel-applet2-dev = 2.26, panel-applet.h doesn't include
libgnomeui/gnome-ui-init.h any more, so that ml_panel'c use of
LIBGNOMEUI_MODULE defined there doesn't work any more.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
--- christ gives channel operator status to Dieu
 -+- #ens-mim and hell -+-


---End Message---
---BeginMessage---
Source: lablgtk2
Source-Version: 2.12.0-3

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

lablgtk2_2.12.0-3.diff.gz
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.diff.gz
lablgtk2_2.12.0-3.dsc
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.dsc
liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml_2.12.0-3_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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephane Glondu st...@glondu.net (supplier of updated lablgtk2 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 09:18:44 +0200
Source: lablgtk2
Binary: liblablgtk2-ocaml liblablgtk2-gl-ocaml liblablgtk2-gnome-ocaml 
liblablgtksourceview-ocaml liblablgtk2-ocaml-dev liblablgtk2-gl-ocaml-dev 
liblablgtk2-gnome-ocaml-dev liblablgtksourceview-ocaml-dev
Architecture: source amd64
Version: 2.12.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stephane Glondu st...@glondu.net
Description: 
 liblablgtk2-gl-ocaml - runtime libraries for OCaml bindings to GtkGL
 liblablgtk2-gl-ocaml-dev - OCaml bindings to GtkGL
 liblablgtk2-gnome-ocaml - runtime libraries for OCaml bindings to GNOME
 liblablgtk2-gnome-ocaml-dev - OCaml bindings to GNOME
 liblablgtk2-ocaml - runtime libraries for OCaml bindings for GTK+ version 2
 liblablgtk2-ocaml-dev - OCaml bindings to Gtk+ version 2
 liblablgtksourceview-ocaml - OCaml bindings for libgtksourceview, a source 
editor GTK+ widget
 liblablgtksourceview-ocaml-dev - OCaml bindings for libgtksourceview, a source 
editor GTK+ widget
Closes: 531088 534935
Changes: 
 lablgtk2 (2.12.0-3) unstable; urgency=low
 .
   [ Samuel Mimram ]
   * Update download url in copyright file.
 .
   [ Stephane Glondu ]
   * Switch patches to quilt
   * Add Add-libgnomeui-header.patch to fix FTBFS with recent libgnomeui
 (Closes: #531088, #534935)
   * Update Standards-Version to 3.8.2
   * Move to section ocaml
   * Add DM-Upload-Allowed
   * Add versioned dependency on liblablgl-ocaml-dev for OCaml 

Bug#531088: marked as done (FTBFS in unstable)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 21:33:23 +
with message-id e1mlkx9-0007x3...@ries.debian.org
and subject line Bug#534935: fixed in lablgtk2 2.12.0-3
has caused the Debian Bug report #534935,
regarding FTBFS in unstable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lablgtk2
Verion: 2.12.0-2
Severity: wishlist

In Ubuntu this package failed to build, due to a change in libgnomeui 
headers. We resolved with the attached patch.

I still didn't test both the test and the patch in debian.

Please note that upstream already knows the issue:
http://yquem.inria.fr/pipermail/lablgtk/2009-May/000282.html

Bye.
-- 
-gaspa-
---
- http://launchpad.net/~gaspa -
-- HomePage: iogaspa.altervista.org ---
-Il lunedi'dell'arrampicatore: www.lunedi.org -
diff -u lablgtk2-2.12.0/debian/changelog lablgtk2-2.12.0/debian/changelog
--- lablgtk2-2.12.0/debian/changelog
+++ lablgtk2-2.12.0/debian/changelog
@@ -1,3 +1,10 @@
+lablgtk2 (2.12.0-3) unstable; urgency=low
+
+  * debian/patches/: added ubuntu_failtobuildfromsources.dpatch that fix a
+FTBFS caused by a missing libgnomeui/libgnomeui.h
+
+ -- Andrea Gasparini ga...@yattaweb.it  Tue, 19 May 2009 11:33:25 +0200
+
 lablgtk2 (2.12.0-2) unstable; urgency=low
 
   [ Stephane Glondu ]
diff -u lablgtk2-2.12.0/debian/patches/00list lablgtk2-2.12.0/debian/patches/00list
--- lablgtk2-2.12.0/debian/patches/00list
+++ lablgtk2-2.12.0/debian/patches/00list
@@ -1,0 +2 @@
+ubuntu_failtobuildfromsources
only in patch2:
unchanged:
--- lablgtk2-2.12.0.orig/debian/patches/ubuntu_failtobuildfromsources.dpatch
+++ lablgtk2-2.12.0/debian/patches/ubuntu_failtobuildfromsources.dpatch
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## DP: due to some changes to gnome headers, lablgtk2 fail to build
+## DP: in ubuntu environment.
+
+...@dpatch@
+diff -u lablgtk2-2.12.0.orig/src/ml_panel.c lablgtk2-2.12.0/src/ml_panel.c
+--- lablgtk2-2.12.0.orig/src/ml_panel.c
 lablgtk2-2.12.0/src/ml_panel.c
+@@ -23,6 +23,7 @@
+ #include string.h
+ 
+ #include libgnomeui/gnome-client.h
++#include libgnomeui/libgnomeui.h
+ #include panel-applet.h
+ 
+ #include caml/mlvalues.h
---End Message---
---BeginMessage---
Source: lablgtk2
Source-Version: 2.12.0-3

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

lablgtk2_2.12.0-3.diff.gz
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.diff.gz
lablgtk2_2.12.0-3.dsc
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.dsc
liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml_2.12.0-3_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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephane Glondu st...@glondu.net (supplier of updated lablgtk2 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 09:18:44 +0200
Source: lablgtk2
Binary: liblablgtk2-ocaml liblablgtk2-gl-ocaml liblablgtk2-gnome-ocaml 
liblablgtksourceview-ocaml liblablgtk2-ocaml-dev liblablgtk2-gl-ocaml-dev 
liblablgtk2-gnome-ocaml-dev liblablgtksourceview-ocaml-dev
Architecture: source amd64
Version: 2.12.0-3
Distribution: unstable
Urgency: 

Processed: severity of 534545 is important

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 534545 important
Bug#534545: linux-image-2.6.26-2-openvz-686: server is hangs on ?heavy? disk io 
on ocfs2
Severity set to `important' from `critical'


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#531088: marked as done (FTBFS in unstable)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 21:33:23 +
with message-id e1mlkx9-0007x1...@ries.debian.org
and subject line Bug#531088: fixed in lablgtk2 2.12.0-3
has caused the Debian Bug report #531088,
regarding FTBFS in unstable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lablgtk2
Verion: 2.12.0-2
Severity: wishlist

In Ubuntu this package failed to build, due to a change in libgnomeui 
headers. We resolved with the attached patch.

I still didn't test both the test and the patch in debian.

Please note that upstream already knows the issue:
http://yquem.inria.fr/pipermail/lablgtk/2009-May/000282.html

Bye.
-- 
-gaspa-
---
- http://launchpad.net/~gaspa -
-- HomePage: iogaspa.altervista.org ---
-Il lunedi'dell'arrampicatore: www.lunedi.org -
diff -u lablgtk2-2.12.0/debian/changelog lablgtk2-2.12.0/debian/changelog
--- lablgtk2-2.12.0/debian/changelog
+++ lablgtk2-2.12.0/debian/changelog
@@ -1,3 +1,10 @@
+lablgtk2 (2.12.0-3) unstable; urgency=low
+
+  * debian/patches/: added ubuntu_failtobuildfromsources.dpatch that fix a
+FTBFS caused by a missing libgnomeui/libgnomeui.h
+
+ -- Andrea Gasparini ga...@yattaweb.it  Tue, 19 May 2009 11:33:25 +0200
+
 lablgtk2 (2.12.0-2) unstable; urgency=low
 
   [ Stephane Glondu ]
diff -u lablgtk2-2.12.0/debian/patches/00list lablgtk2-2.12.0/debian/patches/00list
--- lablgtk2-2.12.0/debian/patches/00list
+++ lablgtk2-2.12.0/debian/patches/00list
@@ -1,0 +2 @@
+ubuntu_failtobuildfromsources
only in patch2:
unchanged:
--- lablgtk2-2.12.0.orig/debian/patches/ubuntu_failtobuildfromsources.dpatch
+++ lablgtk2-2.12.0/debian/patches/ubuntu_failtobuildfromsources.dpatch
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## DP: due to some changes to gnome headers, lablgtk2 fail to build
+## DP: in ubuntu environment.
+
+...@dpatch@
+diff -u lablgtk2-2.12.0.orig/src/ml_panel.c lablgtk2-2.12.0/src/ml_panel.c
+--- lablgtk2-2.12.0.orig/src/ml_panel.c
 lablgtk2-2.12.0/src/ml_panel.c
+@@ -23,6 +23,7 @@
+ #include string.h
+ 
+ #include libgnomeui/gnome-client.h
++#include libgnomeui/libgnomeui.h
+ #include panel-applet.h
+ 
+ #include caml/mlvalues.h
---End Message---
---BeginMessage---
Source: lablgtk2
Source-Version: 2.12.0-3

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

lablgtk2_2.12.0-3.diff.gz
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.diff.gz
lablgtk2_2.12.0-3.dsc
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.dsc
liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml_2.12.0-3_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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephane Glondu st...@glondu.net (supplier of updated lablgtk2 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 09:18:44 +0200
Source: lablgtk2
Binary: liblablgtk2-ocaml liblablgtk2-gl-ocaml liblablgtk2-gnome-ocaml 
liblablgtksourceview-ocaml liblablgtk2-ocaml-dev liblablgtk2-gl-ocaml-dev 
liblablgtk2-gnome-ocaml-dev liblablgtksourceview-ocaml-dev
Architecture: source amd64
Version: 2.12.0-3
Distribution: unstable
Urgency: 

Processed: Re: Processed: Re: Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel lies on hde

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 535166 linux-2.6
Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel 
lies on hde
Bug reassigned from package `kernel-package' to `linux-2.6'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#532570: marked as done (tar - relies on standard SIGPIPE behaviour)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 21:35:07 +
with message-id e1mlkyp-0007wb...@ries.debian.org
and subject line Bug#532570: fixed in tar 1.22-1.1
has caused the Debian Bug report #532570,
regarding tar - relies on standard SIGPIPE behaviour
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
532570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532570
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tar
Version: 1.22-1
Severity: grave

tar is not longer able to read tar files with some garbage at the end
under some condition. If it is called from the shell, the resulting
SIGPIPE kills the called bzip2 process and tar swallows the error:

| close(3)= 0
| waitpid(18165, [{WIFSIGNALED(s)  WTERMSIG(s) == SIGPIPE}], 0) = 18165
| --- SIGCHLD (Child exited) @ 0 (0) ---
| [...]
| exit_group(0)   = ?

In the other case I call it via a python script. The python interpreter
collects SIGPIPE by default and the setting is persistent in the child
processes. So the SIGPIPE is now collected by bzip2 and converted
into an error:

| write(1, 
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 4096) = 
-1 EPIPE (Broken pipe)
| --- SIGPIPE (Broken pipe) @ 0 (0) ---
| [...]
| exit_group(1)   = ?

| close(3)= 0
| waitpid(18105, [{WIFEXITED(s)  WEXITSTATUS(s) == 1}], 0) = 18105
| --- SIGCHLD (Child exited) @ 0 (0) ---
| [...]
| exit_group(2)   = ?

| bzip2: I/O or other error, bailing out.  Possible reason follows.
| bzip2: Broken pipe
| Input file = (stdin), output file = (stdout)
| tar: Child returned status 1
| tar: Exiting with failure status due to previous errors

It seems that tar now relies on the behaviour that SIGPIPE kills the
child and therfor needs to properly set it up.

Bastian

-- 
You're too beautiful to ignore.  Too much woman.
-- Kirk to Yeoman Rand, The Enemy Within, stardate unknown


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: tar
Source-Version: 1.22-1.1

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

tar_1.22-1.1.diff.gz
  to pool/main/t/tar/tar_1.22-1.1.diff.gz
tar_1.22-1.1.dsc
  to pool/main/t/tar/tar_1.22-1.1.dsc
tar_1.22-1.1_powerpc.deb
  to pool/main/t/tar/tar_1.22-1.1_powerpc.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 532...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank wa...@debian.org (supplier of updated tar 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 22:23:48 +0200
Source: tar
Binary: tar
Architecture: source powerpc
Version: 1.22-1.1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bastian Blank wa...@debian.org
Description: 
 tar- GNU version of the tar archiving utility
Closes: 532570
Changes: 
 tar (1.22-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Set SIGPIPE to default action, patch from upstream. (closes: #532570)
Checksums-Sha1: 
 3938f17b2e55c09c9ef8f6eb483b456d89e4beac 945 tar_1.22-1.1.dsc
 49d4176b481e15fb0e4f5eb2665fbc3dd3e49346 17793 tar_1.22-1.1.diff.gz
 44406954322d91b03aea8f861d77d0a4dbd6d8d1 851444 tar_1.22-1.1_powerpc.deb
Checksums-Sha256: 
 06580d4474510da0bf26eb2fc456e5efeaf673ba9b9c7940b0b276e9cb99250b 945 
tar_1.22-1.1.dsc
 b5c08353216eca57d8e662a7d2afbce0e79fe6af8421f64977a7dc7c7934a9ed 17793 
tar_1.22-1.1.diff.gz
 e7a170b339bd9771ab07e2192d789320189aa9289d283b64ffc30d207010b4df 851444 
tar_1.22-1.1_powerpc.deb
Files: 
 5e1baed4203b60a9d3f554b26199c4fc 945 utils required tar_1.22-1.1.dsc
 6ef3ccbad51c99960cdd8c5c1481b309 17793 utils required tar_1.22-1.1.diff.gz
 5d18f48ecd3b65ca2a665591fbe60328 851444 utils required tar_1.22-1.1_powerpc.deb

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

iEYEARECAAYFAkpKeGUACgkQLkAIIn9ODhFa/ACg2zHFhyDvlfbc1dBQVqikRnPA
nXAAn2aqHl1/xbwyxB9SsyOC5d7U+x0T
=CdME
-END PGP SIGNATURE-


---End Message---


Bug#535230: FTBFS: can't parse dependency

2009-06-30 Thread Cyril Brulebois
Package: mpi-defaults
Version: 0.4
Severity: serious
Tags: patch
Justification: FTBFS
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Heya,

I'm getting the following on a sid kfreebsd-i386 (although it's not
kbsd-specific):
| k...@kbsd:~/mpi-defaults-0.4$ LANG=C debuild -b
|  dpkg-buildpackage -rfakeroot -D -us -uc -b
| dpkg-buildpackage: set CFLAGS to default value: -g -O2
| dpkg-buildpackage: set CPPFLAGS to default value: 
| dpkg-buildpackage: set LDFLAGS to default value: 
| dpkg-buildpackage: set FFLAGS to default value: -g -O2
| dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
| dpkg-buildpackage: source package mpi-defaults
| dpkg-buildpackage: source version 0.4
| dpkg-buildpackage: source changed by Manuel Prinz man...@debian.org
| dpkg-buildpackage: host architecture kfreebsd-i386
| dpkg-checkbuilddeps: warning: can't parse dependency \
|  libopenmpi-dev (= 1.2.4-5) [i386 amd64 ia64 powerpc kfreebsd-i386 
kfreebsd-amd64]
| dpkg-checkbuilddeps: error: error occurred while parsing 
Build-Depends/Build-Depends-Indep)
| dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
aborting.
| dpkg-buildpackage: warning: (Use -d flag to override.)
| debuild: fatal error at line 1324:
| dpkg-buildpackage -rfakeroot -D -us -uc -b failed

Could you please drop the '\'? Folding (with a leading space) is the
(RFC2822) way to go here. Patch attached.

That is spotted since dpkg-dev 1.15.3, see commit
fe930e9bb3e195825cce98e4abe825459a7e81e7 in dpkg.git

I'm not sure it will happen on the kfreebsd-* buildds once #535225 is
fixed, but in that case, I'd like mpi-defaults to be fixed ASAP. If you
want, I can keep you posted about the libopenmpi-dev fix, let you know
if this bug is a blocker for us (for boost, schroot, sbuild…) and upload
an NMU if you like.

Mraw,
KiBi.
diff -Nru mpi-defaults-0.4/debian/changelog mpi-defaults-0.4+nmu1/debian/changelog
--- mpi-defaults-0.4/debian/changelog	2009-03-23 22:37:22.0 +0100
+++ mpi-defaults-0.4+nmu1/debian/changelog	2009-07-01 00:12:37.0 +0200
@@ -1,3 +1,11 @@
+mpi-defaults (0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix folding in Build-Depends, backslashes are no longer allowed by
+dpkg-dev (= 1.15.3), fixing FTBFS with newer versions.
+
+ -- Cyril Brulebois k...@debian.org  Wed, 01 Jul 2009 00:10:40 +0200
+
 mpi-defaults (0.4) unstable; urgency=low
 
   * debian/control: Fixed broken dependency line. (Closes: #520141)
diff -Nru mpi-defaults-0.4/debian/control mpi-defaults-0.4+nmu1/debian/control
--- mpi-defaults-0.4/debian/control	2009-03-23 22:33:13.0 +0100
+++ mpi-defaults-0.4+nmu1/debian/control	2009-07-01 00:12:51.0 +0200
@@ -4,10 +4,10 @@
 Maintainer: Debian Science Team debian-science-maintain...@lists.alioth.debian.org
 Uploaders: Adam C. Powell, IV hazel...@debian.org, Manuel Prinz man...@debian.org
 Standards-Version: 3.8.0
-Build-Depends: debhelper (= 5.0), \
- libopenmpi-dev (= 1.2.4-5) [i386 amd64 ia64 powerpc kfreebsd-i386 kfreebsd-amd64], \
- openmpi-bin [i386 amd64 ia64 powerpc kfreebsd-i386 kfreebsd-amd64], \
- lam4-dev [!i386 !amd64 !ia64 !powerpc !kfreebsd-i386 !kfreebsd-amd64], \
+Build-Depends: debhelper (= 5.0),
+ libopenmpi-dev (= 1.2.4-5) [i386 amd64 ia64 powerpc kfreebsd-i386 kfreebsd-amd64],
+ openmpi-bin [i386 amd64 ia64 powerpc kfreebsd-i386 kfreebsd-amd64],
+ lam4-dev [!i386 !amd64 !ia64 !powerpc !kfreebsd-i386 !kfreebsd-amd64],
  lam-runtime [!i386 !amd64 !ia64 !powerpc !kfreebsd-i386 !kfreebsd-amd64]
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/mpi-defaults.git;a=summary
 Vcs-Git: git://git.debian.org/git/debian-science/packages/mpi-defaults.git


Bug#534935: marked as done (lablgtk2: FTBFS with libpanel-applet2-dev = 2.26)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 21:33:23 +
with message-id e1mlkx9-0007x3...@ries.debian.org
and subject line Bug#534935: fixed in lablgtk2 2.12.0-3
has caused the Debian Bug report #534935,
regarding lablgtk2: FTBFS with libpanel-applet2-dev = 2.26
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lablgtk2
Version: 2.12.0-2
Severity: serious
Justification: FTBFS

With libpanel-applet2-dev = 2.26, panel-applet.h doesn't include
libgnomeui/gnome-ui-init.h any more, so that ml_panel'c use of
LIBGNOMEUI_MODULE defined there doesn't work any more.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
--- christ gives channel operator status to Dieu
 -+- #ens-mim and hell -+-


---End Message---
---BeginMessage---
Source: lablgtk2
Source-Version: 2.12.0-3

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

lablgtk2_2.12.0-3.diff.gz
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.diff.gz
lablgtk2_2.12.0-3.dsc
  to pool/main/l/lablgtk2/lablgtk2_2.12.0-3.dsc
liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml_2.12.0-3_amd64.deb
liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml-dev_2.12.0-3_amd64.deb
liblablgtk2-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml-dev_2.12.0-3_amd64.deb
liblablgtksourceview-ocaml_2.12.0-3_amd64.deb
  to pool/main/l/lablgtk2/liblablgtksourceview-ocaml_2.12.0-3_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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephane Glondu st...@glondu.net (supplier of updated lablgtk2 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 09:18:44 +0200
Source: lablgtk2
Binary: liblablgtk2-ocaml liblablgtk2-gl-ocaml liblablgtk2-gnome-ocaml 
liblablgtksourceview-ocaml liblablgtk2-ocaml-dev liblablgtk2-gl-ocaml-dev 
liblablgtk2-gnome-ocaml-dev liblablgtksourceview-ocaml-dev
Architecture: source amd64
Version: 2.12.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stephane Glondu st...@glondu.net
Description: 
 liblablgtk2-gl-ocaml - runtime libraries for OCaml bindings to GtkGL
 liblablgtk2-gl-ocaml-dev - OCaml bindings to GtkGL
 liblablgtk2-gnome-ocaml - runtime libraries for OCaml bindings to GNOME
 liblablgtk2-gnome-ocaml-dev - OCaml bindings to GNOME
 liblablgtk2-ocaml - runtime libraries for OCaml bindings for GTK+ version 2
 liblablgtk2-ocaml-dev - OCaml bindings to Gtk+ version 2
 liblablgtksourceview-ocaml - OCaml bindings for libgtksourceview, a source 
editor GTK+ widget
 liblablgtksourceview-ocaml-dev - OCaml bindings for libgtksourceview, a source 
editor GTK+ widget
Closes: 531088 534935
Changes: 
 lablgtk2 (2.12.0-3) unstable; urgency=low
 .
   [ Samuel Mimram ]
   * Update download url in copyright file.
 .
   [ Stephane Glondu ]
   * Switch patches to quilt
   * Add Add-libgnomeui-header.patch to fix FTBFS with recent libgnomeui
 (Closes: #531088, #534935)
   * Update Standards-Version to 3.8.2
   * Move to section ocaml
   * Add DM-Upload-Allowed
   * Add versioned dependency on liblablgl-ocaml-dev for OCaml 

Bug#535231: plasma eats up the whole cpu

2009-06-30 Thread Patrick Winnertz
Package: kdebase-workspace-bin
Version: 4:4.2.4-1+b1
Severity: grave
File: /usr/bin/plasma

since several days I've huge problems concerning plasma. From time to time to 
time
it eats up both cpus on my dualcore. Please note that I used nowhere the 
calendar 
plugin, which is known to create a similiar bug. to be honest I have a blank
screensaver and no plasmoid in my workspace except the basic stuff (nm, power, 
clock,
device handler, login/logout, kde menu). That's all. 

the only option here is to do a killall -9 plasma, wait 5 minutes and restart 
it.

As this renders the whole desktop unusable this is a RC. 

Greetings
Winnie

ps: If you need further informations, don't hesitate to ask me :)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29+winnie2 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdebase-workspace-bin depends on:
ii  kaboom1.1.1  The Debian KDE settings migration 
ii  kdebase-runtime   4:4.2.4-1  runtime components from the offici
ii  kdebase-workspace-data4:4.2.4-1  shared data files for the KDE 4 ba
ii  kdebase-workspace-kgreet- 4:4.2.4-1+b1   KDE greet libraries for authentica
ii  kdebase-workspace-libs4+5 4:4.2.4-1+b1   libraries provided by the KDE 4 ba
ii  kdelibs5  4:4.2.4-1  core libraries for all KDE 4 appli
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.0-10 GCC support library
ii  libgl1-mesa-glx [libgl1]  7.4.4-1A free implementation of the OpenG
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libphonon44:4.3.1-1  Phonon multimedia framework for Qt
ii  libplasma34:4.2.4-1  library for the KDE 4 Plasma deskt
ii  libpng12-01.2.37-1   PNG library - runtime
ii  libqimageblitz4   1:0.0.4-4  QImageBlitz image effects library
ii  libqt4-dbus   4.5.1-2Qt 4 D-Bus module
ii  libqt4-qt3support 4.5.1-2Qt 3 compatibility library for Qt 
ii  libqt4-script 4.5.1-2Qt 4 script module
ii  libqt4-svg4.5.1-2Qt 4 SVG module
ii  libqt4-xml4.5.1-2Qt 4 XML module
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libsoprano4   2.2.2+dfsg.1-1 libraries for the Soprano RDF fram
ii  libstdc++64.4.0-10   The GNU Standard C++ Library v3
ii  libstreamanalyzer00.6.5-1+b1 streamanalyzer library for Strigi 
ii  libusb-0.1-4  2:0.1.12-13userspace USB programming library
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.2.1-2  X11 Input extension library
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxklavier12 3.9-1  X Keyboard Extension high-level AP
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 
ii  libxxf86misc1 1:1.0.1-3  X11 XFree86 miscellaneous extensio
ii  phonon4:4.3.1-1  metapackage for Phonon multimedia 
ii  plasma-widgets-workspace  4:4.2.4-1+b1   KDE 4 base workspace Plasma widget
ii  x11-utils 7.4+1  X11 utilities
ii  x11-xserver-utils 7.4+2  X server utilities

Versions of packages kdebase-workspace-bin recommends:
pn  plasma-scriptengines  none (no description available)

Versions of packages kdebase-workspace-bin suggests:
ii  x11-xkb-utils 7.4+2  X11 XKB utilities

-- no debconf information



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



Bug#490675: marked as done (Fix for FTBFS with glibc2.8)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 22:18:23 +
with message-id e1mlleh-0003xu...@ries.debian.org
and subject line Bug#490675: fixed in obexpushd 0.7-1.1
has caused the Debian Bug report #490675,
regarding Fix for FTBFS with glibc2.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
490675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: Fix for FTBFS with glibc2.8
Package: obexpushd
Severity: wishlist
Tags: patch

On Ubuntu, which is using glibc2.8, obexpushd fails to build due to 
changes in the glibc headers. The attached patch will allow successful
build on the newer glibc for when debian updates.

--- src/get.c.new   2008-07-13 05:46:52.0 +
+++ src/get.c   2008-07-13 05:51:06.0 +
@@ -33,6 +33,7 @@
 #include fcntl.h
 #include ctype.h
 #include unistd.h
+#include limits.h
 
 #define EOL(n) ((n) == '\n' || (n) == '\r')
 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-19-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




---End Message---
---BeginMessage---
Source: obexpushd
Source-Version: 0.7-1.1

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

obexpushd_0.7-1.1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.diff.gz
obexpushd_0.7-1.1.dsc
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.dsc
obexpushd_0.7-1.1_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.7-1.1_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 490...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated obexpushd 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 19:18:07 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros deb...@psabs.com.br
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 490675 527726
Changes: 
 obexpushd (0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS by including limits.h in src/get.c (Closes: #490675, #527726)
Checksums-Sha1: 
 8186718dfa83a4df659c59043e933a16d98e0d5e 1125 obexpushd_0.7-1.1.dsc
 199b2a5e898cb9637f2ac1716ea7ba5364af0413 3012 obexpushd_0.7-1.1.diff.gz
 6e140a4bd3eb6031436071d2a8f69e99596369e0 32700 obexpushd_0.7-1.1_amd64.deb
Checksums-Sha256: 
 6ae216077de6fdb17bf24bfaa47bcb20ea3181c76db30feae768bfbff320895a 1125 
obexpushd_0.7-1.1.dsc
 84dda95411ef8f1624cacedec29a3ff0227f20f9274273f49f159139877c3b66 3012 
obexpushd_0.7-1.1.diff.gz
 6271fad2f3d20771a7f9b6ce00aa20e2dc081a2e0c59daf2dc2082f23e78 32700 
obexpushd_0.7-1.1_amd64.deb
Files: 
 ccef650e3e153e2bf5bcd8c17dbb3f57 1125 comm optional obexpushd_0.7-1.1.dsc
 20ff71447e93a40dd31249219c15f2bf 3012 comm optional obexpushd_0.7-1.1.diff.gz
 8f218363f0175a11a9e9d00d00d2cf5b 32700 comm optional 
obexpushd_0.7-1.1_amd64.deb

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

iEYEARECAAYFAko2vXoACgkQABzeamt51AEdRACgmoFAlCYSp6LDuSQiGTg4/q1o
KdoAoJ0Z8fKrv3qjarGCepi/rwXPrKzE
=YlhX
-END PGP SIGNATURE-


---End Message---


Processed: severity of 535166 is important

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 535166 important
Bug#535166: security.debian.org: fails to upgrade the kernel, when the kernel 
lies on hde
Severity set to `important' from `grave'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#527726: marked as done (obexpushd: FTBFS: get.c:87: error: 'LONG_MAX' undeclared (first use in this function))

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 22:18:23 +
with message-id e1mlleh-0003xu...@ries.debian.org
and subject line Bug#490675: fixed in obexpushd 0.7-1.1
has caused the Debian Bug report #490675,
regarding obexpushd: FTBFS: get.c:87: error: 'LONG_MAX' undeclared (first use 
in this function)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
490675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: obexpushd
Version: 0.7-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 [ 43%] Building C object src/CMakeFiles/obexpushd.dir/get.o
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c: In function 
 'get_parse_headers':
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 'LONG_MAX' undeclared (first use in this function)
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 (Each undeclared identifier is reported only once
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 for each function it appears in.)
 make[3]: *** [src/CMakeFiles/obexpushd.dir/get.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/obexpushd_0.7-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: obexpushd
Source-Version: 0.7-1.1

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

obexpushd_0.7-1.1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.diff.gz
obexpushd_0.7-1.1.dsc
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.dsc
obexpushd_0.7-1.1_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.7-1.1_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 490...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated obexpushd 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 19:18:07 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros deb...@psabs.com.br
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 490675 527726
Changes: 
 obexpushd (0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS by including limits.h in src/get.c (Closes: #490675, #527726)
Checksums-Sha1: 
 8186718dfa83a4df659c59043e933a16d98e0d5e 1125 obexpushd_0.7-1.1.dsc
 199b2a5e898cb9637f2ac1716ea7ba5364af0413 3012 obexpushd_0.7-1.1.diff.gz
 6e140a4bd3eb6031436071d2a8f69e99596369e0 32700 obexpushd_0.7-1.1_amd64.deb
Checksums-Sha256: 
 6ae216077de6fdb17bf24bfaa47bcb20ea3181c76db30feae768bfbff320895a 1125 
obexpushd_0.7-1.1.dsc
 84dda95411ef8f1624cacedec29a3ff0227f20f9274273f49f159139877c3b66 3012 
obexpushd_0.7-1.1.diff.gz
 6271fad2f3d20771a7f9b6ce00aa20e2dc081a2e0c59daf2dc2082f23e78 32700 
obexpushd_0.7-1.1_amd64.deb
Files: 
 ccef650e3e153e2bf5bcd8c17dbb3f57 1125 comm optional obexpushd_0.7-1.1.dsc
 20ff71447e93a40dd31249219c15f2bf 3012 comm optional obexpushd_0.7-1.1.diff.gz
 8f218363f0175a11a9e9d00d00d2cf5b 32700 comm optional 
obexpushd_0.7-1.1_amd64.deb

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

iEYEARECAAYFAko2vXoACgkQABzeamt51AEdRACgmoFAlCYSp6LDuSQiGTg4/q1o
KdoAoJ0Z8fKrv3qjarGCepi/rwXPrKzE
=YlhX
-END PGP SIGNATURE-


---End Message---


Bug#527726: marked as done (obexpushd: FTBFS: get.c:87: error: 'LONG_MAX' undeclared (first use in this function))

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 22:18:23 +
with message-id e1mlleh-0003xw...@ries.debian.org
and subject line Bug#527726: fixed in obexpushd 0.7-1.1
has caused the Debian Bug report #527726,
regarding obexpushd: FTBFS: get.c:87: error: 'LONG_MAX' undeclared (first use 
in this function)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: obexpushd
Version: 0.7-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 [ 43%] Building C object src/CMakeFiles/obexpushd.dir/get.o
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c: In function 
 'get_parse_headers':
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 'LONG_MAX' undeclared (first use in this function)
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 (Each undeclared identifier is reported only once
 /build/user-obexpushd_0.7-1-amd64-TuTK2B/obexpushd-0.7/src/get.c:87: error: 
 for each function it appears in.)
 make[3]: *** [src/CMakeFiles/obexpushd.dir/get.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/obexpushd_0.7-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: obexpushd
Source-Version: 0.7-1.1

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

obexpushd_0.7-1.1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.diff.gz
obexpushd_0.7-1.1.dsc
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.dsc
obexpushd_0.7-1.1_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.7-1.1_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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated obexpushd 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 19:18:07 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros deb...@psabs.com.br
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 490675 527726
Changes: 
 obexpushd (0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS by including limits.h in src/get.c (Closes: #490675, #527726)
Checksums-Sha1: 
 8186718dfa83a4df659c59043e933a16d98e0d5e 1125 obexpushd_0.7-1.1.dsc
 199b2a5e898cb9637f2ac1716ea7ba5364af0413 3012 obexpushd_0.7-1.1.diff.gz
 6e140a4bd3eb6031436071d2a8f69e99596369e0 32700 obexpushd_0.7-1.1_amd64.deb
Checksums-Sha256: 
 6ae216077de6fdb17bf24bfaa47bcb20ea3181c76db30feae768bfbff320895a 1125 
obexpushd_0.7-1.1.dsc
 84dda95411ef8f1624cacedec29a3ff0227f20f9274273f49f159139877c3b66 3012 
obexpushd_0.7-1.1.diff.gz
 6271fad2f3d20771a7f9b6ce00aa20e2dc081a2e0c59daf2dc2082f23e78 32700 
obexpushd_0.7-1.1_amd64.deb
Files: 
 ccef650e3e153e2bf5bcd8c17dbb3f57 1125 comm optional obexpushd_0.7-1.1.dsc
 20ff71447e93a40dd31249219c15f2bf 3012 comm optional obexpushd_0.7-1.1.diff.gz
 8f218363f0175a11a9e9d00d00d2cf5b 32700 comm optional 
obexpushd_0.7-1.1_amd64.deb

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

iEYEARECAAYFAko2vXoACgkQABzeamt51AEdRACgmoFAlCYSp6LDuSQiGTg4/q1o
KdoAoJ0Z8fKrv3qjarGCepi/rwXPrKzE
=YlhX
-END PGP SIGNATURE-


---End Message---


Bug#490675: marked as done (Fix for FTBFS with glibc2.8)

2009-06-30 Thread Debian Bug Tracking System

Your message dated Tue, 30 Jun 2009 22:18:23 +
with message-id e1mlleh-0003xw...@ries.debian.org
and subject line Bug#527726: fixed in obexpushd 0.7-1.1
has caused the Debian Bug report #527726,
regarding Fix for FTBFS with glibc2.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: Fix for FTBFS with glibc2.8
Package: obexpushd
Severity: wishlist
Tags: patch

On Ubuntu, which is using glibc2.8, obexpushd fails to build due to 
changes in the glibc headers. The attached patch will allow successful
build on the newer glibc for when debian updates.

--- src/get.c.new   2008-07-13 05:46:52.0 +
+++ src/get.c   2008-07-13 05:51:06.0 +
@@ -33,6 +33,7 @@
 #include fcntl.h
 #include ctype.h
 #include unistd.h
+#include limits.h
 
 #define EOL(n) ((n) == '\n' || (n) == '\r')
 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-19-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




---End Message---
---BeginMessage---
Source: obexpushd
Source-Version: 0.7-1.1

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

obexpushd_0.7-1.1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.diff.gz
obexpushd_0.7-1.1.dsc
  to pool/main/o/obexpushd/obexpushd_0.7-1.1.dsc
obexpushd_0.7-1.1_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.7-1.1_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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated obexpushd 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 19:18:07 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros deb...@psabs.com.br
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 490675 527726
Changes: 
 obexpushd (0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS by including limits.h in src/get.c (Closes: #490675, #527726)
Checksums-Sha1: 
 8186718dfa83a4df659c59043e933a16d98e0d5e 1125 obexpushd_0.7-1.1.dsc
 199b2a5e898cb9637f2ac1716ea7ba5364af0413 3012 obexpushd_0.7-1.1.diff.gz
 6e140a4bd3eb6031436071d2a8f69e99596369e0 32700 obexpushd_0.7-1.1_amd64.deb
Checksums-Sha256: 
 6ae216077de6fdb17bf24bfaa47bcb20ea3181c76db30feae768bfbff320895a 1125 
obexpushd_0.7-1.1.dsc
 84dda95411ef8f1624cacedec29a3ff0227f20f9274273f49f159139877c3b66 3012 
obexpushd_0.7-1.1.diff.gz
 6271fad2f3d20771a7f9b6ce00aa20e2dc081a2e0c59daf2dc2082f23e78 32700 
obexpushd_0.7-1.1_amd64.deb
Files: 
 ccef650e3e153e2bf5bcd8c17dbb3f57 1125 comm optional obexpushd_0.7-1.1.dsc
 20ff71447e93a40dd31249219c15f2bf 3012 comm optional obexpushd_0.7-1.1.diff.gz
 8f218363f0175a11a9e9d00d00d2cf5b 32700 comm optional 
obexpushd_0.7-1.1_amd64.deb

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

iEYEARECAAYFAko2vXoACgkQABzeamt51AEdRACgmoFAlCYSp6LDuSQiGTg4/q1o
KdoAoJ0Z8fKrv3qjarGCepi/rwXPrKzE
=YlhX
-END PGP SIGNATURE-


---End Message---


Bug#535238: [usbmount] Partitions of USB-disk mounted to same mountpoint

2009-06-30 Thread Hans-Georg Bork
Package: usbmount
Version: 0.0.17
Severity: serious

Hi there,

I didn't use my USB-disk for two or three months now, but I know that I
never had any trouble ... in the meantime usbmount 0.0.17 came out and I
believe there is where the trouble starts. Unfortunately usbmount 0.0.16
isn't available anymore in debian repositories, so I cannot doublecheck
if it works with that.

My USB-disk (not flash) has two partitions: 1. vfat 2. ext3. Both
partitions are recognized and have no errors. When the disk is
connected, it is recognized and usbmount mounts them with correct FS
types, but both partitions on the exact same location (/media/usb0):

 excerpt from /var/log/syslog 
Jul  1 00:55:05 sokrates kernel: [440465.213768]  sdb: sdb1 sdb2
Jul  1 00:55:05 sokrates kernel: [440465.265885] sd 6:0:0:0: [sdb] Attached 
SCSI disk
Jul  1 00:55:05 sokrates kernel: [440465.266074] sd 6:0:0:0: Attached scsi 
generic sg1 type 0
Jul  1 00:55:05 sokrates usbmount[21891]: trying to acquire lock 
/var/run/usbmount/.mount-dev-sdb.lock
Jul  1 00:55:05 sokrates usbmount[21891]: acquired lock 
/var/run/usbmount/.mount-dev-sdb.lock
Jul  1 00:55:05 sokrates usbmount[21891]: testing whether /dev/sdb is readable
Jul  1 00:55:05 sokrates usbmount[21891]: /dev/sdb does not contain a 
filesystem or disklabel
Jul  1 00:55:06 sokrates usbmount[21916]: trying to acquire lock 
/var/run/usbmount/.mount-dev-sdb2.lock
Jul  1 00:55:06 sokrates usbmount[21920]: trying to acquire lock 
/var/run/usbmount/.mount-dev-sdb1.lock
Jul  1 00:55:06 sokrates usbmount[21916]: acquired lock 
/var/run/usbmount/.mount-dev-sdb2.lock
Jul  1 00:55:06 sokrates usbmount[21916]: testing whether /dev/sdb2 is readable
Jul  1 00:55:06 sokrates usbmount[21920]: acquired lock 
/var/run/usbmount/.mount-dev-sdb1.lock
Jul  1 00:55:06 sokrates usbmount[21920]: testing whether /dev/sdb1 is readable
Jul  1 00:55:06 sokrates usbmount[21916]: /dev/sdb2 contains a filesystem or 
disklabel
Jul  1 00:55:06 sokrates usbmount[21920]: /dev/sdb1 contains a filesystem or 
disklabel
Jul  1 00:55:06 sokrates usbmount[21916]: /dev/sdb2 contains filesystem type 
ext3
Jul  1 00:55:06 sokrates usbmount[21916]: mountpoint /media/usb0 is available 
for /dev/sdb2
Jul  1 00:55:06 sokrates usbmount[21916]: executing command: mount -text3 
-onoexec,nodev,noatime /dev/sdb2 /media/usb0
Jul  1 00:55:06 sokrates usbmount[21920]: /dev/sdb1 contains filesystem type 
vfat
Jul  1 00:55:06 sokrates usbmount[21920]: mountpoint /media/usb0 is available 
for /dev/sdb1
Jul  1 00:55:06 sokrates usbmount[21920]: executing command: mount -tvfat 
-onoexec,nodev,noatime /dev/sdb1 /media/usb0
Jul  1 00:55:06 sokrates kernel: [440466.513924] kjournald starting.  Commit 
interval 5 seconds
Jul  1 00:55:06 sokrates kernel: [440466.519001] EXT3 FS on sdb2, internal 
journal
Jul  1 00:55:06 sokrates kernel: [440466.519044] EXT3-fs: recovery complete.
Jul  1 00:55:06 sokrates kernel: [440466.519260] EXT3-fs: mounted filesystem 
with ordered data mode.
Jul  1 00:55:06 sokrates usbmount[21916]: executing command: run-parts 
/etc/usbmount/mount.d
Jul  1 00:55:06 sokrates usbmount[21920]: executing command: run-parts 
/etc/usbmount/mount.d
 end excerpt from /var/log/syslog 

 some commands 
$ mount | grep usb
none on /proc/bus/usb type usbfs
(rw,nosuid,nodev,devgid=1004,devmode=664)
/dev/sdb1 on /media/usb0 type vfat (rw,noexec,nodev,noatime)
/dev/sdb2 on /media/usb0 type ext3 (rw,noexec,nodev,noatime)

# umount /dev/sdb1
umount: cannot umount /dev/sdb1 -- /dev/sdb2 is mounted over it on the
same point.
 some commands 

It seems that usbmount is in a race when checking the available
mountpoint and find it both times available ... it's just a matter of
luck which partition is mounted first. This might lead to data loss,
since a standard user might not recognize that there is such problem.

Regards

Hans-Georg Bork

PS: It might be possible that the bug lies within udev which starts
usbmount simultaneous. If this is true, please forward to them. 

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-3-sokrates.home

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 testing ftp.be.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
udev  | 0.141-1
lockfile-progs| 0.1.13


Package's Recommends field is empty.

Package's Suggests field is empty.





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


Processed: tagging 535035

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 535035 pending
Bug#535035: ia32-apt-get tries to overwrite /usr/bin/apt-get
There were no tags set.
Tags added: pending


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 535081

2009-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 535081 + pending
Bug#535081: apt-get does not complete transition, and returns error 100
There were no tags set.
Tags added: pending


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >