Bug#566911: src:kaffeine: FTBFS on GNU/kFreeBSD: dvb is mandatory

2010-01-25 Thread Cyril Brulebois
Package: src:kaffeine
Version: 1.0~pre2-1
Severity: serious
Justification: FTBFS.
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-* since it needs dvb support
now:
| cd 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/obj-x86_64-kfreebsd-gnu/src
  /usr/bin/c++   -DMAKE_KAFFEINEDVB_LIB -D_GNU_SOURCE -DQT_NO_STL 
-DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -g -O2  
-Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
-fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG -fPIC 
-I/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/obj-x86_64-kfreebsd-gnu/src
 
-I/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/src
 
-I/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/include
 
-I/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/obj-x86_64-kfreebsd-gnu
 -I/usr/include/KDE -I/usr/include/qt4/KDE -I/usr/include/qt4 
-I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
-I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtDBus -I/usr/include/q
 t4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtScript 
-I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default   -o 
CMakeFiles/kaffeinedvb.dir/dvb/dvbdevice_linux.o -c 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/src/dvb/dvbdevice_linux.cpp
| In file included from 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/src/dvb/dvbdevice_linux.cpp:23:
| 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/include/dmx.h:27:25:
 error: linux/types.h: No such file or directory
| In file included from 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/src/dvb/dvbdevice_linux.cpp:23:
| 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/include/dmx.h:94:
 error: '__u8' does not name a type
| 
/build/buildd-kaffeine_1.0~pre2-1-kfreebsd-amd64-0jHgq5/kaffeine-1.0~pre2/include/dmx.h:95:
 error: '__u8' does not name a type

It would be nice if dvb stuff would only be built when the platform is
Linux. I've still a bunch of build logs to process, so no patch for now.

(This is serious because it's a regression on a release architecture.)

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=kaffeine

Mraw,
KiBi.



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



Bug#565983: [Pkg-libvirt-maintainers] Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-25 Thread Luca Tettamanti
On Mon, Jan 25, 2010 at 06:13:08PM +0100, Luca Tettamanti wrote:
 More in details:
 
 (gdb)
 make_nonnull_node_device (server=value optimized out, client=value 
 optimized out, conn=0x714d60,
 hdr=value optimized out, rerr=0x7fffef610e20, args=value optimized 
 out, ret=0x7fffef610e70) at remote.c:5401
 5401dev_dst-name = strdup(dev_src-name);
 (gdb) p dev_dst
 $4 = value optimized out
 (gdb) s
 *__GI___strdup (s=0x5f74736f685f6973 Address 0x5f74736f685f6973 out of 
 bounds) at strdup.c:41
 (gdb) l
 36  #endif
 37
 38  /* Duplicate S, returning an identical malloc'd string.  */
 39  char *
 40  __strdup (const char *s)
 41  {
 42size_t len = strlen (s) + 1;
 43void *new = malloc (len);
 44
 45if (new == NULL)
 (gdb) p s
 $5 = 0x5f74736f685f6973 Address 0x5f74736f685f6973 out of bounds
 
 So... virNodeDeviceLookupByName returns corrupted data?

Yep.

virGetNodeDevice (conn=0x6dcae0, name=0x6d3120 storage_model_DVD_RAM_UJ_850S) 
at datatypes.c:1056
1056{
[cut]
1065ret = (virNodeDevicePtr) virHashLookup(conn-nodeDevices, name);
(gdb)
1066if (ret == NULL) {
(gdb) p ret
$26 = (virNodeDevicePtr) 0x0
(gdb) p ret
$28 = (virNodeDevicePtr) 0x6d2570
(gdb) p *ret
$29 = {magic = 1601463662, refs = 1886220131, conn = 0x6f6f6c5f72657475,
  name = 0x6b63616270 Address 0x6b63616270 out of bounds, parent = 0x0}

So, somehow the hashmap contains a node with corrupted -name; I tried setting
a watchpoint on -name, but the node is deallocated almost immediatly in
remoteDispatchNodeDeviceLookupByName.

L



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



Bug#566909: libphone-utils: [INTL:pt] Updated Portuguese translation for debconf messages

2010-01-25 Thread Traduz - Portuguese Translation Team

Package: libphone-utils
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for libphone-utils's debconf messages.
Translator: Miguel Figueiredo el...@debianpt.org
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


--
Best regards,


Traduz - Portuguese Translation Team
http://www.DebianPT.org


# This file is distributed under the same license as the libphone-utils package.
#
# Miguel Figueiredo el...@debianpt.org, 2010.
msgid 
msgstr 
Project-Id-Version: \n
Report-Msgid-Bugs-To: libphone-ut...@packages.debian.org\n
POT-Creation-Date: 2010-01-22 06:39+0100\n
PO-Revision-Date: 2010-01-25 21:18+\n
Last-Translator: Miguel Figueiredo el...@debianpt.org\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

#. Type: string
#. Description
#: ../libphone-utils0.templates:2001
msgid International phone prefix:
msgstr Prefixo telefónico internacional:

#. Type: string
#. Description
#: ../libphone-utils0.templates:2001
msgid 
Please enter the prefix to dial for international calls. This prefix is \00
\ in most countries.
msgstr 
Por favor introduza o prefixo para marcar chamadas internacionais. Na 
maioria dos países o prefixo é \00\.

#. Type: string
#. Description
#: ../libphone-utils0.templates:3001
msgid National phone prefix:
msgstr Prefixo de telefone nacional:

#. Type: string
#. Description
#: ../libphone-utils0.templates:3001
msgid 
Please enter the prefix to dial for national calls. This prefix is \0\ in 
most countries.
msgstr 
Por favor introduza o prefixo para marcar chamadas nacionais. Na maioria dos 
países é \0\.

#. Type: string
#. Defaultchoice
#: ../libphone-utils0.templates:4001
msgid 49
msgstr 351

#. Type: string
#. Description
#: ../libphone-utils0.templates:4002
msgid Telephone country code:
msgstr Código telefónico de país:

#. Type: string
#. Description
#: ../libphone-utils0.templates:4002
msgid 
Please enter the international telephone code for the local country (for 
instance, \49\ for Germany).
msgstr 
Por favor introduza o código internacional de telefone para o seu país local 
(por exemplo, \351\ para Portugal).

#. Type: string
#. Description
#: ../libphone-utils0.templates:5001
msgid Area code:
msgstr Indicativo regional:

#. Type: string
#. Description
#: ../libphone-utils0.templates:5001
msgid 
Please enter the telephone code for the local area (for instance, \30\ for 
Berlin in Germany).
msgstr 
Por favor introduza o código telefónico para a região local (por exemplo, 
\259\ para Vila Real em Portugal).

#. Type: string
#. Description
#: ../libphone-utils0.templates:5001
msgid This is normally only needed with landline phones.
msgstr Normalmente isto só é necessário para telefone fixo.



Bug#566912: dictionaries-common: How can one avoid the wordlist question when debconf priority level is critical?

2010-01-25 Thread Petter Reinholdtsen

Package:  dictionaries-common
Version:  1.4.0
Severity: important
User: debian-...@lists.debian.org
UserTags: debian-edu

I discovered this issue when testing Debian Edu based on Squeeze,
where we want to avoid as many questions as possible during
installation, and the wordlist setting showed up with a good default.
This was the only question asked during package installation, and it
is hard to preseed when we support several langauges.  Is there a way
to avoid this question during a installation what depend on the
language selection in debian-installer to pick good defaults for
language related packages.

Why is the wordlist question asked using debconf priority 'critical'
and not 'high'?  By using 'high' it will be shown in the normal debian
installation run (which set the debconf priority limit to 'high'),
while it is still possible to avoid it by setting the limit to
'critical'.

I found this block in the code in
/usr/share/dictionaries-common/dc-debconf-select.pl:

  # Read current value of default ispell dict / wordlist. No need to have
  # critical priority if is in the new list or set to manual. Otherwise
  # ask with critical priority, name for current value is changed or
  # something wrong happened.
  my $curval  = get ($question) || undefined;
  unless ( $priority ){
if ( $curval =~ /^Manual.*/ or exists $newchoices{$curval} ){
  $priority = medium; #
} else {
  $priority = critical; # No good value, ask. Do not change!!
}
  }

I would expect 'high' to be better priority for the wordlist question.
After all, the system will run fine with any setting as far as I
know. :)

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#566908: ITP: libtext-flow-perl -- module providing generalized text wrapping

2010-01-25 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtext-flow-perl
  Version : 0.01
  Upstream Author : Stevan Little ste...@iinteractive.com
* URL : http://search.cpan.org/dist/Text-Flow/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module providing generalized text wrapping

Text::Flow is a Perl module designed to provide flexible and generalized text
handling facilities, wrapping or reflowing text as required. It is different
from other modules because it can be used for graphical text output as with
PDF files through the use of custom callbacks.



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



Bug#513703: Which shell was used?

2010-01-25 Thread Patrick Winnertz
Hey Lorenz,

as far as I got you, you're wondering what is happening when you press ls 
tab in /etc/italc ...

However as we created these folders in a very normal way, there is nothing 
buggy with them, nor with the files inside. 

Which shell do you used? bash? 

Greetings
Winnie


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


Bug#566910: /etc/pm/sleep.d/60aiccu is not executable

2010-01-25 Thread Joey Hess
Package: aiccu
Version: 20070115-11
Severity: normal

pm-suspend.log:/etc/pm/sleep.d/60aiccu resume suspend: not executable.
pm-suspend.log:/etc/pm/sleep.d/60aiccu suspend suspend: not executable.

I also doubt that this script fixes the core issue reported in #531003.
The core issue seems to have something to do with the network going down
or the IP address changing while aiccu is running. I have a if-up.d
script to restart aiccu to deal with a similar prlblem.

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

Kernel: Linux 2.6.31-1-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 aiccu depends on:
ii  cdebconf [debconf-2.0]  0.146Debian Configuration Management Sy
ii  debconf [debconf-2.0]   1.5.29   Debian configuration management sy
ii  iproute 20091226-1   networking and traffic control too
ii  iputils-ping3:20071127-2 Tools to test the reachability of 
ii  iputils-tracepath   3:20071127-2 Tools to trace the network path to
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libgnutls26 2.8.5-2  the GNU TLS library - runtime libr
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip
ii  ucf 3.0025   Update Configuration File: preserv

Versions of packages aiccu recommends:
ii  ntp 1:4.2.4p8+dfsg-1 Network Time Protocol daemon and u
ii  ntpdate 1:4.2.4p8+dfsg-1 client for setting system time fro

aiccu suggests no packages.

-- debconf-show failed

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#566767: munin-node: hddtemp_smartctl plugin erroneously involves IDE drives without smart_values

2010-01-25 Thread Tom Feiner
tags 566767 confirmed
forwarded 566767 http://munin.projects.linpro.no/ticket/848
quit

Hi Peter,

Thanks for noticing this issue and opening the bug!

As this is a munin specific issue and not a debian packaging of munin issue,
I've forwarded the bug upstream [1], so the fix will be applied there and not
only for debian.

I have a few ideas about this bug, which I'll explain in the upstream bug 
report.

Regards,
Tom Feiner

[1] http://munin.projects.linpro.no/ticket/848



signature.asc
Description: OpenPGP digital signature


Bug#566902: [Pkg-freevo-maint] Bug#566902: src:kaa-base: Hardcodes (wrong) libc versions

2010-01-25 Thread A Mennucc

Cyril Brulebois ha scritto:

Package: src:kaa-base
Version: 0.6.0-2
Severity: serious
Justification: Breaks on several release archs


(just for the record , according to
http://release.debian.org/squeeze/arch_qualify.html
kfreebsd-* may be part of the next release, but is at risk, while hurd 
is not even considered. So much for several release archs.)



I /think/ the 002_ia64_libc.patch patch is a bit braindead. It doesn't
even do the job given there are more than just libc6 and libc6.1. As of
this writing, we have:
  libc6
  libc6.1 on alpha  ia64
  libc0.3 on hurd-i386
  libc0.1 on kfreebsd-*.
Please unfuck this.


Feel free to send a better patch anytime.

a.



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



Bug#560238: net.ipv6.bindv6only=1 breaks some buggy programs

2010-01-25 Thread Petr Baudis
Hi!

 This bug will be kept open with a RC priority to prevent the transition
 to testing.
 Bugs in affected packages will be marked as blockers of this bug.

I'm confused. Testing _is_ broken now, netbase is at 4.40. Did I
misunderstand what is this saying, or how could get netbase with this
bug get to testing?

P.S.: It seems there is still no NEWS entry informing about this major
change. :-(

Thanks,
Petr Pasky Baudis



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



Bug#566913: twisted-doc: recommends obsolete twisted-doc-api

2010-01-25 Thread Yann Dirson
Package: twisted-doc
Version: 9.0.0-1
Severity: serious

Aside of being an unsatisfiable-in-squeeze Recommends, this can cause
an obsolete version of this doc to be pulled from oldstable.

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

Kernel: Linux 2.6.28.10-smp-smp-2-g0fee61b (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=french (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

twisted-doc depends on no packages.

Versions of packages twisted-doc recommends:
ii  elinks [www-browser]0.12~pre5-2  advanced text-mode WWW browser
ii  evince-gtk [postscript- 2.28.2-1 Document (postscript, pdf) viewer 
ii  ghostscript [postscript 8.70~dfsg-2  The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer]  1:3.6.8-1PostScript and PDF viewer for X
ii  iceweasel [www-browser] 3.5.6-1  lightweight web browser based on M
ii  kghostview [postscript- 4:3.5.9-3+lenny1 PostScript viewer for KDE
ii  konqueror [www-browser] 4:4.3.2-1KDE 4's advanced file manager, web
ii  kpdf [pdf-viewer]   4:3.5.9-3+lenny1 PDF viewer for KDE
ii  links [www-browser] 2.2-1+b1 Web browser running in text mode
ii  lynx-cur [www-browser]  2.8.8dev.2-1 Text-mode WWW Browser with NLS sup
ii  okular [postscript-view 4:4.3.4-1+b1 document viewer for KDE 4
pn  twisted-doc-api none   (no description available)
ii  viewpdf.app [pdf-viewer 1:0.2dfsg1-3+b2  Portable Document Format (PDF) vie
ii  w3m [www-browser]   0.5.2-2.1WWW browsable pager with excellent
ii  xemacs21-mule [www-brow 21.4.22-2highly customizable text editor --
ii  xemacs21-nomule [www-br 21.4.22-2highly customizable text editor --
ii  xpdf-reader [pdf-viewer 3.02-1.4+lenny1  Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer] 3.02-1.4+lenny1  Portable Document Format (PDF) sui

Versions of packages twisted-doc suggests:
pn  twisted   none (no description available)



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



Bug#566914: [ocsinventory-agent] postinst script doesn't handle local method correctly

2010-01-25 Thread Fabrice Flore-Thebault
Package: ocsinventory-agent
Version: 2:1.1.1-2
Severity: normal

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

ocsinventory-agent/method local is not handled in the postinst script, so that 
if you choosed to answer local the debconf question, nothing is written in 
the configuration file, and the daily cronjob is using the default method : 
contacting a host called ocsinventory-ng.

moreover, if the method local is choosed, we should have the choice of the 
path where the locally generated files will be stored, and ensure old files are 
rotated.


--- System information. ---
Architecture: powerpc
Kernel:   Linux 2.6.32-trunk-powerpc

Debian Release: squeeze/sid
  500 unstablemirrors.powersource.cx 
  500 unstableftp.fr.debian.org 
  500 testing mirrors.powersource.cx 
  500 stable  deb.opera.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
debconf(= 0.5)  | 1.5.28
 OR debconf-2.0  | 
perl | 5.10.1-9
po-debconf   | 1.0.16
ucf  | 3.0025
libxml-simple-perl   | 2.18-3
libnet-ip-perl   | 1.25-2
libcompress-zlib-perl| 
libwww-perl  | 5.834-1
libnet-ssleay-perl   | 1.35-2
libproc-daemon-perl  | 0.03-2


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
dmidecode| 
pciutils | 1:3.1.4-5
nmap | 5.00-3
smartmontools| 
read-edid| 







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



Bug#556536: [Pkg-samba-maint] Bug#556536: new wrinkle

2010-01-25 Thread Steve Langasek
On Mon, Jan 25, 2010 at 01:49:43PM -0600, Dale Schroeder wrote:
 As of this morning, the symptoms have changed.
 Stable, testing, and unstable all return some variation of the
 following when doing net ads testjoin.
 There is no connectivity to any share, and the error goes across
 multiple systems.

 0] libads/sasl.c:819 (ads_sasl_spegno_bind)
 kinit succeeded but ads_sasl_spnego_krb5_bind failed: Program
 lacks support for encryption type

 ii  krb5-config   2.2
 ii  krb5-doc  1.8+dfsg~alpha1-4
 ii  krb5-user 1.8+dfsg~alpha1-4
 ii  libgssapi-krb5-2  1.8+dfsg~alpha1-4
 ii  libkrb5-3 1.8+dfsg~alpha1-4
 ii  libkrb53  1.6.dfsg.4~beta1-5lenny2
 ii  libkrb5support0   1.8+dfsg~alpha1-4

 What would cause this sudden change on a system whose krb5
 configuration had worked for years?

The fact that krb5 1.8 disables DES by default.  See
/usr/share/doc/libkrb5-3/NEWS.Debian.gz.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#566915: runs fmtutil-sys --byhyphen twice when triggered

2010-01-25 Thread Julian Gilbey
Package: tex-common
Version: 2.06
Severity: normal
Tags: patch

When tex-common is triggered, it tests to see whether latex is
installed, and if so runs fmtutil-sys --byhypen.  Then it does the
same test for plain tex, and so if both are installed, fmtutil-sys
--byhyphen will be run twice.  The attached patch should fix this
problem.

Also, when I tried to save the file, emacs complained as Frank's name
was written with a legacy encoding, so I have changed this to Unicode
in this same patch.

Congrats on texlive 2009 making it into testing!

   Julian

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

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  dpkg  1.15.5.6   Debian package management system
ii  ucf   3.0025 Update Configuration File: preserv

tex-common recommends no packages.

Versions of packages tex-common suggests:
ii  debhelper 7.4.11 helper programs for debian/rules

Versions of packages texlive-base depends on:
ii  dpkg  1.15.5.6   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  luatex0.50.0-1   next generation TeX engine
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  texlive-binaries  2009-5 Binaries for TeX Live
ii  texlive-common2009-7 TeX Live: Base component
ii  texlive-doc-base  2009-2 TeX Live: TeX Live documentation

-- debconf information:
  tetex-base/olddat: true
  tetex-base/fmtutil-failed:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/singleuser: false
  tetex-base/oldupdm:
  tetex-base/updmap-failed:
--- /var/lib/dpkg/info/tex-common.postinst  2010-01-12 11:38:24.0 
+
+++ /tmp/tex-common.postinst2010-01-25 21:36:53.0 +
@@ -3,7 +3,7 @@
 # postinst maintainer script for the Debian  package.
 # $Id: postinst.in 4537 2010-01-12 11:33:17Z preining $
 
-# Copyright (C) 2004 by Frank Küster fr...@kuesterei.ch. 
+# Copyright (C) 2004 by Frank Küster fr...@kuesterei.ch. 
 #
 # The eperl code is taken from the auctex package, Copyright (C) 1999,
 # 2000, 01, 02, 03, 04 by Davide Giovanni Maria Salvetti.
@@ -138,7 +138,7 @@
 # # #
 ## Function definitions - included from file common.functions
 #
-# Copyright (C) 2004, 05, 06 by Frank Küster fr...@debian.org.
+# Copyright (C) 2004, 05, 06 by Frank Küster fr...@debian.org.
 # Copyright (C) 2006 by Julian Gilbey j...@debian.org.
 # $Id: common.functions.in 3911 2009-05-10 13:38:40Z preining $
 
@@ -906,28 +906,10 @@
 export TEXMFVAR TEXMFCONFIG
 fmtcnffile=$(kpsewhich --format='web2c files' fmtutil.cnf)
 X=$(grep ^[[:space:]]*latex[[:space:]] $fmtcnffile || true)
-if [ -n $X ] ; then
-  # latex is installed so we can actually try to recreate
-  # formats based on language.dat
-  tempfile=$(mktemp -p /tmp fmtutil.)
-  printf Building formats --byhyphen $(kpsewhich 
language.dat).\n\tThis may take some time... 
-  if fmtutil-sys --byhyphen $(kpsewhich language.dat)  
$tempfile 21 ; then
-rm -f $tempfile
-echo done.
-  else
-exec 2
-echo
-echo fmtutil-sys failed. Output has been stored in
-echo $tempfile
-echo Please include this file if you report a bug.
-echo
-exit 1
-  fi
-fi
 Y=$(grep ^[[:space:]]*tex[[:space:]] $fmtcnffile || true)
-if [ -n $Y ] ; then
-  # tex is installed so we can actually try to recreate
-  # formats based on language.def
+if [ -n $X -o -n $Y ] ; then
+  # latex or tex is installed so we can actually try to
+  # recreate formats based on language.def
   tempfile=$(mktemp -p /tmp fmtutil.)
   printf Building formats --byhyphen $(kpsewhich 
language.def).\n\tThis may take some time... 
   if fmtutil-sys --byhyphen $(kpsewhich language.def)  
$tempfile 21 ; then


Bug#519648: [hexdump] irregular illegal seek error

2010-01-25 Thread Ancoron Luciferis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yes, I just verified that no errors occur anymore.

Thanx for upgrading. The upcoming Ubuntu Lucid 10.04 seems to integrate
version 8.0.1 and there no such errors occurs. Neither on i386 nor x64
hardware/software environment.

:)

Ancoron

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkteDhwACgkQHwxOsqv2bG2nSQCglPcL7D+Q2X/PFunQ3F23nuKf
f6AAn0nPaXxxzkKHGx4VYYfhBSnunDMb
=X1Yv
-END PGP SIGNATURE-



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



Bug#566917: src:armagetronad: FTBFS on kfreebsd-*: error: FTGL headers not found on your system

2010-01-25 Thread Cyril Brulebois
Package: src:armagetronad
Version: 0.3.0-4
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| checking for FT_Render_Glyph in -lftgl... yes
| checking for location of FTGL includes... not found
| configure: error: FTGL headers not found on your system. Please pass the 
correct location via --with-ftgl=path to FTGL include directory.
| make: *** [configure-client-stamp] Error 1

I don't know why yet, but since that's a regression on some release
architectures, I'm opening this RC bug. Hopefully a patch will follow
some time soon.

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=armagetronad

Mraw,
KiBi.



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



Bug#566918: /usr/bin/seahorse-preferences: pgp key selection dialog should include key id

2010-01-25 Thread Julien Cristau
Package: seahorse-plugins
Version: 2.28.1-2
Severity: normal
File: /usr/bin/seahorse-preferences

seahorse-preferences lists pgp key using the primary uid, and doesn't
display their id.  When 2 keys have the same primary uid, this is
useless.

Cheers,
Julien

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

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

Versions of packages seahorse-plugins depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.2-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.2-1   The Bonobo UI library
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcryptui0   2.28.1-1   the UI library for DBUS functions 
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgnome-keyring0 2.28.2-1   GNOME keyring services library
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libgtksourceview2.0-0 2.8.2-1shared libraries for the GTK+ synt
ii  libnautilus-extension12.28.4-1   libraries for nautilus components 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpanel-applet2-02.28.0-3   library for GNOME Panel applets
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  seahorse  2.28.1-1   GNOME front end for GnuPG

Versions of packages seahorse-plugins recommends:
ii  openssh-client1:5.2p1-2  secure shell (SSH) client, for sec

seahorse-plugins suggests no packages.

-- no debconf information



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



Bug#566916: src:hfsprogs: FTBFS on GNU/kFreeBSD

2010-01-25 Thread Cyril Brulebois
Package: src:hfsprogs
Version: 332.25-6
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| install -m 755 newfs_hfs.tproj/newfs_hfs   debian/hfsprogs/sbin/mkfs.hfsplus
| install: cannot stat `newfs_hfs.tproj/newfs_hfs': No such file or directory
| make: *** [install] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=hfsprogs

(This is serious since it's a regression on some release architectures.)

No patch for now, still got a lot of logs to process, sorry about that.

Mraw,
KiBi.



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



Bug#566202: straces

2010-01-25 Thread Joey Hess
j...@turtle:~ps -ax |grep hpodder
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
 8728 ?Ss 0:00 /bin/sh -c hpodder /dev/null; . $HOME/.environment; 
mpc update /dev/null
 8729 ?S  5:23 hpodder
 8748 ?S  0:00 hpodder
26132 pts/4S+ 0:00 grep hpodder
j...@turtle:~strace -p 8748
Process 8748 attached - interrupt to quit
pause(^C unfinished ...
Process 8748 detached
j...@turtle:~strace -p 8729
Process 8729 attached - interrupt to quit
select(0, [], [], NULL, {1, 4389})  = 0 (Timeout)
gettimeofday({1264455824, 65}, NULL)= 0
wait4(8748, 0x41268018, WNOHANG, NULL)  = 0
gettimeofday({1264455824, 2650}, NULL)  = 0
gettimeofday({1264455824, 3834}, NULL)  = 0
select(0, [], [], NULL, {0, 0}) = 0 (Timeout)
gettimeofday({1264455824, 6462}, NULL)  = 0
gettimeofday({1264455824, 8705}, NULL)  = 0
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
write(1, \r94% [29 0 B/1 B 0%]..., 80) = 80
--- SIGVTALRM (Virtual timer expired) @ 0 (0) ---
sigreturn() = ? (mask now [QUIT TRAP ABRT FPE KILL 
USR1 SEGV USR2 ALRM TTIN TTOU URG XCPU])
gettimeofday({1264455824, 47646}, NULL) = 0
gettimeofday({1264455824, 50839}, NULL) = 0
select(0, [], [], NULL, {0, 98})= 0 (Timeout)
gettimeofday({1264455825, 50065}, NULL) = 0
wait4(8748, 0x41268068, WNOHANG, NULL)  = 0
gettimeofday({1264455825, 52410}, NULL) = 0
gettimeofday({1264455825, 53571}, NULL) = 0
select(0, [], [], NULL, {0, 2}) = 0 (Timeout)
gettimeofday({1264455825, 89935}, NULL) = 0
gettimeofday({1264455825, 91316}, NULL) = 0
gettimeofday({1264455825, 93527}, NULL) = 0
gettimeofday({1264455825, 95011}, NULL) = 0
select(0, [], [], NULL, {0, 0}) = 0 (Timeout)
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
write(1, \r94% [29 0 B/1 B 0%]..., 80) = 80
gettimeofday({1264455825, 111036}, NULL) = 0
gettimeofday({1264455825, 112180}, NULL) = 0


Hung at 94%, rather than 100% this time.


(gdb) bt
#0  0x40288330 in pause () from /lib/libc.so.6
#1  0x40288324 in pause () from /lib/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)


After killing the child, the parent jumped to 100% and
continued looping until I also killed it.

--- SIGVTALRM (Virtual timer expired) @ 0 (0) ---
sigreturn() = ? (mask now [])
write(1, \r100%   ..., 80) = 80
gettimeofday({1264456102, 298102}, NULL) = 0
gettimeofday({1264456102, 301284}, NULL) = 0
select(0, [], [], NULL, {1, 0}) = 0 (Timeout)
gettimeofday({1264456103, 323151}, NULL) = 0
gettimeofday({1264456103, 324496}, NULL) = 0
gettimeofday({1264456103, 326705}, NULL) = 0
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
write(1, \r100%   ..., 80) = 80
gettimeofday({1264456103, 341614}, NULL) = 0
gettimeofday({1264456103, 345011}, NULL) = 0
select(0, [], [], NULL, {1, 2}) = 0 (Timeout)
gettimeofday({1264456104, 386809}, NULL) = 0
gettimeofday({1264456104, 391024}, NULL) = 0
gettimeofday({1264456104, 393983}, NULL) = 0
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
write(1, \r100%   ..., 80) = 80
gettimeofday({1264456104, 403470}, NULL) = 0
gettimeofday({1264456104, 406319}, NULL) = 0
select(0, [], [], NULL, {1, 2}) = 0 (Timeout)
gettimeofday({1264456105, 443175}, NULL) = 0
gettimeofday({1264456105, 444518}, NULL) = 0
gettimeofday({1264456105, 446723}, NULL) = 0
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
--- SIGVTALRM (Virtual timer expired) @ 0 (0) ---
sigreturn() = ? (mask now [])
write(1, \r100%   ..., 80) = 80
gettimeofday({1264456105, 468001}, NULL) = 0
gettimeofday({1264456105, 470910}, NULL) = 0
select(0, [], [], NULL, {1, 2}) = 0 (Timeout)
gettimeofday({1264456106, 513193}, NULL) = 0
gettimeofday({1264456106, 514540}, NULL) = 0
gettimeofday({1264456106, 516751}, NULL) = 0
select(2, [], [1], NULL, {0, 0})= 1 (out [1], left {0, 0})
--- SIGVTALRM (Virtual timer expired) @ 0 (0) ---

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#566919: /usr/bin/seahorse-preferences: should use default-key from gpg.conf

2010-01-25 Thread Julien Cristau
Package: seahorse-plugins
Version: 2.28.1-2
Severity: minor
File: /usr/bin/seahorse-preferences

My gpg.conf has 'default-key 0905E40C'.  I'd expect the
seahorse-preferences dialog to reflect that in the 'default key' tab.

Cheers,
Julien

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

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

Versions of packages seahorse-plugins depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.2-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.2-1   The Bonobo UI library
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcryptui0   2.28.1-1   the UI library for DBUS functions 
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgnome-keyring0 2.28.2-1   GNOME keyring services library
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libgtksourceview2.0-0 2.8.2-1shared libraries for the GTK+ synt
ii  libnautilus-extension12.28.4-1   libraries for nautilus components 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpanel-applet2-02.28.0-3   library for GNOME Panel applets
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  seahorse  2.28.1-1   GNOME front end for GnuPG

Versions of packages seahorse-plugins recommends:
ii  openssh-client1:5.2p1-2  secure shell (SSH) client, for sec

seahorse-plugins suggests no packages.

-- no debconf information



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



Bug#566914: patch

2010-01-25 Thread Fabrice Flore-Thebault
if local has been chosen in debconf, then add a line in the config file 
idicating that we want to store the file in /var/log/ocsinventory-agent

this should quickly solve the issue but it raises new problems :

- rotate the files ?
- let the user choose which location should be used ?
- document the location of the file in the README ?


-- 
Fabrice Flore-Thébault
43a44
   LOCAL=/var/log/ocsinventory-agent
47a49,53
   elif [ $RET = local ]; then
 LOCAL=/var/log/ocsinventory-agent
 	# we should create a new method to let user decide where to put the file
 	#db_get ocsinventory-agent/local || true
 	#LOCAL=$RET
56a63,66
   if [ -n $LOCAL ]; then
 echo local=$LOCAL  $TMPFILE
 mkdir -p $LOCAL
   fi


Bug#566891: Network Management disabled after suspend to ram

2010-01-25 Thread Michael Biebl
reassign 566891 network-manager
thanks

On 25.01.2010 21:00, Alberto Quattrini Li wrote:
 Package: network-manager-kde
 Version: 1:0.9~svn1054632-1
 
 After I suspended to ram my notebook and obviously restarted,
 network-manager-kde sistray says that network management disabled, if I

When you suspend your laptop, network-manager will disable all interface
(/usr/lib/pm-utils/sleep.d/55NetworkManager does it, to be precise).

When you resume, this script will be run again and enable all interfaces.

You wrote, that in your case, you did not resume but restarted your laptop (did
I undestand that correctly?) .

In that case NM remains in disabled mode.

You can either run
dbus_send --print-reply --system\
--dest=org.freedesktop.NetworkManager \
/org/freedesktop/NetworkManager   \
org.freedesktop.NetworkManager.wake

or run
service network-manager stop
rm /var/lib/NetworkManager/NetworkManager.state
service network-manager start

Please let me know, if that fixes your problem

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#566905: ITP: python-ctypeslib -- code generator to convert header files into ctypes interfaces

2010-01-25 Thread Sandro Tosi
Hello Richard,

On Mon, Jan 25, 2010 at 21:34, Richard Darst r...@zgib.net wrote:
 * Package name    : python-ctypeslib
...
 * URL             : http://starship.python.net/crew/theller/ctypes/

from the first line in this website: ctypes is an advanced ffi
(Foreign Function Interface) package for Python 2.3 and higher. In
Python 2.5 it is already included.

Since squeeze will be released with Python 2.5 and 2.6, and ctypes has
been removed from Debian just days ago, can you please explain why you
want to package this tool?

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#566920: libpetsc3.0.0-dev: Request for HDF5 support in build.

2010-01-25 Thread Don Pellegrino
Subject: libpetsc3.0.0-dev: Request for HDF5 support in build.
Package: libpetsc3.0.0-dev
Version: 3.0.0.dfsg-6
Severity: wishlist

*** Please type your report below this line ***

PETSc can be built with support for HDF5 using the --with-hdf5=1 flag to
./config/configure.py.  The Debian package libhdf5-openmpi-dev
(currently 1.8.4) provides the
HDF5 headers and libraries.  It would be useful to include HDF5
support in future PETSc
packages.

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

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/3 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 libpetsc3.0.0-dev depends on:
ii  gfortran  4:4.4.2-3  The GNU Fortran 95 compiler
ii  libblas-dev [libblas-3gf. 1.2-2  Basic Linear Algebra Subroutines 3
ii  libhypre-dev  2.4.0b-6   High Performance Matrix Preconditi
ii  liblapack-dev [liblapack- 3.2.1-2library of linear algebra routines
ii  libopenmpi-dev1.3.3-4high performance message passing l
ii  libpetsc3.0.0 3.0.0.dfsg-6   Shared libraries for version 3.0.0
ii  libscotch-dev 5.1.6.dfsg-3   programs and libraries for graph,
ii  libspooles-dev2.2-6+b1   SPOOLES SParse Object Oriented Lin
ii  libsuitesparse-dev1:3.4.0-1  libraries for sparse matrices comp
ii  libsuperlu3-dev   3.0+20070106-3 Direct solution of large, sparse s
ii  libx11-dev2:1.3.3-1  X11 client-side library (developme

libpetsc3.0.0-dev recommends no packages.

Versions of packages libpetsc3.0.0-dev suggests:
ii  libluminate-dev 0.11.0-3 Illuminator Distributed Visualizat
pn  libpetsc3.0.0-dbg   none   (no description available)
ii  petsc-dev   3.0.0.dfsg-6 Empty package depending on latest
ii  petsc3.0.0-doc  3.0.0.dfsg-6 Documentation and examples for PET

-- no debconf information



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



Bug#566921: ITP: libautobox-core-perl -- Methods for core built-in functions in perl's primitive types

2010-01-25 Thread Jeremiah C. Foster
Package: wnpp
Severity: wishlist
Owner: Jeremiah C. Foster jerem...@jeremiahfoster.com


* Package name: libautobox-core-perl
  Version : 0.6
  Upstream Author : Scott Walters sc...@slowass.net
* URL : http://cpan.uwinnipeg.ca/dist/autobox-Core
* License : GPL | Artistic
  Programming Lang: Perl
  Description : Methods for core built-in functions in perl's primitive 
types

Autobox-core provides methods for core built-in functions in perl types
which makes more sense to programmers used to object interfaces.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)



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



Bug#566832: openoffice.org: Any OpenOffice application crashes on startup

2010-01-25 Thread Ferry Toth
René

The forwarding adres is incorrect I think: t...@openoffixe.org

Ferry


Bug#566922: [sks] sks install do not create /var/run/sks

2010-01-25 Thread Falk Hackenberger
Package: sks
Version: 1.1.1-1
Severity: normal

--- Please enter the report below this line. ---
apt-get install sks says:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  sks
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 0B/628kB of archives.
After this operation, 1720kB of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package sks.
(Reading database ... x files and directories currently installed.)
Unpacking sks (from .../archives/sks_1.1.1-1_i386.deb) ...
Processing triggers for man-db ...
Setting up sks (1.1.1-1) ...
debian-sks uid check: ok
debian-sks homedir check: ok
chown: cannot access `/var/run/sks': No such file or directory
dpkg: error processing sks (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 sks
E: Sub-process /usr/bin/dpkg returned an error code (1)


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-trunk-686

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6(= 2.3.6-6~) | 2.10.2-2
libdb4.7   | 4.7.25-8
zlib1g(= 1:1.1.4) | 1:1.2.3.4.dfsg-3
db4.7-util | 4.7.25-8
postfix| 2.6.5-3
 OR mail-transport-agent   |
procmail   | 3.22-18
adduser| 3.112
logrotate  | 3.7.8-4


Package's Recommends field is empty.

Package's Suggests field is empty.








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



Bug#385898: slapd: add lsb logging

2010-01-25 Thread Petter Reinholdtsen

[Petter Reinholdtsen 2008-04-16]
 Any hope of having this fixed for Lenny?  slapd contain one of the
 few boot scripts used by Debian Edu that fail to display any
 information when using the graphical progress bars
 (usplash/splashy), and it would be very helpful if some text would
 show up when slapd is started and stopped.

Lenny came and went, and the issue with boot message from slapd still
remains.  The slapd package is now one of the very few in Debian Edu
(5 of 111 scripts left) based on testing where the log messages do not
show up in usplash in non-quiet mode during boot.  Any hope of having
the messages sent through the lsb functions for Squeeze?

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#566905: ITP: python-ctypeslib -- code generator to convert header files into ctypes interfaces

2010-01-25 Thread Richard Darst
On Mon, Jan 25, 2010 at 10:58:26PM +0100, Sandro Tosi wrote:

 from the first line in this website: ctypes is an advanced ffi
 (Foreign Function Interface) package for Python 2.3 and higher. In
 Python 2.5 it is already included.

The homepage is kind of confusing: it's about ctypes, but below
under Related projects is where it discusses ctypeslib.  Ctypeslib
is not ctypes, it's a tool to be used with ctypes.

ctypeslib will parse header files and output python code: something
that ctypes doesn't do.  ctypeslib isn't included in anything else
(/usr/share/pyshared/numpy/ctypeslib.py) is something different.  I've
searched the relevant files with apt-file, if you do know of ctypeslib
somewhere, please let me know.

 Since squeeze will be released with Python 2.5 and 2.6, and ctypes has
 been removed from Debian just days ago, can you please explain why you
 want to package this tool?

It probably makes sense now...

I'm wanting to package this to get it wider visibility, and hopefully
make it more useful to a wider audience.  I've been a longtime user of
ctypes, and the main reason I haven't used ctypeslib more is that it
wasn't in Debian before.

Thanks for the concern,

- Richard

-- 
| Richard Darst  -  rkd@  -  boltzmann: up 188 days, 18:53
|http://rkd.zgib.net  -  pgp 0xBD356740
| Ye shall know the truth and -- the truth shall make you free



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



Bug#566924: vlc-nox: Please lower Depends: libavc1394-0, libraw1394-11

2010-01-25 Thread Florian Schlichting
Package: vlc-nox
Version: 1.0.4-2
Severity: wishlist

is it really necessary that vlc-nox *Depends:* on libavc1394-0 and
libraw1394-11? My laptop doesn't even have a firewire port, I'm sure
vlc can operate without these libraries? And yes, space is not always
cheap, think embedded devices or running off a USB stick or SD card...

The same is probably true of other libraries, e.g. do I need to have the
libdvd* and libdvb* installed if I have neither of these devices? I'd
wish vlc dependencies were more graded...

THANKS FOR CONSIDERING THIS WISH!

Florian



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



Bug#566923: src:iceowl: FTBFS on GNU/kFreeBSD: oggplay.c:898: error: 'OggPlayBuffer' has no member named 'frame_sem'

2010-01-25 Thread Cyril Brulebois
Package: src:iceowl
Version: 1.0~b1+dfsg-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-* (which warrants the
severity). Log excerpt:
| make[7]: Entering directory 
`/build/buildd-iceowl_1.0~b1+dfsg-1-kfreebsd-amd64-RoMLhV/iceowl-1.0~b1+dfsg/mozilla/media/liboggplay/src/liboggplay'
| oggplay.c
| cc -o oggplay.o -c -I../../../../dist/include/system_wrappers -include 
../../../../config/gcc_hidden.h -DHAVE_CONFIG_H -DMOZ_SUNBIRD=1 
-DOSTYPE=\GNU_kFreeBSD7.2-1-amd64\ -DOSARCH=GNU_kFreeBSD  -I. -I.  
-I../../../../dist/include   -I../../../../dist/include/oggplay 
-I/usr/include/nspr -I/usr/include  -I/usr/include 
-I/build/buildd-iceowl_1.0~b1+dfsg-1-kfreebsd-amd64-RoMLhV/iceowl-1.0~b1+dfsg/mozilla/dist/sdk/include
-fPIC  -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long 
-pedantic -g -fno-strict-aliasing -pthread -pipe  -DNDEBUG -DTRIMMED -O   
-include ../../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/oggplay.pp 
oggplay.c
| In file included from oggplay_private.h:53,
|  from oggplay.c:40:
| ../../../../dist/include/theora/theora.h:192: warning: comma at end of 
enumerator list
| In file included from oggplay.c:40:
| oggplay_private.h:78:1: warning: C++ style comments are not allowed in ISO C90
| oggplay_private.h:78:1: warning: (this will be reported only once per input 
file)
| In file included from oggplay.c:40:
| oggplay_private.h:122: error: expected specifier-qualifier-list before 
'semaphore'
| In file included from oggplay.c:40:
| oggplay_private.h: In function 'oggplay_check_add_overflow':
| oggplay_private.h:324: warning: comparison of unsigned expression = 0 is 
always true
| oggplay_private.h:325: warning: comparison of unsigned expression = 0 is 
always true
| oggplay.c: In function 'oggplay_prepare_for_close':
| oggplay.c:898: warning: implicit declaration of function 'SEM_SIGNAL'
| oggplay.c:898: error: 'OggPlayBuffer' has no member named 'frame_sem'

IIRC I opened a bug against liboggplay and it looks like you embed a
copy of this lib. And indeed, see:
  
https://buildd.debian.org/fetch.cgi?pkg=liboggplayver=0.2.1~git20091120-1arch=kfreebsd-amd64stamp=1260593396file=log

Which led to #560798.

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=iceowl

I didn't check whether the previous patch applies to your package, but
that might be some lead for someone willing to dig into it (I've still
got a bunch of build logs for experimental to process).

Mraw,
KiBi.



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



Bug#566926: ld : cannot find -lgnat-4.4

2010-01-25 Thread xavier
Package: gnat-4.4
Version: 4.4.3-1
Severity: normal

When doing gnatmake test_static.adb -largs -static
the library libgnat-4.4.a isn't found :
gnatbind -x test_static.ali
gnatlink test_static.ali -static
/usr/bin/ld: cannot find -lgnat-4.4
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/bin/gcc-4.4
gnatmake: *** link failed.

a local symbolic link to /usr/lib/gcc/arch dependent4.4/adalib/libgnat.a
enable to compile

*** test_static.adb
procedure test_static is
begin
   null;
end test_static;


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

Kernel: Linux 2.6.30-2-powerpc64 (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/dash

Versions of packages gnat-4.4 depends on:
ii  gcc-4.4   4.4.3-1The GNU C compiler
ii  gnat-4.4-base 4.4.3-1The GNU Compiler Collection (gnat 
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libc6-dev 2.10.2-5   Embedded GNU C Library: Developmen
ii  libgcc1   1:4.4.3-1  GCC support library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libgnat-4.4   4.4.3-1Runtime library for GNU Ada applic
ii  libgnatprj4.4 4.4.3-1GNU Ada Project Manager
ii  libgnatvsn4.4 4.4.3-1GNU Ada compiler version library
ii  libmpfr1ldbl  2.4.2-3multiple precision floating-point 

gnat-4.4 recommends no packages.

Versions of packages gnat-4.4 suggests:
pn  ada-reference-manual  none (no description available)
pn  gnat-4.4-doc  none (no description available)

-- no debconf information



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



Bug#566925: xmms2-scrobbler: Please package the new version, 0.4

2010-01-25 Thread Penny Leach
Package: xmms2-scrobbler
Version: 0.3.1-1
Severity: wishlist


According to http://code-monkey.de/pages/xmms2-scrobbler the latest version
is 0.4 (and it supports multiscrobbling, ie libre.fm!, which I believe
would close #523478)

Thanks!


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

Kernel: Linux 2.6.32-trunk-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xmms2-scrobbler depends on:
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcurl3  7.19.7-1   Multi-protocol file transfer libra
ii  libxmmsclient50.6DrMattDestruction-7 XMMS2 - client library

xmms2-scrobbler recommends no packages.

Versions of packages xmms2-scrobbler suggests:
ii  xmms2-core0.6DrMattDestruction-7 XMMS2 - core package

-- no debconf information



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



Bug#566745: solang: New upstream release: 0.4

2010-01-25 Thread Danny Piccirillo
On Mon, Jan 25, 2010 at 03:56, Martin Michlmayr t...@cyrius.com wrote:

 * Danny Piccirillo danny.picciri...@ubuntu.com [2010-01-24 17:39]:
  Package: solang
  Severity: wishlist

 There's no such package in Debian as far as I can tell.  What does
  dpkg -p solang | grep Maintainer:
 say?


Maintainer: Andrea Colangelo war...@ubuntu.com

-- 
.danny

☮♥Ⓐ - http://www.google.com/profiles/danny.piccirillo
Every (in)decision matters.


Bug#566927: beav: segfault in buffers-display (^X ^B)

2010-01-25 Thread Jonathan Neuschäfer
Package: beav
Version: 1:1.40-18
Severity: normal

How to reproduce:
Invoke beav
beav randomfile
use the buffers-display command
CTRL-X CTRL-B
or
ESC x buffers-display

This allways produces a segfault on my machine.

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages beav depends on:
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand

beav recommends no packages.

beav suggests no packages.

-- no debconf information



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



Bug#559841: CVE-2009-3736 local privilege escalation

2010-01-25 Thread Alexander Reichle-Schmehl
Hi!

* Michael Gilbert michael.s.gilb...@gmail.com [091207 06:08]:

 The following CVE (Common Vulnerabilities  Exposures) id was
 published for libtool.  I have determined that this package embeds a
 vulnerable copy of the libtool source code.

Could it be, that the package wml is not affected?  While the source
package indeed contains the named sources (but I found no version in
it), the only shared object I found in the binary package is
/usr/lib/wml/perl/lib/i486-linux-gnu-thread-multi/auto/WML/GD/GD.so.
And ldd doesn't list it:
 ldd /usr/lib/wml/perl/lib/i486-linux-gnu-thread-multi/auto/WML/GD/GD.so
linux-gate.so.1 =  (0xb7fee000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7fb1000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7e6a000)
/lib/ld-linux.so.2 (0xb7fef000)


Best Regards,
  Alexander



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



Bug#566743: nmu: kdebase-workspace_4:4.3.4-3

2010-01-25 Thread Pino Toscano
(Oops, sorry Luk if you get this email twice...)

Alle lunedì 25 gennaio 2010, Luk Claes ha scritto:
 Pino Toscano wrote:
  Since google-goadgets 0.11.1, there was an ABI bump wrt 0.10.5;
  goggle-gadgets 0.11.1-1.1 fixed the issue by updating the library
  package names, so now that 0.11.1-2 is installed everywhere
  kdebase-workspace (which had no sourceful upload since then) should be
  rebuilt against it.
 
  nmu kdebase-workspace_4:4.3.4-3 . ALL . -m rebuild against recent
  google-gadget ABI bump
 
 kdebase-workspace 4:4.3.4-4 is in the archive and looks to be built
 against the new google-gadgets (at least for some arches, I did not
 check them all), so I guess this is not needed anymore?

Not sure, it seems kdebase-workspace migration is blocked on at least armel 
and powerpc because of that ([1], and on mips would need a giveback).
Also, [2] looks like a BIC issue (due to the googlegadget plugin in kdebase-
workspace/plasma) which indeed was introduced by 0.11.1-1.
Did all the other archs build kdebase-workspace against google-gadgets = 
0.11.1-1.1 (note the 1.1 Debian release)?

[1] http://qa.debian.org/excuses.php?package=kdebase-workspace
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564825

-- 
Pino Toscano


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


Bug#552907: squeak-vm: FTBFS: stdio.h:397:66: error: macro dprintf passed 3 arguments, but takes just 1

2010-01-25 Thread Petter Reinholdtsen
[Lucas Nussbaum]
 In file included from
 /build/user-squeak-vm_3.10.3+svn1902.dfsg-1-amd64-zLK_K2/squeak-vm-3.10.3+svn1902.dfsg/platforms/unix/vm/debug.c:3:
 /usr/include/stdio.h:397:66: error: macro dprintf passed 3 arguments, but 
 takes just 1

I came across this RC bug and investigated a bit, and the problem seem
to be that stdio.h have started to provide a dprintf function, which
conflicts with the dprintf macro defined in debug.h.  This is the
start of debug.c:

  #include debug.h

  #include stdio.h
  #include stdarg.h
  [...]

And this is the start of debug.h:

  #ifndef __sq_debug_h
  #define __sq_debug_h


  #ifndef  DEBUG
  # define DEBUG  0
  #endif


  #if (DEBUG)
/* the thing to use here is a variadic macro, but Apple's gcc barfs on
** them when running in precomp mode.  did they _really_ have to break
** the preprocessor just to implement precomp?  good _grief_.
*/
extern void __sq_dprintf(const char *fmt, ...);
  # define dprintf(ARGS) __sq_dprintf ARGS
  #else
  # define dprintf(ARGS)  ((void)0)
  #endif

One workaround would be to build without debugging.  Another would be
to rename dprintf() to something else.  A third would be to build the
source without the __USE_GNU define to avoid the dprintf() function in
stdio.h to be visible.

No idea which approach is best.  I suspect this should be discussed
with upstream.

Happy hacking,
-- 
Petter Reinholdtsen




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



Bug#552018: Patch for 552018

2010-01-25 Thread brian m. carlson
tags 552018 + patch
kthxbye

The patch is attached.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur libxml-commons-resolver1.1-java.old/src/org/apache/xml/resolver/Catalog.java libxml-commons-resolver1.1-java-1.2/src/org/apache/xml/resolver/Catalog.java
--- libxml-commons-resolver1.1-java.old/src/org/apache/xml/resolver/Catalog.java	2010-01-25 22:18:12.0 +
+++ libxml-commons-resolver1.1-java-1.2/src/org/apache/xml/resolver/Catalog.java	2010-01-25 22:19:51.0 +
@@ -2182,13 +2182,15 @@
*/
   protected void addDelegate(CatalogEntry entry) {
 int pos = 0;
+int type = entry.getEntryType();
 String partial = entry.getEntryArg(0);
 
 Enumeration local = localDelegate.elements();
 while (local.hasMoreElements()) {
   CatalogEntry dpe = (CatalogEntry) local.nextElement();
   String dp = dpe.getEntryArg(0);
-  if (dp.equals(partial)) {
+  int dptype = dpe.getEntryType();
+  if (dp.equals(partial)  (type == dptype)) {
 	// we already have this prefix
 	return;
   }


signature.asc
Description: Digital signature


Bug#566928: src:evolution: FTBFS on GNU/kFreeBSD: checking for NM... no

2010-01-25 Thread Cyril Brulebois
Package: src:evolution
Version: 2.29.5-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer build on kfreebsd-*:
| checking for NM... no
| configure: error: NetworkManager not found (or version  0.7)!
|   If you want to disable NetworkManager, please append --disable-nm to 
configure!
| make: *** [debian/stamp-autotools-configure] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=evolution

AFAICT there's no plan to have NM on non-Linux ports for now, so could
you please pass --disable-nm to ./configure when DEB_HOST_ARCH_OS isn't
“linux”?

Hopefully somebody should be able to come up with a tested patch.

Mraw,
KiBi.



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



Bug#552018: Upgrading to grave

2010-01-25 Thread brian m. carlson
On Sun, Jan 24, 2010 at 09:22:33PM +0100, Daniel Leidert wrote:
 You can easily workaround that. Just write your own catalog with
 entries:

I have a better solution: a working resolver.  I did some looking into
the code, and I found the problem.  In Catalog.java, the method
addDelegate looks through the list of delegates already existing, so it
can put them in proper order by length (which is needed to determine the
best match).  If it finds an existing delegate with the same prefix, it
gives up:

// we already have this prefix

However, it completely ignores the *type* of the delegate.  Therefore,
if a delegateSystem exists, and we attempt to add a delegateURI with the
same prefix, it assumes we already have it and gives up, wrongly.  This
also occurs with the delegates the other way around.  A patch is
forthcoming, which resolves the testcase you have provided in the Apache
bug report.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#566926: More info

2010-01-25 Thread Xavier Grave
Forgot to mention that test_static failed the same way on powerpc and hppa.





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



Bug#437213: From the launchpad bug

2010-01-25 Thread Jakob Unterwurzacher

---Quote---
shinythings wrote 4 hours ago:   #9

Stumbled across this. Looks like it's was fixed upstream 2008-07-04, but 
no release since 2007...


http://git.infodrom.org/?p=infodrom/sysklogd
http://lists.infodrom.org/infodrom-sysklogd/2008/0003.html

It's just a one-line change.

http://git.infodrom.org/?p=infodrom/sysklogd;a=commitdiff;h=74d15498a0d675526e23b6f5d14c7acfc24f4617
---



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



Bug#566905: ITP: python-ctypeslib -- code generator to convert header files into ctypes interfaces

2010-01-25 Thread Peter Samuelson

[Richard Darst]
 * Package name: python-ctypeslib

Oh, great.  Now I will no longer have a good excuse to avoid shipping
the Subversion cpython bindings.

(:,
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



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



Bug#562192: [polyorb] hppa bug

2010-01-25 Thread Xavier Grave
Thanks to Thibaut Varene and Grant Grundler I have access to an hppa system.

Thanks to gdb I get this :
(gdb) where
#0 0x408d6478 in system__secondary_stack__ss_mark () from
/usr/lib/libgnat-4.4.so.1
#1 0x4075af50 in ada__exceptions__exception_traces__notify_exceptionXn ()
from /usr/lib/libgnat-4.4.so.1
#2 0x4075b190 in __gnat_notify_unhandled_exception () from
/usr/lib/libgnat-4.4.so.1
#3 0x4075ae74 in
ada__exceptions__exception_propagation__propagate_exceptionXn () from
/usr/lib/libgnat-4.4.so.1
#4 0x4075bd44 in __gnat_raise_nodefer_with_msg () from
/usr/lib/libgnat-4.4.so.1
#5 0x4075bdf0 in __gnat_raise_exception () from /usr/lib/libgnat-4.4.so.1
#6 0x408da55c in _gnat_stack_check () from /usr/lib/libgnat-4.4.so.1
#7 0x00017e2c in main (argc=1, argv=(system.address) 0x1,
envp=(system.address) 0x4066531c)
 at
/home/xavier/org.debian.polyorb/STATIC/testsuite/utils/b~test_driver.adb:311
#8 0x4052dd8c in __libc_start_main (ma...@0x47362: 0x17e00 , argc=1,
ubp_av=0xbff00be4, init=, fi...@0x46a4a: 0x47394,
 rtld_fi...@0x40214446: 0x40203dd4 , stack_end=0xbff00d40) at
libc-start.c:222
#9 0x000177c4 in _start ()
During a recompile of test_driver with a -largs static to see if I can go
further I had this problem :
/usr/bin/ld: cannot find -lgnat-4.4
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/bin/gcc-4.4
gnatmake: *** link failed.
Temp fix : ln -s /usr/lib/gcc/hppa-linux-gnu/4.4/adalib/libgnat.a
libgnat-4.4.a in the target directory (testsuite/utils)
I get with gdb quite the same results :
(gdb) where
#0 0x0007c8c0 in system__secondary_stack__ss_mark ()
#1 0x0003a2b4 in ada__exceptions__exception_traces__notify_exceptionXn ()
#2 0x0003a44c in __gnat_notify_unhandled_exception ()
#3 0x0003a204 in
ada__exceptions__exception_propagation__propagate_exceptionXn ()
#4 0x0003ae8c in __gnat_raise_nodefer_with_msg ()
#5 0x0003af00 in __gnat_raise_exception ()
#6 0x0007d840 in _gnat_stack_check ()
#7 0x00010b60 in main (argc=1, argv=(system.address) 0x1,
envp=(system.address) 0x1)
 at
/home/xavier/org.debian.polyorb/STATIC/testsuite/utils/b~test_driver.adb:311
#8 0x00094830 in __libc_start_main ()
#9 0x000104c0 in _start ()

Does this error was already encountered ?
SS_Mark seems to be a very simple function.





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



Bug#566929: acpi: ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region HWRE [0x290-0x299]

2010-01-25 Thread panthere
Package: acpid
Version: 1:2.0.0-1
Severity: important
File: acpi

w83627ehf: Found W83667HG chip at 0x290

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages acpid depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo

Versions of packages acpid recommends:
ii  acpi-support-base 0.132-1scripts for handling base ACPI eve

acpid suggests no packages.

-- no debconf information



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



Bug#566930: gnu-fdisk: fails to upgrade (diversion clash)

2010-01-25 Thread Denis Laxalde
Package: gnu-fdisk
Version: 1.2.4-1
Severity: grave
Justification: renders package unusable

(Version pseudo-header manually corrected)

Hi,

Updrade of gnu-fdisk fails: 

Preparing to replace gnu-fdisk 1.2.3-2 (using .../gnu-fdisk_1.2.4-1_amd64.deb) 
...
dpkg-divert: `diversion of /usr/share/man/man8/cfdisk.8.gz to 
/usr/share/man/man8/cfdisk.distrib.8.gz by gnu-fdisk' clashes with `diversion 
of /usr/share/man/man8/cfdisk.8.gz to /usr/share/man/man8/cfdisk.8.gz.distrib 
by gnu-fdisk'
dpkg: error processing /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

Let me know if more info is needed.

Cheers,

Denis

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

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

Versions of packages gnu-fdisk depends on:
ii  dpkg  1.15.5.6   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk partitioning s
ii  libreadline5  5.2-7  GNU readline and history libraries
ii  libuuid1  2.16.2-0   Universally Unique ID library

gnu-fdisk recommends no packages.

gnu-fdisk suggests no packages.

-- no debconf information



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



Bug#558165: mxallowd: [INTL:ja] please add Japanese po-debconf template translation (ja.po)

2010-01-25 Thread Michael Stapelberg
Hi Hideki Yamane,

Excerpts from Hideki Yamane \(Debian-JP\)'s message of Do Nov 26 21:29:41 +0100 
2009:
  Here's Japanese po-debconf template translation (ja.po) file that 
  reviewed by several Japanese Debian developers and users.
  Could you apply it, please?
Thank you for your translation and sorry for the very long delay. I finally
got around to upload a new version (1.8-2) and your translation is included.

Best regards,
Michael



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



Bug#566832: openoffice.org: Any OpenOffice application crashes on startup

2010-01-25 Thread Rene Engelhard
forwarded 566832 Thorsten Behrens t...@openoffice.org
thanks

On Mon, Jan 25, 2010 at 10:25:15PM +0100, Ferry Toth wrote:
The forwarding adres is incorrect I think: [1]...@openoffixe.org

oops, thanks

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#566931: src:vidalia: FTBFS on GNU/kFreeBSD: ZlibByteArray.cpp:59:24: error: #elif with no expression

2010-01-25 Thread Cyril Brulebois
Package: src:vidalia
Version: 0.2.4-2
Severity: serious
Tags: patch
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD because of a faulty #elif statement:
| [  7%] Building CXX object src/common/CMakeFiles/common.dir/ZlibByteArray.o
| 
/build/buildd-vidalia_0.2.4-2-kfreebsd-amd64-XFX9mP/vidalia-0.2.4/src/common/ZlibByteArray.cpp:59:24:
 error: #elif with no expression
| make[3]: *** [src/common/CMakeFiles/common.dir/ZlibByteArray.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=vidalia

Please find attached a patch to fix this. Thanks for considering.

Mraw,
KiBi.
--- a/src/common/ZlibByteArray.cpp
+++ b/src/common/ZlibByteArray.cpp
@@ -56,7 +56,7 @@
 
 #ifdef HAVE_LIMITS_H
 #include limits.h
-#elif HAVE_SYS_LIMITS_H
+#elif defined HAVE_SYS_LIMITS_H
 #include sys/limits.h
 #endif
 


Bug#551312: Unitech barcode fix from linux-next git

2010-01-25 Thread Anthony DeRobertis
Package: linux-2.6
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Linux-next commit 4bb950806f10bc3e249dd34375b4a4d6bfc0 contains a
fix for this bug. I'd really appreciate it if you'd cherry-pick this for
2.6.32 (which I understand squeeze is going to release with). The diff
is dead simple: it just removes the blacklist lines.

http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=4bb950806f10bc3e249dd34375b4a4d6bfc0

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

Kernel: Linux 2.6.32-trunk-amd64 (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

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

iEYEARECAAYFAkteFekACgkQ+z+IwlXqWf5EogCfZoScCCiKA2+JGIzwIwX6fQwv
/D8An3jC1MYG9sYlo7kiqvR01ebpgerQ
=8cpE
-END PGP SIGNATURE-



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



Bug#566932: Provide a 'deamon-like' sm

2010-01-25 Thread Didier Raboud
Package: sm
Version: 0.18-1
Severity: wishlist

Hi, 

I was in the process of writing a countdown timer in bash with the help of sm, 
when, after multiple tries with named pipes, etc, I went to the conclusion that 
it was not doable now with sm (I didn't succeed to clear the sm screen).

My idea is to echo the remaining time to a pipe and pointing sm to the pipe in 
question. It somehow works.

So I would like to propose the creation of a deamon-like sm, which could be 
one of the following solutions:

 * accepting a SIGUSR1 to clear the screen (then putting things in the pipe 
would simply work)
 * Accepting \r to clear the line (actually, it produces a weird char)
 * Adding an option that would monitor a file. Then updating the file would 
simply display its constant on the screen.
 * Another crazy idea I can't have right now. 

Thanks in advance for considering and best regards, 

OdyX

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (750, 'unstable'), (700, 'testing-proposed-updates'), (700, 
'testing'), (90, 'experimental'), (50, 'testing-proposed-updates'), (50, 
'experimental'), (50, 'unstable'), (50, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages sm depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio

sm recommends no packages.

sm suggests no packages.

-- no debconf information



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



Bug#553496: About the move of the doc-central files out from /var/www.

2010-01-25 Thread Mats Erik Andersson
Dear readers,

Charles has an excellent point. I am now experimenting along his
suggestion by installing 'html/{index,main}.html' into

 /usr/share/doc-central/www

and also installing an alias definition

 # /etc/apache2/conf.d/doc-central.apache2
 #
 Alias /dc /usr/share/doc-central/www
 Location /dc
   Options None
   Order deny,allow
   Deny from all
   Accept from ::1 127.0.0.1
 /Location

This of course works well. However, I am not convinced one should
let Doc-central restart Apache; a reload is not enough. The sight
administrator should accept this responsibility.

What about other web servers? Lighttpd, Cherokee, Boa, Thttpd,
Nginx, and so on. I have experience with Lighttpd and Thttpd,
but for them I do not see a solution as simple as dropping an
alias definition. Comments?


Mats Erik Andersson,
Uppsala, Sweden


signature.asc
Description: Digital signature


Bug#566104: msmtp: unable to use authentication method LOGIN

2010-01-25 Thread Emmanuel Bouthenot
Hi,

 It's not possible to use LOGIN as authentication method (ends with error
 saying that LOGIN method support is not compiled in), probably due to
 recent libgsasl7 upgrade?
Sorry, but i was not able to reproduce your bug. Can i get a copy of
your msmtp config file (remove sensitive datas before sending) ?

Regards,

-- 
Emmanuel Bouthenot
  mail: kol...@{openics,debian}.orggpg: 1024D/0x414EC36E
  xmpp: kol...@im.openics.org  irc: kol...@{freenode,oftc}




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



Bug#566933: Enable threads support for xaos

2010-01-25 Thread Vincent
Package: xaos
Version: 3.4-1
Severity: wishlist


In Debian Lenny, XaoS is compiled without thread support. Nowadays, SMP systems 
are more and more common, which makes me think thread support in XaoS makes 
sense.

'xaos -h' output extract:

 -threadsnumber
  Multiple CPUs unsupported - please recompile XaoS with 
threads enabled

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

Kernel: Linux 2.6.30-bpo.2-amd64 (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 xaos depends on:
ii  libaa1 1.4p5-37+b1   ascii art library
ii  libc6  2.9-17GNU C Library: Shared libraries
ii  libgpm21.20.4-3.1General Purpose Mouse - shared lib
ii  libgsl0ldbl1.11+dfsg-1   GNU Scientific Library (GSL) -- li
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

xaos recommends no packages.

xaos suggests no packages.

-- no debconf information



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



Bug#555966: avelsieve: Cannot modify header information

2010-01-25 Thread Maria McKinley

Hi Hauke,

I had put this problem on the back burner, and recently looked into it 
again. Turns out that somehow an extra blank line had been inserted into 
the top of managesieve.lib.php. I guess this happened somehow when I was 
moving the web site from the old server. No idea how, but making ?php 
be the first line in the file, instead of a blank line, made everything 
work just fine again.


cheers,
maria

Jan Hauke Rahm wrote:

tags 555966 + moreinfo unreproducible
thanks

Hi Maria,

you found the right config file (sorry for being unspecific) but I can't
seem to find the reason for the bug you reported.

On Mon, Nov 16, 2009 at 04:00:53PM -0800, Maria McKinley wrote:

When a user tries to make any changes to filters from the squirrelmail
filters interface, then he/she gets the following sorts of errors
(depending on what changes he/she is trying to make):

Warning: Cannot modify header information - headers already sent by
(output started at
/usr/share/squirrelmail/plugins/avelsieve/include/managesieve.lib.php:2)
in /usr/share/squirrelmail/plugins/avelsieve/edit.php on line 136

Warning: Cannot modify header information - headers already sent by
(output started at
/usr/share/squirrelmail/plugins/avelsieve/include/managesieve.lib.php:2)
in /usr/share/squirrelmail/plugins/avelsieve/table.php on line 124


managesieve.lib.php contains only comments in line 2 unless you changed
it. There shouldn't be any output at all. I'm sorry, I can't see how to
help you here.

Hauke




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



Bug#566931: src:vidalia: FTBFS on GNU/kFreeBSD: ZlibByteArray.cpp:59:24: error: #elif with no expression

2010-01-25 Thread Dererk
tags 566931 fixed pending
thanks

Hello.

I'm afraid to say I was not only aware of this, moreover, I also
prepared the fix and send it to upstream [1] a few days ago.
Unfortunately, I was unable to find my regular sponsor so the upload has
been getting delayed.

Apologies for the inconvenient.


Greetings,

Dererk


https://trac.vidalia-project.net/changeset?old_path=%2Fvidalia%2Ftrunk%2Fsrc%2Fcommon%2FZlibByteArray.cppold=4203new_path=%2Fvidalia%2Ftrunk%2Fsrc%2Fcommon%2FZlibByteArray.cppnew=4203

-- 
BOFH excuse #372:
Forced to support NT servers; sysadmins quit.




signature.asc
Description: OpenPGP digital signature


Bug#560779: Patch to fix crash

2010-01-25 Thread Julien Cristau
On Sun, Jan 24, 2010 at 17:50:10 +0100, Andreas Kirschbaum wrote:

 tag 560779 + patch
 thanks
 
 The attached patch includes a commit from the upstream sources that fixes the 
 crash.

Hey Andreas,

did this get uploaded at the BSP, or do you need a sponsor for the NMU?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#566931: src:vidalia: FTBFS on GNU/kFreeBSD: ZlibByteArray.cpp:59:24: error: #elif with no expression

2010-01-25 Thread Cyril Brulebois
Dererk der...@madap.com.ar (25/01/2010):
 Hello.

Hi,

 I'm afraid to say I was not only aware of this, moreover, I also
 prepared the fix and send it to upstream [1] a few days ago.
 Unfortunately, I was unable to find my regular sponsor so the upload
 has been getting delayed.
 
 Apologies for the inconvenient.

No problem, nice to see you already were aware of it. :) Nothing
urgent anyway, take your time.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#560238: net.ipv6.bindv6only=1 breaks some buggy programs

2010-01-25 Thread Marco d'Itri
On Jan 25, Petr Baudis pa...@ucw.cz wrote:

 I'm confused. Testing _is_ broken now, netbase is at 4.40. Did I
 misunderstand what is this saying, or how could get netbase with this
 bug get to testing?
I do not understand why but the package moved to testing even with the
RC bug open...

 P.S.: It seems there is still no NEWS entry informing about this major
 change. :-(
I have no plan to add one, either the change will be unnoticeable by
most users or it should be reverted.
Hopefully this will not be needed: the broken packages are a small
number and except for Java they should all be trivial to fix.
If some kind of notice is really needed then I think it should go in the
release notes instead, since netbase is installed on every system anyway.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#565318: [Pkg-bluetooth-maintainers] Bug#565318: Bug#565318: Bug#565318: obexd-server thought as the new implementation of the old obex-data-server

2010-01-25 Thread Andrea Veri
On Mon, 25 Jan 2010, Nobuhiro Iwamatsu wrote:

 I confirmed that obexd-server set it in Conflict in obexd.
 I think that DBUS-name doen't conflict now because user cannot install
 these at the same time.

Ideally the best thing to do would be to change the namespaces of the 
obexd-server package so that obexd-server and obex-data-server can be 
used together (if needed).

Anyway no GNOME package makes use of obexd-server at the moment, so I 
think that if you are not willing to make the effort of changing the 
namespace yourself, we can just keep the conflicts as they are and 
simply not using the obexd-server package since it doesnt provide what 
we need. You should report this issue to the obexd-server upstream, 
and see if they want to fix this issue or not. ( I don't think they 
will agree with us anyway)

cheers,

-- 

  .''`.
 : :' :   Andrea Veri a...@debian.org,
 `. `'a...@ubuntu.com,
   `- a...@gnome.org


signature.asc
Description: Digital signature


Bug#566934: RM: advas - RoM: dead upstream, very few users

2010-01-25 Thread Patrick Winnertz
Package: ftp.debian.org
Severity: normal

Hey,

Please can you remove one of my packages (advas) from the archive.. The 
upstream author is dead (the last release was in 2005), and there are very few 
users of it. 

Greetings
Winnie


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


Bug#566937: Missing dependency on cryptsetup

2010-01-25 Thread Wouter Bolsterlee
Package: gnome-disk-utility

Gnome Disk Utility currently does not seem to have a dependency on
cryptsetup, while the program does invoke binaries provided by that
package when creating an encrypted partition:

  Error starting job: Failed to execute child process
  cryptsetup (No such file or directory)

Suggested solution: add a dependency on cryptsetup.

— Wouter


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#561250: Using 100% CPU polling a device that doesn't exist

2010-01-25 Thread Will Thompson
Package: devicekit-disks
Version: 009-2
Severity: normal

I haven't got debugging symbols, so can't provide a more useful
backtrace than this:

#0  0x7f6bc4aeb817 in IA__g_list_last (list=0xb60ac0, data=0xb63e10) at 
/build/buildd/glib2.0-2.22.3/glib/glist.c:717
#1  IA__g_list_append (list=0xb60ac0, data=0xb63e10) at 
/build/buildd/glib2.0-2.22.3/glib/glist.c:128
#2  0x0041e8d5 in ?? ()
#3  0x7f6bc4aed8fe in g_main_dispatch (context=0xb608c0) at 
/build/buildd/glib2.0-2.22.3/glib/gmain.c:1960

However, I can provide this explanation for the infinite CPU use:

(gdb) print list
$1 = (GList *) 0xb60ac0
(gdb) print list-next
$2 = (GList *) 0xb60ac0

:-)

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

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

Versions of packages devicekit-disks depends on:
ii  libatasmart4  0.17-1 ATA S.M.A.R.T. reading and parsing
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.16-2+matchrules1   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libglib2.0-0  2.22.3-2   The GLib library of C routines
ii  libgudev-1.0-0150-2  GObject-based wrapper library for 
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk partitioning s
ii  libpolkit-backend 0.95-1 PolicyKit backend API
ii  libpolkit-gobject 0.95-1 PolicyKit Authorization API
ii  libsgutils2-2 1.28-2 utilities for working with generic
ii  libudev0  150-2  libudev shared library
ii  udev  150-2  /dev/ and hotplug management daemo

Versions of packages devicekit-disks recommends:
ii  dosfstools  3.0.7-1  utilities for making and checking 
ii  hdparm  9.15-1   tune hard disk parameters for high
ii  mtools  4.0.10-1 Tools for manipulating MSDOS files
ii  ntfs-3g 1:2009.4.4-1 read-write NTFS driver for FUSE
ii  ntfsprogs   2.0.0-1+b1   tools for doing neat things in NTF
ii  policykit-1 0.95-1   framework for managing administrat

Versions of packages devicekit-disks suggests:
ii  cryptsetup 2:1.1.0~rc2-1 configures encrypted block devices
pn  mdadm  none(no description available)
pn  reiserfsprogs  none(no description available)
pn  xfsprogs   none(no description available)

-- no debconf information



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



Bug#566930: [Parted-maintainers] Bug#566930: gnu-fdisk: fails to upgrade (diversion clash)

2010-01-25 Thread Xavier Oswald
On 17:32 Mon 25 Jan , Denis Laxalde wrote:
 Package: gnu-fdisk
 Version: 1.2.4-1
 Severity: grave
 Justification: renders package unusable
 
 (Version pseudo-header manually corrected)
 
 Hi,
 
 Updrade of gnu-fdisk fails: 
 
 Preparing to replace gnu-fdisk 1.2.3-2 (using 
 .../gnu-fdisk_1.2.4-1_amd64.deb) ...
 dpkg-divert: `diversion of /usr/share/man/man8/cfdisk.8.gz to 
 /usr/share/man/man8/cfdisk.distrib.8.gz by gnu-fdisk' clashes with `diversion 
 of /usr/share/man/man8/cfdisk.8.gz to /usr/share/man/man8/cfdisk.8.gz.distrib 
 by gnu-fdisk'
 dpkg: error processing /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb 
 (--unpack):
  subprocess new pre-installation script returned error exit status 2
 Errors were encountered while processing:
  /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 A package failed to install.  Trying to recover:

Hmm :/

That's strange since I tested to upgrade from the older version

Ill investigate tomorow early.

Thanks for reporting this.
Greetings,
-- 
 ,''`. Xavier Oswald | xosw...@debian.org 
: :' :   |
`. `'  GNU/LINUX Debian Developer| http://www.debian.org

  `-   Isaac Project Developer   | http://www.lisaac.org 



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



Bug#566939: Missing dependencies on mkfs utilities

2010-01-25 Thread Wouter Bolsterlee
Op dinsdag 26-01-2010 om 00:17 uur [tijdzone +0100], schreef Wouter
Bolsterlee:
 Gnome Disk Utility currently does not seem to have dependencies on
 packages like dosfstools, while the program does invoke binaries
 provided by those packages when creating file systems:

Fwiw, mtools should also be installed, since cryptsetup uses mlabel,
e.g. to rename VFAT volumes on USB thumb drives.

— Wouter


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#566887: ttf-jsmath: FF3.5 needs extra-special jsmath fonts

2010-01-25 Thread Atsuhito Kohda
Hi Andreas,

On Mon, 25 Jan 2010 14:47:19 -0500, Andreas Kloeckner wrote:

 The regular js math fonts don't quite work with FF3.5:

I noticed it and was bothered with it recently.
But I suspected it was a bug of iceweasel/firefox.

 http://trac.sagemath.org/sage_trac/ticket/6483
 
 You need the TeX-fonts-linux.tar.gz package from here, see also the
 remarks on that page:
 
 http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html

Thanks for your infomation.  I just tested the above fonts
and it worked fine.  I will upload the fixed package soon.

Regards,   2010-1-26(Tue)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#566940: src:syncevolution: FTBFS on GNU/kFreeBSD: ObexTransportAgent.h:163: error: ISO C++ forbids declaration of 'sdp_session_t' with no type

2010-01-25 Thread Cyril Brulebois
Package: src:syncevolution
Version: 1.0+ds1~a1-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer build on kfreebsd-*:
| libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DORBIT2=1 
-pthread -I/usr/include/evolution-data-server-2.28 -I/usr/include/libxml2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 
-I/usr/include/libsoup-2.4 -I/usr/include/libbonobo-2.0 
-I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
-I/usr/include/bonobo-activation-2.0 -DORBIT2=1 -pthread 
-I/usr/include/evolution-data-server-2.28 -I/usr/include/libbonobo-2.0 
-I/usr/include/libical -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DORBIT2=1 -pthread 
-I/usr/include/evolution-data-server-2.28 -I/usr/include/libbonobo-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/incl
 ude/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../test -I../../src 
-DSYNCEVO_BACKEND=\/usr/lib/syncevolution/backends/\ 
-DTEMPLATE_DIR=\/usr/share/syncevolution/templates\ -DLIBDIR=\/usr/lib\ 
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -g -O2 -MT libsyncevolution_la-SyncContext.lo -MD 
-MP -MF .deps/libsyncevolution_la-SyncContext.Tpo -c SyncContext.cpp -o 
libsyncevolution_la-SyncContext.o
| In file included from SyncContext.cpp:37:
| ../../src/syncevo/ObexTransportAgent.h:163: error: ISO C++ forbids 
declaration of 'sdp_session_t' with no type
| ../../src/syncevo/ObexTransportAgent.h:163: error: expected ';' before '*' 
token
| make[5]: *** [libsyncevolution_la-SyncContext.lo] Error 1
| make[5]: Leaving directory 
`/build/buildd-syncevolution_1.0+ds1~a1-1-kfreebsd-amd64-P_q222/syncevolution-1.0+ds1~a1/src/syncevo'
| make[4]: *** [all-recursive] Error 1

Once the B-D installed, a recursive grep in /usr/include on
sdp_session_t returns nothing, which probably explains this failure.

(Severity is serious since it previously built on kfreebsd-*.)

Full build logs:
  
https://buildd.debian.org/status/package.php?suite=experimentalp=syncevolution

Mraw,
KiBi.



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



Bug#566839: Crashes: skype: double free or corruption

2010-01-25 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gavin Westwood wrote:
 pidgin-skype crashes with the following information.  Note that Pidgin 
 continues running but Skype crashes too:
 
 *** glibc detected *** skype: double free or corruption (fasttop): 0xf4828f28 
 ***   
 === Backtrace: =  
   
 /lib32/libc.so.6[0xf66ff7a1]  
   
 /lib32/libc.so.6[0xf6701020]  
   
 /lib32/libc.so.6(cfree+0x6d)[0xf670406d]  
   
 /usr/lib32/libX11.so.6[0xf65b669e]
   
 /usr/lib32/libX11.so.6(_XReply+0x10d)[0xf65b6cdd] 
   
 /usr/lib32/libXss.so.1(XScreenSaverQueryInfo+0x99)[0xf76b3499]
   
 skype[0x884efc3]  
   

It seems a skype crash, not a pidgin/pidgin-skype one.
Can you reproduce it?

After a quick search, I found this [1] which could be a workaround but I
suggest to update skype client to the latest version (2.1 beta 2), which
is out since a couple of days ago. Then if it crashes again, click here
[2] to search for similar bugs and to create new ones.
Good luck!

During this week, pidgin-skype 20100121 should be released too.

Gabriele

[1] http://lists.medibuntu.org/pipermail/bugs/2009-May/002606.html
[2] https://developer.skype.com/jira/browse/SCL

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

iEYEARECAAYFAkteJ5wACgkQp3cdCbVcnCuBzQCdHDIqqx10+Mg8/MKTn+kKRh5j
NHQAoPfhPMGWPax9evA7BPkrSq6cbFim
=XIg6
-END PGP SIGNATURE-



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



Bug#566939: Missing dependencies on mkfs utilities

2010-01-25 Thread Wouter Bolsterlee
Package: gnome-disk-utility

Gnome Disk Utility currently does not seem to have dependencies on
packages like dosfstools, while the program does invoke binaries
provided by those packages when creating file systems:

  Error creating file system: Cannot run mkfs: cannot spawn
  'mkfs.vfat -I -n [...]'

Suggested solution: add a dependency on dosfstools (and possibly others
for ext, vfat, ntfs, and minix file systems).

— Wouter



signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#566936: gnome-python: FTBFS with Python 2.6: dh_install: python-gnome2 missing files (usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so), aborting

2010-01-25 Thread Jakub Wilk

Package: gnome-python
Version: 2.28.0-1
Severity: serious
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python2.6 dist-packages
Justification: FTBFS

Hello,

Due to the fact that Python 2.6 is now a supported Python version, your 
package failed to build from source:


dh_install --sourcedir=debian/tmp-2.6
dh_install: python-gnome2 missing files 
(usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so), aborting
make: *** [install-2.6] Error 2

Full build log is available at:
https://buildd.debian.org/fetch.cgi?pkg=gnome-pythonarch=amd64ver=2.28.0-1%2Bb1stamp=1264447780file=log

I believe that the attached patch fixes  this problem.

--
Jakub Wilk
diff -u gnome-python-2.28.0/debian/python-gnome2.install gnome-python-2.28.0/debian/python-gnome2.install
--- gnome-python-2.28.0/debian/python-gnome2.install
+++ gnome-python-2.28.0/debian/python-gnome2.install
@@ -1,4 +1,4 @@
 usr/lib/gnome-vfs-2.0/modules/*.so
-usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so
-usr/lib/python*/site-packages/gtk-2.0/*/*.{py,so}
+usr/lib/python*/*-packages/gtk-2.0/gnomecanvas.so
+usr/lib/python*/*-packages/gtk-2.0/*/*.{py,so}
 ../python-gnome2.rtupdate /usr/share/python/runtime.d/
diff -u gnome-python-2.28.0/debian/python-gconf.install gnome-python-2.28.0/debian/python-gconf.install
--- gnome-python-2.28.0/debian/python-gconf.install
+++ gnome-python-2.28.0/debian/python-gconf.install
@@ -1 +1 @@
-usr/lib/python*/site-packages/gtk-2.0/gconf.so
+usr/lib/python*/*-packages/gtk-2.0/gconf.so


signature.asc
Description: Digital signature


Bug#566935: fckeditor: reference to tinymce in README.Debian

2010-01-25 Thread Frank Lin PIAT
Package: fckeditor
Version: 1:2.6.5-1
Severity: minor

Hi,

The README.Debian says:
 The package installs all the files needed by tinymce under
   ^^^
 ?!

I guess it a bad copy/paste.

Franklin


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

Kernel: Linux 2.6.32-trunk-amd64 (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 fckeditor depends on:
ii  apache2   2.2.14-5   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]   2.2.14-5   Apache HTTP Server - traditional n

Versions of packages fckeditor recommends:
ii  aspell0.60.6-2   GNU Aspell spell-checker

Versions of packages fckeditor suggests:
ii  perl 5.10.1-8Larry Wall's Practical Extraction 
ii  php5 5.2.12.dfsg.1-2 server-side, HTML-embedded scripti
ii  python   2.5.4-5 An interactive high-level object-o

-- no debconf information



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



Bug#566938: ttylog: Vcs fields not in debian/control

2010-01-25 Thread R J Clay
Package: ttylog
Version: 0.1.c-1
Severity: minor


The packaging for the ttylog Debian package is now being tracked
in a GIT repository at git.debian.org. The debian/control file
should be updated to reflect that:

 Vcs-Browser: http://ttylog.git.sourceforge.net/git/gitweb-index.cgi
 Vcs-Git: git://ttylog.git.sourceforge.net/gitroot/ttylog/ttylog.git


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

Kernel: Linux 2.6.26-2-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages ttylog depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries

ttylog recommends no packages.

ttylog suggests no packages.

-- no debconf information



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



Bug#566745: solang: New upstream release: 0.4

2010-01-25 Thread Danny Piccirillo
On Mon, Jan 25, 2010 at 03:56, Martin Michlmayr t...@cyrius.com wrote:

 * Danny Piccirillo danny.picciri...@ubuntu.com [2010-01-24 17:39]:
  Package: solang
  Severity: wishlist

 There's no such package in Debian as far as I can tell.  What does
  dpkg -p solang | grep Maintainer:
 say?


Maintainer: Andrea Colangelo war...@ubuntu.com

-- 
.danny

☮♥Ⓐ - http://www.google.com/profiles/danny.piccirillo
Every (in)decision matters.


Bug#566745: solang: New upstream release: 0.4

2010-01-25 Thread Martin Michlmayr
Andrea,

we got the following request at Debian (although it seems that solang
is not actually in Debian; maybe it's Ubuntu only?).


* Danny Piccirillo danny.picciri...@ubuntu.com [2010-01-24 17:39]:
 Package: solang
 Severity: wishlist
 
 Please update solang to upstream's 0.4 release.
 http://download.savannah.nongnu.org/releases/solang
 
 New Features:
 
 Replaced our own database with Tracker. SPARQL is used to gain access to the
 meta information about the photos. Photos are in the Nepomuk desktop
 ontology represented by the classnmm:Photo. Tags are in the same ontology
 represented in itsannotation section. They are represented by the class
 nao:Tag.
 
 The folder importer is now obsolete and has been removed because Tracker
 automatically indexes all photos on the system.
 
 Photo meta-data are now obtained from Tracker instead of reading Exif
 directly.
 
 Improved thumbnail management. Rely on an implementation of the Thumbnail
 Management Specification, such as Tumbler, for creating thumbnails. Created
 thumbnails are now stored according to the Thumbnail Managing Standard.
 
 No separate editor renderer. Photos can now be edited directly in the
 enlarged renderer.
 
 Moved the UI controls for the browser render’s pagination bar and zoomer to
 more standard locations. The previous and next buttons, and slider are now
 part of the main toolbar, while the currently displayed range is indicated
 in the status bar.
 
 UI cleanup. No text is shown in the thumbnail view and all additions or
 removals to the search basket are now automatic.
 
 New dependencies on GEGLmm, Tracker, D-Bus GLib and
 the org.freedesktop.thumbnails.xxx D-Bus services. Minimum required version
 of GEGL is 0.1.x.
 
 Dropped dependencies on Exiv2, Flickcurl, LibGdamm, LibGPhoto2, LibSoup and
 WebKit Gtk+.
 
 Regressions:
 
 Camera and Flickr importers are absent.
 
 There is no date view or searching based on dates.
 
 Changes made to photos can not be saved and there is no undo/redo.
 
 The scale, brightness, contrast and saturation operations are missing from
 the editor.
 
 Tags do not have an icon associated with them.
 
 Translations:
 
 Bengali (India) (bn_IN)
 French (fr)
 Hebrew (he)
 Polish (pl)
 
 Download, Home Page, Support:
 
 http://download.savannah.nongnu.org/releases/solang
 http://projects.gnome.org/solang
 https://bugzilla.gnome.org/enter_bug.cgi?product=solang
 
 --.danny
 
 ☮♥Ⓐ - http://www.google.com/profiles/danny.piccirillo
 Every (in)decision matters.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#566840: improved check_auto_buildable

2010-01-25 Thread Kel Modderman
Hi,

After irc discussion with Modestas, here is an update which takes more
care to set correct return value in check_auto_buildable.

Thanks, Kel.
---
# A debhelper build system class for Qt projects
# (based on the makefile class).
#
# Copyright: © 2010 Kelvin Modderman
# License: GPL-2+

package Debian::Debhelper::Buildsystem::qmake;

use strict;
use warnings;
use Debian::Debhelper::Dh_Lib qw(error);
use base 'Debian::Debhelper::Buildsystem::makefile';

sub DESCRIPTION {
qmake (*.pro);
}

sub check_auto_buildable {
my $this=shift;
my @projects=glob($this-get_sourcepath('*.pro'));
my $ret=0;

if (@projects  0  -e $projects[0]) {
$ret=1;
# Existence of a Makefile generated by qmake indicates qmake
# class has already been used by a prior build step, so should
# be used instead of the parent makefile class.
my $mf=$this-get_buildpath(Makefile);
if (-e $mf) {
$ret = $this-SUPER::check_auto_buildable(@_);
open(my $fh, '', $mf)
or error(unable to open Makefile: $mf);
while($fh) {
if (m/^# Generated by qmake/i) {
$ret++;
last;
}
}
close($fh);
}
}

return $ret;
}

sub configure {
my $this=shift;
my @options;
my @flags;

push @options, '-makefile';
push @options, '-nocache';

if ($ENV{CFLAGS}) {
push @flags, QMAKE_CFLAGS_RELEASE=$ENV{CFLAGS};
push @flags, QMAKE_CFLAGS_DEBUG=$ENV{CFLAGS};
}
if ($ENV{CXXFLAGS}) {
push @flags, QMAKE_CXXFLAGS_RELEASE=$ENV{CXXFLAGS};
push @flags, QMAKE_CXXFLAGS_DEBUG=$ENV{CXXFLAGS};
}
if ($ENV{LDFLAGS}) {
push @flags, QMAKE_LFLAGS_RELEASE=$ENV{LDFLAGS};
push @flags, QMAKE_LFLAGS_DEBUG=$ENV{LDFLAGS};
}
push @flags, QMAKE_STRIP=:;

$this-doit_in_builddir('qmake', @options, @flags, @_);
}

1;
---



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



Bug#566932: Provide a 'deamon-like' sm

2010-01-25 Thread Dirk Eddelbuettel

reassign 566932 screen-message
thanks

Source package sm is something else which I happen to maintain.

Cheers, Dirk

On 25 January 2010 at 23:40, Didier Raboud wrote:
| Package: sm
| Version: 0.18-1
| Severity: wishlist
|
| Hi, 
| 
| I was in the process of writing a countdown timer in bash with the help of 
sm, when, after multiple tries with named pipes, etc, I went to the conclusion 
that it was not doable now with sm (I didn't succeed to clear the sm screen).
| 
| My idea is to echo the remaining time to a pipe and pointing sm to the pipe 
in question. It somehow works.
| 
| So I would like to propose the creation of a deamon-like sm, which could be 
one of the following solutions:
| 
|  * accepting a SIGUSR1 to clear the screen (then putting things in the pipe 
would simply work)
|  * Accepting \r to clear the line (actually, it produces a weird char)
|  * Adding an option that would monitor a file. Then updating the file would 
simply display its constant on the screen.
|  * Another crazy idea I can't have right now. 
| 
| Thanks in advance for considering and best regards, 
| 
| OdyX
| 
| -- System Information:
| Debian Release: squeeze/sid
|   APT prefers unstable
|   APT policy: (750, 'unstable'), (700, 'testing-proposed-updates'), (700, 
'testing'), (90, 'experimental'), (50, 'testing-proposed-updates'), (50, 
'experimental'), (50, 'unstable'), (50, 'testing')
| Architecture: amd64 (x86_64)
| 
| Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
| Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/dash
| 
| Versions of packages sm depends on:
| ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
| ii  libc6 2.10.2-5   Embedded GNU C Library: Shared 
lib
| ii  libcairo2 1.8.8-2The Cairo 2D vector graphics 
libra
| ii  libfontconfig12.8.0-2generic font configuration 
library
| ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared 
lib
| ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
| ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user 
interface 
| ii  libpango1.0-0 1.26.2-1   Layout and rendering of 
internatio
| 
| sm recommends no packages.
| 
| sm suggests no packages.
| 
| -- no debconf information
| 
| 

-- 
Three out of two people have difficulties with fractions.



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



Bug#562192: Bug #562192: polyorb: FTBFS [hppa]: test_driver segfault

2010-01-25 Thread Ludovic Brenta
Xavier Grave gr...@ipno.in2p3.fr writes:
 #6 0x408da55c in _gnat_stack_check () from /usr/lib/libgnat-4.4.so.1

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548#c42

Eric Botcazou says: -fstack-check is broken with GCC 4.4 on x86/x86-64
Linux, it generates code that will easily segfault.  It seems that that
is also the case on hppa, then.

I suggest trying to rebuild polyorb without -fstack-check to see if the
problem disappears.

-- 
Ludovic Brenta.



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



Bug#565290: ttf-jsmath: please package extra jsmath fonts

2010-01-25 Thread Atsuhito Kohda
Hi Marc,

On Thu, 14 Jan 2010 16:41:41 +0100, Marc Glisse wrote:

 ttf-jsmath contains the basic fonts, but not the extra available from:
 http://www.math.union.edu/~dpvc/jsMath/download/extra-fonts/welcome.html

Yes you are right.

 I have met quite a few pages that use those. Could you please package
 them, either in ttf-jsmath, or as a new ttf-jsmath-extra if you prefer?

I see but don't you see broken page with jsmath in iceweasel?
It seems iceweasel = 3.5 doesn't work with jsmath.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23566887

The upstream released fixed basic fonts but I'm not sure 
if the upstream released fixed extra fonts.

And there are many extra fonts and I'm not so sure if it's
good to include all extra fonts.  Do you noticed what fonts
are really missing?

Thanks for your interests in jsmath fonts.

Regards, 2010-1-26(Tue)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#487404: dont copy code from laptop-detect

2010-01-25 Thread Holger Levsen
Hi,

On Montag, 25. Januar 2010, Petter Reinholdtsen wrote:
 The code for task selection have been moved to debian-edu and tasksel
 tests, so the laptop-detect check is no longer used in
 debian-edu-install.

so the code to detect laptops is now part of the debian-edu package or not?


cheers,
Holger


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


Bug#566137: lynx vs. lynx-cur

2010-01-25 Thread Atsuhito Kohda
Hi Ian,

On Thu, 21 Jan 2010 15:22:08 +, Ian Jackson wrote:

 The Description says:
   This package contains a development version of lynx.  For a
   known-stable version, please see the lynx package instead.
 
 However, the lynx package in lenny is a transitional package which
 says to use lynx-cur.

Yes, the Description (and/or documentation) might be 
outdated yet.
I'll fix this in the next upload after checking more 
thoroughly.

Thanks for your reports.

Regards,2010-1-26(Tue)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#566941: schroot: [INTL:pt] Updated Portuguese translation

2010-01-25 Thread Miguel Figueiredo

Package: schroot
Version: 1.4.0-1
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for schroots 
Translator: Pedro Ribeiro p.m42.ribe...@gmail.com

Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


--
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


# schroot Portuguese Language Translation
# Copyright (C) 2008 Roger Leigh rle...@debian.org
# This file is distributed under the same license as the schroot package.
#
# Translations:
# Miguel Figueiredo el...@debianpt.org, 2006.
# Pedro Ribeiro p.m42.ribe...@gmail.com, 2010.
#
msgid 
msgstr 
Project-Id-Version: schroot 1.4.0-1\n
Report-Msgid-Bugs-To: Roger Leigh rle...@debian.org\n
POT-Creation-Date: 2010-01-16 15:36+\n
PO-Revision-Date: 2010-01-17 18:50+0100\n
Last-Translator: Pedro Ribeiro p.m42.ribe...@gmail.com\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. TRANSLATORS: %1% = file
#: bin/csbuild/csbuild-debian-changes.cc:44 sbuild/sbuild-keyfile-base.cc:41
#, boost-format
msgid Can't open file '%1%'
msgstr Não foi possível abrir o ficheiro '%1%'

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:47
#, boost-format
msgid line %1%: Deprecated key '%4%' used
msgstr linha %1%: Usada chave obsoleta '%4%'

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:49
#, boost-format
msgid Deprecated key '%4%' used
msgstr Usada chave obsoleta '%4%'

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:52
#, boost-format
msgid line %1%: Disallowed key '%4%' used
msgstr linha %1%: Usada chave não autorizada '%4%'

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:54
#, boost-format
msgid Disallowed key '%4%' used
msgstr Usada chave não autorizada '%4%

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:57
#, boost-format
msgid line %1%: Duplicate key '%4%'
msgstr linha %1%: Chave duplicada '%4%'

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = line contents as read from the configuration file
#: bin/csbuild/csbuild-debian-changes.cc:60 sbuild/sbuild-keyfile-base.cc:76
#, boost-format
msgid line %1%: Invalid line: \%4%\
msgstr linha %1%: Linha inválida: \%4%\

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:63
#, boost-format
msgid line %1%: Required key '%4%' is missing
msgstr linha %1%: Falta chave necessária '%4%'

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:65
#, boost-format
msgid Required key '%4%' is missing
msgstr Falta chave necessária '%4%'

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = line contents as read from the configuration file
#: bin/csbuild/csbuild-debian-changes.cc:68 sbuild/sbuild-keyfile-base.cc:93
#, boost-format
msgid line %1%: No key specified: \%4%\
msgstr linha %1%: Chave não especificada: \%4%\

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:71
#, boost-format
msgid line %1%: Obsolete key '%4%' used
msgstr linha %1%: Chave obsoleta em uso '%4%'

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#: bin/csbuild/csbuild-debian-changes.cc:73
#, boost-format
msgid Obsolete key '%4%' used
msgstr Chave obsoleta em uso '%4%'

#. TRANSLATORS: %2% = key name (keyname=value in configuration file)
#. TRANSLATORS: %4% = additional details
#: bin/csbuild/csbuild-debian-changes.cc:76
#, boost-format
msgid %2%: %4%
msgstr %2%: %4%

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %3% = key name (keyname=value in configuration file)
#. TRANSLATORS: %4% = additional details
#: bin/csbuild/csbuild-debian-changes.cc:80
#, boost-format
msgid line %1%: %3%: %4%
msgstr linha %1%: %3%: %4%

#: bin/csbuild/csbuild-debian-changes.cc:279
#: bin/csbuild/csbuild-debian-changes.cc:285
msgid This option will be removed in the future
msgstr Esta opção será removida no futuro

#: bin/csbuild/csbuild-debian-changes.cc:295
#: bin/csbuild/csbuild-debian-changes.cc:301
#: sbuild/sbuild-basic-keyfile.tcc:476 sbuild/sbuild-basic-keyfile.tcc:482
msgid This option has been removed, and no longer has any effect
msgstr Esta opção foi removida e já não tem qualquer efeito

Bug#557199: [Debian-med-packaging] r-cran-epir_0.9-22-1_amd64.changes REJECTED

2010-01-25 Thread plessy
Le Mon, Jan 25, 2010 at 09:29:30PM +, Torsten Werner a écrit :
 Hi,
 
 * doc/epiR.pdf has not corresponding source files to recreate it at build 
 time.
 
 Torsten with the help of a ftp trainee

Sorry Torsten, but you and your ‘trainee’ have not been working very hard. You
could have asked Barry, who was the last person processing this package, and
who already received an answer about doc/epiR.pdf. Or you could have grepped
the sources and found that the .Rd files in the man director are the source of
doc/epiR.pdf. Or you could have browsed the WNPP bug of r-cran-epir, where I
wrote that doc/epiR.pdf can be generated by the command ’R CMD Rd2pdf
r-cran-epir-0.9-22’.

There are many packages of CRAN libraries in Debian. May I suggest that if a
reminder that the source of the PDF files in the doc directory can be found in
the man directory has to be written, it is more on your side that on each and
every R package we upload? 

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



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



Bug#566192: initramfs-tools: md0 device not recognized at boot after upgrade to kernel 2.6.30

2010-01-25 Thread martin f krafft
also sprach Louis Richard Pirlet lrpir...@gmail.com [2010.01.25.0443 +1300]:
 I added the rootdelay=20 on the cmdline and got the exact same results...

Please keep the bug in the loop.

 I think that the raid drive is not known in the kernel, that the
 file needed to describe the raid device is not available in the
 RAM drive...

Does 'grep MODULES /etc/initramfs-tools/initramfs.conf' show most?

If yes, try to add the module name needed for your disk to
/etc/initramfs/modules and run update-initramfs -u.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
welcome to american airlines, sir. here's your avocado - remember to
 keep it turned on and with you at all times. please turn your luggage
 over to the armadillos for rootling.
  -- http://azure.humbug.org.au/~aj/armadillos.txt


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#566879: [buildd-tools-devel] Bug#566879: dchroot: does not work as root

2010-01-25 Thread Roger Leigh
On Mon, Jan 25, 2010 at 07:44:05PM +0100, Aurelien Jarno wrote:
 Package: dchroot
 Version: 1.4.0-1
 Severity: important
 
 Since the upgrade of dchroot to version 1.4.0-1, it doesn't work as root
 anymore:
 
 | # dchroot
 | E: Authentication failed: Operation not supported
 | #
 
 dchroot still works as a user, and schroot still works for both modes.

Were you previously using DSA dchroot or dchroot provided by schroot?
If you were using DSA dchroot, have you tried the dchroot-dsa package?
If you were using DSA dchroot, have you tried the dchroot-dsa package?
[dchroot.conf format and command-line syntax differ slightly]

There have been no dchroot changes TTBOMK since the previous stable
1.2.x releases (it's just an schroot API wrapper).

I'll take a look as soon as I have some free time.  If you also use
schroot, could you possibly try renaming dchroot.conf temporarily
and dchroot should then use schroot.conf instead.  Does this now
work correctly?  [If you don't have a schroot.conf, 'dchroot --config'
will generate one for you]

dchroot uses a more limited and stricter permissions checking
routine when running in dchroot compatibility mode, so this will
identify the source of the issue.  If so, we just need to special-
case root as for the other routine.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#566942: src:atlas: FTBFS on kfreebsd-amd64: dh_install: libatlas3gf-base missing files (debian/tmp/usr/lib/atlas-base/atlas/*.so.*), aborting

2010-01-25 Thread Cyril Brulebois
Package: src:atlas
Version: 3.8.3-7
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi again,

once #565852 is fixed, that failure will probably happen on
kfreebsd-i386 as well:
| dh_install -plibatlas3gf-base  
| dh_install: libatlas3gf-base missing files 
(debian/tmp/usr/lib/atlas-base/atlas/*.so.*), aborting
| make: *** [binary-install/libatlas3gf-base] Error 2

It's usually (but not always) a sign of some needed configure* tweaks,
like matching *k*bsd* like it's done for *linux*, so that libtool is
used properly to build shared libraries and plugins.

I didn't dig into it yet, but hopefully somebody will show up with a
patch at some point.

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=atlas

Mraw,
KiBi.



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



Bug#566879: [buildd-tools-devel] Bug#566879: dchroot: does not work as root

2010-01-25 Thread Aurelien Jarno
On Tue, Jan 26, 2010 at 12:22:29AM +, Roger Leigh wrote:
 On Mon, Jan 25, 2010 at 07:44:05PM +0100, Aurelien Jarno wrote:
  Package: dchroot
  Version: 1.4.0-1
  Severity: important
  
  Since the upgrade of dchroot to version 1.4.0-1, it doesn't work as root
  anymore:
  
  | # dchroot
  | E: Authentication failed: Operation not supported
  | #
  
  dchroot still works as a user, and schroot still works for both modes.
 
 Were you previously using DSA dchroot or dchroot provided by schroot?
 If you were using DSA dchroot, have you tried the dchroot-dsa package?
 If you were using DSA dchroot, have you tried the dchroot-dsa package?
 [dchroot.conf format and command-line syntax differ slightly]

I am using dchroot from the schroot source package.

 There have been no dchroot changes TTBOMK since the previous stable
 1.2.x releases (it's just an schroot API wrapper).

1.2.x works fine with the same configuration.

 I'll take a look as soon as I have some free time.  If you also use
 schroot, could you possibly try renaming dchroot.conf temporarily
 and dchroot should then use schroot.conf instead.  Does this now
 work correctly?  [If you don't have a schroot.conf, 'dchroot --config'
 will generate one for you]

I don't have dchroot.conf, I am using schroot.conf for both schroot and
dchroot.

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



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



Bug#562073: Installation-report

2010-01-25 Thread Otavio Salvador
Hello Davide,

On Tue, Dec 22, 2009 at 11:01 AM, Davide Giovine gv.dav...@gmail.com wrote:
 The first SATA drive (/dev/sda) contains an NTFS filesystem, not a W95
 FAT32.

You mean in the partitions output above or any other detail?

 Network-Manager applet says me there is no network, but if I run ifconfig
 from root everything is fine.

This is not related to installer; I suggest you to report a bug
against network-manager package to deal with it, if you can still
reproduce it.

Thanks by testing installer and I'm looking forward for your reply
about the partition issue above.

Cheers,

-- 
Otavio Salvador  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br



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



Bug#395971: Still an issue

2010-01-25 Thread Kacper
It's still an unresolved bug at least for me. Using lenny and
wondershaper 1.1a-4.1 I still get this error. I have compiled my own
kernel but I'm pretty sure I didn't miss compiling support for needed
packages for wondershaper.



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



Bug#551312: [PATCH] HID: remove TENX iBuddy from blacklist

2010-01-25 Thread Ben Hutchings
This was commit 4bb950806f10bc3e249dd34375b4a4d6bfc0 upstream.

Ben.

-- 
Ben Hutchings
Any smoothly functioning technology is indistinguishable from a rigged demo.
From 4bb950806f10bc3e249dd34375b4a4d6bfc0 Mon Sep 17 00:00:00 2001
From: Jiri Kosina jkos...@suse.cz
Date: Wed, 23 Dec 2009 14:13:46 +0100
Subject: [PATCH] HID: remove TENX iBuddy from blacklist

There were multiple reports which indicate that vendor messed up horribly
and the same VID/PID combination is used for completely different devices,
some of them requiring the blacklist entry and other not.

Remove the blacklist entry for this combination of VID/PID completely, and let
the user decide and unbind the driver via sysfs eventually, if needed. Proper
fix would be fixing the vendor.

References:

http://lkml.org/lkml/2009/2/10/434
http://bugzilla.kernel.org/show_bug.cgi?id=13411

Signed-off-by: Jiri Kosina jkos...@suse.cz
---
 drivers/hid/hid-core.c |2 --
 drivers/hid/hid-ids.h  |4 
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 056384c..116a346 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1662,8 +1662,6 @@ static const struct hid_device_id hid_ignore_list[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_PANJIT, 0x0004) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_PHILIPS, USB_DEVICE_ID_PHILIPS_IEEE802154_DONGLE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_POWERCOM, USB_DEVICE_ID_POWERCOM_UPS) },
-	{ HID_USB_DEVICE(USB_VENDOR_ID_TENX, USB_DEVICE_ID_TENX_IBUDDY1) },
-	{ HID_USB_DEVICE(USB_VENDOR_ID_TENX, USB_DEVICE_ID_TENX_IBUDDY2) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LABPRO) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP) },
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index b009fd6..064c09a 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -406,10 +406,6 @@
 #define USB_VENDOR_ID_SUNPLUS		0x04fc
 #define USB_DEVICE_ID_SUNPLUS_WDESKTOP	0x05d8
 
-#define USB_VENDOR_ID_TENX		0x1130
-#define USB_DEVICE_ID_TENX_IBUDDY1	0x0001
-#define USB_DEVICE_ID_TENX_IBUDDY2	0x0002
-
 #define USB_VENDOR_ID_THRUSTMASTER	0x044f
 
 #define USB_VENDOR_ID_TOPMAX		0x0663
-- 
1.6.6



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


Bug#564282: Guinness 250th Online Promotion

2010-01-25 Thread FERNANDO MADRIGAL MURILLO


 From the online email ballot of the Guinness 250th Anniversary promotion.You 
won 865,000GBP, you are to contact Mr Graham Poll email: mr.grahampo...@msn.com

Regards

MR FERNANDO MADRIGAL MURILLO




Bug#566840: set INSTALL_ROOT variable for install

2010-01-25 Thread Kel Modderman
Hi,

Here is a further revision which sets the INSTALL_ROOT variable which
is commonly used by the install target of generated Makefile.

Thanks, Kel.
---
# A debhelper build system class for Qt projects
# (based on the makefile class).
#
# Copyright: © 2010 Kelvin Modderman
# License: GPL-2+

package Debian::Debhelper::Buildsystem::qmake;

use strict;
use warnings;
use Debian::Debhelper::Dh_Lib qw(error);
use base 'Debian::Debhelper::Buildsystem::makefile';

sub DESCRIPTION {
qmake (*.pro);
}

sub check_auto_buildable {
my $this=shift;
my @projects=glob($this-get_sourcepath('*.pro'));
my $ret=0;

if (@projects  0  -e $projects[0]) {
$ret=1;
# Existence of a Makefile generated by qmake indicates qmake
# class has already been used by a prior build step, so should
# be used instead of the parent makefile class.
my $mf=$this-get_buildpath(Makefile);
if (-e $mf) {
$ret = $this-SUPER::check_auto_buildable(@_);
open(my $fh, '', $mf)
or error(unable to open Makefile: $mf);
while($fh) {
if (m/^# Generated by qmake/i) {
$ret++;
last;
}
}
close($fh);
}
}

return $ret;
}

sub configure {
my $this=shift;
my @options;
my @flags;

push @options, '-makefile';
push @options, '-nocache';

if ($ENV{CFLAGS}) {
push @flags, QMAKE_CFLAGS_RELEASE=$ENV{CFLAGS};
push @flags, QMAKE_CFLAGS_DEBUG=$ENV{CFLAGS};
}
if ($ENV{CXXFLAGS}) {
push @flags, QMAKE_CXXFLAGS_RELEASE=$ENV{CXXFLAGS};
push @flags, QMAKE_CXXFLAGS_DEBUG=$ENV{CXXFLAGS};
}
if ($ENV{LDFLAGS}) {
push @flags, QMAKE_LFLAGS_RELEASE=$ENV{LDFLAGS};
push @flags, QMAKE_LFLAGS_DEBUG=$ENV{LDFLAGS};
}
push @flags, QMAKE_STRIP=:;

$this-doit_in_builddir('qmake', @options, @flags, @_);
}

sub install {
my $this=shift;
my $destdir=shift;

# qmake generated Makefiles use INSTALL_ROOT in install target
# where one would expect DESTDIR to be used.
$this-SUPER::install($destdir, INSTALL_ROOT=$destdir, @_);
}

1;
---



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



Bug#566944: coreutils: progress bar patch for cp

2010-01-25 Thread Francois Marier
Package: coreutils
Version: 8.4-1
Severity: wishlist

Someone wrote a patch which adds a nice little progress bar for cp:

  http://freshmeat.net/projects/advanced-copy

I'd rather see this upstream (and disabled by default I guess) but I
like the idea.

Cheers,
Francois



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



Bug#566945: dash: -n fails to complain about let

2010-01-25 Thread Matt Taggart
Package: dash
Version: 0.5.5.1-3

dash -n fails to complain about the bash built-in let.

$ echo 'let i=0' |dash -n
$ echo 'let i=0' |dash   
dash: let: not found

I'm guessing it's just assuming it's a command in the path, but I think it 
might want to explicitly check for it.

On a related note: The ubuntu wiki has a good suggestion for this

https://wiki.ubuntu.com/DashAsBinSh#let

-- 
Matt Taggart
tagg...@debian.org





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



Bug#566947: emacs23-nox fails to install

2010-01-25 Thread Deng Xiyue
Package: emacs23-nox
Version: 23.1+1-5
Severity: grave

When installing emacs23-nox, aptitude stops with the following outputs:

---BEGIN OF OUTPUT---

$ LANG=C sudo aptitude install emacs23-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following partially installed packages will be configured:
  emacs23-nox
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up emacs23-nox (23.1+1-5) ...
emacs-install emacs23
install/cscope: Byte-compiling for emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
install/dictionaries-common: Byte-compiling for emacsen flavour emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
emacsen-common: Handling install of emacsen flavor emacs23
emacsen-common: byte-compiling for emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common emacs23 
failed at /usr/lib/emacsen-common/emacs-install line 28, TSORT line 6.
dpkg: error processing emacs23-nox (--configure):
 subprocess installed post-installation script returned error exit status 134
Errors were encountered while processing:
 emacs23-nox
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up emacs23-nox (23.1+1-5) ...
emacs-install emacs23
install/cscope: Byte-compiling for emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
install/dictionaries-common: Byte-compiling for emacsen flavour emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
emacsen-common: Handling install of emacsen flavor emacs23
emacsen-common: byte-compiling for emacs23
emacs23: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
Fatal error (6)Aborted
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common emacs23 
failed at /usr/lib/emacsen-common/emacs-install line 28, TSORT line 6.
dpkg: error processing emacs23-nox (--configure):
 subprocess installed post-installation script returned error exit status 134
Errors were encountered while processing:
 emacs23-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done


---END OF OUTPUT---


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

Bug#566946: samba-common: /etc/samba/dhcp.conf unusable due to typos in /etc/dhcp3/dhclient-enter-hooks.d/samba

2010-01-25 Thread Christophe Le Roy
Package: samba-common
Version: 2:3.4.5~dfsg-1
Severity: normal

Samba won't correctly get WINS servers list from DHCP, but instead (in 
/etc/samba/dhcp.conf) :

   wins server ==

Fix :

In /etc/dhcp3/dhclient-enter-hooks.d/samba, lines 18-21

local other_servers
other_servers==
local serverlist
serverlist==

have to be replaced with (for example) :

local other_servers=
local serverlist=

Christophe.



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

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

Versions of packages samba-common depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages samba-common recommends:
ii  samba-common-bin  2:3.4.5~dfsg-1 common files used by both the Samb

samba-common suggests no packages.

-- debconf information excluded



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



Bug#560685: Info received (ntfs-3g: Please package new upstream version (2010.1.16 stable))

2010-01-25 Thread Michael Biebl
Hi Adam,

I prepared updated packages for 2010.1.16. You can find them at [1]. If you
could review and ack them, I would very much appreciate that.
If you are busy otherwise, would you be ok if I NMUed this version?

Cheers,
Michael

[1] http://people.debian.org/~biebl/ntfs-3g/
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#566917: src:armagetronad: FTBFS on kfreebsd-*: error: FTGL headers not found on your system

2010-01-25 Thread A. Christine Spang
severity 566917 important
thanks

On Mon, Jan 25, 2010 at 10:51:42PM +0100, Cyril Brulebois wrote:
 Package: src:armagetronad
 Version: 0.3.0-4
 Severity: serious
 Justification: FTBFS
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 your package no longer builds on kfreebsd-*:
 | checking for FT_Render_Glyph in -lftgl... yes
 | checking for location of FTGL includes... not found
 | configure: error: FTGL headers not found on your system. Please pass the 
 correct location via --with-ftgl=path to FTGL include directory.
 | make: *** [configure-client-stamp] Error 1

I think that this is not an RC bug since this is a version
of the package in experimental that will not go into
unstable until I have some certainty as to whether upstream
is actually going to cut it as a stable release. And at
this rate, it's already been *years* of waiting for that.

So, do feel free to submit a patch, though I think it is not
super high priority since the version in unstable/testing
seems to be fine.

cheers,
Christine



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



Bug#566948: lintian: [reporting] List packages with a given tag by a given maintainer

2010-01-25 Thread Niels Thykier
Package: lintian
Version: 2.3.1
Severity: wishlist

Hi

Currently lintian.d.o allows me to see either all the packages maintained
by my team or all packages affected by a given tag. Would it be possible
to get all packages maintained by $X and with tag $Y as well?

~Niels


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

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

Versions of packages lintian depends on:
ii  binutils   2.20-5The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.5.6  Debian package development tools
ii  file   5.03-5Determines file type using magic
ii  gettext0.17-8GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.84-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1900-1  Time and date functions for Perl
ii  liburi-perl1.50-1module to manipulate and access UR
ii  man-db 2.5.6-5   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-8  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.6-5on-line manual pager

-- no debconf information



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



Bug#566917: src:armagetronad: FTBFS on kfreebsd-*: error: FTGL headers not found on your system

2010-01-25 Thread Cyril Brulebois
A. Christine Spang sp...@mit.edu (25/01/2010):
 I think that this is not an RC bug since this is a version of the
 package in experimental that will not go into unstable until I have
 some certainty as to whether upstream is actually going to cut it as
 a stable release. And at this rate, it's already been *years* of
 waiting for that.

Oh, too bad. :) Anyway, that's still RC (within experimental) since it
now fails to build on a release arch where it built before. There's no
big deal with letting this bug as important anyway; the idea is more
to make sure you know about the FTBFS before you plan to move it to
unstable, since it would be (with or without an RC bug) holding up
migration to testing.

 So, do feel free to submit a patch, though I think it is not super
 high priority since the version in unstable/testing seems to be
 fine.

I'll try and keep an eye on this one, it might be the FTGL headers at
fault, not necessarily your package.

Mraw,
KiBi.


signature.asc
Description: Digital signature


  1   2   3   4   5   >