Bug#563354: poppler: FTBFS: undefined reference to `qvsnprintf(char*, unsigned int, char const*, std::__va_list)'

2010-01-02 Thread Raphael Geissert
Source: poppler
Version: 0.12.2-2.1
Severity: grave

Hi,

Your package failed to build in armel with the following error log:
 from /usr/include/qt4/QtCore/qiodevice.h:46,
  from /usr/include/qt4/QtCore/qdatastream.h:45,
  from /usr/include/qt4/QtCore/qpair.h:45,
  from /usr/include/qt4/QtCore/qhash.h:49,
  from /usr/include/qt4/QtCore/qdebug.h:46,
  from /usr/include/qt4/QtCore/QDebug:1,
  from test-poppler-qt4.cpp:1:
 /usr/include/qt4/QtCore/qstring.h:91: note: the mangling of 'va_list' has
 changed in GCC 4.4 
 test-poppler-qt4.cpp: In function 'int main(int, char**)':
 test-poppler-qt4.cpp:169: warning: 'double Poppler::Document::pdfVersion()
 const' is deprecated (declared at ../../qt4/src/poppler-qt4.h:950)
 /bin/bash ../../libtool  --tag=CXX   --mode=link g++  -Wall
 -Wno-write-strings -Woverloaded-virtual -g -O2 -g -Wall -O2   -o
 test-poppler-qt4 test-poppler-qt4.o ../../poppler/libpoppler.la
 ../../qt4/src/libpoppler-qt4.la -lfontconfig   -lQtGui -lQtXml -lQtCore
 libtool: link: g++ -Wall -Wno-write-strings -Woverloaded-virtual -g -O2 -g
 -Wall -O2 -o .libs/test-poppler-qt4 test-poppler-qt4.o 
 ../../poppler/.libs/libpoppler.so ../../qt4/src/.libs/libpoppler-qt4.so
 -lfontconfig -lQtGui -lQtXml -lQtCore -pthread
 ../../qt4/src/.libs/libpoppler-qt4.so: undefined reference to
 `qvsnprintf(char*, unsigned int, char const*, std::__va_list)'
 collect2: ld returned 1 exit status

The complete log of the failed build can be found at:
https://buildd.debian.org/fetch.cgi?pkg=popplerarch=armelver=0.12.2-2.1stamp=1261688694file=logas=raw

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#563357: postgresql-8.4: FTBFS on mips: Not all files are installed

2010-01-02 Thread Raphael Geissert
Source: postgresql-8.4
Version: 8.4.2-1
Severity: grave

Hi,

Your package failed to build in mips with the following error:
8---8
# verify that all files are installed; ignore manpages, since
# they are handled by dh_installman
missing=`dh_install --sourcedir=debian/tmp --list-missing --no-act 21 | grep 
-v man/man`; \
if [ -n $missing ]; then \
echo Not all files are installed:; \
echo $missing; \
exit 1; \
fi
Not all files are installed:
dpkg: warning: failed to open configuration file '/nonexistent/.dpkg.cfg' for 
reading: Permission denied
dpkg: warning: failed to open configuration file '/nonexistent/.dpkg.cfg' for 
reading: Permission denied
make: *** [common-binary-predeb-arch] Error 1
8---8

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#563356: linux-2.6: FTBFS in ia64: source_ia64_vserver/mm/memory.c:2995: error: implicit declaration of function 'vx_page_fault'

2010-01-02 Thread Raphael Geissert
Source: linux-2.6
Version: 2.6.32-3
Severity: grave

Hi,

Your package failed to build in ia64 with the following error:
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
: In function 'copy_pte_range':
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:651: error: implicit declaration of function 'vx_rss_avail'
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
: In function 'insert_page':
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:1519: error: implicit declaration of function 'vx_file_rsspages_inc'
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
: In function 'do_wp_page':
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2155: error: implicit declaration of function 'vx_file_rsspages_dec'
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2156: error: implicit declaration of function 'vx_anon_rsspages_inc'
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
: In function 'handle_pte_fault':
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2945: error: 'VXPT_UNKNOWN' undeclared (first use in this function)
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2945: error: (Each undeclared identifier is reported only once
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2945: error: for each function it appears in.)
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2973: error: 'VXPT_WRITE' undeclared (first use in this function)
 /build/buildd/linux-2.6-2.6.32/debian/build/source_ia64_vserver/mm/memory.c
:2995: error: implicit declaration of function 'vx_page_fault' make[6]: ***
 [mm/memory.o] Error 1


-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#563355: linux-2.6: FTBFS in s390: source_s390_vserver/kernel/vserver/proc.c:70: error: '__NR_vserver' undeclared

2010-01-02 Thread Raphael Geissert
Source: linux-2.6
Version: 2.6.32-3
Severity: grave

Hi,

Your package failed to build in s390 with the following error:
   CC  kernel/vserver/proc.o
 /build/buildd-linux-2.6_2.6.32-3-s390-7O5pHW/linux-2.6-2.6.32/debian/build/
source_s390_vserver/kernel/vserver/proc.c: In function 'proc_vci':
 /build/buildd-linux-2.6_2.6.32-3-s390-7O5pHW/linux-2.6-2.6.32/debian/build/
source_s390_vserver/kernel/vserver/proc.c:70: error: '__NR_vserver'
 undeclared (first use in this function)
 /build/buildd-linux-2.6_2.6.32-3-s390-7O5pHW/linux-2.6-2.6.32/debian/build/
source_s390_vserver/kernel/vserver/proc.c:70: error: (Each undeclared
 identifier is reported only once
 /build/buildd-linux-2.6_2.6.32-3-s390-7O5pHW/linux-2.6-2.6.32/debian/build/
source_s390_vserver/kernel/vserver/proc.c:70: error: for each function it
 appears in.)
 make[7]: *** [kernel/vserver/proc.o] Error 1 

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Processed: severity of 563354 is serious, severity of 563355 is serious, severity of 563356 is serious ...

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 563354 serious
Bug #563354 [src:poppler] poppler: FTBFS: undefined reference to 
`qvsnprintf(char*, unsigned int, char const*, std::__va_list)'
Severity set to 'serious' from 'grave'

 severity 563355 serious
Bug #563355 [src:linux-2.6] linux-2.6: FTBFS in s390: 
source_s390_vserver/kernel/vserver/proc.c:70: error: '__NR_vserver' undeclared
Severity set to 'serious' from 'grave'

 severity 563356 serious
Bug #563356 [src:linux-2.6] linux-2.6: FTBFS in ia64: 
source_ia64_vserver/mm/memory.c:2995: error: implicit declaration of function 
'vx_page_fault'
Severity set to 'serious' from 'grave'

 severity 563357 serious
Bug #563357 [src:postgresql-8.4] postgresql-8.4: FTBFS on mips: Not all files 
are installed
Severity set to 'serious' 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#563360: sucrose-0.88: sucrose should include browse

2010-01-02 Thread dfarning
Package: sucrose-0.88
Version: 0.87.1-2
Severity: grave
Justification: renders package unusable

Please include browse in Sucrose.  Browse has a number of system dependancies 
which make it advantages to install via distro packaging tools.


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

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 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 sucrose-0.88 depends on:
ii  ethtool 6+20091202-1 display or change Ethernet device 
ii  gdb 7.0-1The GNU Debugger
ii  lsb-release 3.2-23   Linux Standard Base version report
ii  network-manager 0.7.2-2  network management framework daemo
ii  openssh-client  1:5.1p1-8secure shell client, an rlogin/rsh
ii  python-carquinyol-0.88  0.87.1-1 Sugar graphical shell - datastore
ii  sugar-emulator-0.88 0.87.1-2 Sugar graphical shell - emulator
ii  sugar-session-0.88  0.87.1-2 Sugar graphical shell - window man
ii  sugar-tools-0.880.87.1-2 Sugar graphical shell - window man
ii  tzdata  2009s-1  time zone and daylight-saving time
ii  wpasupplicant   0.6.9-3  client support for WPA and WPA2 (I
ii  x11-xserver-utils   7.5+1X server utilities

sucrose-0.88 recommends no packages.

Versions of packages sucrose-0.88 suggests:
pn  python-xklavier   none (no description available)
pn  sugar-browse-activity none (no description available)
pn  sugar-imageviewer-activitynone (no description available)
pn  sugar-jukebox-activitynone (no description available)
pn  sugar-pippy-activity  none (no description available)
pn  sugar-read-activity   none (no description available)
pn  sugar-write-activity  none (no description available)

-- 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#562190: mac-fdisk: udebs should depend on libc6-udeb instead of libc6

2010-01-02 Thread Michael Schmitz
 Package: mac-fdisk
 Version: 0.1-15
 Severity: serious
 Tags: patch d-i
 
 The udebs do not get a correct dependency on libc6-udeb, but instead 
 depend on the regular libc6 package. We've ignored this for previous 
 releases, but for Squeeze it's RC because of britney support for udebs.

Thanks for alerting me - I'll prepare a new upload based on your patch shortly. 
Sorry to drag my feet a bit - been away at the beach since Christmas ...
 
 I originally thought this could be solved with a binNMU, but that turned 
 out not to be enough.
 The basic reason is that the control file does not set the correct package 
 type for the udeb. Doing that also allows to simplify debian/rules a bit as 
 the package type triggers all the necessary magic for udebs in debhelper.
 
 I've build tested the attached patch on a porter box and to me the result 
 looks good.

I can build it on my powerbook but testing it (short of installing it on that 
system, which will hardly test whether it works with libc6-udeb) is another 
matter. 

What _is_ mac-fdisk udeb still being used for these days?? Maybe time to retire 
it?  

Cheers,

Michael




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



Processed: unmerging 519382, cloning 519382, merging 519382 527163, reassign -1 to python-central ...

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 519382
Bug#519382: dpkg: error processing python-ropemacs (--configure)
Bug#527163: [ropemacs] error during upgrade (6.2.3 was not corectly configured)
Bug#527164: [python-ropemacs] error during upgrade (6.2.3 was not corectly 
configured)
Disconnected #519382 from all other report(s).

 clone 519382 -1 -2
Bug#519382: dpkg: error processing python-ropemacs (--configure)
Bug 519382 cloned as bugs 563362-563363.

 merge 519382 527163
Bug#519382: dpkg: error processing python-ropemacs (--configure)
Bug#527163: [ropemacs] error during upgrade (6.2.3 was not corectly configured)
Bug#527164: [python-ropemacs] error during upgrade (6.2.3 was not corectly 
configured)
Merged 519382 527163 527164.

 reassign -1 python-central 0.6.14+nmu2
Bug #563362 [python-ropemacs] dpkg: error processing python-ropemacs 
(--configure)
Bug reassigned from package 'python-ropemacs' to 'python-central'.
Bug No longer marked as found in versions ropemacs/0.6c2-4 and ropemacs/0.6c2-3.
Bug No longer marked as fixed in versions ropemacs/0.6c2-4.
Bug #563362 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Bug Marked as found in versions python-central/0.6.14+nmu2.
 severity -1 wishlist
Bug #563362 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Severity set to 'wishlist' from 'grave'

 retitle -1 dh_pycentral: please fail with error if XB-Python-Version is not 
 sane
Bug #563362 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Changed Bug title to 'dh_pycentral: please fail with error if XB-Python-Version 
is not sane' from 'dpkg: error processing python-ropemacs (--configure)'
 reassign -2 python-central 0.6.14+nmu2
Bug #563363 [python-ropemacs] dpkg: error processing python-ropemacs 
(--configure)
Bug reassigned from package 'python-ropemacs' to 'python-central'.
Bug No longer marked as found in versions ropemacs/0.6c2-4 and ropemacs/0.6c2-3.
Bug No longer marked as fixed in versions ropemacs/0.6c2-4.
Bug #563363 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Bug Marked as found in versions python-central/0.6.14+nmu2.
 severity -2 normal
Bug #563363 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Severity set to 'normal' from 'grave'

 retitle -2 python-central: should be more forgiving to packages with broken 
 Python-Version
Bug #563363 [python-central] dpkg: error processing python-ropemacs 
(--configure)
Changed Bug title to 'python-central: should be more forgiving to packages with 
broken Python-Version' from 'dpkg: error processing python-ropemacs 
(--configure)'

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: notfound 527163 in 0.6c2-4

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 527163 0.6c2-4
Bug #527163 [python-ropemacs] [ropemacs] error during upgrade (6.2.3 was not 
corectly configured)
Bug #519382 [python-ropemacs] dpkg: error processing python-ropemacs 
(--configure)
Bug #527164 [python-ropemacs] [python-ropemacs] error during upgrade (6.2.3 was 
not corectly configured)
Bug No longer marked as found in versions ropemacs/0.6c2-4.
Bug No longer marked as found in versions ropemacs/0.6c2-4.
Bug No longer marked as found in versions ropemacs/0.6c2-4.

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: fixed 527164 in 0.6c2-4

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 527164 0.6c2-4
Bug #527164 [python-ropemacs] [python-ropemacs] error during upgrade (6.2.3 was 
not corectly configured)
Bug #519382 [python-ropemacs] dpkg: error processing python-ropemacs 
(--configure)
Bug #527163 [python-ropemacs] [ropemacs] error during upgrade (6.2.3 was not 
corectly configured)
Bug Marked as fixed in versions ropemacs/0.6c2-4.
Bug Marked as fixed in versions ropemacs/0.6c2-4.
Bug Marked as fixed in versions ropemacs/0.6c2-4.

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#561852: apt: Method http has died unexpectedly (undefined symbol:)

2010-01-02 Thread George Danchev
David Kalnischkies writes:
 Hi George Danchev,
 
 2009/12/29 George Danchev danc...@spnet.net:
  It turns out that some previous version of apt (= 0.7.24) provide
  libapt-pkg- libc6.9-6.so.4.8.1 shared object, which according to objdump
  -T and readelf -s do not provide the missing symbol in question
  (_Z14maybe_add_authR3URISs).
 
 Correct, maybe_add_auth was added in rev 1561.3.1 of the debian-sid branch.
 (Seems to be we forget to bump the minor abi while trying hard to not break
 the major abi) but as the library and the user (method/http) are shipped in
 the same package the error is still a bit strange, especially as the http
 method is the most used acquire method and the call to maybe_add_auth is
 unconditional, so many (read: all) users should have faced this problem...

Yes, I agree with that logic and actually very few users reported about  
behavior like that.
 
 So is this somehow reproducible?

Since there are so many upgrade paths, I haven't been able to reproduce that 
starting to upgrade apt from a clean lenny, I tried several combinations with 
no luck. I wonder if the resetted shared object versioning has something to do 
with it, e.g:

apt  0.7.24 libapt-pkg- libc6.9-6.so.4.8.0
apt = 0.7.24 libapt-pkg- libc6.9-6.so.4.8.1
and then again:
apt = 0.7.25 libapt-pkg- libc6.9-6.so.4.8.0

that being said, I don't see many chances for libapt-pkg- libc6.9-6.so.4.8.1 
and a previous version libapt-pkg- libc6.9-6.so.4.8.0 (with that symbol 
missing) to be left in place with a symlink and latest apt-get binary which is 
trying to resolve the missing symbol.

(I reproduced it artificially extracting and putting in place libapt-pkg- 
libc6.9-6.so.4.8.1 from apt 0.7.24 when apt 0.7.25 was installed, but this is 
not so realistic as scenario)

 I would personally prefer to understand why this happen at all
 before closing the bug to be able to avoid such problems in the future.

Yes, I can see your reasons...

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu



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



Bug#541610: marked as done (docbook2odf: Please change Depends from libxml-sablot-perl to libxml-libxslt-perl)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 09:47:12 +
with message-id e1nr0zk-00043i...@ries.debian.org
and subject line Bug#541610: fixed in docbook2odf 0.244-1.1
has caused the Debian Bug report #541610,
regarding docbook2odf: Please change Depends from libxml-sablot-perl to 
libxml-libxslt-perl
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.)


-- 
541610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: docbook2odf
Version: 0.244-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm going to ask for the removal of libxml-sablot-perl (cf. #354500).
docbook2odf at the moment depends on libxml-sablot-perl, looking at
the code it should work as well with libxml-libxslt-perl. Please
update the Depends: line accordingly.

TIA,
gregor

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

iEYEARECAAYFAkqF26cACgkQOzKYnQDzz+TYuwCdGaBtdhry7HO4qZx/obFbQNfN
hjYAn3nDhkODQBgqzleRuwdCpgDtz5nk
=LzpE
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: docbook2odf
Source-Version: 0.244-1.1

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

docbook2odf_0.244-1.1.diff.gz
  to main/d/docbook2odf/docbook2odf_0.244-1.1.diff.gz
docbook2odf_0.244-1.1.dsc
  to main/d/docbook2odf/docbook2odf_0.244-1.1.dsc
docbook2odf_0.244-1.1_all.deb
  to main/d/docbook2odf/docbook2odf_0.244-1.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 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli z...@debian.org (supplier of updated docbook2odf 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, 31 Dec 2009 10:07:57 +0100
Source: docbook2odf
Binary: docbook2odf
Architecture: source all
Version: 0.244-1.1
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 docbook2odf - XSLT based conversions from docbook to Oasis Open Document (openo
Closes: 541610
Changes: 
 docbook2odf (0.244-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * switch dependency from libxml-sablot-perl (now gone) to
 libxml-libxslt-perl (Closes: #541610)
Checksums-Sha1: 
 96ef978be1b9fda58aeed7d278ddd01f42104aaf 985 docbook2odf_0.244-1.1.dsc
 933746a99051f6a2840c795d6d3a00b4a16ba63a 2672 docbook2odf_0.244-1.1.diff.gz
 5175c74667153600a81995e1046a26b35b5af232 49152 docbook2odf_0.244-1.1_all.deb
Checksums-Sha256: 
 a7728671661fb1d19046ee92d050c5d48baf24cef128d8c8086071fb9f2e3712 985 
docbook2odf_0.244-1.1.dsc
 790b4caa434279e68a577697b05aaea323da711dc0506beb90a64bd804d5d333 2672 
docbook2odf_0.244-1.1.diff.gz
 f3543bfe9d87d50d13c9c3fd11b4cba570f8c924523b89a29f12b875c83393e7 49152 
docbook2odf_0.244-1.1_all.deb
Files: 
 b60178dd425acf42a6d50af7488965c8 985 text extra docbook2odf_0.244-1.1.dsc
 15d5dac9e60751d4c80325ef62f1563a 2672 text extra docbook2odf_0.244-1.1.diff.gz
 eb9a2d1e4477bed44c1d0b8ccc9787f0 49152 text extra docbook2odf_0.244-1.1_all.deb

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

iD8DBQFLPGs/1cqbBPLEI7wRApG+AJ9T+enrkag06chLJyFmpypjNGm2XACfaWnp
qZ9g77o559LZ62nUsXt1sbc=
=2bh/
-END PGP SIGNATURE-


---End Message---


Bug#561466: ttf-beteckna: diff for NMU version 0.4-2.1

2010-01-02 Thread Stefano Zacchiroli
On Thu, Dec 31, 2009 at 10:39:34AM +, Julien Cristau wrote:
 On Thu, Dec 31, 2009 at 11:25:41 +0100, Stefano Zacchiroli wrote:
 
  diff -u ttf-beteckna-0.4/debian/changelog ttf-beteckna-0.4/debian/changelog
  --- ttf-beteckna-0.4/debian/changelog
  +++ ttf-beteckna-0.4/debian/changelog
  @@ -1,3 +1,11 @@
  +ttf-beteckna (0.4-2.1) unstable; urgency=low
  +
  +  * Non-maintainer upload.
  +  * Add defoma to package dependencies, thanks to peter green for the
  +triaging. (Closes: #561466)
  +
  + -- Stefano Zacchiroli z...@debian.org  Thu, 31 Dec 2009 11:12:56 +0100
  +
   
 I'm not sure that's the right fix, this is possibly yet another victim
 of defoma's #563121.

Nice catch!, thanks.  I've dcut-ed away my delayed upload. I'll proceed
to an NMU which simply bump the build-deps to use the fixed defoma
(AFAICT we don't have yet binNMU for arch:all packages).

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



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



Bug#561466: ttf-beteckna: diff for NMU version 0.4-2.1

2010-01-02 Thread Stefano Zacchiroli
As noticed by Julien Cristau in this bug log, my former fix was not the
correct one. Hence I've redone the NMU, this time by simply rebuilding
the package against a fixed defoma (for dh_installdefoma), also bumping
the build-dep to catch a fixed defoma version (mostly for end users, as
the package is arch:all).

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
diff -u ttf-beteckna-0.4/debian/changelog ttf-beteckna-0.4/debian/changelog
--- ttf-beteckna-0.4/debian/changelog
+++ ttf-beteckna-0.4/debian/changelog
@@ -1,3 +1,11 @@
+ttf-beteckna (0.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild against fixed defoma (for dh_installdefoma) and bump
+build-deps accordingly. (Closes: #561466)
+
+ -- Stefano Zacchiroli z...@debian.org  Sat, 02 Jan 2010 11:22:10 +0100
+
 ttf-beteckna (0.4-2) unstable; urgency=low
 
   * Apply patches of Gregor Herrmann, thanks. (Closes: #551506)
diff -u ttf-beteckna-0.4/debian/control ttf-beteckna-0.4/debian/control
--- ttf-beteckna-0.4/debian/control
+++ ttf-beteckna-0.4/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gürkan Sengün gur...@phys.ethz.ch
 Uploaders: Johan Mattsson jo...@beteckna.se
-Build-Depends: debhelper (= 7), fontforge, defoma
+Build-Depends: debhelper (= 7), fontforge, defoma (= 0.11.10-4)
 Standards-Version: 3.8.3
 Homepage: http://gnu.ethz.ch/linuks.mine.nu/beteckna/
 


signature.asc
Description: Digital signature


Bug#544113: marked as done (tiger depends on diff)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 10:43:28 +
with message-id e1nr1sc-0001xv...@ries.debian.org
and subject line Bug#544113: fixed in tiger 1:3.2.2-11.1
has caused the Debian Bug report #544113,
regarding tiger depends on diff
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.)


-- 
544113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tiger
Justification: Policy 3.5
Severity: serious

Hi.

Tiger depends on diff,... which it should probably not:
Packages are not required to declare any dependencies they have on other
packages which are marked Essential (see below), and should not do so
unless they depend on a particular version of that package.[8]

Not sure if the =2.0 is particular enough ;)

The problem is also, that diff is now a transitional package, and if
tiger really has to depend on diff, it should move to diffutils.


Regards,
Chris.



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

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



smime.p7s
Description: S/MIME cryptographic signature
---End Message---
---BeginMessage---
Source: tiger
Source-Version: 1:3.2.2-11.1

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

tiger-otheros_3.2.2-11.1_amd64.deb
  to main/t/tiger/tiger-otheros_3.2.2-11.1_amd64.deb
tiger_3.2.2-11.1.diff.gz
  to main/t/tiger/tiger_3.2.2-11.1.diff.gz
tiger_3.2.2-11.1.dsc
  to main/t/tiger/tiger_3.2.2-11.1.dsc
tiger_3.2.2-11.1_amd64.deb
  to main/t/tiger/tiger_3.2.2-11.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 544...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli z...@debian.org (supplier of updated tiger 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, 31 Dec 2009 11:00:58 +0100
Source: tiger
Binary: tiger tiger-otheros
Architecture: source amd64
Version: 1:3.2.2-11.1
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 tiger  - Report system security vulnerabilities
 tiger-otheros - Scripts to run Tiger in other operating systems
Closes: 544113
Changes: 
 tiger (1:3.2.2-11.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove dependency on diff (= 2.0), rationale: deps on essential
 package should not be declared, the package is now called diffutils,
 version 2.0 is part of all Debian suites currently. (Closes: #544113)
   * Bump debhelper build-dep to = 5, since debhelper compatibility is
 already at level 5.
   * Add missing deps on ${misc:Depends}
Checksums-Sha1: 
 9c038ad714b562f29932f778a9a9aedc9c19e47f 1054 tiger_3.2.2-11.1.dsc
 9119e4c94215fee622f8a251d8a229ed9121c0e6 60752 tiger_3.2.2-11.1.diff.gz
 f0c510e41caa9a6b6fa9e069a73ac5a9978350c3 616062 tiger_3.2.2-11.1_amd64.deb
 85f02e4801b66f2c725201b2a7c789cd4b32b926 482730 
tiger-otheros_3.2.2-11.1_amd64.deb
Checksums-Sha256: 
 f0fe25ae4a3ba04988c92021cef1d73d7934d91a25784e2dae61570a806a3ff3 1054 
tiger_3.2.2-11.1.dsc
 9d108faa7c7f0a8ef77635d213b0a9af0e413f9d685cfb7b3dc7b9b3864624e0 60752 
tiger_3.2.2-11.1.diff.gz
 5b3a3bfabff722795d6a96dfd52f8baca9c0aefab47f1b037b6dca7c5c109ed2 616062 
tiger_3.2.2-11.1_amd64.deb
 337c03fc8cb680b7b950770ffb1fbbbcc70a60f4a51bdab5076447c724603fcf 482730 
tiger-otheros_3.2.2-11.1_amd64.deb
Files: 
 f3cc6944719653ed22e82af19f6e83a5 1054 admin optional tiger_3.2.2-11.1.dsc
 4286321c4cea708e8a4d98562b4746f3 60752 admin optional tiger_3.2.2-11.1.diff.gz
 c1978077f89929c70c80a8dae057b62f 616062 admin optional 
tiger_3.2.2-11.1_amd64.deb
 1ae4df2a9e905763f1a7fd3831eebd34 482730 admin optional 
tiger-otheros_3.2.2-11.1_amd64.deb

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

iD8DBQFLPHgB1cqbBPLEI7wRAi/oAJ9Xgaqd/rTl6GjHxXQWww/lESXLQQCfb9hm
qY+57iprQCUAXdzXh8b0Ygw=
=4f1B
-END PGP SIGNATURE-


---End Message---


Bug#563360: [Debian-olpc-devel] Bug#563360: sucrose-0.88: sucrose should include browse

2010-01-02 Thread Jonas Smedegaard

severity 563360 minor
thanks

On Sat, Jan 02, 2010 at 02:58:46AM -0600, dfarning wrote:

Severity: grave
Justification: renders package unusable

Please include browse in Sucrose.  Browse has a number of system 
dependancies which make it advantages to install via distro packaging 
tools.


Thanks for reporting this.

Please be more specific: Which dependencies is missing from Sucrose-88 
that browse pulls in?


I fail to see how any lack of dependencies renders sucrose-88 completely 
unusable, i.e. that it is better to completely remove the package (and 
other packages depending on it) than include it with next Debian release 
as is.  I have dared downgrade the severity until more information on 
this has been provided. :-)



Kind regards, and thanks again for your input,

 - Jonas

--
* Jonas Smedegaard - idealist  Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Processed: Re: [Debian-olpc-devel] Bug#563360: sucrose-0.88: sucrose should include browse

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 563360 minor
Bug #563360 [sucrose-0.88] sucrose-0.88: sucrose should include browse
Severity set to 'minor' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#563306: FTBFS: make: autoreconf: Command not found

2010-01-02 Thread peter green

tags 563306 +patch
thanks

add autoconf, automake and libtool to the build-depends to make this 
package buildable




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



Processed: re: FTBFS: make: autoreconf: Command not found

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 563306 +patch
Bug #563306 [linux-atm] FTBFS: make: autoreconf: Command not found
Added tag(s) 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



Processed: found 561470 in 0.1.5-1, severity of 549987 is serious, merging 561470 549987

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 561470 0.1.5-1
Bug #561470 [halevt] fails to install
Bug Marked as found in versions halevt/0.1.5-1.
 severity 549987 serious
Bug #549987 [halevt] halevt cannot be installed due to missing deps
Severity set to 'serious' from 'important'

 merge 561470 549987
Bug#549987: halevt cannot be installed due to missing deps
Bug#561470: fails to install
Merged 549987 561470.


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 563356

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 563356 + pending
Bug #563356 [src:linux-2.6] linux-2.6: FTBFS in ia64: 
source_ia64_vserver/mm/memory.c:2995: error: implicit declaration of function 
'vx_page_fault'
Added tag(s) 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 (with 2 errors): cleaning that 557091 bug

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 2009-1
Unknown command or malformed arguments to command.

 notfound 2009-3
Unknown command or malformed arguments to command.

 reassign 557091 texlive-base
Bug #557091 {Done: Norbert Preining prein...@debian.org} [texlive-binaries] 
texlive-binaries: fmtutil-sys failed during upgrade from texlive 2007
Bug #560816 {Done: Norbert Preining prein...@debian.org} [texlive-binaries] 
texlive-base: postinst fails on fmtutil-sys infinite recursion
Bug #560885 {Done: Norbert Preining prein...@debian.org} [texlive-binaries] 
texlive-base: Fails to upgrade
Bug #561107 {Done: Norbert Preining prein...@debian.org} [texlive-binaries] 
texlive-base: upgrade today fails
Bug reassigned from package 'texlive-binaries' to 'texlive-base'.
Bug reassigned from package 'texlive-binaries' to 'texlive-base'.
Bug reassigned from package 'texlive-binaries' to 'texlive-base'.
Bug reassigned from package 'texlive-binaries' to 'texlive-base'.
Bug No longer marked as found in versions texlive-bin/2009-1 and 
texlive-bin/2009-3.
Bug No longer marked as found in versions texlive-bin/2009-1 and 
texlive-bin/2009-3.
Bug No longer marked as found in versions texlive-bin/2009-1 and 
texlive-bin/2009-3.
Bug No longer marked as found in versions texlive-bin/2009-1 and 
texlive-bin/2009-3.
Bug No longer marked as fixed in versions texlive-base/2009-5 and 
texlive-base/2009-3.
Bug No longer marked as fixed in versions texlive-base/2009-5 and 
texlive-base/2009-3.
Bug No longer marked as fixed in versions texlive-base/2009-5 and 
texlive-base/2009-3.
Bug No longer marked as fixed in versions texlive-base/2009-5 and 
texlive-base/2009-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 563355

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 563355 + pending
Bug #563355 [src:linux-2.6] linux-2.6: FTBFS in s390: 
source_s390_vserver/kernel/vserver/proc.c:70: error: '__NR_vserver' undeclared
Added tag(s) 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: your mail

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 562228 + pending
Bug #562228 [smem] Not installable. Program name ( /usr/bin/smem) already 
exists in the secure-delete package
Added tag(s) 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#562335: marked as done (doxygen: FTBFS: make[2]: epstopdf: Command not found)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 11:32:39 +
with message-id e1nr2dn-0007am...@ries.debian.org
and subject line Bug#562335: fixed in doxygen 1.6.2-1
has caused the Debian Bug report #562335,
regarding doxygen: FTBFS: make[2]: epstopdf: Command 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.)


-- 
562335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: doxygen
Version: 1.6.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091213 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[2]: Entering directory 
 `/build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc'
 python translator.py
 DOXYGEN_DOCDIR=..; \
   export DOXYGEN_DOCDIR; \
 VERSION=1.6.1 ; \
   export VERSION; \
   /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/bin/doxygen
 Searching for include files...
 Searching for example files...
 Searching for files in directory 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/examples
 Searching for images...
 Searching for files in directory 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc
 Searching for dot files...
 Searching for files to exclude
 Searching for files to process...
 Reading and parsing tag files
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/index.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/index.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/install.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/install.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/starting.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/starting.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/docblocks.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/docblocks.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/lists.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/lists.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/grouping.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/grouping.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/formulas.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/formulas.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/diagrams.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/diagrams.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/preprocessing.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/preprocessing.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/autolink.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/autolink.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/output.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/output.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/customize.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/customize.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/custcmd.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/custcmd.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/external.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/external.doc...
 Reading /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/faq.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/faq.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/trouble.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/trouble.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/history.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/history.doc...
 Reading 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/features.doc...
 Parsing file 
 /build/user-doxygen_1.6.1-1-amd64-FkxYgf/doxygen-1.6.1/doc/features.doc...
 Reading 
 

Processed: halevt: diff for NMU version 0.1.5-2

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 549987 + patch
Bug #549987 [halevt] halevt cannot be installed due to missing deps
Bug #561470 [halevt] fails to install
Added tag(s) patch.
Added tag(s) 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#549987: halevt: diff for NMU version 0.1.5-2

2010-01-02 Thread Stefano Zacchiroli
tags 549987 + patch
thanks

I've uploaded a fixed version of halevt, directly to unstable
(rationale: the package _is_ orphaned even if the maintainer is still
listed in debian/control, see changelog for details).

Beside QA misc fixes, the fix for this issue has actually been a new dep
on policykit. I did not go the way proposed by gregor because, that way,
if the user eventually install policykit after having installed halevt,
she will not get proper configuration.

Regards.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
diff -u halevt-0.1.5/debian/control halevt-0.1.5/debian/control
--- halevt-0.1.5/debian/control
+++ halevt-0.1.5/debian/control
@@ -1,14 +1,14 @@
 Source: halevt
 Section: admin
 Priority: optional
-Maintainer: Mike O'Connor s...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5.0.0), libxml2-dev, libhal-dev, libglib2.0-dev, libdbus-glib-1-dev, boolstuff-dev, quilt, man2html, automake
 Standards-Version: 3.8.2
 Homepage: http://www.environnement.ens.fr/perso/dumas/halevt.html
 
 Package: halevt
 Architecture: any
-Depends: ${shlibs:Depends}, adduser, hal
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hal, policykit, dpkg (= 1.15.4) | install-info
 Description: Generic handler for HAL events
  halevt is a daemon that acts as a policy agent on top of HAL. It
  listens to HAL events and reacts with user-configurable
diff -u halevt-0.1.5/debian/changelog halevt-0.1.5/debian/changelog
--- halevt-0.1.5/debian/changelog
+++ halevt-0.1.5/debian/changelog
@@ -1,3 +1,16 @@
+halevt (0.1.5-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphan package properly, as the maintainer field in debian/control was
+still referring to the last maintainer (see #562131 for reference)
+  * Add dependency on policykit, since polkit-auth is relied upon by
+postinst. (Closes: #549987, #561470)
+  * Add missing dep on ${misc:Depends}
+  * Add missing dep on recent dpkg or install-info
+  * Avoid installing /usr/share/info/dir.gz
+
+ -- Stefano Zacchiroli z...@debian.org  Sat, 02 Jan 2010 12:16:21 +0100
+
 halevt (0.1.5-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u halevt-0.1.5/debian/rules halevt-0.1.5/debian/rules
--- halevt-0.1.5/debian/rules
+++ halevt-0.1.5/debian/rules
@@ -55,6 +55,7 @@
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/halevt
+	-rm $(CURDIR)/debian/halevt/usr/share/info/dir*
 
 	install -m 755 halevt-initscript debian/halevt/etc/init.d/halevt
 	install -m 644 debian/default debian/halevt/etc/default/halevt


Bug#562681: marked as done (pbuilder: FTBFS: Testsuite FAILED!)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 11:51:52 +
with message-id e1nr2wo-0001gl...@ries.debian.org
and subject line Bug#562681: fixed in pbuilder 0.196
has caused the Debian Bug report #562681,
regarding pbuilder: FTBFS: Testsuite FAILED!
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.)


-- 
562681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pbuilder
Version: 0.195
Severity: serious

Hi,

There was an error while trying to autobuild your package:

 Start Time: 20091226-2144

[...]

 Build-Depends: debhelper (= 7), docbook-xsl, ldp-docbook-xsl (= 
 0.0.20040321-0.1), xsltproc, dpkg-dev (= 1.13.19), dblatex, debconf | 
 debconf-2.0, po-debconf, po4a

[...]

 Toolchain package versions: libc6-dev_2.10.2-2 linux-libc-dev_2.6.32-2 
 g++-4.4_4.4.2-7 gcc-4.4_4.4.2-7 binutils_2.20-4 libstdc++6_4.4.2-7 
 libstdc++6-4.4-dev_4.4.2-7
 

[...]

 pbuilder-user-mode-linux
 pbuilder
 pdebuild
 pdebuild-checkparams
 pdebuild-user-mode-linux
 pdebuild-internal
 set -e ; \
   for A in test_*; do \
   bash $A; \
   done
 [FAIL] test_debuildopts reason: [] != [-v1.0 -efoo]
 [FAIL] test_debuildopts reason: [] != [-v1.0 -efoo]
 [FAIL] test_debuildopts reason: [] != [-efoo]
 test_pbuilder-checkparams: Ran 5 tests and 2 succeeded, 3 failed
 =
 Testsuite FAILED!
   test_pbuilder-checkparams
 =
 make[1]: *** [check] Error 1
 make[1]: Leaving directory 
 `/build/buildd-pbuilder_0.195-i386-fvAIRT/pbuilder-0.195'
 make: *** [install] Error 2
 dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=i386pkg=pbuilderver=0.195


Kurt



---End Message---
---BeginMessage---
Source: pbuilder
Source-Version: 0.196

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

pbuilder-uml_0.196_amd64.deb
  to main/p/pbuilder/pbuilder-uml_0.196_amd64.deb
pbuilder_0.196.dsc
  to main/p/pbuilder/pbuilder_0.196.dsc
pbuilder_0.196.tar.gz
  to main/p/pbuilder/pbuilder_0.196.tar.gz
pbuilder_0.196_all.deb
  to main/p/pbuilder/pbuilder_0.196_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 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loïc Minier l...@dooz.org (supplier of updated pbuilder 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: Fri, 01 Jan 2010 18:52:04 +0100
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source all amd64
Version: 0.196
Distribution: unstable
Urgency: low
Maintainer: Debian pbuilder maintenance team 
pbuilder-ma...@lists.alioth.debian.org
Changed-By: Loïc Minier l...@dooz.org
Description: 
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 516625 562681
Changes: 
 pbuilder (0.196) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Add comments to check target.
   * Use GNU-style vars for system directories, allow to set them from the
 env, and let them be prefixed with a PBUILDER_ROOT directory to allow
 relocation.
   * Add helpers to relocate pbuilder in testsuite.
   * Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.
 .
   [ Junichi Uekawa ]
   * Add Loic to uploaders.
 .
   [ Loïc Minier ]
   * pbuilder: add support for setting the architecture on the command-line
 and in pbuilderrc.
   * pdebuild: add support for setting the architecture on the command-line
 and in pbuilderrc; closes: #516625.
   * Set testsuite mirror depending on FQDN.
   * Always prepend --include=apt to debootstrap args; this is needed when
 using --variant=buildd which doesn't include apt since pbuilder calls
 apt-get in the chroot.  Note that this can still be overrident by the
 end-user by passing another --include= flag via DEBOOTSTRAPOPTS since
 these flags aren't cumulative in debootstrap.
   * Update testsuite logs; note that update-squeeze-sid-experimental fails
 due to #563049.
Checksums-Sha1: 
 0b90ae5e5ade697238a92720d024eb4e765220c5 1146 

Bug#563325: spamassassin: since 1 Jan 2010, FH_DATE_PAST_20XX is triggering on all emails

2010-01-02 Thread A Mennucc
On Fri, Jan 01, 2010 at 06:59:44PM -0500, Noah Meyerhans wrote:
 This was fixed for both unstable, volatile, and stable (via
 stable-proposed-updates) earlier today.

thanks a lot!

a.



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



Bug#549987: marked as done (halevt cannot be installed due to missing deps)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 12:18:27 +
with message-id e1nr2w7-00052c...@ries.debian.org
and subject line Bug#549987: fixed in halevt 0.1.5-2
has caused the Debian Bug report #549987,
regarding halevt cannot be installed due to missing deps
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.)


-- 
549987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: halevt
Version: 0.1.5-1
Severity: important

The following message appears during aptitude install halevt:

Setting up halevt (0.1.5-1) ...
Installing new version of config file /etc/init.d/halevt ...
/var/lib/dpkg/info/halevt.postinst: line 35: polkit-auth: command not found
/var/lib/dpkg/info/halevt.postinst: line 37: polkit-auth: command not found
dpkg: error processing halevt (--configure):
 subprocess post-installation script returned error exit status 127


Have you missed to add policykit to the deps?
 
-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (300, 'testing'), (200, 'unstable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686-bigmem (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 halevt depends on:
ii  adduser 3.110add and remove users and groups
ii  hal 0.5.11-8 Hardware Abstraction Layer
ii  libboolstuff-0.1-0  0.1.11-1 library for operating on boolean e
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-5  simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libhal1 0.5.11-8 Hardware Abstraction Layer - share
ii  libxml2 2.7.5.dfsg-1 GNOME XML library

halevt recommends no packages.

halevt suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: halevt
Source-Version: 0.1.5-2

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

halevt_0.1.5-2.diff.gz
  to main/h/halevt/halevt_0.1.5-2.diff.gz
halevt_0.1.5-2.dsc
  to main/h/halevt/halevt_0.1.5-2.dsc
halevt_0.1.5-2_amd64.deb
  to main/h/halevt/halevt_0.1.5-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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli z...@debian.org (supplier of updated halevt 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: Sat, 02 Jan 2010 12:16:21 +0100
Source: halevt
Binary: halevt
Architecture: source amd64
Version: 0.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 halevt - Generic handler for HAL events
Closes: 549987 561470
Changes: 
 halevt (0.1.5-2) unstable; urgency=low
 .
   * QA upload.
   * Orphan package properly, as the maintainer field in debian/control was
 still referring to the last maintainer (see #562131 for reference)
   * Add dependency on policykit, since polkit-auth is relied upon by
 postinst. (Closes: #549987, #561470)
   * Add missing dep on ${misc:Depends}
   * Add missing dep on recent dpkg or install-info
   * Avoid installing /usr/share/info/dir.gz
Checksums-Sha1: 
 ead2f98dd0f0c552dec07dd41c1376e20f372546 1106 halevt_0.1.5-2.dsc
 f0da9d62c67bfa14ee23f40d767f304cd89937ae 8119 halevt_0.1.5-2.diff.gz
 e0a7d8077bc0cba045f2ad833b53e1ac3ed4fe51 61200 halevt_0.1.5-2_amd64.deb
Checksums-Sha256: 
 536b281b81aecb56b93f953f1e4dbee55cf6d9fe9e9f0b861ebe169a881439cd 1106 
halevt_0.1.5-2.dsc
 c85d04b2f5051f478572029ac5ed7a13a3aa979478374a13da617e557dc72f49 8119 
halevt_0.1.5-2.diff.gz
 401506243efaf7a9dabeebf8b8af38c3a234b75b8479d6fffb463d32a73e5dec 61200 
halevt_0.1.5-2_amd64.deb
Files: 
 e75fe3cc434312d7c0340b2ddb2552ec 1106 admin optional halevt_0.1.5-2.dsc
 

Bug#549987: marked as done (halevt cannot be installed due to missing deps)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 12:18:27 +
with message-id e1nr2w7-00052i...@ries.debian.org
and subject line Bug#561470: fixed in halevt 0.1.5-2
has caused the Debian Bug report #561470,
regarding halevt cannot be installed due to missing deps
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.)


-- 
561470: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: halevt
Version: 0.1.5-1
Severity: important

The following message appears during aptitude install halevt:

Setting up halevt (0.1.5-1) ...
Installing new version of config file /etc/init.d/halevt ...
/var/lib/dpkg/info/halevt.postinst: line 35: polkit-auth: command not found
/var/lib/dpkg/info/halevt.postinst: line 37: polkit-auth: command not found
dpkg: error processing halevt (--configure):
 subprocess post-installation script returned error exit status 127


Have you missed to add policykit to the deps?
 
-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (300, 'testing'), (200, 'unstable'), (100, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686-bigmem (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 halevt depends on:
ii  adduser 3.110add and remove users and groups
ii  hal 0.5.11-8 Hardware Abstraction Layer
ii  libboolstuff-0.1-0  0.1.11-1 library for operating on boolean e
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-5  simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libhal1 0.5.11-8 Hardware Abstraction Layer - share
ii  libxml2 2.7.5.dfsg-1 GNOME XML library

halevt recommends no packages.

halevt suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: halevt
Source-Version: 0.1.5-2

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

halevt_0.1.5-2.diff.gz
  to main/h/halevt/halevt_0.1.5-2.diff.gz
halevt_0.1.5-2.dsc
  to main/h/halevt/halevt_0.1.5-2.dsc
halevt_0.1.5-2_amd64.deb
  to main/h/halevt/halevt_0.1.5-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 561...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli z...@debian.org (supplier of updated halevt 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: Sat, 02 Jan 2010 12:16:21 +0100
Source: halevt
Binary: halevt
Architecture: source amd64
Version: 0.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 halevt - Generic handler for HAL events
Closes: 549987 561470
Changes: 
 halevt (0.1.5-2) unstable; urgency=low
 .
   * QA upload.
   * Orphan package properly, as the maintainer field in debian/control was
 still referring to the last maintainer (see #562131 for reference)
   * Add dependency on policykit, since polkit-auth is relied upon by
 postinst. (Closes: #549987, #561470)
   * Add missing dep on ${misc:Depends}
   * Add missing dep on recent dpkg or install-info
   * Avoid installing /usr/share/info/dir.gz
Checksums-Sha1: 
 ead2f98dd0f0c552dec07dd41c1376e20f372546 1106 halevt_0.1.5-2.dsc
 f0da9d62c67bfa14ee23f40d767f304cd89937ae 8119 halevt_0.1.5-2.diff.gz
 e0a7d8077bc0cba045f2ad833b53e1ac3ed4fe51 61200 halevt_0.1.5-2_amd64.deb
Checksums-Sha256: 
 536b281b81aecb56b93f953f1e4dbee55cf6d9fe9e9f0b861ebe169a881439cd 1106 
halevt_0.1.5-2.dsc
 c85d04b2f5051f478572029ac5ed7a13a3aa979478374a13da617e557dc72f49 8119 
halevt_0.1.5-2.diff.gz
 401506243efaf7a9dabeebf8b8af38c3a234b75b8479d6fffb463d32a73e5dec 61200 
halevt_0.1.5-2_amd64.deb
Files: 
 e75fe3cc434312d7c0340b2ddb2552ec 1106 admin optional halevt_0.1.5-2.dsc
 

Bug#561470: marked as done (fails to install)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 12:18:27 +
with message-id e1nr2w7-00052i...@ries.debian.org
and subject line Bug#561470: fixed in halevt 0.1.5-2
has caused the Debian Bug report #561470,
regarding fails to install
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.)


-- 
561470: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: halevt
Version: 0.1.5-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. 

From the attached log (scroll to the bottom...):

  Setting up halevt (0.1.5-1.1) ...
  Creating a user 'halevt'...
  adduser: Warning: The home directory `/var/lib/halevt' does not belong to 
the user you are currently creating.
  /var/lib/dpkg/info/halevt.postinst: line 35: polkit-auth: command not found
  /var/lib/dpkg/info/halevt.postinst: line 37: polkit-auth: command not found
  dpkg: error processing halevt (--configure):
   subprocess installed post-installation script returned error exit status 
127
  Errors were encountered while processing:
   halevt
  E: Sub-process /usr/bin/dpkg returned an error code (1)


regards,
Holger
Start: 2009-12-07 23:00:50 UTC

Package: halevt
Priority: optional
Section: admin
Installed-Size: 292
Maintainer: Mike O'Connor s...@debian.org
Architecture: amd64
Version: 0.1.5-1.1
Depends: libboolstuff-0.1-0, libc6 (= 2.3), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 0.78), libglib2.0-0 (= 2.12.0), libhal1 (= 0.5.8.1), libxml2 (= 2.7.4), adduser, hal
Filename: pool/main/h/halevt/halevt_0.1.5-1.1_amd64.deb
Size: 61064
MD5sum: cfb05ff6465b0111fa2c877ef70f04ec
SHA1: cfa53f0026b2fbef76961b44f9e6d7c6b5c09f1a
SHA256: 591e72679150561a6c66fc3d1f03025280baea61e3297a3bafce6ee2e408b1dc
Description: Generic handler for HAL events
 halevt is a daemon that acts as a policy agent on top of HAL. It
 listens to HAL events and reacts with user-configurable
 actions.  It is a reimplementation of ivman project.
 .
 Among other things, halevt is useful as an automount daemon that will mount
 removable devices but with a much smaller set of dependencies than tools such
 as gnome-volume-manager.
Homepage: http://www.environnement.ens.fr/perso/dumas/halevt.html
Tag: implemented-in::c, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --skip-minimize --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ halevt
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.38~20091207 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --skip-minimize --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ halevt
0m0.0s INFO: Running on: Linux piatti 2.6.31.6-dsa-amd64 #1 SMP Fri Dec 4 17:10:44 CET 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpnjVHjJ
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpnjVHjJ
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', '-zxf', 'squeeze.tar.gz']
0m3.3s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', '-zxf', 'squeeze.tar.gz']
0m3.3s DEBUG: Created policy-rc.d and chmodded it.
0m3.3s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', 'apt-get', 'update']
0m5.6s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Get:2 http://piatti.debian.org squeeze Release [89.5kB]
  Ign http://piatti.debian.org squeeze/main Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/contrib Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/non-free Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/main Packages
  Ign http://piatti.debian.org squeeze/contrib Packages
  Ign http://piatti.debian.org squeeze/non-free Packages
  Get:3 http://piatti.debian.org squeeze/main Packages [7947kB]
  Get:4 http://piatti.debian.org squeeze/contrib Packages [60.5kB]
  Get:5 http://piatti.debian.org squeeze/non-free Packages [114kB]
 

Bug#561470: marked as done (fails to install)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 12:18:27 +
with message-id e1nr2w7-00052c...@ries.debian.org
and subject line Bug#549987: fixed in halevt 0.1.5-2
has caused the Debian Bug report #549987,
regarding fails to install
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.)


-- 
549987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: halevt
Version: 0.1.5-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. 

From the attached log (scroll to the bottom...):

  Setting up halevt (0.1.5-1.1) ...
  Creating a user 'halevt'...
  adduser: Warning: The home directory `/var/lib/halevt' does not belong to 
the user you are currently creating.
  /var/lib/dpkg/info/halevt.postinst: line 35: polkit-auth: command not found
  /var/lib/dpkg/info/halevt.postinst: line 37: polkit-auth: command not found
  dpkg: error processing halevt (--configure):
   subprocess installed post-installation script returned error exit status 
127
  Errors were encountered while processing:
   halevt
  E: Sub-process /usr/bin/dpkg returned an error code (1)


regards,
Holger
Start: 2009-12-07 23:00:50 UTC

Package: halevt
Priority: optional
Section: admin
Installed-Size: 292
Maintainer: Mike O'Connor s...@debian.org
Architecture: amd64
Version: 0.1.5-1.1
Depends: libboolstuff-0.1-0, libc6 (= 2.3), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 0.78), libglib2.0-0 (= 2.12.0), libhal1 (= 0.5.8.1), libxml2 (= 2.7.4), adduser, hal
Filename: pool/main/h/halevt/halevt_0.1.5-1.1_amd64.deb
Size: 61064
MD5sum: cfb05ff6465b0111fa2c877ef70f04ec
SHA1: cfa53f0026b2fbef76961b44f9e6d7c6b5c09f1a
SHA256: 591e72679150561a6c66fc3d1f03025280baea61e3297a3bafce6ee2e408b1dc
Description: Generic handler for HAL events
 halevt is a daemon that acts as a policy agent on top of HAL. It
 listens to HAL events and reacts with user-configurable
 actions.  It is a reimplementation of ivman project.
 .
 Among other things, halevt is useful as an automount daemon that will mount
 removable devices but with a much smaller set of dependencies than tools such
 as gnome-volume-manager.
Homepage: http://www.environnement.ens.fr/perso/dumas/halevt.html
Tag: implemented-in::c, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --skip-minimize --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ halevt
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.38~20091207 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --skip-minimize --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ halevt
0m0.0s INFO: Running on: Linux piatti 2.6.31.6-dsa-amd64 #1 SMP Fri Dec 4 17:10:44 CET 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpnjVHjJ
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpnjVHjJ
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', '-zxf', 'squeeze.tar.gz']
0m3.3s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', '-zxf', 'squeeze.tar.gz']
0m3.3s DEBUG: Created policy-rc.d and chmodded it.
0m3.3s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpnjVHjJ', 'apt-get', 'update']
0m5.6s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Get:2 http://piatti.debian.org squeeze Release [89.5kB]
  Ign http://piatti.debian.org squeeze/main Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/contrib Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/non-free Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/main Packages
  Ign http://piatti.debian.org squeeze/contrib Packages
  Ign http://piatti.debian.org squeeze/non-free Packages
  Get:3 http://piatti.debian.org squeeze/main Packages [7947kB]
  Get:4 http://piatti.debian.org squeeze/contrib Packages [60.5kB]
  Get:5 http://piatti.debian.org squeeze/non-free Packages [114kB]
 

Bug#562228: marked as done (Not installable. Program name ( /usr/bin/smem) already exists in the secure-delete package)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 12:24:01 +
with message-id e1nr31v-0005ox...@ries.debian.org
and subject line Bug#562228: fixed in smem 0.9-2
has caused the Debian Bug report #562228,
regarding Not installable. Program name ( /usr/bin/smem) already exists in the 
secure-delete package
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.)


-- 
562228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: smem
Version: 0.9-1
Severity: critical
Justification: breaks unrelated software

smem package binary has same name  as program in the secure-delete package, 
(usr/bin/smem).  


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

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

Versions of packages smem depends on:
ii  python2.5.4-4An interactive high-level object-o

Versions of packages smem recommends:
ii  python-matplotlib 0.99.1.2-1 Python based plotting system in a 

smem suggests no packages.


---End Message---
---BeginMessage---
Source: smem
Source-Version: 0.9-2

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

smem_0.9-2.debian.tar.gz
  to main/s/smem/smem_0.9-2.debian.tar.gz
smem_0.9-2.dsc
  to main/s/smem/smem_0.9-2.dsc
smem_0.9-2_all.deb
  to main/s/smem/smem_0.9-2_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 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michal Čihař ni...@debian.org (supplier of updated smem 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: Sat, 02 Jan 2010 12:33:45 +0100
Source: smem
Binary: smem
Architecture: source all
Version: 0.9-2
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 smem   - memory reporting tool
Closes: 562228
Changes: 
 smem (0.9-2) unstable; urgency=low
 .
   * Use bash for capture example, it uses bashisms which are not easy to
 avoid.
   * Add conflict with secure-delete which also provides smem binary
 (Closes: #562228).
Checksums-Sha1: 
 b94925b152d99ecbdd229b6a70bb5801daaefd09 1197 smem_0.9-2.dsc
 ffb8c754dc68c19ec58d6f7b585ab406cb2966f6 2292 smem_0.9-2.debian.tar.gz
 3e11bd0091af14fc91b4a5714b7f9d094de4c7f9 10420 smem_0.9-2_all.deb
Checksums-Sha256: 
 21c0c66aea6f32ae3ba153af9dcb1ee49a83e489fbd65ba3bf95531724fca48f 1197 
smem_0.9-2.dsc
 525041d9cc11e6cbffcd7723aac68609a77e0b3d2cb520d051ac908b049e1a43 2292 
smem_0.9-2.debian.tar.gz
 7b9d5176a7136cca08b6cfe03f8807ce5d772f002a35c457398236ed6e803c6a 10420 
smem_0.9-2_all.deb
Files: 
 2432a4ea768672e6ad9c186b02991752 1197 utils extra smem_0.9-2.dsc
 705d2839d40e03d4b08c3b2669d39efc 2292 utils extra smem_0.9-2.debian.tar.gz
 4ba4203407ff75a47cf243c34ae464db 10420 utils extra smem_0.9-2_all.deb

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

iEYEARECAAYFAks/L1IACgkQ3DVS6DbnVgReqACff04HH726HPVkC++AgxO3CTQe
4H0An2cE63rfeEuaBXsMQopC2N+VFNFm
=Lo+r
-END PGP SIGNATURE-


---End Message---


Bug#553550: Some change to the package of MLMMJ

2010-01-02 Thread Daniel Walrond
On Sat, Jan 02, 2010 at 08:22:42AM +0800, Thomas Goirand wrote:
 
 As it's been now 2 months that #553550 has been sent to you without any
 work on it, I have worked on your package. Please find, attached to this
 message, a new diff.gz correcting the following (from debian/changelog):

Can you send the diff.gz attachment you seem to have missed it off your
last email.

 
   * Moved files from /var/www/mlmmj-php-web to /usr/share/mlmmj-php-web
 and same for mlmmj-php-web-admin (Closes: #553550).
   * Added dependency to mlmmj for the mlmmj-php-web package.
   * Added ${misc:Depends} dependency for both mlmmj-php-web and
 mlmmj-php-web-admin packages.
   * Bumped Standard-Version: to 3.8.3.
   * Added descriptions in all dpatch patches.
   * Added a README.source
   * Wrote a more comprehensive long description.
   * Removed useless /usr/sbin dir in the mlmmj package.
   * Removed homepage from long description, added a homepage field, and
 used the correct new URL (mlmmj.org).
 
 Please upload the correction. Also, there are lots of other issues in
 your package, please fix all the lintian warnings, especially:

There's quite a few issues with the 1.2.15 packagening. I have a half
finished 1.2.16 package and your diff will be helpful to finish that
off. So do email me it.

 On my side, I'm having a look at all the upstream manpages
 and will try to have them all fixed there.

Excellent :)


Dan



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



Bug#563379: Compilation failure of ptex-bin

2010-01-02 Thread han_pen
Package: texlive-binaries
Version: 2009-5
Severity: serious

The following errors go out when I compile ptex-bin.
___
Setting up ptex-bin (3.1.10+0.04b-2.1) ...
mktexlsr: Updating /usr/local/share/texmf/ls-R... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVE... 
mktexlsr: Updating /var/lib/texmf/ls-R... 
mktexlsr: Done.
Running fmtutil-sys. This may take some time. ...
fmtutil: running `ptex -ini   -jobname=ptex -progname=ptex ptex.ini' ...
*** glibc detected *** ptex: free(): invalid pointer: 0x00eb0bc1 ***
=== Backtrace: =
/lib/libc.so.6[0x7f0546ec1d56]
/lib/libc.so.6(cfree+0x6c)[0x7f0546ec69bc]
/usr/lib/libkpathsea.so.4[0x7f05474302aa]
/usr/lib/libkpathsea.so.4(kpse_fontmap_lookup+0xd9)[0x7f0547430509]
/usr/lib/libkpathsea.so.4(kpse_find_file+0x2f9)[0x7f054742ce49]
ptex[0x43fa6a]
ptex[0x4297b4]
ptex[0x434656]
ptex[0x40811e]
ptex[0x43b84d]
ptex[0x40d219]
ptex[0x43ee4e]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7f0546e6fabd]
ptex[0x401bc9]
=== Memory map: 
0040-00449000 r-xp  08:05 1314587
/usr/bin/ptex
00649000-0064a000 rw-p 00049000 08:05 1314587
/usr/bin/ptex
0064a000-006cd000 rw-p  00:00 0 
00ad9000-00ee4000 rw-p  00:00 0  [heap]
7f053c00-7f053c021000 rw-p  00:00 0 
7f053c021000-7f054000 ---p  00:00 0 
7f0543ca-7f0543cb6000 r-xp  08:03 131130 
/lib/libgcc_s.so.1
7f0543cb6000-7f0543eb5000 ---p 00016000 08:03 131130 
/lib/libgcc_s.so.1
7f0543eb5000-7f0543eb6000 rw-p 00015000 08:03 131130 
/lib/libgcc_s.so.1
7f0543ee8000-7f0546e51000 rw-p  00:00 0 
7f0546e51000-7f0546f9b000 r-xp  08:03 131501 
/lib/libc-2.10.2.so
7f0546f9b000-7f054719b000 ---p 0014a000 08:03 131501 
/lib/libc-2.10.2.so
7f054719b000-7f054719f000 r--p 0014a000 08:03 131501 
/lib/libc-2.10.2.so
7f054719f000-7f05471a rw-p 0014e000 08:03 131501 
/lib/libc-2.10.2.so
7f05471a-7f05471a5000 rw-p  00:00 0 
7f05471a5000-7f0547226000 r-xp  08:03 131419 
/lib/libm-2.10.2.so
7f0547226000-7f0547425000 ---p 00081000 08:03 131419 
/lib/libm-2.10.2.so
7f0547425000-7f0547426000 r--p 0008 08:03 131419 
/lib/libm-2.10.2.so
7f0547426000-7f0547427000 rw-p 00081000 08:03 131419 
/lib/libm-2.10.2.so
7f0547427000-7f0547438000 r-xp  08:05 1433791
/usr/lib/libkpathsea.so.4.0.0
7f0547438000-7f0547638000 ---p 00011000 08:05 1433791
/usr/lib/libkpathsea.so.4.0.0
7f0547638000-7f0547639000 rw-p 00011000 08:05 1433791
/usr/lib/libkpathsea.so.4.0.0
7f0547639000-7f054763c000 rw-p  00:00 0 
7f054763c000-7f0547659000 r-xp  08:03 131425 
/lib/ld-2.10.2.so
7f05476cb000-7f0547823000 rw-p  00:00 0 
7f0547824000-7f0547858000 rw-p  00:00 0 
7f0547858000-7f0547859000 r--p 0001c000 08:03 131425 
/lib/ld-2.10.2.so
7f0547859000-7f054785a000 rw-p 0001d000 08:03 131425 
/lib/ld-2.10.2.so
7fff413f3000-7fff41409000 rw-p  00:00 0  [stack]
7fff4143a000-7fff4143b000 r-xp  00:00 0  [vdso]
ff60-ff601000 r-xp  00:00 0  
[vsyscall]
/usr/bin/fmtutil: line 341:  6874 Aborted ${1+$@}
Error: `ptex -ini  -jobname=ptex -progname=ptex ptex.ini' failed

###
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/lib/texmf/web2c
for details.
###

This is a summary of all `failed' messages:
`ptex -ini  -jobname=ptex -progname=ptex ptex.ini' failed
dpkg: error processing ptex-bin (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 ptex-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

___
ptex-bin 3.1.10+0.04b-2.1
libc62.10.2-2
libkpathsea4 2007.dfsg.2-8 
libkpathsea5 2009-5



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



Processed: tagging 535276

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 535276 + sid squeeze
Bug #535276 {Done: Rene Engelhard r...@debian.org} [petsc] FTBFS with new 
dpkg-dev
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#563380: libgpgme-ruby1.8: /usr/lib/ruby/1.8/gpgme.rb:898:in `new': Unknown error code (GPGME::Error)

2010-01-02 Thread Jérémy Bobbio
Package: libgpgme-ruby1.8
Version: 1.0.6-1
Severity: grave
Justification: renders package unusable

Hi!

The version of libgpgme-ruby1.8 currently in Debian is not compatible with the
version of libgpgme actually in Debian.

Every examples shipped with the package fail like the following:

  @.../libgpgme-ruby1.8/examples$ ./keylist.rb 
  /usr/lib/ruby/1.8/gpgme.rb:898:in `new': Unknown error code (GPGME::Error)
from /usr/lib/ruby/1.8/gpgme.rb:415:in `list_keys'
from ./keylist.rb:4

I suspected an issue with like the one described on the bugtracker of
ruby-gpgme [1] about a missing call to GPGME::check_version, but it looks like
this is another issue.

[1] http://rubyforge.org/tracker/index.php?func=detailaid=27203group_id=2369atid=9203

This problem breaks schleuder in sid, so a fix or an updated version
would be very much welcome.

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

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

Versions of packages libgpgme-ruby1.8 depends on:
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libgpg-error01.6-1   library for common error values an
ii  libgpgme11   1.2.0-1.2   GPGME - GnuPG Made Easy
ii  libruby1.8   1.8.7.174-3 Libraries necessary to run Ruby 1.
ii  ruby1.8  1.8.7.174-3 Interpreter of object-oriented scr

libgpgme-ruby1.8 recommends no packages.

libgpgme-ruby1.8 suggests no packages.

-- no debconf information

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Processed (with 1 errors): Re: Bug#563379: Compilation failure of ptex-bin

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 563379 ptex-bin
Bug #563379 [texlive-binaries] Compilation failure of ptex-bin
Bug reassigned from package 'texlive-binaries' to 'ptex-bin'.
Bug No longer marked as found in versions texlive-bin/2009-5.
 merge 561427 563379
Bug#561427: ptex-bin: Can't install the package at TeX Live 2009
Bug#563379: Compilation failure of ptex-bin
Mismatch - only Bugs in same state can be merged:
Values for `severity' don't match:
 #561427 has `grave';
 #563379 has `serious'

 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#563379: Compilation failure of ptex-bin

2010-01-02 Thread Norbert Preining
reassign 563379 ptex-bin
merge 561427 563379
thanks

The log shows *clearly* that ptex crashed ... why do you related that
to texlive-binaries?

And checking the bug reports of ptex-bin you *could* have seen a long
discussion in the resp bug report (see above for number).

reassigning, merging.

On Sa, 02 Jan 2010, han_...@excite.co.jp wrote:
 fmtutil: running `ptex -ini   -jobname=ptex -progname=ptex ptex.ini' ...
 *** glibc detected *** ptex: free(): invalid pointer: 0x00eb0bc1 ***
 === Backtrace: =
 /lib/libc.so.6[0x7f0546ec1d56]
 /lib/libc.so.6(cfree+0x6c)[0x7f0546ec69bc]
 /usr/lib/libkpathsea.so.4[0x7f05474302aa]
 /usr/lib/libkpathsea.so.4(kpse_fontmap_lookup+0xd9)[0x7f0547430509]
 /usr/lib/libkpathsea.so.4(kpse_find_file+0x2f9)[0x7f054742ce49]
 ptex[0x43fa6a]
 ptex[0x4297b4]
 ptex[0x434656]
 ptex[0x40811e]
 ptex[0x43b84d]
 ptex[0x40d219]
 ptex[0x43ee4e]
 /lib/libc.so.6(__libc_start_main+0xfd)[0x7f0546e6fabd]
 ptex[0x401bc9]
 === Memory map: 



Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

AMBLESIDE (n.)
A talk given about the Facts of Life by a father to his son whilst
walking in the garden on a Sunday afternoon.
--- 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: tagging 560679

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 560679 sid squeeze
Bug #560679 [src:taxbird] taxbird: FTBFS: Nonexistent build-dependency: 
libgtkhtml3.8-dev
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 560674

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 560674 sid squeeze
Bug #560674 [src:libsyncml] libsyncml: FTBFS: Nonexistent build-dependency: 
libsoup2.2-dev
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Processed (with 1 errors): Re: Bug#563379: Compilation failure of ptex-bin

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 563379 grave
Bug #563379 [ptex-bin] Compilation failure of ptex-bin
Severity set to 'grave' from 'serious'

 merge 561427 563379
Bug#561427: ptex-bin: Can't install the package at TeX Live 2009
Bug#563379: Compilation failure of ptex-bin
Merged 561427 563379.

 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: Re: error: conflicting types for 'getline'

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 552817 sid squeeze
Bug #552817 [src:xpilot-ng] xpilot-ng: FTBFS: textinterface.c:40: error: 
conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552826 sid squeeze
Bug #552826 [src:mathopd] mathopd: FTBFS: request.c:213: error: conflicting 
types for 'getline'
Added tag(s) squeeze and sid.
 tag 552832 sid squeeze
Bug #552832 [src:screader] screader: FTBFS: tts.c:73: error: conflicting types 
for 'getline'
Added tag(s) squeeze and sid.
 tag 552834 sid squeeze
Bug #552834 {Done: Artur R. Czechowski artu...@hell.pl} [src:metamail] 
metamail: FTBFS: uue.c:33: error: conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552854 sid squeeze
Bug #552854 [src:sqlitebrowser] sqlitebrowser: FTBFS: sqlbrowser_util.c:399: 
error: conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552862 sid squeeze
Bug #552862 {Done: Cyril Brulebois k...@debian.org} [src:postman] postman: 
FTBFS: cgi-lib.c:238: error: conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552871 sid squeeze
Bug #552871 [src:mailto] mailto: FTBFS: util.c:96: error: conflicting types for 
'getline'
Added tag(s) squeeze and sid.
 tag 552874 sid squeeze
Bug #552874 [src:qpopper] qpopper: FTBFS: popper.c:149: error: conflicting 
types for 'getline'
Added tag(s) squeeze and sid.
 tag 552876 sid squeeze
Bug #552876 {Done: Atsuhito KOHDA ko...@debian.org} [src:vftool] vftool: 
FTBFS: mkvsyvf.c:72: error: conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552902 sid squeeze
Bug #552902 {Done: Marco Rodrigues goth...@sapo.pt} [src:texfam] texfam: 
FTBFS: tangleboot.h:34: error: conflicting types for 'getline'
Added tag(s) squeeze and sid.
 tag 552903 sid squeeze
Bug #552903 [src:epwutil] epwutil: FTBFS: catdump.c:204: error: conflicting 
types for 'getline'
Added tag(s) squeeze and sid.
 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: Re: Bug#563379: Compilation failure of ptex-bin

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 563379 grave
Bug #563379 [ptex-bin] Compilation failure of ptex-bin
Bug #561427 [ptex-bin] ptex-bin: Can't install the package at TeX Live 2009
Ignoring request to change severity of Bug 563379 to the same value.
Ignoring request to change severity of Bug 561427 to the same value.
 merge 561427 563379
Bug#561427: ptex-bin: Can't install the package at TeX Live 2009
Bug#563379: Compilation failure of ptex-bin
Merged 561427 563379.


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#561427: Statically linked ptex also crashes

2010-01-02 Thread Norbert Preining
Dear all,

I have prepared an NMU for ptex-bin that fixes that problem using 
the approach by Yoshino-san with libkpathsea5.

source (no .orig.tar.gz) and binary for am64 are at
deb http://people.debian.org/~preining/TeX/ ptex/
if someone with some Japanese ptex-needing documents can test that
it would be great.

Afterwards I will upload it to DELAYED-something queue.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

CURRY MALLET (n.)
A large wooden or rubber cub which poachers use to despatch cats or
other game which they can only sell to Indian resturants. For
particulary small cats the price obtainable is not worth the cost of
expending ammunition.
--- 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: tagging 562303, tagging 562340, tagging 562311

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 562303 squeeze sid
Bug #562303 [src:cxref] cxref: FTBFS: Nonexistent build-dependency: tetex-base
Added tag(s) sid and squeeze.
 tags 562340 squeeze sid
Bug #562340 [src:magnus] magnus: FTBFS: Nonexistent build-dependency: tetex-base
Added tag(s) sid and squeeze.
 tags 562311 squeeze sid
Bug #562311 [src:abntex] abntex: FTBFS: Nonexistent build-dependency: 
tetex-extra
Added tag(s) sid and squeeze.

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#563384: rt2500-source fails to build with kernel 2.6.32-trunk

2010-01-02 Thread Gergely D.
Package: rt2500-source
Version: 1:1.1.0-b4+cvs20090424-2
Severity: grave
Justification: renders package unusable


rt2500-source fails to build with kernel 2.6.32-trunk-686.

module-assitant's buildlog:
touch config.mk \
 /usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/rt2500'
make[1]: Leaving directory `/usr/src/modules/rt2500'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/rt2500'
touch config.mk \
 /usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/rt2500'
make[2]: Leaving directory `/usr/src/modules/rt2500'
dh_clean
dh_clean: Compatibility levels before 5 are deprecated.
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.32-trunk-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modused -e 's/##KVERS##/2.6.32-trunk-
686/g ;s/#KVERS#/2.6.32-trunk-686/g ; s/_KV  done
# Install module
dh_installdirs lib/modules/2.6.32-trunk-686/kernel/drivers/net/wireless
dh_installdirs: Compatibility levels before 5 are deprecated.
# Build modules
/usr/bin/make KERNDIR=/lib/modules/2.6.32-trunk-686/build PATCHLEVEL=6
make[2]: Entering directory `/usr/src/modules/rt2500'
make[3]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
  Building modules, stage 2.
  MODPOST 0 modules
make[3]: Leaving directory `/usr/src/linux-headers-2.6.32-trunk-686'
rt2500.ko failed to build!
make[2]: *** [module] Error 1
make[2]: Leaving directory `/usr/src/modules/rt2500'
make[1]: *** [binary_modules] Error 2
make[1]: Leaving directory `/usr/src/modules/rt2500'
make: *** [kdist_build] Error 2

Unfortunately using the rt2x00 driver (which is in the kernel) is not an option:
it connects with AP, but connection is slow or not usable at all. See:
http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5t=4579 for more
details.

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

Kernel: Linux 2.6.32-trunk-686 (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 rt2500-source depends on:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  debhelper 7.4.11 helper programs for debian/rules
ii  module-assistant  0.11.1 tool to make module package creati

Versions of packages rt2500-source recommends:
ii  wireless-tools30~pre9-3  Tools for manipulating Linux Wirel

Versions of packages rt2500-source suggests:
ii  rutilt0.16-2 Configuration tool for rt2x00 wire

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

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 549729 squeeze sid
Bug #549729 [src:sugar-pippy-activity] sugar-pippy-activity: FTBFS: Nonexistent 
build-dependency: python-sugar
Added tag(s) sid and squeeze.

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 549800

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 549800 squeeze sid
Bug #549800 [src:genesis] genesis: FTBFS: Nonexistent build-dependency: 
netcdfg-dev
Added tag(s) sid and squeeze.

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: reassign 562964 to src:bochs

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 562964 src:bochs
Bug #562964 [bochs] bochs: FTBFS missing dependency on docbook
Bug reassigned from package 'bochs' to 'src:bochs'.
Bug No longer marked as found in versions bochs/2.4.2-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



Processed: reassign 545235 to src:k3d, merging 545235 560502

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 545235 src:k3d
Bug #545235 [k3d] k3d needs source changes to build with gcc 4.4
Bug reassigned from package 'k3d' to 'src:k3d'.
Bug No longer marked as found in versions k3d/0.6.7.0-2.4.
 # it is the same FTBFS related to gcc4.4 missing include
 merge 545235 560502
Bug#545235: k3d needs source changes to build with gcc 4.4
Bug#560502: k3d: FTBFS: gzstream.cpp:71: error: 'EOF' was not declared in this 
scope
Merged 545235 560502.


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#548648: grub-pc jumps straight to rescue and prints error: no such disk / file not found

2010-01-02 Thread Josip Rodin
On Sat, Jan 02, 2010 at 02:29:36PM +0100, Josip Rodin wrote:
 I've got two disks and a software RAID setup on the partition that holds
 the /boot directory. I have several Linux software RAID partitions, based
 on this scheme:
 
 sda2+sdb2 - Linux amd64 /
 sda3+sdb3 - Linux i386 /
 sda4+sdb4 - Linux swap
 sda5+sdb5 - Linux /home
 
 The first two become md0, differentiated by old GRUB menu entries -
 Linux parameters raid=noautodetect and md0=first,second ... settings.
 The second two become md1 and md2, respectively, and the fourth array
 is simply left unassembled on the non-applicable architecture.

I forgot about the MBR format and the extended partition so the number
offsets for swap and home are 5 and 6, but either way, the numbers for the
two Linux root partitions are correct.

I later noticed that 'ls /' while changing the root variable gives me a
simple way to detect which is which from the rescue shell. So I then set
root=(md3), and set prefix to use one as well, and am able to get to my
menu by running insmod normal, insmod configfile, configfile
/boot/grub/grub.cfg. Yay!

But then I got briefly derailed again - my autogenerated menu entry for the
amd64 root partition seemed to have the wrong UUID in the 'search' command.
That sounds like a userland issue, because:

% sudo grub-probe -d /dev/sda1 -t fs_uuid
1460509560508002
% sudo grub-probe -d /dev/sda2 -t fs_uuid
18515dea-973e-473b-bddf-74d1cb58e15a
% sudo grub-probe -d /dev/sda3 -t fs_uuid
7e6cdce7-8136-41f0-8a66-997b89ea00fe

And yet after running the update-grub command on the amd64 machine
I still get:

% grep search /boot/grub/grub.cfg | sort -u
search --no-floppy --fs-uuid --set 1460509560508002
search --no-floppy --fs-uuid --set 7e6cdce7-8136-41f0-8a66-997b89ea00fe

It's supposed to detect the amd64 partition (sda2) at least once :)
but it seems to be fixating on the i386 one (sda3).

-- 
 2. That which causes joy or happiness.



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



Processed: tagging 555498

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 555498 sid squeeze
Bug #555498 [antlr] antlr depends on default-jre-headless and something between 
lenny and squeeze makes gpt break
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#562228: fixed in smem 0.9-2

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 562228
Bug #562228 {Done: Michal Čihař ni...@debian.org} [smem] Not installable. 
Program name ( /usr/bin/smem) already exists in the secure-delete package
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 kthxbye
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 517322, tagging 517324

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 517322 sid squeeze
Bug #517322 {Done: Moritz Muehlenhoff j...@debian.org} [ibam] Build-depends 
on deprecated gdk-pixbuf
Added tag(s) squeeze and sid.
 tags 517324 sid squeeze
Bug #517324 {Done: Barry deFreese bdefre...@debian.org} [wmdrawer] 
Build-depends on deprecated gdk-pixbuf
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 521071

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 521071 squeeze sid
Bug #521071 {Done: Josselin Mouette j...@debian.org} 
[stardict-plugin-gucharmap] stardict-plugin-gucharmap: gucharmap plugin still 
linked to (dependent on) an obsolete libgucharmap6
Added tag(s) sid and squeeze.

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#562228: fixed in smem 0.9-2

2010-01-02 Thread Julien Cristau
reopen 562228
kthxbye

On Sat, Jan  2, 2010 at 12:24:01 +, Michal Čihař wrote:
 
  smem (0.9-2) unstable; urgency=low
  .
* Use bash for capture example, it uses bashisms which are not easy to
  avoid.
* Add conflict with secure-delete which also provides smem binary
  (Closes: #562228).

A Conflicts is not an appropriate solution when two packages provide the
same binary (with different functionality, which I assume is the case
here).

Cheers,
Julien



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



Bug#548648: grub-pc jumps straight to rescue and prints error: no such disk / file not found

2010-01-02 Thread Josip Rodin
Hi,

I've reported this bug in the Debian BTS, to no avail, so I'm cc:ing the
upstream address for help.

I've got two disks and a software RAID setup on the partition that holds
the /boot directory. I have several Linux software RAID partitions, based
on this scheme:

sda2+sdb2   - Linux amd64 /
sda3+sdb3   - Linux i386 /
sda4+sdb4   - Linux swap
sda5+sdb5   - Linux /home

The first two become md0, differentiated by old GRUB menu entries -
Linux parameters raid=noautodetect and md0=first,second ... settings.
The second two become md1 and md2, respectively, and the fourth array
is simply left unassembled on the non-applicable architecture.

On the amd64 partition I installed the new grub (1.97whatever), using all of:

# grub-install /dev/md0
# grub-install /dev/sda
# grub-install /dev/sdb

All of those reported the identical message:

Installation finished. No error reported.

Yet after a reboot I now still can't get any further than:

Welcome to GRUB!

Entering rescue mode...
error: file not found
grub rescue 

Since this is my primary development machine that is wedged, this is most
unpleasant...

I had also tried to add --modules=ext2 raid mdraid ntfs to make sure it
has all the drivers early, but that didn't help much.

Based on information at
http://grub.enbug.org/Manual#head-d782c3ed07197a089c4fdf66abce08744adcc0eb
I tried to run help, but that says it's an unknown command. D'oh!

I tried to get insmod /boot/grub/normal.mod, but that repeated the
file-not-found error.

I then tried an assortment of commands guessing names from /boot/grub/*.mod
files and I seem to have the command ls which outputs all the partitions
in a space-separated list, including (md0), (md1), (md2), (md3), as well as
all the numerous (hd*) entries. So it seems to have assembled all four
software RAID arrays, but I don't know which is which.

The command set also works, and it displays:

prefix=(md0)/boot/grub
root=(md0)

Because of my non-trivial setup, I'm guessing something related to md0
initialization confused grub, but I've no idea what because it's not saying
anything useful.

So I tried guessing my way out of it - I manually set root and prefix
variables to md1, tried to insmod normal.mod, it repeated the file not found
error. Tried it with md2, it said unknown filesystem - so that might be the
swap. Tried it with md3 - ha! it executed something, cleared the screen and
showed me the intro lines, but again only the rescue shell. Running set
there displays a few more variables, but still no help or anything.

I'll keep trying, but any hints would be most appreciated.

( More supplemental information can be found in the original report
http://bugs.debian.org/548648 )

-- 
 2. That which causes joy or happiness.



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



Processed: Re: FTBFS: Nonexistent build-dependency: tetex-bin

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 562298 squeeze sid
Bug #562298 [src:debian-faq] debian-faq: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562301 squeeze sid
Bug #562301 [src:minlog] minlog: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562306 squeeze sid
Bug #562306 [src:doc-debian] doc-debian: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562307 squeeze sid
Bug #562307 [src:sgml-base-doc] sgml-base-doc: FTBFS: Nonexistent 
build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562310 squeeze sid
Bug #562310 [src:bacula-doc] bacula-doc: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562317 squeeze sid
Bug #562317 {Done: Santiago Vila sanv...@debian.org} [src:doc-debian-es] 
doc-debian-es: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562319 squeeze sid
Bug #562319 [src:chktex] chktex: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562324 squeeze sid
Bug #562324 [src:junior-doc] junior-doc: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562326 squeeze sid
Bug #562326 [src:laptop-net] laptop-net: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562334 squeeze sid
Bug #562334 [src:debiandoc-sgml-doc-pt-br] debiandoc-sgml-doc-pt-br: FTBFS: 
Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562341 squeeze sid
Bug #562341 [src:pyfits] pyfits: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562345 squeeze sid
Bug #562345 [src:clif] clif: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562348 squeeze sid
Bug #562348 [src:latex2rtf] latex2rtf: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562350 squeeze sid
Bug #562350 [src:gap-matrix-schreiersims] gap-matrix-schreiersims: FTBFS: 
Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562354 squeeze sid
Bug #562354 [src:gnucap] gnucap: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562355 squeeze sid
Bug #562355 [src:r5rs-doc] r5rs-doc: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562356 squeeze sid
Bug #562356 [src:userv] userv: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562362 squeeze sid
Bug #562362 [src:boa] boa: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 tag 562365 squeeze sid
Bug #562365 [src:fdutils] fdutils: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562379 squeeze sid
Bug #562379 [src:tetex-brev] tetex-brev: FTBFS: Nonexistent build-dependency: 
tetex-bin
Added tag(s) sid and squeeze.
 tag 562391 squeeze sid
Bug #562391 [src:xconq] xconq: FTBFS: Nonexistent build-dependency: tetex-bin
Added tag(s) sid and squeeze.
 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: Re: error: invalid conversion from 'const char*' to 'char*'

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 560439 squeeze sid
Bug #560439 [src:stardict-tools] stardict-tools: FTBFS: KangXi.cpp:61: error: 
invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560440 squeeze sid
Bug #560440 [src:newpki-lib] newpki-lib: FTBFS: ./ASN1/Asn1Err.cpp:338: error: 
invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560441 squeeze sid
Bug #560441 [src:pearpc] pearpc: FTBFS: file.cc:130: error: invalid conversion 
from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560442 squeeze sid
Bug #560442 [src:tigr-glimmer] tigr-glimmer: FTBFS: gene.cc:449: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560444 squeeze sid
Bug #560444 [src:xevil] xevil: FTBFS: utils.h:241: error: invalid conversion 
from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560445 squeeze sid
Bug #560445 [src:hammerhead] hammerhead: FTBFS: config.cc:94: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560448 squeeze sid
Bug #560448 [src:swfmill] swfmill: FTBFS: swft_import.cpp:13: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560449 squeeze sid
Bug #560449 [src:peercast] peercast: FTBFS: ../../core/common/sys.cpp:748: 
error: invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560451 squeeze sid
Bug #560451 [src:yafray] yafray: FTBFS: src/shaders/basictex.cc:263: error: 
invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560452 squeeze sid
Bug #560452 [src:bincimap] bincimap: FTBFS: convert.h:118: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560455 squeeze sid
Bug #560455 [src:ava] ava: FTBFS: Reports.C:87: error: invalid conversion from 
'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560457 squeeze sid
Bug #560457 [src:xnc] xnc: FTBFS: commonfuncs.cxx:122: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560466 squeeze sid
Bug #560466 [src:libtunepimp] libtunepimp: FTBFS: fileio.cpp:130: error: 
invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560471 squeeze sid
Bug #560471 [src:sidplay] sidplay: FTBFS: args.cpp:105: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560473 squeeze sid
Bug #560473 [src:jlint] jlint: FTBFS: jlint.cc:299: error: invalid conversion 
from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560474 squeeze sid
Bug #560474 [src:mednafen] mednafen: FTBFS: file.cpp:421: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560478 squeeze sid
Bug #560478 {Done: Alexander Zangerl a...@debian.org} [src:intel2gas] 
intel2gas: FTBFS: strhandle.cc:27: error: invalid conversion from 'const char*' 
to 'char*'
Added tag(s) sid and squeeze.
 tag 560485 squeeze sid
Bug #560485 [src:tardy] tardy: FTBFS: common/trace.cc:268: error: invalid 
conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 tag 560488 squeeze sid
Bug #560488 [src:kwavecontrol] kwavecontrol: FTBFS: kencryptiongroup.cpp:180: 
error: invalid conversion from 'const char*' to 'char*'
Added tag(s) sid and squeeze.
 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#531937: NM process - TS 1

2010-01-02 Thread Stefano Zacchiroli
On Fri, Jan 01, 2010 at 04:42:47AM +, Thorsten Glaser wrote:
 tags 531937 + pending
 thanks

On this, I've followed the exchange with the maintainer.  Note how you
get comments about the NMU fixing too many things from him too, I'm
confident you've realized NMU should be minimized now :-)

Given that you're already in touch with Filippo, I believe you don't
need sponsoring help, in case I'm wrong please ping me.

All in all, on my count, I've the following now:

- 1 RC bug closed as invalid
- 1 RC bug patched, will be uploaded by maintainer
- 2 RC bug with upload prepared, but in need of minimization - once
  you have these ready ping me

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



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



Bug#560502: k3d: diff for NMU version 0.6.7.0-2.5

2010-01-02 Thread Stefano Zacchiroli
tags 545235 + pending patch
tags 560502 + pending patch
thanks

Dear maintainer,

I've prepared an NMU for k3d (versioned as 0.6.7.0-2.5) and uploaded it
to DELAYED/2, according to devref §5.11.1.

Regards.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
diff -u k3d-0.6.7.0/debian/changelog k3d-0.6.7.0/debian/changelog
--- k3d-0.6.7.0/debian/changelog
+++ k3d-0.6.7.0/debian/changelog
@@ -1,3 +1,11 @@
+k3d (0.6.7.0-2.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New patch 07_gcc4.4_build to fix FTBFS against gcc 4.4; patch from
+Ubuntu. (Closes: #545235, #560502)
+
+ -- Stefano Zacchiroli z...@debian.org  Sat, 02 Jan 2010 14:36:51 +0100
+
 k3d (0.6.7.0-2.4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u k3d-0.6.7.0/debian/patches/series k3d-0.6.7.0/debian/patches/series
--- k3d-0.6.7.0/debian/patches/series
+++ k3d-0.6.7.0/debian/patches/series
@@ -6,0 +7 @@
+07_gcc4.4_build.patch
only in patch2:
unchanged:
--- k3d-0.6.7.0.orig/debian/patches/07_gcc4.4_build.patch
+++ k3d-0.6.7.0/debian/patches/07_gcc4.4_build.patch
@@ -0,0 +1,36 @@
+Index: k3d-0.6.7.0/k3dsdk/gzstream.cpp
+===
+--- k3d-0.6.7.0.orig/k3dsdk/gzstream.cpp
 k3d-0.6.7.0/k3dsdk/gzstream.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include zlib.h
+ #include string.h
++#include cstdio
+ 
+ namespace k3d
+ {
+Index: k3d-0.6.7.0/k3dsdk/path.cpp
+===
+--- k3d-0.6.7.0.orig/k3dsdk/path.cpp
 k3d-0.6.7.0/k3dsdk/path.cpp
+@@ -30,6 +30,7 @@
+ 
+ #else // K3D_PLATFORM_WIN32
+ 
++	#include cstdio
+ 	#include sys/stat.h
+ 	#include sys/types.h
+ 	#include dirent.h
+Index: k3d-0.6.7.0/modules/jpeg/jpegreader.cpp
+===
+--- k3d-0.6.7.0.orig/modules/jpeg/jpegreader.cpp
 k3d-0.6.7.0/modules/jpeg/jpegreader.cpp
+@@ -29,6 +29,7 @@
+ #include k3dsdk/module.h
+ #include k3dsdk/path.h
+ #include k3dsdk/string_modifiers.h
++#include cstdio
+ 
+ extern C
+ {


Processed: k3d: diff for NMU version 0.6.7.0-2.5

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 545235 + pending patch
Bug #545235 [src:k3d] k3d needs source changes to build with gcc 4.4
Bug #560502 [src:k3d] k3d: FTBFS: gzstream.cpp:71: error: 'EOF' was not 
declared in this scope
Added tag(s) pending.
Added tag(s) pending.
 tags 560502 + pending patch
Bug #560502 [src:k3d] k3d: FTBFS: gzstream.cpp:71: error: 'EOF' was not 
declared in this scope
Bug #545235 [src:k3d] k3d needs source changes to build with gcc 4.4
Ignoring request to alter tags of bug #560502 to the same tags previously set
Ignoring request to alter tags of bug #545235 to the same tags previously set
 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#562190: mac-fdisk: udebs should depend on libc6-udeb instead of libc6

2010-01-02 Thread Frans Pop
On Saturday 02 January 2010, Michael Schmitz wrote:
  I've build tested the attached patch on a porter box and to me the
  result looks good.

 I can build it on my powerbook but testing it (short of installing it on

I have considered doing an NMU, but was scared off by the huge amount of 
compilation warnings.

 that system, which will hardly test whether it works with libc6-udeb) is
 another matter.

That's not a problem. The only thing to check is that the dependency is 
correct.

 What _is_ mac-fdisk udeb still being used for these days?? Maybe time to
 retire it?

I have no idea. powerpc is an architecture I know very little about as I've 
never had the hardware.

If it's still useful for anything, it probably is manual troubleshooting 
and rescue. I've no idea if it offers any advantages over regular fdisk 
and/or parted.

A decision to retire the udebs should be made by the powerpc and m68k [1] 
porters.

Cheers,
FJP

[1] Note that even though m68k is no longer a release arch, it is still 
being maintained to some degree, including D-I support for it.



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



Bug#562228: fixed in smem 0.9-2

2010-01-02 Thread Michal Čihař
Hi

Dne Sat, 2 Jan 2010 13:47:31 +
Julien Cristau jcris...@debian.org napsal(a):

 A Conflicts is not an appropriate solution when two packages provide the
 same binary (with different functionality, which I assume is the case
 here).

Well it was some kind of short term solution, I'm working on proper one
with upstream, but it will take some time...

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#560439: marked as done (stardict-tools: FTBFS: KangXi.cpp:61: error: invalid conversion from 'const char*' to 'char*')

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jan 2010 16:05:38 +0100
with message-id 20100102160538.0c83f...@raptor
and subject line Fixed in 3.0.1-2
has caused the Debian Bug report #560439,
regarding stardict-tools: FTBFS: KangXi.cpp:61: error: invalid conversion from 
'const char*' to 'char*'
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.)


-- 
560439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: stardict-tools
Version: 3.0.1-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -D_REENTRANT 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -g -O2 -MT KangXi.o 
 -MD -MP -MF .deps/KangXi.Tpo -c -o KangXi.o KangXi.cpp
 KangXi.cpp: In function 'void parse_line(const char*)':
 KangXi.cpp:61: error: invalid conversion from 'const char*' to 'char*'
 make[4]: *** [KangXi.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/stardict-tools_3.0.1-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---
Version: 3.0.1-2

I just noticed that I looked at stardict-tools but not at
src:stardict-tools bugs when adopting this package. Anyway this bug is
fixed in 3.0.1-2 release, because I was also hit by this, only
reference to this bug is missing in changelog.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature
---End Message---


Bug#562228: fixed in smem 0.9-2

2010-01-02 Thread Julien Cristau
On Sat, Jan  2, 2010 at 16:06:58 +0100, Michal Čihař wrote:

 Hi
 
 Dne Sat, 2 Jan 2010 13:47:31 +
 Julien Cristau jcris...@debian.org napsal(a):
 
  A Conflicts is not an appropriate solution when two packages provide the
  same binary (with different functionality, which I assume is the case
  here).
 
 Well it was some kind of short term solution, I'm working on proper one
 with upstream, but it will take some time...
 
That wasn't clear from your changelog entry.  But anyway it's still a
serious bug in your package that shouldn't be closed.

Cheers,
Julien



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



Bug#558812: marked as done (dietlibc: incorrect license in debian/copyright)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jan 2010 15:19:43 + (UTC)
with message-id pine.bsm.4.64l.1001021514370.21...@herc.mirbsd.org
and subject line dietlibc: incorrect license in debian/copyright
has caused the Debian Bug report #558812,
regarding dietlibc: incorrect license in debian/copyright
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.)


-- 
558812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dietlibc
Version: 0.32-1
Severity: serious
Justification: squeeze RC policy §1

The debian/copyright file claims that dietlibc is licensed under GPL
version 2 or later. According to the README file, it is actually
licensed under GPL version 2.

Please refer to the correct license in debian/copyright.

Please check your reverse build dependencies if all of them are
compatible with the correct licensing terms.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (300, 'experimental')
Architecture: i386 (x86_64)

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

dietlibc depends on no packages.

dietlibc recommends no packages.

Versions of packages dietlibc suggests:
ii  dietlibc-dev  0.32-1 diet libc - a libc optimized for s
ii  dietlibc-doc  0.32-1 diet libc documentation - a libc o

-- no debconf information


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

Hi again,

Zack says it’s okay for me to close this. For your reference,
the commit diff can be retrieved using the following command:

% cvs -d :pserver:c...@cvs.fefe.de:/cvs -z9 rdiff -ur1.7 -r1.8 dietlibc/README

(Remember to export/setenv CVS_RSH to ssh if your cvs is not
compiled with that as default.

bye,
//mirabilos
- -- 
Solange man keine schmutzigen Tricks macht, und ich meine *wirklich*
schmutzige Tricks, wie bei einer doppelt verketteten Liste beide
Pointer XORen und in nur einem Word speichern, funktioniert Boehm ganz
hervorragend.   -- Andreas Bogk über boehm-gc in d.a.s.r
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MirBSD)

iQIVAwUBSz9j13a1NLLpkAfgAQPXWQ/+LLWygs8xlXPzLVvAvnLz6youj58d1D8u
UCfLPRw2p+IHl4CkTAby9XWjCnIUPRUQvqP8wyuawXnYRulk6ZebCLK+xZqsL8Ki
lKlMgKATS7rhoXsgK6XypM2bdky+6c0Ki6SdLjPVbzpxElyFLQN6PfuS48/qZ7Lr
OeCJiqBBs1go1SPvAihpiP4VHy/kEFP1C2JAWVFA9XP2Kqc3GXonA557++DJ+8Iy
FKKp7oHSTABZMmJ0UB+nnLcnR9v+H0kz8vqw12q8OvwED2B8K9a+WmhcjiTYIdXq
108g8WrJ2xo1wk+W3b2rRxrqfvGI8qy6fDugf2wfxYG4o56AGPY1I4Q28i6jNunP
1CZIi2/ToVjGmVyZ1upByLlbWyfC6vbEg80c1kgZG7/0toaeml0ReDLO7og3RGf8
QI1/ggZdfQNr++tomKWqXNFJoIhfwSx1Lon8rBV/f5elrtq/hotGg+XT7885k1F6
g8w3Ji7EBUS38u/R5787xhf3yITObauyYq99O6jyD/nQxoNpoMBo/ebZp7/uwUUP
uumOdkHkRXYmrrEiuaGclnXMt4oi3pJJEbfLMEOwJ1INzm/eQSiyDF4jsMqsYob6
qfLzx8J8f5wRZ/mdDNT81HBS/XdMm4PQed1dBe/zsVbLiFWszD5YoC8ACyL6MbxR
d/lclj2ntlE=
=mr3r
-END PGP SIGNATURE-

---End Message---


Bug#528029: [googleearth-package] upgrade from 0.5.6 to 0.5.7

2010-01-02 Thread Marek Straka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: googleearth-package
Version: 0.5.7

- --- Please enter the report below this line. ---

As I updated googleearth-package and after that also
googleearth I have got the same problem. Solution was to deinstall
googleearth and manually
delete /usr/lib/googleearth/libcrypto.so.0.9.8
This file was only one that has remained even after deinstallation of
googleearth. Than was installed new googleearth deb package an it works
fine. 

- --- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-rc8.markinfo

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org 
  500 testing gd.tuwien.ac.at 

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

iEYEARECAAYFAks/ZrIACgkQ6aU4/+gLeBmeUQCghlKBme+IuN99Vwt/bCvuhKW8
i64AmgO6Cx1CqNog0zQMAYW757WG1Ykk
=uP+x
-END PGP SIGNATURE-


Bug#533054: python-kde3: segmentation faults[...]

2010-01-02 Thread Ivan Sandrk
 With the same version of python-kde3, it works if using python 2.5.2 (lenny)
 and segfaults using python 2.5.4 (both the versions in testing, unstable and
 experimental).

Segfaults for me both for 2.5.4-3 (squeeze/testing) and 2.5.2-15 (lenny/stable).
I believe the bug is in package python-sip4 (I am using version 4.9-1).


Bug#563384: rt2500-source fails to build with kernel 2.6.32-trunk

2010-01-02 Thread Ben Hutchings
On Sat, 2010-01-02 at 14:42 +0100, Gergely D. wrote:
 Package: rt2500-source
 Version: 1:1.1.0-b4+cvs20090424-2
 Severity: grave
 Justification: renders package unusable
 
 
 rt2500-source fails to build with kernel 2.6.32-trunk-686.

rt2500 is no longer maintained and has been removed from testing.  This
bug will not be fixed.

[...]
 Unfortunately using the rt2x00 driver (which is in the kernel) is not an 
 option:
 it connects with AP, but connection is slow or not usable at all. See:
 http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5t=4579 for more
 details.

Please report this bug against linux-2.6.

Ben.

-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption] would be
development of an easy way to factor large prime numbers. - Bill Gates



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



Bug#563194: marked as done (fuzz: FTBFS on buildds: wrong dh_* flags)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 16:47:22 +
with message-id e1nr78m-0004i1...@ries.debian.org
and subject line Bug#563194: fixed in fuzz 0.6-10
has caused the Debian Bug report #563194,
regarding fuzz: FTBFS on buildds: wrong dh_* flags
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.)


-- 
563194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fuzz
Version: 0.6-9
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

your package FTBFS on the buildds:
|  dpkg-genchanges -B -mDebian Build Daemon 
buildd_alpha-goe...@buildd.debian.org ../fuzz_0.6-9_alpha.changes
| dpkg-genchanges: arch-specific upload - not including arch-independent 
packages
| dpkg-genchanges: error: cannot read files list file: No such file or directory
| dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2

I think you could drastically reduce debian/rules and only keep that:
| #!/usr/bin/make -f
| 
| override_dh_auto_configure:
| ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
| 
| %:
| dh $@

It seems to do what you intended, I'm not sure why you kept all that
boilerplate.

Tagging with patch since “debuild -B” now seems happy on my porterbox.

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: fuzz
Source-Version: 0.6-10

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

fuzz_0.6-10.debian.tar.gz
  to main/f/fuzz/fuzz_0.6-10.debian.tar.gz
fuzz_0.6-10.dsc
  to main/f/fuzz/fuzz_0.6-10.dsc
fuzz_0.6-10_i386.deb
  to main/f/fuzz/fuzz_0.6-10_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 563...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto jari.aa...@cante.net (supplier of updated fuzz 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: Fri, 01 Jan 2010 18:09:07 +0200
Source: fuzz
Binary: fuzz
Architecture: source i386
Version: 0.6-10
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 fuzz   - stress-test programs by giving them random input
Closes: 563194
Changes: 
 fuzz (0.6-10) unstable; urgency=low
 .
   * debian/rules: Define target binary-arch for 'debuild -B'
 (FTBFS; Closes: #563194).
Checksums-Sha1: 
 7e4c05d1ab74edb04702df155a1c4e7aeaa08008 1118 fuzz_0.6-10.dsc
 af940ff1f25e321b3bbae6cb211fa335b2364e61 7048 fuzz_0.6-10.debian.tar.gz
 6e87e51d025dd1682ca95d01ee1e4effdc4a5a71 21484 fuzz_0.6-10_i386.deb
Checksums-Sha256: 
 76f01e6f46e6c0e02dc3101404bc0fdabd4eabdb1b68a6d47ef8501efdcd0eee 1118 
fuzz_0.6-10.dsc
 90b047110dc81b00ffb8363561393c7ba73082115463aba4c9a8547c5b706786 7048 
fuzz_0.6-10.debian.tar.gz
 4a275ed9e28a8b1bc2cf54cbf176c8b7eebdf46a5c178f5cfe71448d8b78dc37 21484 
fuzz_0.6-10_i386.deb
Files: 
 2e85e2b23435e852ab4baa72357eb5c5 1118 devel optional fuzz_0.6-10.dsc
 dc927bdee3d1f594cc63130bebe40830 7048 devel optional fuzz_0.6-10.debian.tar.gz
 76e99c97174c94447bfea5f51b9d8540 21484 devel optional fuzz_0.6-10_i386.deb

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

iEYEARECAAYFAks/dXEACgkQpdwBkPlyvgM6sQCfaYKNCwPi7g0KNEDhmXshZ1KL
M/gAnigFGOjEcPTMMJYUubCVMIyO2L7v
=8FJo
-END PGP SIGNATURE-


---End Message---


Bug#563402: ia32-libs broken on ia64

2010-01-02 Thread Giuseppe Iuculano
Package: ia32-libs
Version: 20090808
Severity: serious


Hi,

it seems ia32-libs is broken on ia64:

$ file i586-jdk/bin/unpack200
i586-jdk/bin/unpack200: ELF 32-bit LSB executable, Intel 80386, version 1 
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

$ i586-jdk/bin/unpack200
-bash: i586-jdk/bin/unpack200: No such file or directory


This cause a build failure of sun-java6 on ia64


Cheers,
Giuseppe.



-- 
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#562964: bochs: FTBFS missing dependency on docbook

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 562964 important
Bug #562964 [src:bochs] bochs: FTBFS missing dependency on docbook
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#562964: bochs: FTBFS missing dependency on docbook

2010-01-02 Thread Guillem Jover
severity 562964 important
thanks

Hi!

On Tue, 2009-12-29 at 11:43:12 -0500, Michael Gilbert wrote:
 package: bochs
 version: 2.4.2-1
 severity: grave
 
 hi, the latest version of bochs fails to build because it lacks a
 dependency on docbook (which contains the dtd's needed during the build
 process).

It should only fail locally and when you try to build only the arch-dep
packages w/o the Build-Depends-Indep installed (which already has
docbook-utils listed). On the buildd it's fine as they always install
the Build-Depends-Indep (this is the long standing issue with optional
build-arch/build-indep targets). I'm thus lowering the severity of the
report.

Anyway, IIRC I noticed this some time ago, but forgot about it
probably because it was not causing much issues, I'll try to fix it
by only building the arch-indep packages when needed, for the next
upload.

regards,
guillem



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



Bug#562804: huh?

2010-01-02 Thread Oswald Buddenhagen
are you sure this affects kdm (and not xdm)? kdm already has code
for explicitily resetting v6only (which i did not find in xdm).



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



Bug#563407: sympa: FTBFS because libmime-base64-perl was removed

2010-01-02 Thread Ansgar Burchardt
Source: sympa
Version: 5.4.7-1
Severity: serious
Justification: FTBFS

Hi,

sympa failed to build [1] on hppa, hurd-i386, ia64, mips, mipsel, sparc
because libmime-base64-perl is no longer a real package and sympa has a
versioned build-dep on it.

Replacing the build-dep

  libmime-base64-perl (= 1.0) | perl (= 5.8)

with just

  perl

should fix the issue.

Regards,
Ansgar

[1] https://buildd.debian.org/~luk/status/package.php?p=sympa



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



Bug#562804: huh?

2010-01-02 Thread Marco d'Itri
On Jan 02, Oswald Buddenhagen o...@kde.org wrote:

 are you sure this affects kdm (and not xdm)? kdm already has code
 for explicitily resetting v6only (which i did not find in xdm).
Actually not, I am sorry if I misfiled the bug but I do not have a KDE
system around and only looked at the source.
You can easily verify if the problem exists with netstat or lsof or even
just telnet.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#563411: FTBFS [hppa] - error: invalid initializer

2010-01-02 Thread dann frazier
Source: ecl
Version: 9.10.2-1
Severity: serious
User: debian-h...@lists.debian.org
Usertags: hppa

ecl fails to build on hppa. The failure looks unique to hppa (other
archs fail to build for apparently different reasons).

From the most recent build attempt:
[...]
rm: invalid argument: `'
 hppa-linux-gnu-gcc -fPIC -DPACKAGE_NAME=\gc\ -DPACKAGE_TARNAME=\gc\ 
-DPACKAGE_VERSION=\7.1\ -DPACKAGE_STRING=\gc 7.1\ 
-DPACKAGE_BUGREPORT=\hans.bo...@hp.com\ -DGC_VERSION_MAJOR=7 
-DGC_VERSION_MINOR=1 -DPACKAGE=\gc\ -DVERSION=\7.1\ -DGC_LINUX_THREADS=1 
-D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 
-DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -DLARGE_CONFIG=1 
-I/build/buildd/ecl-9.12.3/src/gc/include -fexceptions -I libatomic_ops/src 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -MT 
thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c 
/build/buildd/ecl-9.12.3/src/gc/thread_local_alloc.c -o thread_local_alloc.o
depbase=`echo pthread_support.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`; \
if /bin/sh ./libtool --tag=CC --mode=compile hppa-linux-gnu-gcc -fPIC 
-DPACKAGE_NAME=\gc\ -DPACKAGE_TARNAME=\gc\ -DPACKAGE_VERSION=\7.1\ 
-DPACKAGE_STRING=\gc\ 7.1\ -DPACKAGE_BUGREPORT=\hans.bo...@hp.com\ 
-DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\gc\ -DVERSION=\7.1\ 
-DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 
-DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 
-DLARGE_CONFIG=1  -I/build/buildd/ecl-9.12.3/src/gc/include   -fexceptions -I 
libatomic_ops/src -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  
-D_THREAD_SAFE -MT pthread_support.lo -MD -MP -MF $depbase.Tpo -c -o 
pthread_support.lo /build/buildd/ecl-9.12.3/src/gc/pthread_support.c; \
then mv -f $depbase.Tpo $depbase.Plo; else rm -f $depbase.Tpo; 
exit 1; fi
rm: invalid argument: `'
 hppa-linux-gnu-gcc -fPIC -DPACKAGE_NAME=\gc\ -DPACKAGE_TARNAME=\gc\ 
-DPACKAGE_VERSION=\7.1\ -DPACKAGE_STRING=\gc 7.1\ 
-DPACKAGE_BUGREPORT=\hans.bo...@hp.com\ -DGC_VERSION_MAJOR=7 
-DGC_VERSION_MINOR=1 -DPACKAGE=\gc\ -DVERSION=\7.1\ -DGC_LINUX_THREADS=1 
-D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 
-DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -DLARGE_CONFIG=1 
-I/build/buildd/ecl-9.12.3/src/gc/include -fexceptions -I libatomic_ops/src 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -MT 
pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c 
/build/buildd/ecl-9.12.3/src/gc/pthread_support.c -o pthread_support.o
/build/buildd/ecl-9.12.3/src/gc/pthread_support.c:1297: error: invalid 
initializer
make[4]: *** [pthread_support.lo] Error 1
make[4]: Leaving directory `/build/buildd/ecl-9.12.3/build/gc'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/build/buildd/ecl-9.12.3/build/gc'
make[2]: *** [libeclgc.a] Error 2
make[2]: Leaving directory `/build/buildd/ecl-9.12.3/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/ecl-9.12.3'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20091231-1933
FAILED [dpkg-buildpackage died]
--
  /usr/bin/sudo dpkg --root=/home/buildd/build/chroot-unstable --purge m4 
chrpath libgc-dev automake1.9 libgc1c2 libgmp3-dev dh-lisp autotools-dev 
libgmpxx4ldbl texinfo autoconf
(Reading database ... 16839 files and directories currently installed.)
Removing chrpath ...
Removing libgc-dev ...
Removing automake1.9 ...
Removing libgc1c2 ...
Purging configuration files for libgc1c2 ...
Removing libgmp3-dev ...
Removing dh-lisp ...
Removing autotools-dev ...
Removing libgmpxx4ldbl ...
Purging configuration files for libgmpxx4ldbl ...
Removing texinfo ...
Purging configuration files for texinfo ...
Removing autoconf ...
Purging configuration files for autoconf ...
Removing m4 ...
Processing triggers for man-db ...
**
Finished at 20091231-1933
Build needed 00:02:49, 33352k disk space

- End forwarded message -

-- 
dann frazier




-- 
To UNSUBSCRIBE, email to 

Bug#563412: nautilus-scripts-manager: Doesn't start

2010-01-02 Thread Jan Muszynski
Package: nautilus-scripts-manager
Version: 1.3-1
Severity: grave
Justification: renders package unusable

Trying to start from the menu gives me nothing. Trying to start from the 
command line returns the following:

---start traceback---
$nautilus-scripts-manager
Traceback (most recent call last):
  File /usr/bin/nautilus-scripts-manager, line 490, in module
SM = ScriptsManager()
  File /usr/bin/nautilus-scripts-manager, line 109, in __init__
self.gui()
  File /usr/bin/nautilus-scripts-manager, line 114, in gui
self.ui = Ui(APP, STUFF_DIR + '/UI.glade')
  File /usr/lib/pymodules/python2.5/nautilus_scripts_manager_ui.py, line 7, 
in __init__
self._builder.add_from_file(filename)
glib.GError: Failed to open file '/usr/bin/stuff/UI.glade': Not a directory
---end traceback---

/usr/bin/stuff/UI.glade should obviously be 
/usr/share/nautilus-scripts-manager/stuff/UI.glade so STUFF_DIR is getting 
initialized to the wrong value somehow.

-jcm


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

Kernel: Linux 2.6.32.2+00.amd64.fbcondecor (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus-scripts-manager depends on:
ii  nautilus  2.28.4-1   file manager and graphical shell f
ii  python2.5.4-4An interactive high-level object-o
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.6  automated rebuilding support for P

nautilus-scripts-manager recommends no packages.

nautilus-scripts-manager 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



Processed: found 563411 in 9.12.3-1

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 563411 9.12.3-1
Bug #563411 [src:ecl] FTBFS [hppa] - error: invalid initializer
Bug Marked as found in versions ecl/9.12.3-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#563420: FTBFS - intltool-update: command not found

2010-01-02 Thread dann frazier
Source: telegnome
Version: 0.1.1-1
Severity: serious

telegnome fails to build from source:
 https://buildd.debian.org/pkg.cgi?pkg=telegnome

An excerpt of the build log from hppa follows:
[...]
checking for TELEGNOME... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking whether NLS is requested... yes
checking for intltool = 0.35.0... ./configure: line 6027: intltool-update: 
command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
[...]



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



Processed: tagging 563226

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 563226 + pending
Bug #563226 [exult] FTBFS: utils.h is missing an include of cstdio
Added tag(s) 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#563384: rt2500-source fails to build with kernel 2.6.32-trunk

2010-01-02 Thread Luk Claes
Ben Hutchings wrote:
 On Sat, 2010-01-02 at 14:42 +0100, Gergely D. wrote:
 Package: rt2500-source
 Version: 1:1.1.0-b4+cvs20090424-2
 Severity: grave
 Justification: renders package unusable


 rt2500-source fails to build with kernel 2.6.32-trunk-686.
 
 rt2500 is no longer maintained and has been removed from testing.  This
 bug will not be fixed.

Any reason it should stay in unstable?

Cheers

Luk

 [...]
 Unfortunately using the rt2x00 driver (which is in the kernel) is not an 
 option:
 it connects with AP, but connection is slow or not usable at all. See:
 http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5t=4579 for more
 details.
 
 Please report this bug against linux-2.6.
 
 Ben.
 




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



Processed: affects 563402

2010-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 563402 sun-java6
Bug #563402 [ia32-libs] ia32-libs broken on ia64
Added indication that 563402 affects sun-java6

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#552791: updated patches coming soon

2010-01-02 Thread Thorsten Glaser
Hi,

updated patches coming soon, as I was asked to split between
the RC and other urgent fixes (like ftp rejects) and the other
fixes, which will go into separate bugreports.

Of course, if you're faster, feel free to make a new upload
with my patches.



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



Bug#563427: fails since installation of bash-4.1

2010-01-02 Thread Sven Hartge
Package: localepurge
Version: 0.6.1
Severity: grave

Hi.

Since the installation of bash-4.1 on my system, localepurge does not work any 
more:

,
| :/root # bash --version
| GNU bash, version 4.1.0(1)-release (i486-pc-linux-gnu)
| Copyright (C) 2009 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
|
| This is free software; you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
|
| :/root # localepurge -d
| + '[' -d = --help ']'
| + '[' -d = -h ']'
| + (( true = 1 ))
| + (( false = 0 ))
|
| :/root #
`

On another system, which has not yet been upgraded to bash-4.1, localepurge 
works as intended:

,
| r...@:~# bash --version
| GNU bash, version 4.0.33(1)-release (i486-pc-linux-gnu)
| Copyright (C) 2009 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
|
| This is free software; you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| r...@:~# localepurge -d
| + '[' -d = --help ']'
| + '[' -d = -h ']'
| + (( true = 1 ))
| + (( false = 0 ))
| + (( VERBOSE = false ))
| + (( DONTBOTHERNEWLOCALE = false ))
| + (( SHOWFREEDSPACE = false ))
| + (( MANDELETE = false ))
| + (( globaltot = 0 ))
| + fgrep --quiet --line-regexp DONTBOTHERNEWLOCALE /etc/locale.nopurge
| + (( DONTBOTHERNEWLOCALE = true ))
| + fgrep --quiet --line-regexp SHOWFREEDSPACE /etc/locale.nopurge
| + (( SHOWFREEDSPACE = true ))
| + fgrep --quiet --line-regexp MANDELETE /etc/locale.nopurge
| + (( MANDELETE = true ))
| + fgrep --quiet --line-regexp VERBOSE /etc/locale.nopurge
| + '[' -d = -verbose ']'
| + '[' -d = -v ']'
| [ and so on ]
`

Reverting the first system back to bash-4.0 (from testing) resolves the
problem, localepurge works again:

,
| :/root # bash --version
| GNU bash, version 4.0.33(1)-release (i486-pc-linux-gnu)
| Copyright (C) 2009 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
|
| This is free software; you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
|
| :/root # localepurge -d
| + '[' -d = --help ']'
| + '[' -d = -h ']'
| + (( true = 1 ))
| + (( false = 0 ))
| + (( VERBOSE = false ))
| + (( DONTBOTHERNEWLOCALE = false ))
| + (( SHOWFREEDSPACE = false ))
| + (( MANDELETE = false ))
| + (( globaltot = 0 ))
| + fgrep --quiet --line-regexp DONTBOTHERNEWLOCALE /etc/locale.nopurge
| + (( DONTBOTHERNEWLOCALE = true ))
| + fgrep --quiet --line-regexp SHOWFREEDSPACE /etc/locale.nopurge
| + (( SHOWFREEDSPACE = true ))
| + fgrep --quiet --line-regexp MANDELETE /etc/locale.nopurge
| + (( MANDELETE = true ))
| + fgrep --quiet --line-regexp VERBOSE /etc/locale.nopurge
| + '[' -d = -verbose ']'
| + '[' -d = -v ']'
| + '[' '' = -verbose ']'
| + '[' '' = -v ']'
| [ and so on ]
`

Justification for the severity: The bug makes the package in question unusable
by most or all users.

I am not sure, if this is a genuine localepurge bug or a bug in bash-4.1, but
since localepurge is the only package which has been broken on my system, I am
filing the bug against localepurge and not bash.

Grüße,
Sven.

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

Kernel: Linux 2.6.31.6-220
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages localepurge depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  locales   2.10.2-2   GNU C Library: National Language (
ii  locales-all [locales] 2.10.2-2   GNU C Library: Precompiled locale 
ii  procps1:3.2.8-2  /proc file system utilities
ii  ucf   3.0025 Update Configuration File: preserv

localepurge recommends no packages.

Versions of packages localepurge suggests:
pn  bleachbit none (no description available)
pn  debfoster none (no description available)
ii  deborphan 1.7.28 program that can find unused packa

-- debconf-show failed



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



Bug#563426: Incompatible with bash 4.1

2010-01-02 Thread Jonny
Package: localepurge
Version: 0.6.1
Severity: grave

/usr/sbin/localepurge does not run in bash 4.1-1 normally.

set -x:
 + set -e
 + NOPURGECONF=/etc/locale.nopurge
 + '[' '!' -f /etc/locale.nopurge ']'
 + fgrep --quiet --line-regexp NEEDSCONFIGFIRST /etc/locale.nopurge
 + export LC_ALL=C
 + LC_ALL=C
 + '[' '' = -debug ']'
 + '[' '' = -d ']'
 + '[' '' = -debug ']'
 + '[' '' = -d ']'
 + '[' '' = --help ']'
 + '[' '' = -h ']'
 + (( true = 1 ))
 + (( false = 0 ))
 E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/sbin/localepurge 
 ]  [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; 
 else exit 0; fi'
 E: Sub-process returned an error code

/usr/share/doc/bash/NEWS.gz:
 This is a terse description of the new features added to bash-4.1 since
 the release of bash-4.0.  As always, the manual page (doc/bash.1) is
 the place to look for complete descriptions.
 
 1.  New Features in Bash
 ...
 j.  The [[ and (( commands are now subject to the setting of `set -e' and the
 ERR trap.



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



Bug#563384: rt2500-source fails to build with kernel 2.6.32-trunk

2010-01-02 Thread Ben Hutchings
On Sat, Jan 02, 2010 at 10:10:05PM +0100, Luk Claes wrote:
 Ben Hutchings wrote:
  On Sat, 2010-01-02 at 14:42 +0100, Gergely D. wrote:
  Package: rt2500-source
  Version: 1:1.1.0-b4+cvs20090424-2
  Severity: grave
  Justification: renders package unusable
 
 
  rt2500-source fails to build with kernel 2.6.32-trunk-686.
  
  rt2500 is no longer maintained and has been removed from testing.  This
  bug will not be fixed.
 
 Any reason it should stay in unstable?

No, I don't think there is now.  Similarly I think rt2400, rt2570 and rt73
can be removed.
 
Ben.

-- 
Ben Hutchings
Teamwork is essential - it allows you to blame someone else.


signature.asc
Description: Digital signature


Bug#563306: marked as done (FTBFS: make: autoreconf: Command not found)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 21:27:21 +
with message-id e1nrbvj-0001bz...@ries.debian.org
and subject line Bug#563306: fixed in linux-atm 1:2.5.1-1.2
has caused the Debian Bug report #563306,
regarding FTBFS: make: autoreconf: Command 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.)


-- 
563306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-atm
Version: 1:2.5.1-1.1
Severity: serious
Justification: FTBFS

(NMUer X-D-Cc'd.)

Guess what, you failed:
| make: autoreconf: Command not found

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: linux-atm
Source-Version: 1:2.5.1-1.2

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

atm-tools_2.5.1-1.2_i386.deb
  to main/l/linux-atm/atm-tools_2.5.1-1.2_i386.deb
br2684ctl_2.5.1-1.2_i386.deb
  to main/l/linux-atm/br2684ctl_2.5.1-1.2_i386.deb
libatm1-dev_2.5.1-1.2_i386.deb
  to main/l/linux-atm/libatm1-dev_2.5.1-1.2_i386.deb
libatm1_2.5.1-1.2_i386.deb
  to main/l/linux-atm/libatm1_2.5.1-1.2_i386.deb
linux-atm_2.5.1-1.2.debian.tar.gz
  to main/l/linux-atm/linux-atm_2.5.1-1.2.debian.tar.gz
linux-atm_2.5.1-1.2.dsc
  to main/l/linux-atm/linux-atm_2.5.1-1.2.dsc



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 563...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri m...@linux.it (supplier of updated linux-atm 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: Sat, 02 Jan 2010 21:59:19 +0100
Source: linux-atm
Binary: atm-tools br2684ctl libatm1 libatm1-dev
Architecture: source i386
Version: 1:2.5.1-1.2
Distribution: unstable
Urgency: low
Maintainer: Peter De Schrijver (p2) p...@mind.be
Changed-By: Marco d'Itri m...@linux.it
Description: 
 atm-tools  - Base programs for ATM in Linux, the net-tools for ATM
 br2684ctl  - Utility for configuring RFC 2684 ATM/Ethernet bridging
 libatm1- shared library for ATM (Asynchronous Transfer Mode)
 libatm1-dev - Development files for compiling ATM programs
Closes: 62144 563306
Changes: 
 linux-atm (1:2.5.1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Also Build-Depend on autoconf, automake, libtool. (Closes: #563306)
   * Prevent sendsigs from killing atmarpd. (Closes: #62144)
Checksums-Sha1: 
 9ca703e24aaace116b426e63d43d1aba807cbc68 1081 linux-atm_2.5.1-1.2.dsc
 33084f1da54be6aed3094dbf077fdb456243df77 9888 linux-atm_2.5.1-1.2.debian.tar.gz
 e84c146701551ab088dad2666237a01c3b30bd39 361452 atm-tools_2.5.1-1.2_i386.deb
 e64fe6f31e552a6b510d091848113895ffbeda76 58744 br2684ctl_2.5.1-1.2_i386.deb
 985786b3d57a8998b574324bb37111c1c707de8d 70598 libatm1_2.5.1-1.2_i386.deb
 744b0ac23519b0790c9d3f832f5abbba52cbd0de 91676 libatm1-dev_2.5.1-1.2_i386.deb
Checksums-Sha256: 
 d1164e17a56d76d1c2cd0751dc2112040c6b7cd3ffbeadb265636d56e84fb38e 1081 
linux-atm_2.5.1-1.2.dsc
 76323ba03aa158594d9e6e41d2226aea0b31e117f890d4cf280862e2a94b56bd 9888 
linux-atm_2.5.1-1.2.debian.tar.gz
 d0dcef88cffa8eaa69dba42e1137151d52fa734699a7b9bd5ef9a79c5a5fb311 361452 
atm-tools_2.5.1-1.2_i386.deb
 b42bbe2a68d3e6ff90338ba8ab0631f2a07885449f784673eda72e7c30ffdeaa 58744 
br2684ctl_2.5.1-1.2_i386.deb
 d50feb44cac07a0bfb933947fd21e4db64351d86f788590ca37625a97bb62fa1 70598 
libatm1_2.5.1-1.2_i386.deb
 88a766e58ae39fd94ce95f02e594224df1c4e8aa305479d0a01a6662f722e80c 91676 
libatm1-dev_2.5.1-1.2_i386.deb
Files: 
 557a3b45775e80f2e91c15bd6acc31f1 1081 net optional linux-atm_2.5.1-1.2.dsc
 afc8cc60b4fd31fb357b3f07f770623f 9888 net optional 
linux-atm_2.5.1-1.2.debian.tar.gz
 71a74658c10aeb14cc6510304827d3d4 361452 net optional 
atm-tools_2.5.1-1.2_i386.deb
 8ecdf4ce5e12a8a0e5ea2e4c788ff2f9 58744 net optional 
br2684ctl_2.5.1-1.2_i386.deb
 ac83cf90ab61fb6eb4c0c682fdded8aa 70598 libs optional libatm1_2.5.1-1.2_i386.deb
 eb872a4b56d1678202cb46d9b204f573 91676 libdevel optional 
libatm1-dev_2.5.1-1.2_i386.deb

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

iEYEARECAAYFAks/tLEACgkQFGfw2OHuP7E+OgCeJTV3C2xS+dBzXi66B2w2jZCb
qB4Ani9N/qTcT0/atj4JUFYTiGqovjqZ
=zc6D
-END PGP SIGNATURE-


---End Message---


Bug#562525: linux-2.6: [s390] Etch proposed-updates kernel boot failure

2010-01-02 Thread dann frazier
On Wed, Dec 30, 2009 at 12:04:00AM +0100, Frans Pop wrote:
 On Tuesday 29 December 2009, dann frazier wrote:
  I don't see an obvious cause for the failure. Can you try booting
  24etch1 in an effort to bisect the failure? In case you can't find the
  deb (I couldn't) I've built one that you can find in my home directory
  on zelenka.debian.org.
 
 Linux version 2.6.18-6-s390 (Debian 2.6.18.dfsg.1-24etch1) (da...@debian.org) 
 [...]
 [...]
 Freeing unused kernel memory: 100k freed
 Failed to execute /init
 Kernel panic - not syncing: No init found.  Try passing init= option to 
 kernel.
 
 
 There's a suspicious similarity to [1] maybe?
 
 I won't be able to compile any kernels myself on this one, but I can test
 what you build.

Appreciated.

Can you try:
  
zelenka.debian.org:~dannf/linux-image-2.6.18-6-s390_2.6.18.dfsg.1-26etch1+div64_s390.deb

If that *doesn't* work, can you then try:
  
zelenka.debian.org:~dannf/linux-image-2.6.18-6-s390_2.6.18.dfsg.1-24+cve20090029_s390.deb
  
-- 
dann frazier




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



Bug#563435: bristolmalloc() implicitly converted to pointer

2010-01-02 Thread dann frazier
Source: bristol
Version: 0.40.7-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `bristolmalloc' implicitly converted to pointer at sid.c:1496

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
--- bristol-0.40.7.orig/libbristolic/sid.c	2009-10-08 12:47:43.0 -0600
+++ bristol-0.40.7/libbristolic/sid.c	2010-01-02 15:14:40.340926466 -0700
@@ -133,6 +133,7 @@
 #include math.h
 
 #include bristolsid.h
+#include bristol.h
 
 #define B_SID_RAMP		0
 #define B_SID_TRI		1


Bug#560604: marked as done (qemulator: FTBFS: sh: wmf2eps: not found)

2010-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2010 22:19:26 +
with message-id e1nrcji-0007pj...@ries.debian.org
and subject line Bug#560604: fixed in qemulator 0.5-3.1
has caused the Debian Bug report #560604,
regarding qemulator: FTBFS: sh: wmf2eps: 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.)


-- 
560604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560604
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qemulator
Version: 0.5-3
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 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 binary
 test -x debian/rules
 dh_testroot
 dh_clean -k 
 dh_installdirs -A 
 mkdir -p .
 dh_installdirs -pqemulator 
 mkdir -p debian/qemulator/usr/share
 cp -a usr/local/share/*  debian/qemulator/usr/share
 cp -a usr/local/lib/qemulator/* debian/qemulator/usr/share/qemulator
 chmod +x debian/qemulator/usr/share/qemulator/qml_imagecreation.py \
   debian/qemulator/usr/share/qemulator/qml_machinesetup.py \
   debian/qemulator/usr/share/qemulator/qml_filehandlers.py \
   debian/qemulator/usr/share/qemulator/qml_configuration.py \
   debian/qemulator/usr/share/qemulator/qml_tools.py \
   debian/qemulator/usr/share/qemulator/qml_installwizzard.py \
   debian/qemulator/usr/share/qemulator/qml_style.py
 chmod -x debian/qemulator/usr/share/qemulator/icons/mac.png
 convert -resize 32x32 usr/local/share/pixmaps/qemulator.svg qemulator.xpm
 sh: wmf2eps: not found
 convert: Delegate failed `wmf2eps -o %o %i' @ 
 delegate.c/InvokeDelegate/1060.
 convert: unable to open image `/tmp/magick-XX03N6je': No such file or 
 directory @ blob.c/OpenBlob/2480.
 convert: unable to open file `/tmp/magick-XX03N6je': No such file or 
 directory @ constitute.c/ReadImage/569.
 convert: missing an image filename `qemulator.xpm' @ 
 convert.c/ConvertImageCommand/2838.
 make: *** [install/qemulator] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/qemulator_0.5-3_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: qemulator
Source-Version: 0.5-3.1

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

qemulator_0.5-3.1.diff.gz
  to main/q/qemulator/qemulator_0.5-3.1.diff.gz
qemulator_0.5-3.1.dsc
  to main/q/qemulator/qemulator_0.5-3.1.dsc
qemulator_0.5-3.1_all.deb
  to main/q/qemulator/qemulator_0.5-3.1_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Joeris wh...@debian.org (supplier of updated qemulator 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: Wed, 23 Dec 2009 22:19:35 +0100
Source: qemulator
Binary: qemulator
Architecture: source all
Version: 0.5-3.1
Distribution: unstable
Urgency: low
Maintainer: Francesco Namuri france...@namuri.it
Changed-By: Steffen Joeris wh...@debian.org
Description: 
 qemulator  - a solution for easy setup and management of qemu
Closes: 560604
Changes: 
 qemulator (0.5-3.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Add libmagickcore2-extra as build-depends since imagemagick has
 reorganised the plugin packages (thanks to Stuart Prescott)
 (Closes: #560604)
Checksums-Sha1: 
 2fc46e7107e1fc88a9d8745e24875d8e097cf716 1074 qemulator_0.5-3.1.dsc
 ce03a49d388c08c114b5159e14a2e384a303abc8 4654 qemulator_0.5-3.1.diff.gz
 acbcbd7151ae6d5bf6ae51fbf5873a7d29fc0ad4 710022 qemulator_0.5-3.1_all.deb
Checksums-Sha256: 
 

Bug#563437: Uninstallable: trying to overwrite '/usr/share/php/doc', which is also in package php-pear

2010-01-02 Thread Thijs Kinkhorst
Package: php5-symfony1.0
Version: 1.0.21-1.1
Severity: grave
Justification: makes package uninstallable

Hi,

When I try to install the package, it tries to overwrite a symlink that is
shipped by 'php-pear', namely /usr/share/php/doc:

The following NEW packages will be installed:
  php5-symfony1.0
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/2629kB of archives.
After this operation, 12.7MB of additional disk space will be used.
(Reading database ... 94091 files and directories currently installed.)
Unpacking php5-symfony1.0 (from .../php5-symfony1.0_1.0.21-1.1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/php5-symfony1.0_1.0.21-1.1_all.deb (--unpack):
 trying to overwrite '/usr/share/php/doc', which is also in package php-pear 
0:5.2.11.dfsg.1-2
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/php5-symfony1.0_1.0.21-1.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

This makes the package uninstallable. Probably you need to install docs under
usr/share/doc?


cheers,
Thijs


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5-symfony1.0 depends on:
ii  php-pear 5.2.11.dfsg.1-2 PEAR - PHP Extension and Applicati
ii  php5 5.2.11.dfsg.1-2 server-side, HTML-embedded scripti
ii  php5-cgi 5.2.11.dfsg.1-2 server-side, HTML-embedded scripti
ii  php5-cli 5.2.11.dfsg.1-2 command-line interpreter for the p

php5-symfony1.0 recommends no packages.

php5-symfony1.0 suggests no packages.



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



Bug#562525: linux-2.6: [s390] Etch proposed-updates kernel boot failure

2010-01-02 Thread Frans Pop
On Saturday 02 January 2010, you wrote:
 Can you try:
 zelenka.debian.org:~dannf/linux-image-2.6.18-6-s390_2.6.18.dfsg.1-26etch
1+div64_s390.deb

Linux version 2.6.18-6-s390 (Debian 2.6.18.dfsg.1-26etch1+div64)
[...]
Failed to execute /init
Kernel panic - not syncing: No init found.  Try passing init= option to 
kernel.

 If that *doesn't* work, can you then try:
 zelenka.debian.org:~dannf/linux-image-2.6.18-6-s390_2.6.18.dfsg.1-24+cve
20090029_s390.deb

Linux version 2.6.18-6-s390 (Debian 2.6.18.dfsg.1-24+cve20090029)
Failed to execute /init
Kernel panic - not syncing: No init found.  Try passing init= option to 
kernel.



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



Bug#563438: apt-listbugs: Package has a Depends on libdpkg-ruby1.8 (= 0.3.3) which cannot be satisfied

2010-01-02 Thread Florian Ernst
Package: apt-listbugs
Version: 0.1.2
Severity: grave
Justification: renders package unusable

Hello all,

commit da6864ae240d2ea2458b1c53aca2675ed1985f04 appears to have been
based on assumptions current reality fails to provide:
Package has a Depends on libdpkg-ruby1.8 (= 0.3.3) which cannot be
satisfied on *.
http://qa.debian.org/debcheck.php?dist=unstablepackage=apt-listbugs

And indeed, such a package version is nowhere to be seen at the moment,
thus rendering apt-listbugs 0.1.2 uninstallable on all architectures.

Ryan, as you intent to adopt dpkg-ruby, I take it you wanted to release
a new version / have released a new version privately already, that
somehow didn't yet make it into the archives?

Cheers,
Flo

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 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 apt-listbugs depends on:
ii  apt  0.7.25  Advanced front-end for dpkg
ii  libdpkg-ruby1.8  0.3.2   modules/classes for dpkg on ruby 1
ii  libgettext-ruby1.8   1.93.0-1Gettext for ruby1.8
ii  libhttp-access2-ruby1.8  2.1.5.2-1   HTTP accessing library for ruby (t
ii  libruby1.8 [libzlib-ruby1.8] 1.8.7.174-3 Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.80.6.8-4 Interface of expat for the scripti
ii  ruby 4.2 An interpreter of object-oriented 

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  debianutils  3.2.2   Miscellaneous utilities specific t
ii  iceweasel [www-brows 3.5.6-1 lightweight web browser based on M
ii  konqueror [www-brows 4:4.3.2-1   KDE 4's advanced file manager, web
ii  lynx-cur [www-browse 2.8.8dev.1-1Text-mode WWW Browser with NLS sup
ii  opera [www-browser]  10.10.4742.gcc4.qt3 The Opera Web Browser
ii  reportbug4.9 reports bugs in the Debian distrib

-- no debconf information


signature.asc
Description: Digital signature


Bug#563439: python-boto: Compile error during post install hook

2010-01-02 Thread Miroslav Suchy
Package: python-boto
Version: 1.9b-1
Severity: grave
Justification: renders package unusable

apt-get install python-boto
.
Zpracování spouštěčů pro balík menu ...
Zpracování spouštěčů pro balík python-support ...
Compiling /usr/lib/pymodules/python2.4/boto/manage/server.py ...
  File /usr/lib/pymodules/python2.4/boto/manage/server.py, line 331
s.name = params.get('name') + '' if i==0 else str(i)
  ^
SyntaxError: invalid syntax

Compiling /usr/lib/pymodules/python2.4/boto/manage/volume.py ...
  File /usr/lib/pymodules/python2.4/boto/manage/volume.py, line 235
with closing(self.server.get_cmdshell()) as cmd:
   ^
SyntaxError: invalid syntax


FYI:
dpkg -l python
ii  python 2.5.4-5An 
interactive high-level object-oriented language (default version)



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

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

Versions of packages python-boto depends on:
ii  python2.5.4-5An interactive high-level object-o
ii  python-support1.0.6  automated rebuilding support for P

python-boto recommends no packages.

python-boto 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#563426: localepurge: Incompatible with bash 4.1

2010-01-02 Thread Bert Schulze
Package: localepurge
Version: 0.6.1
Severity: normal
Tags: patch

Hello,

The problem merely is declaring variables in arithmetic mode here, just
try it yourself with a little script like that

---
#!/bin/bash
 
set -e
echo 123
((3  2))  echo 3  2

((false = 0))
((true = 1))
echo not going to appear
((3  2))  echo 3  2   

---

The output will stop after having asigned false and true and thats
exactly what is beeing done in /usr/sbin/localepurge.

Variables should be declared the regular why using something like
foo=bar and things will work again.

Attaching a patch to fix this problem.



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

Kernel: Linux 2.6.32.2-xy (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

Versions of packages localepurge depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  locales   2.10.2-2   GNU C Library: National Language (
ii  procps1:3.2.8-2  /proc file system utilities
ii  ucf   3.0025 Update Configuration File: preserv

localepurge recommends no packages.

Versions of packages localepurge suggests:
pn  bleachbit none (no description available)
pn  debfoster none (no description available)
pn  deborphan none (no description available)

-- debconf information:
  localepurge/remove_no:
  localepurge/none_selected: false
* localepurge/nopurge: de_DE.UTF-8, en_US.UTF-8
* localepurge/mandelete: true
* localepurge/dontbothernew: false
* localepurge/showfreedspace: true
* localepurge/verbose: true
* localepurge/quickndirtycalc: true
--- a/localepurge   2010-01-03 00:00:47.0 +0100
+++ b/localepurge   2010-01-03 00:02:28.0 +0100
@@ -52,30 +52,28 @@ if [ $1 = --help ] || [ $1 = -h 
 fi
 
 # Initialise local variables
-((true = 1))
-((false = 0))
-((VERBOSE = false))
-((DONTBOTHERNEWLOCALE = false))
-((SHOWFREEDSPACE = false))
-((MANDELETE = false))
-((globaltot = 0))
+VERBOSE=0
+DONTBOTHERNEWLOCALE=0
+SHOWFREEDSPACE=0
+MANDELETE=0
+globaltot=0
 
 if fgrep --quiet --line-regexp DONTBOTHERNEWLOCALE $NOPURGECONF; then
-((DONTBOTHERNEWLOCALE = true))
+DONTBOTHERNEWLOCALE=1
 fi
 
 if fgrep --quiet --line-regexp SHOWFREEDSPACE $NOPURGECONF; then
-((SHOWFREEDSPACE = true))
+SHOWFREEDSPACE=1
 fi
 
 if fgrep --quiet --line-regexp MANDELETE $NOPURGECONF; then
-((MANDELETE = true))
+MANDELETE=1
 fi
 
 if fgrep --quiet --line-regexp VERBOSE $NOPURGECONF \
 || [ $1 = -verbose ] || [ $1 = -v ] \
 || [ $2 = -verbose ] || [ $2 = -v ]; then
-((VERBOSE = true))
+VERBOSE=1
 fi
 
 


Bug#563440: subvertpy: FTBFS if $HOME exists but is unreadable

2010-01-02 Thread Jakub Wilk

Package: subvertpy
Version: 0.7.1-1
Severity: serious
Justification: FTBFS
Tags: patch

Hello, 


Your package FTBFS if $HOME exists but is not readable:

| PYTHONPATH=. python /usr/bin/nosetests subvertpy
| 
EE...EEEEE.
| ==
| ERROR: test_add (subvertpy.tests.test_client.TestClient)
| --
| Traceback (most recent call last):
|   File /build/buildd/subvertpy-0.7.1/subvertpy/tests/test_client.py, line 
29, in setUp
| self.repos_url = self.make_client(d, dc)
|   File /build/buildd/subvertpy-0.7.1/subvertpy/tests/__init__.py, line 335, 
in make_client
| allow_revprop_changes=allow_revprop_changes)
| OSError: [Errno 13] Can't open file '/nonexistent/.subversion/servers': 
Permission denied

The full build log is available here:
https://buildd.debian.org/fetch.cgi?pkg=subvertpy;ver=0.7.1-1;arch=mips;stamp=1260736556

I believe that the attached patch fixes this problem.

--
Jakub Wilk
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export HOME=$(CURDIR)/nonexistent
+
 DEB_PYTHON_SYSTEM=pycentral
 DEB_INSTALL_EXAMPLES_python-subvertpy = $(wildcard examples/*.py)
 


signature.asc
Description: Digital signature


  1   2   >