Bug#606762: linux-2.6: intermittent wifi dropouts with iwlagn driver

2011-02-02 Thread David Banks
Since first reporting this bug I have now found a workaround, though it's not
nice.  Disabling Wireless-N mode on the router and switching back to B/G mixed
mode made the problem go away.  I am using DD-WRT firmware on the router, which
is a D-Link DIR-615.  I noticed the problem went away when I was outside my
house in a G-only network.  Coincidentally one of my friends has the exact same
model of router (it's given away free by the largest ISP here in the UK), but he
uses the stock firmware, also in Wireless-N mode.  When I used my laptop at
his house the problem manifested again.  However, I have not tested with any
other model of Wireless-N capable router.

So the problem is either all Wireless-N support in this driver, or a problem
with the Wireless-N support in the hardware of this router model.

-- 
David Banks  amoe...@gmail.com



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



Bug#611420: hg.1: description of backout command is confusing

2011-02-02 Thread Jonathan Nieder
forwarded 611420 
http://thread.gmane.org/gmane.comp.version-control.mercurial.devel/37948
quit

Javi Merino wrote:

 As I said in the bug report, I think the mailing list
 (mercurial-de...@selenic.com) would be appropriate for this. They are
 not prone to flame and are generally friendly.

I finally found time for it.  Thanks again to both of you.



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



Bug#596607: [pkg-kolab] Bug#596607: Bug#596607: same problem comes up again

2011-02-02 Thread Mathieu Parent
Hello

2011/2/1 Martial Paupe babat...@gmail.com:
...
 - look for php configuration, disable notice, disable warning etc.. some
 php error can break the filter

 I've enabled options into php.ini as follow
 error_reporting    = E_ALL
 error_log          = syslog

kolab-filter uses the file /etc/kolab/php.ini (built from
/etc/kolab/templates/php.ini.template). Also take a look in
/etc/kolab/filter/config.php (build from
/etc/kolab/templates/resmgr.conf.template)

Can you please set error_reporting = E_ERROR there and test again.
Error are catched by an error_handler which may print text to stdout.


 And I had to remove '' sign into those following files.
...

 Otherwise my configuration looks similar with a virtual machine that is
 running kolab as well but it's not in production.
 Sounds to me that a package breaks my setup and I can't see what or where.

Can you make a diff -r of /etc/kolab directory between those two
machines? (hide any password)

-- 
Mathieu



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



Bug#504800: pdns_recursor hogs the CPU

2011-02-02 Thread Ralf Hildebrandt
Package: pdns-recursor
Version: 3.2-4
Severity: normal


pdns_recursor started hogging the CPU again, all over a sudden. In the middle 
of the night.

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
  
 2205 pdns  20   0  265m  44m 1632 S  177  0.5   3292:17 
/usr/sbin/pdns_recursor  

I'm seeing a lot of pdns_recursor[2205]: Refreshed . records entries, in 
rapid succession (see attached log).

# strace -o /tmp/pdns_strace.txt -p 2205
Process 2205 attached - interrupt to quit

yields only (!):
futex(0xb685cbd8, FUTEX_WAIT, 2238, NULL unfinished ...

# ltrace -o /tmp/pdns_strace.txt -p 2205

resulted in

2205 +++ killed by SIGTRAP +++


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

Kernel: Linux 2.6.32-27-generic-pae (SMP w/8 CPU cores)
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 pdns-recursor depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5.1-11   GCC support library
ii  liblua5.1-0 5.1.4-5  Simple, extensible, embeddable pro
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

Versions of packages pdns-recursor recommends:
pn  pdns-doc  none (no description available)

pdns-recursor suggests no packages.

-- Configuration Files:
/etc/powerdns/recursor.conf changed:
daemon=yes
delegation-only=com,net
forward-zones=.=141.42.2.22,.=141.42.3.33
local-address=127.0.0.1
local-port=53
quiet=yes
serve-rfc1918=no
setgid=pdns
setuid=pdns


-- no debconf information
2205 +++ killed by SIGTRAP +++


Bug#611573: vim: missing dependency on libperl

2011-02-02 Thread Niko Tyni
On Sun, Jan 30, 2011 at 06:01:08PM -0500, James Vega wrote:
 On Sun, Jan 30, 2011 at 2:26 PM, Niko Tyni nt...@debian.org wrote:

  The full name of the library ends up in the vim.gtk binary, so the Perl
  support stops working when the library changes to libperl5.12.3 (and it
  probably would with a hypothetical 5.10.2 too, for that matter, even if
  it was ABI compatible.)
 
 Hmm, would it make sense to try and change this so it only uses the name
 libperl5.10 instead of libperl5.10.1?

Yeah, I think that would help a bit. However, I expect we will have a
major Perl transition (5.10 - 5.12 etc.) for every release in the future,
because upstream has switched to yearly non-ABI-compatible releases.

  and correct solution, perhaps it would be OK to cheat a bit and do
  something like
 
   Recommends: libperl5.10
   Depends: perl-base (= 5.10.1-17), perl-base ( 5.10.2~)
 
 Well, the intention of switching to dynamic loading of the language
 binding libraries was to allow people not to install them.  As such, I'd
 prefer not to require that users have to install related packages even
 if they choose not to install the language binding.

perl-base is Essential, that's why I chose it above :)
This doesn't generalize to other interpreters, though. And it's ugly.

 Maybe I could build a throwaway version of Vim with the language
 bindings built-in so dpkg-shlibdeps can do its detection and then use
 that information for the Recommends?  Would that be sufficient for
 whatever mechanism determines that packages should be binNMUed for
 library transitions pick up Vim?

Yes, that sounds workable. Partial upgrades can still get broken as
nothing makes sure the binNMU'd version gets pulled in along with the
new libperl and vice versa. That's probably not a showstopper though.

 I'd be interested in how other packages which do dynamic loading of
 libraries handle this situation.
 
  I wonder if this applies to the other interpreters like Python too?
 
 I'd assume it applies to all of the bindings whenever they need a
 transition.  I'd be surprised if this is the first package to do dynamic
 loading and need binNMUs when the library it loads changes.  Maybe we
 can find precedent somewhere else?

Two packages I'm somewhat familiar with that do this are freeradius
and openldap.  They both dlopen() their own plugin shared objects first,
and these plugins are linked against the interpreter library.

They also don't make the libraries optional, but rather Depend on them.
This wastes disk space but not memory footprint. I expect it would be
possible to split the plugins to their own packages in case the disk
space was a problem.

The only package in the archive that Recommends: libperl5.10 is collectd,
which seems to also have a plugin in /usr/lib/collectd that's linked
against libperl. It takes no provisions for partial upgrades AFAICS.

This seems to suggest that the idea of a throwaway version linking against
the libraries would be the way to go, short of having intermediate dlopen'd
plugins like the others do.
-- 
Niko Tyni   nt...@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#611635: [Simple-cdd-devel] Bug#611635: simple-cdd: --qemu doesn't find the image

2011-02-02 Thread Antoine Hue
Hi,

I am not a simple-cdd developper but only a user.

From the log, the problem comes a different naming of the ISO File:

ERROR: CD image not readable:
/home/mueller/my-simple-cdd2/images/debian-60-amd64-CD-1.iso
BUT: ./images/debian-6.0-amd64-CD-1.iso
( 60 != 6.0).

As a work around, you can call kvm with following command:
kvm -boot order=d -cdrom images/debian-6.0-amd64-CD-1.iso -hda qemu-test.hd.img

You may also add other options like USB, ttyS,...

Antoine

2011/1/31 Müller-rein...@busoni.debian.org,
matthias.mueller-rein...@grundvers.de:
 Package: simple-cdd
 Version: 0.3.13
 Severity: normal

 /usr/share/simple-cdd/tools/testing/qemu doesn't locate the iso image
 when build-simple-cdd is executed this way:

 build-simple-cdd --qemu

 Last lines of output:

  88.52% done, estimate finish Mon Jan 31 13:55:49 2011
  94.84% done, estimate finish Mon Jan 31 13:55:49 2011
 Total translation table size: 2048
 Total rockridge attributes bytes: 103852
 Total directory bytes: 563200
 Path table size(bytes): 3822
 Max brk space used ee000
 79085 extents written (154 MB)
 checking for missing dependencies with edos-debcheck: 
 /home/mueller/my-simple-cdd2/tmp//cd-build/squeeze/CD1/dists/squeeze/main/binary-amd64/Packages
 Completing conflicts...                                            * 100.0%
 Conflicts and dependencies...                                      * 100.0%
 Solving                                                            * 100.0%
 enabling kvm support...
 creating 4G qemu disk image: /home/mueller/my-simple-cdd2/qemu-test.hd.img
 Formatting '/home/mueller/my-simple-cdd2/qemu-test.hd.img', fmt=qcow 
 size=4294967296 encryption=off
 ERROR: CD image not readable: 
 /home/mueller/my-simple-cdd2/images/debian-60-amd64-CD-1.iso
 mueller@gvml330:~/my-simple-cdd2$ find -name \*.iso
 ./images/debian-6.0-amd64-CD-1.iso


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

 Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
 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 simple-cdd depends on:
 ii  apt-utils               0.8.10           APT utility programs
 ii  dctrl-tools             2.14.5           Command-line tools to process 
 Debi
 ii  debian-cd               3.1.4            Tools for building (Official) 
 Debi
 ii  debootstrap             1.0.26           Bootstrap a basic Debian system
 ii  lsb-release             3.2-23.2squeeze1 Linux Standard Base version 
 report
 ii  python                  2.6.6-3+squeeze5 interactive high-level 
 object-orie
 ii  reprepro                4.2.0-2          Debian package repository 
 producer
 ii  rsync                   3.0.7-2          fast remote file copy program 
 (lik
 ii  wget                    1.12-2.1         retrieves files from the web

 Versions of packages simple-cdd recommends:
 ii  edos-debcheck                1.0-9       Check package dependencies 
 (transi
 ii  edos-distcheck [edos-debchec 1.4.2-11+b1 Checks whether dependencies of 
 pac

 Versions of packages simple-cdd suggests:
 ii  qemu-kvm                   0.12.5+dfsg-5 Full virtualization on x86 
 hardwar
 ii  qemu-system                0.12.5+dfsg-3 QEMU full system emulation 
 binarie

 -- no debconf information



 ___
 Simple-cdd-devel mailing list
 simple-cdd-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/simple-cdd-devel




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



Bug#611765: git-daemon doesn't allow pushes even with --enable=receive-pack

2011-02-02 Thread Jonathan Nieder
clone 611765 -1
submitter -1 !
retitle -1 git-daemon.1: explain that --enable overrides daemon.* configuration
# documentation
severity -1 minor
quit

eng.matteo.nunzi...@gmail.com wrote:

 not tried, sorry.
 anyway by using the 1.7.3.x from upstream (compiled from sources and
 launched in rc.local) and setting up the daemon the same way
 everything goes smooth.
 I don't think it is a matter of 'receivepack', anyway if you need it
 I'll try it asap!

My bad.  The daemon.receivepack configuration is overridden by
--enable=receivepack, even though that is not clearly enough
documented for my taste.

I'll try reproducing the git-daemon-run trouble you ran into.

Sorry for the confusion.
Jonathan



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



Bug#611789: ITP: mummy -- command line executable that generates C# wrappers from gccxml output

2011-02-02 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre mathieu.malate...@gmail.com


* Package name: mummy
  Version : 1.0.2
  Upstream Author : kitware kitw...@kitware.com
* URL : http://www.kitware.com/products/avdownload.php
* License : BSD
  Programming Lang: C++
  Description : command line executable that generates C# wrappers from 
gccxml output

mummy is a command line executable that generates C# wrappers from gccxml 
output. A C# class is generated to wrap the wrappable class named in the gccxml 
output. Settings to control the wrapping are given inline directly in the class 
header file or in the MummySettings.xml input file.



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



Bug#611790: Errors upon installation

2011-02-02 Thread jidanni
Package: monodoc-browser
Version: 2.6.2-3

Setting up monodoc-browser (2.6.2-3) ...
generating monodoc index...
Error: Could not load source file /usr/lib/monodoc/sources/GData.source
generating monodoc search index... (this can take a while)
Error: Could not load source file /usr/lib/monodoc/sources/GData.source
Problem: O:Mono.Math.BigInteger.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector2d.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector2l.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector2ul.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector4f.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
ETC ETC ETC ETC



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



Bug#611765: git-daemon-run: git-daemon doesn't allow pushes even with --enable=receive-pack

2011-02-02 Thread Jonathan Nieder
retitle 611765 git daemon: make permissions problems easier to diagnose
quit

Hi again,

matteo nunziati wrote:

 I've setted up git-daemon in order to test it.
[...]
 git push origin master
 7) the following error arisen:
 error: unpack failed: unpack-objects abnormal exit

Okay, I've reproduced this now.  The error message:

  error: unpack failed: unpack-objects abnormal exit
  To git://localhost/git/git.git
   ! [remote rejected] HEAD - bar (n/a (unpacker error))
  error: failed to push some refs to 'git://localhost/git/git.git'

The corresponding piece of /var/log/git-daemon/current:

  Request receive-pack for '/git/git.git'
  error: insufficient permission for adding an object to repository database 
./objects

  fatal: failed to write object
  [17150] Disconnected

The problem, of course, was that the gitdaemon user did not
have write access to my repository.

You can change the user that git-daemon-run's daemon runs by
changing the -ugitdaemon parameter in /etc/sv/git-daemon/run.
Alternatively it is also possible to make your shared
repository writable by a group including the gitdaemon user;
see gitcvs-migration(7) for details.

Thanks again for reporting.

Hope that helps,
Jonathan



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



Bug#611791: libmms0: libmms alignment problems on ARM

2011-02-02 Thread Danny Baumann
Package: libmms0
Version: 0.6-1
Severity: important
Tags: upstream

libmms 0.6 has some alignment issues on ARM. This causes any
mms_connect() to fail on those platforms due to GUID compare mismatches.
See
http://sourceforge.net/tracker/?func=detailaid=3137994group_id=101989atid=630607
for the upstream bug report.
As this is fixed in later upstream releases, please update the libmms
package to version 0.6.1 or 0.6.2.

Thanks,

Danny

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.37 (PREEMPT)
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 libmms0 depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines

libmms0 recommends no packages.

libmms0 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#412989: triggers for creating udev records

2011-02-02 Thread Alexander
Hi!

If there is a possibility to add something to /etc/passwd and/or
/etc/group files on package install, why there is no possibility to
create the udev rules when those package are installed? This should
obviously solve the problem and I can't understand why it can be done
so.
The more detailed description:
What is now:
We have a /etc/group file which does contain only groups required only
for those packages which were already installed. If we install new
package which requires e.g. a group 'rdma', the entry for this group
is created in /etc/group file. Meanwhile we have
/etc/udev/rules.d/91-permissions.rules which contains entries with
'rdma' group always.
So as Mike Castle
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412989#51) says, the
'rdma' group comes from 'libibverbs' package. If initially there were
no references to 'rdma' group in 91-permissions.rules file, the
'libiverbs' package's triggers could add them when package installs.

The more common case if the group is required by a number of packages.
In this case the triggers should check, if there are records in file
and if there are, then they should do nothing.

I am not very experienced in Debian package system. Had I miss something?

--
Thanks,
Alexander Betaev



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



Bug#611771: praat: Tab shortcut to play in the sound editor window does not work.

2011-02-02 Thread Andreas Tille
Hi,

I would like to foreward this bug of a praat user of the Debian packaged
version of praat to you as the authors.  I admit I do not have the
slightest idea how to use praat myself - I was just picking up the
orphaned packaging for Debian and try to get the package compiled as
smoothly as possible.  So if you think there is something wrong in the
binary shipped with Debian I would need to have a look what might went
wrong (any hint where to look is welcome).  If you find out that this is
a general problem with this praat version please tell me if you have a
fix for this.

Kind regards and thanks for providing praat as Free Software

Andreas.

On Tue, Feb 01, 2011 at 08:11:11PM -0500, Jeremy Salwen wrote:
 Package: praat
 Version: 5.2.11-1
 Severity: normal
 
 If I click View-Play or Stop, it works correctly, and lists the shortcut 
 Tab to do so.  However, when I press the tab key, it does not play, nor do 
 anything else.
 
 This is just a problem with praat.  My tab key works correctly with all other 
 programs I've used.
 
 -- System Information:
 Debian Release: 6.0
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages praat depends on:
 ii  libasound2 1.0.23-2.1shared library for ALSA 
 applicatio
 ii  libc6  2.11.2-10 Embedded GNU C Library: Shared 
 lib
 ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics 
 library 
 ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
 ii  libgtk2.0-02.20.1-2  The GTK+ graphical user 
 interface 
 ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of 
 internatio
 ii  oss-compat 0.0.4+nmu3OSS compatibility package
 
 Versions of packages praat recommends:
 ii  xfonts-75dpi  1:1.0.375 dpi fonts for X
 
 praat suggests no packages.
 
 -- no debconf information
 
 
 
 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-med-packaging
 

-- 
http://fam-tille.de



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



Bug#611792: not documented

2011-02-02 Thread jidanni
Package: libgdata1.4-cil
Version: 1.4.0.2-4

Your package is not documented.
E.g., how to print out the playlist of youtube user xyz?
This requires a momentous task of searching for documentation.



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



Bug#611791: libmms0: libmms alignment problems on ARM

2011-02-02 Thread Fabian Greffrath

Am 02.02.2011 10:14, schrieb Danny Baumann:

libmms 0.6 has some alignment issues on ARM. This causes any
mms_connect() to fail on those platforms due to GUID compare mismatches.
See
http://sourceforge.net/tracker/?func=detailaid=3137994group_id=101989atid=630607
for the upstream bug report.
As this is fixed in later upstream releases, please update the libmms
package to version 0.6.1 or 0.6.2.


libmms 0.6.2 is already prepared in our git repository, but is 
scheduled for post-squeeze.


 - Fabian



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



Bug#596607: [pkg-kolab] Bug#596607: Bug#596607: same problem comes up again

2011-02-02 Thread Martial Paupe
On 2 February 2011 09:55, Mathieu Parent math.par...@gmail.com wrote:


 kolab-filter uses the file /etc/kolab/php.ini (built from
 /etc/kolab/templates/php.ini.template). Also take a look in
 /etc/kolab/filter/config.php (build from
 /etc/kolab/templates/resmgr.conf.template)

 Can you please set error_reporting = E_ERROR there and test again.
 Error are catched by an error_handler which may print text to stdout.

  I've put E_ERROR into /etc/kolab/templates/php.ini.template but i'm not
sure about /etc/kolab/templates/resmgr.conf.template
 wich contain only

/* PHP error logging */
$conf['kolab']['filter']['error_log'] = '/var/log/fatal.log';

/var/log/fatal.log exist ans is empty. In this figure I have no error.


  And I had to remove '' sign into those following files.
 ...
 
  Otherwise my configuration looks similar with a virtual machine that is
  running kolab as well but it's not in production.
  Sounds to me that a package breaks my setup and I can't see what or
 where.

 Can you make a diff -r of /etc/kolab directory between those two
 machines? (hide any password).


I've attached a diff file resulting of the command. r16008.paupe.name is the
production server and kolab.paupe.name is the okone.

Martial

 --
 Mathieu

diff -r kolab.ok/ca/cacert.pem kolab.r16008/ca/cacert.pem
2,12c2,12
 MIICCDCCAXGgAwIBAgIJAMbqBPoXf36yMA0GCSqGSIb3DQEBBQUAMD0xDjAMBgNV
 BAoTBUtvbGFiMRAwDgYDVQQLEwdUZXN0LUNBMRkwFwYDVQQDExBrb2xhYi5wYXVw
 ZS5uYW1lMB4XDTEwMDkxNDA5MTc0MFoXDTIwMDkxMTA5MTc0MFowPTEOMAwGA1UE
 ChMFS29sYWIxEDAOBgNVBAsTB1Rlc3QtQ0ExGTAXBgNVBAMTEGtvbGFiLnBhdXBl
 Lm5hbWUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKD6hHjCY/CQ6reuqdtR
 U99hdxwVLYxUtA6sNW/tmQl1TyiHtAzquFPkU0drBOdcEPaiugZB6oLIDpmXDMIS
 BWqDsocKK0AGbJGSpbaZ/iYJq+4o5bRw0q0XL1pgWpbtiQ2n6T/aFQvMLyc35TAT
 wjeaLHGa2pBX4BiMPY1lw2aTAgMBAAGjEDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZI
 hvcNAQEFBQADgYEAawG6uJzxjc9+Jo8WIxcrowtLDGZgMdtclSERVtW4OrDWbyf8
 mGH7EOm/YnAT48yzCq1x3t1KHh0myKKW/yvx4YIGJi2HzGV0j79stbaeyUl4gAdu
 UB1PfURMdN3CS8TqhXPM33Qm8uV5mRTqtNVeUEzy5hYxMNpT9E233oGiHuo=
---
 MIICCjCCAXOgAwIBAgIJAK6wF2l1pNUxMA0GCSqGSIb3DQEBBQUAMD4xDjAMBgNV
 BAoTBUtvbGFiMRAwDgYDVQQLEwdUZXN0LUNBMRowGAYDVQQDExFyMTYwMDgucGF1
 cGUubmFtZTAeFw0xMDA5MjMwMDA5MDJaFw0yMDA5MjAwMDA5MDJaMD4xDjAMBgNV
 BAoTBUtvbGFiMRAwDgYDVQQLEwdUZXN0LUNBMRowGAYDVQQDExFyMTYwMDgucGF1
 cGUubmFtZTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtJkXIpwuXasYqMcb
 t9rfOpLdzKLXi+7zUeA2BFKEwh3QyqDmZb4Snrp4VQDtWmRmBpSqwiXOf+BJZ7Ig
 euuWukMsh4nK9Qa2cWn6lUSvvqL9jOSG2AJHHjcOTT3he8ZCuL4BbmaC8puLQQoM
 6ix5eV5hqLU0TZRRk717BbBMg8sCAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkq
 hkiG9w0BAQUFAAOBgQB1jcDMtFImIoh2LlvmbbUPZQ9qB7oQRcEVeiKtT++CbFMK
 dkJTss4G5PpF3pP/TPsJH+nIWh1feJc9VykJ/TA41aFTgHtmPiKEBwdEDWdD2NUu
 3F+nJT4+0dPbHlEX62NbhNU+JsulGrwkQwWRZoOKy+jdSHhgS+xPkRRE+jI2/w==
diff -r kolab.ok/ca/index.txt kolab.r16008/ca/index.txt
1c1
 V	200911091743Z		01	unknown	/CN=kolab.paupe.name
---
 V	20092910Z		01	unknown	/CN=r16008.paupe.name
diff -r kolab.ok/ca/newcerts/01.pem kolab.r16008/ca/newcerts/01.pem
6c6
 Issuer: O=Kolab, OU=Test-CA, CN=kolab.paupe.name
---
 Issuer: O=Kolab, OU=Test-CA, CN=r16008.paupe.name
8,10c8,10
 Not Before: Sep 14 09:17:43 2010 GMT
 Not After : Sep 11 09:17:43 2020 GMT
 Subject: CN=kolab.paupe.name
---
 Not Before: Sep 23 00:09:10 2010 GMT
 Not After : Sep 20 00:09:10 2020 GMT
 Subject: CN=r16008.paupe.name
15,23c15,23
 00:ba:06:85:7a:3f:15:df:5e:8a:b7:35:5b:c8:48:
 cd:9e:f1:08:79:42:f9:54:44:61:22:6f:44:11:a1:
 18:30:a1:2d:6d:25:5c:5a:99:bb:63:97:53:fd:fc:
 87:09:01:86:3c:9a:c1:0c:34:94:90:7a:1f:ad:c3:
 33:18:7e:18:5c:ba:52:50:7d:84:01:6b:28:86:96:
 35:ef:58:c7:bd:68:28:11:57:47:97:70:9f:f6:4e:
 c1:2f:41:b8:26:d9:fd:47:e4:a8:b1:73:0b:8a:b8:
 4d:ac:ab:0e:34:65:41:0e:31:83:0c:71:3f:f8:3e:
 fb:29:07:ef:c8:f3:75:ad:c1
---
 00:c3:fb:fd:1e:c3:68:e4:22:fb:84:38:d6:d7:c8:
 17:68:a8:19:94:77:2d:2e:fd:69:fe:bf:fc:64:aa:
 9e:22:3f:81:a9:dc:b9:6d:70:4c:72:c8:9c:c1:4a:
 ff:9a:05:70:58:b2:26:66:3a:09:9c:60:9c:c9:43:
 fa:75:f3:9e:f9:a8:df:f9:da:ee:0b:f9:d9:7e:0d:
 73:9e:c4:ee:5f:4e:ba:8b:00:16:a1:e9:47:56:a2:
 5a:69:85:19:57:51:05:b9:03:c7:a7:a6:47:44:90:
 7e:3b:0d:01:46:a8:6f:77:ef:f8:fc:83:d1:e9:dd:
 6f:9c:8c:8a:27:e6:25:9b:3b
31c31
 EF:C0:F6:F8:F0:10:1A:EC:46:7B:F2:9F:EB:88:2F:D5:19:1C:2E:C4
---
 B9:42:82:2E:4E:F3:9E:4C:CA:06:71:E2:2B:45:BA:B7:F9:4D:D5:86
33,34c33,34
 DirName:/O=Kolab/OU=Test-CA/CN=kolab.paupe.name
 serial:C6:EA:04:FA:17:7F:7E:B2
---
 DirName:/O=Kolab/OU=Test-CA/CN=r16008.paupe.name
 

Bug#507027: [easypg] fails to open file under load

2011-02-02 Thread Gábor Melis
Can't reproduce this anymore. Feel free to close it.



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



Bug#611791: libmms0: libmms alignment problems on ARM

2011-02-02 Thread Fabian Greffrath

Am 02.02.2011 10:14, schrieb Danny Baumann:

libmms 0.6 has some alignment issues on ARM. This causes any
mms_connect() to fail on those platforms due to GUID compare mismatches.
See
http://sourceforge.net/tracker/?func=detailaid=3137994group_id=101989atid=630607
for the upstream bug report.
As this is fixed in later upstream releases, please update the libmms
package to version 0.6.1 or 0.6.2.


PS: I suspect the following commit fixes this issue. If you can 
confirm this, I think this fix would be a candidate for a 
0.6-1squeeze1 package in squeeze+r1.


http://libmms.git.sourceforge.net/git/gitweb.cgi?p=libmms/libmms;a=commitdiff;h=160a0c1c29b2be301a409856c4393dc9c1b88dd0

 - Fabian



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



Bug#567806: Is Liberation Mono really monospace?

2011-02-02 Thread Fabian Greffrath

tags 567806 + patch
thanks

Hi,

I have backported the appropriate patch from the upstream git repo, 
please find it attached to this mail. Maybe this is a candidate for a 
1.05.2.20091019-4squeeze1 package in squeeze+r1.


 - Fabian
From af06e642b6c20171401d61c38a0594055682ec20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=B5=E0=A4=BF=E0=A4=A3=20=E0=A4=B8=E0=A4=BE=E0=A4=A4=E0=A4=AA=E0=A5=81=E0=A4=A4=E0=A5=87?= pravin@gmail.com
Date: Mon, 2 Aug 2010 12:03:54 +0530
Subject: [PATCH] applied patch from  Cody Boisclair c...@zone38.net, rhbz 620273

---
 source/src/LiberationMono-Bold.sfd   |8 
 source/src/LiberationMono-BoldItalic.sfd |6 +++---
 source/src/LiberationMono-Italic.sfd |8 
 source/src/LiberationMono-Regular.sfd|6 +++---
 4 files changed, 14 insertions(+), 14 deletions(-)

--- ttf-liberation-1.05.2.20091019.orig/src/LiberationMono-Bold.sfd
+++ ttf-liberation-1.05.2.20091019/src/LiberationMono-Bold.sfd
@@ -19,7 +19,7 @@ OS2Version: 3
 OS2_WeightWidthSlopeOnly: 0
 OS2_UseTypoMetrics: 1
 CreationTime: 1095817380
-ModificationTime: 1205762491
+ModificationTime: 1280703506
 PfmFamily: 17
 TTFWeight: 700
 TTFWidth: 5
@@ -3226,13 +3226,13 @@ NameList: Adobe Glyph List
 DisplaySize: -24
 AntiAlias: 1
 FitToEm: 1
-WinInfo: 40 40 16
+WinInfo: 0 40 16
 BeginChars: 1114127 663
 
 StartChar: .notdef
 Encoding: 1114112 -1 0
-Width: 748
-Flags: W
+Width: 1229
+Flags: HW
 TtInstrs:
 PUSHB_2
  1
--- ttf-liberation-1.05.2.20091019.orig/src/LiberationMono-BoldItalic.sfd
+++ ttf-liberation-1.05.2.20091019/src/LiberationMono-BoldItalic.sfd
@@ -19,7 +19,7 @@ OS2Version: 3
 OS2_WeightWidthSlopeOnly: 0
 OS2_UseTypoMetrics: 1
 CreationTime: 1095817380
-ModificationTime: 1205762349
+ModificationTime: 1280703529
 PfmFamily: 17
 TTFWeight: 700
 TTFWidth: 5
@@ -2842,8 +2842,8 @@ BeginChars: 1114127 663
 
 StartChar: .notdef
 Encoding: 1114112 -1 0
-Width: 748
-Flags: W
+Width: 1229
+Flags: HW
 TtInstrs:
 PUSHB_2
  1
--- ttf-liberation-1.05.2.20091019.orig/src/LiberationMono-Italic.sfd
+++ ttf-liberation-1.05.2.20091019/src/LiberationMono-Italic.sfd
@@ -19,7 +19,7 @@ OS2Version: 3
 OS2_WeightWidthSlopeOnly: 0
 OS2_UseTypoMetrics: 1
 CreationTime: 1095817380
-ModificationTime: 1205755605
+ModificationTime: 1280703479
 PfmFamily: 17
 TTFWeight: 400
 TTFWidth: 5
@@ -3412,13 +3412,13 @@ NameList: Adobe Glyph List
 DisplaySize: -24
 AntiAlias: 1
 FitToEm: 1
-WinInfo: 40 40 16
+WinInfo: 0 40 16
 BeginChars: 1114127 663
 
 StartChar: .notdef
 Encoding: 1114112 -1 0
-Width: 748
-Flags: W
+Width: 1229
+Flags: HW
 TtInstrs:
 PUSHB_2
  1
--- ttf-liberation-1.05.2.20091019.orig/src/LiberationMono-Regular.sfd
+++ ttf-liberation-1.05.2.20091019/src/LiberationMono-Regular.sfd
@@ -19,7 +19,7 @@ OS2Version: 3
 OS2_WeightWidthSlopeOnly: 0
 OS2_UseTypoMetrics: 1
 CreationTime: 1095817380
-ModificationTime: 1205755605
+ModificationTime: 1280703432
 PfmFamily: 17
 TTFWeight: 400
 TTFWidth: 5
@@ -3212,8 +3212,8 @@ BeginChars: 1114127 663
 
 StartChar: .notdef
 Encoding: 1114112 -1 0
-Width: 748
-Flags: W
+Width: 1229
+Flags: HW
 TtInstrs:
 PUSHB_2
  1


Bug#611793: ITP: sleepisdeath -- a storytelling game for two players

2011-02-02 Thread Paul Wise
Package: wnpp
Severity: wishlist
Owner: Paul Wise p...@debian.org
X-Debbugs-CC: debian-devel-ga...@lists.debian.org, debian-de...@lists.debian.org

* Package name: sleepisdeath
  Version : 16
  Upstream Author : Jason Rohrer
* URL : http://sleepisdeath.net/
* License : None (Public Domain)
  Programming Lang: C++
  Description : a storytelling game for two players

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#611794: live-build: Doesn't upgrade properly from 2.0.11-1

2011-02-02 Thread Didier Raboud
Package: live-build
Version: 2.0.12-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi dear live-build maintainers, 

while trying to upgrade live-build from 2.0.11-1 to 2.0.12-1, I encountered
the following error:

$ LANG=C sudo apt-get upgrade live-build 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  live-build
1 upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
3 not fully installed or removed.
Need to get 0 B/1987 kB of archives.
After this operation, 1769 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Reading changelogs...
(Reading database ... 269449 files and directories currently installed.)
Preparing to replace live-build 2.0.11-1 (using 
.../live-build_2.0.12-1_all.deb) ...
Unpacking replacement live-build ...
dpkg: error processing /var/cache/apt/archives/live-build_2.0.12-1_all.deb 
(--unpack):
 unable to open 
'/usr/share/live/build/includes/squeeze/common/doc/bug-maint-mailcontrol.txt.dpkg-new':
 No such file or directory
configured to not write apport reports
  Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/live-build_2.0.12-1_all.deb
N: Ignoring file '10_apt-proxy.list.dis' in directory 
'/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file '30_local_pbuilder.list.dis' in directory 
'/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Sub-process /usr/bin/dpkg returned an error code (1)


Cheers, 

OdyX


- -- Package-specific info:

- -- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (750, 'unstable'), (700, 'testing-proposed-updates'), (700, 
'testing'), (101, 'testing-proposed-updates'), (101, 'experimental'), (101, 
'unstable'), (101, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-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 live-build depends on:
ii  cdebootstrap  0.5.7  Bootstrap a Debian system
ii  debootstrap   1.0.26 Bootstrap a basic Debian system

Versions of packages live-build recommends:
ii  cpio  2.11-6 GNU cpio -- a program to manage ar
ii  gettext-base  0.18.1.1-3 GNU Internationalization utilities
ii  gnu-fdisk 1.2.4-3+b1 Linux fdisk replacement based on l

Versions of packages live-build suggests:
ii  dosfstools 3.0.9-1   utilities for making and checking 
ii  fakeroot   1.14.5-1  Gives a fake root environment
ii  genisoimage9:1.1.11-1Creates ISO-9660 CD-ROM filesystem
ii  memtest86+ 4.10-1.1  thorough real-mode memory tester
ii  mtools 4.0.12-1  Tools for manipulating MSDOS files
ii  parted 2.3-5 The GNU Parted disk partition resi
ii  squashfs-tools 1:4.1-3   Tool to create and append to squas
ii  sudo   1.7.4p4-6 Provide limited super user privile
ii  syslinux   2:4.02+dfsg-7 collection of boot loaders
ii  uuid-runtime   2.17.2-9  runtime components for the Univers
ii  win32-loader   0.6.22Debian-Installer loader for win32

- -- no debconf information

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

iJwEAQECAAYFAk1JL6QACgkQKA1Vt+jBwDj7MQP/XhfZc7sqppDc+zibry+Z21FQ
UGsOPbw6FmEtHlNLJm7XuzWlBG2M/L19ojKx6r974n+uO3dnEXmxw5AoNucW+0m6
DWPeTLWyl4txaCvLcS9JaZwNPwHlEZBuWY8I1JNnIDhdcKEBmtjShwUiVw9NpOEy
D1mTm6fTNafkhpJFTXc=
=J1k+
-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#611791: libmms0: libmms alignment problems on ARM

2011-02-02 Thread Fabian Greffrath

Am 02.02.2011 10:58, schrieb Danny Baumann:

Please excuse my lack of understanding, but given that only
maintenance and bugfixing work seems to be done in upstream libmms,
and given that the alignment bug makes it impossible to properly use
libmms on ARM, why are the newer releases not considered for squeeze?


Because they were released too late (i.e. squeeze was already in 
freeze) and bugs that were fixed in the new versions were reported too 
late (i.e. today). ;)



If updating libmms is not an option, could you consider backporting
the alignment fix?
(http://libmms.git.sourceforge.net/git/gitweb.cgi?p=libmms/libmms;a=commit;h=160a0c1c29b2be301a409856c4393dc9c1b88dd0)


As stated in my previous mail, this will be considered for the next 
point release.


 - Fabian



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



Bug#611791: libmms0: libmms alignment problems on ARM

2011-02-02 Thread Danny Baumann

Hi,


libmms 0.6 has some alignment issues on ARM. This causes any
mms_connect() to fail on those platforms due to GUID compare mismatches.
See
http://sourceforge.net/tracker/?func=detailaid=3137994group_id=101989atid=630607

for the upstream bug report.
As this is fixed in later upstream releases, please update the libmms
package to version 0.6.1 or 0.6.2.


libmms 0.6.2 is already prepared in our git repository, but is scheduled
for post-squeeze.


Please excuse my lack of understanding, but given that only maintenance 
and bugfixing work seems to be done in upstream libmms, and given that 
the alignment bug makes it impossible to properly use libmms on ARM, why 
are the newer releases not considered for squeeze?


If updating libmms is not an option, could you consider backporting the 
alignment fix? 
(http://libmms.git.sourceforge.net/git/gitweb.cgi?p=libmms/libmms;a=commit;h=160a0c1c29b2be301a409856c4393dc9c1b88dd0)


Thanks,

Danny



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



Bug#611487: xterm: immediately exits upon running: exec login USER

2011-02-02 Thread Thomas Dickey

On Sat, 29 Jan 2011, Jeffrey Sheinberg wrote:


This is a bug in xterm Version: 261-1 as I originally reported, please
see my above comments.


I can reproduce this difference without the utempter library (though it's 
possible that the problem is related to ifdef's for it).  I'll look for a 
solution and close out #268 soon (have been busy setting up new 
development machines).


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#611795: mozilla-livehttpheaders: use the xul-ext- package naming schema

2011-02-02 Thread Christoph Anton Mitterer
Package: mozilla-livehttpheaders
Version: 0.16-1
Severity: wishlist


Hi.

Most extensions switched to the xul-ext-* naming schema in the meantime.

Could you eventually change the naming, too?

Cheers,
Chris.



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



Bug#611794: live-build: Doesn't upgrade properly from 2.0.11-1

2011-02-02 Thread Adam D. Barratt
On Wed, February 2, 2011 10:19, Didier Raboud wrote:
 while trying to upgrade live-build from 2.0.11-1 to 2.0.12-1, I
 encountered
 the following error:
[...]
 Unpacking replacement live-build ...
 dpkg: error processing /var/cache/apt/archives/live-build_2.0.12-1_all.deb
 (--unpack):
  unable to open
 '/usr/share/live/build/includes/squeeze/common/doc/bug-maint-mailcontrol.txt.dpkg-new':
 No such file or directory

This is due to the fact that live-build 2.0.11-1 shipped
/usr/share/live/build/includes/squeeze as a symlink to the lenny folder.
2.0.12-1 ships them as separate directories, so the preinst needs to take
care of removing the old symlink.

Regards,

Adam




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



Bug#598727: ctypes raises MemoryError on grsec enabled kernel

2011-02-02 Thread M.Kiesel


The bug still exists in current Squeeze. I agree with Patrick: This bug 
will bite many people when Squeeze is released.


If the patches in #22 are too difficult to backport, I propose to simply 
use the workaround available at

 https://dev.openwrt.org/ticket/6192#comment:4
- for me that works, and unless there's a Squeeze port for Win64 coming 
soon, that patch seems unlikely to break anything. Of course, there might 
be other Python/grsec-related problems that are not fixed by that 
workaround though.




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



Bug#611796: installation-reports: Successful installation on Acer Aspire 3610 series

2011-02-02 Thread Geoff Simmons
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: USB
Image version: Debian GNU/Linux squeeze-di-rc2 _Squeeze_ - Official Snapshot 
i386 NETINST Binary-1 20110121-20:12
Date: Wed Feb  2 09:03:42 UTC 2011

Machine: Acer Aspire 3618AWLCi
Partitions: df -Tl will do; the raw partition table is preferred

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext336846160   4812728  30161716  14% /
tmpfstmpfs  772660 4772656   1% /lib/init/rw
udev tmpfs  771396   220771176   1% /dev
tmpfstmpfs  772660 0772660   0% /dev/shm


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [ ]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

No problems were encountered.  This was also a successful test of an old
3Com Megahertz 3CCFEM556 B PCMCIA Ethernet device, which requires a CIS
override for its operation (ref. Debian bugs #352758, #566561).


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106+b1
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux acer 2.6.32-5-486 #1 Fri Dec 10 15:32:53 UTC 2010 i686 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 
915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev d3)
lspci -knn: 00:1e.2 Multimedia audio controller [0401]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller [8086:266e] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: 00:1e.3 Modem [0703]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) AC'97 Modem Controller [8086:266d] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC 
Interface Bridge [8086:2641] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:006a]
lspci -knn: Kernel driver in 

Bug#610400: [Pkg-scicomp-devel] Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-02-02 Thread Sven Geggus
Nobuhiro Iwamatsu schrieb am Montag, den 24. Januar um 04:33 Uhr:

 I checked this using opencv-2.1.0/samples/c/calibration.cpp.
 I does not have segmentation fault.

It does when called with correct parameters like in our usage scenario:
 c/  ./calibration  -w 6 -h 8 -s 2 -n 10 -o camera.yml -op -oe right*.jpg
When the live video from camera is used as input, the following hot-keys may
be used:
  ESC, 'q' - quit the program
  'g' - start capturing images
  'u' - switch undistortion on/off
Segmentation fault

In contrast when fix_3rdparty_build.patch is removed from
debian/patches/series the resultion package works just fine (no segfault).

Lapack in charge is libatlas3gf-base 3.8.3-27 from Debian squeeze

Regards

Sven

-- 
We just typed make
(Stephen Lambrigh, Director of Server Product Marketing at Informix
  about porting their Database to Linux)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web



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



Bug#606207: Fix FTBFS with ld --as-needed

2011-02-02 Thread Angel Abad
Package: goaccess
Version: 1:0.4.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmp5uzxE8
In Ubuntu, the attached patch was applied to achieve the following:

You can use this clearer patch too.

Thanks!

  * Merge from debian unstable. Remaining changes:
- Fix build failure with ld --as-needed.


Thanks for considering the patch.


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

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru goaccess-0.4.2/debian/patches/ld-as-needed.patch goaccess-0.4.2/debian/patches/ld-as-needed.patch
--- goaccess-0.4.2/debian/patches/ld-as-needed.patch	1970-01-01 01:00:00.0 +0100
+++ goaccess-0.4.2/debian/patches/ld-as-needed.patch	2011-02-02 12:15:57.0 +0100
@@ -0,0 +1,20 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -107,7 +107,7 @@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lm
+ LTLIBOBJS = @LTLIBOBJS@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+@@ -167,7 +167,7 @@
+ top_srcdir = @top_srcdir@
+ goaccess_SOURCES = settings.c settings.h error.c error.h alloc.h  commons.c  commons.h  goaccess.c  parser.c  parser.h  ui.c  ui.h  util.c  util.h goaccess.h
+ AM_CFLAGS = -g -Wall @GLIB2_CFLAGS@
+-AM_LDFLAGS = -lm
++AM_LDFLAGS =
+ dist_man_MANS = goaccess.1
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-am
diff -Nru goaccess-0.4.2/debian/patches/series goaccess-0.4.2/debian/patches/series
--- goaccess-0.4.2/debian/patches/series	2011-01-12 11:22:36.0 +0100
+++ goaccess-0.4.2/debian/patches/series	2011-02-02 12:15:05.0 +0100
@@ -1 +1,2 @@
+ld-as-needed.patch
 01-manpage


Bug#556407: data.tar.xz

2011-02-02 Thread Charles Plessy
Le Sat, Nov 27, 2010 at 10:32:49AM +0100, Raphael Hertzog a écrit :
 
  @@ -198,6 +198,8 @@ class Binary(object):
   data = tarfile.open(os.path.join(self.tmpdir, 
  data.tar.gz), r:gz)
   elif self.chunks[2] == data.tar.bz2:
   data = tarfile.open(os.path.join(self.tmpdir, 
  data.tar.bz2 ), r:bz2)
  +elif self.chunks[2] == data.tar.xz:
  +data = tarfile.open(os.path.join(self.tmpdir, 
  data.tar.xz ), r:xz)
 
 
 That's the only place where it's needed. We could try to extract it on the
 fly (xzcat or xz --decompress --stdout) and pass the uncompressed stream with:
 tarfile.open(None, r|, stream)

Hello everybody,

given that ‘malformed-deb-archive’ is already listed as fatal in
config/debian/lintian.tags, another solution would be to enhance Lintian to
perform all the checks instead of dak itself. If there is an interst
following that way, I volunteer to work on it.

Cheers,

-- 
Charles Plessy
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#611797: Please provide a generic way to mount virtual FSs by default

2011-02-02 Thread Daniel Baumann
Package: multistrap
Severity: wishlist

Hi,

if I'll include addimportant=true in the default squeeze example config,
multistrap fails because some packages need /proc mounted.

It would be nice if you could add a script/hook that could be included
which bindmounts /dev, /dev/pts, /sys and /proc, and after
bootstrapping, unmounts them again.

Regards,
Daniel

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



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



Bug#611798: installation-reports: Successful installation on ASUS P8P67-based system

2011-02-02 Thread Geoff Simmons
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: network
Image version: 
http://ftp.nl.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/netboot.tar.gz
 (20110106+b1)
Date: Jan 21 2011 23:00

Machine: Self-assembled system with ASUS P8P67 Deluxe motherboard
Partitions: df -Tl will do; the raw partition table is preferred

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/mapper/p67-root
  ext4 9611492   1577912   7935932  17% /
tmpfstmpfs 409027612   4090264   1% /lib/init/rw
udev tmpfs 4087844   292   4087552   1% /dev
tmpfstmpfs 4090276 0   4090276   0% /dev/shm
/dev/mapper/p67-home_crypt
  ext4   288366940  68011208 217426080  24% /home
/dev/mapper/p67-tmp_crypt
  ext2 1919048  2924   1818640   1% /tmp


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [ ]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

This motherboard's Intel 82579V Ethernet controller is not supported
during installation, as support was added to e1000e in Linux 2.6.36.
The other on-board Ethernet controller (a Realtek RTL8111E) is supported
by r8169 and was used for this installation.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106+b1
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux p67 2.6.32-5-amd64 #1 SMP Fri Dec 10 15:35:08 UTC 2010 x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Sandy Bridge DRAM 
Controller [8086:0100] (rev 09)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Sandy Bridge PCI 
Express Root Port [8086:0101] (rev 09)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation Cougar 
Point HECI Controller #1 [8086:1c3a] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: 00:19.0 Ethernet controller [0200]: Intel Corporation 82579V 
Gigabit Network Connection [8086:1503] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:849c]
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation Cougar Point USB 
Enhanced Host Controller #2 [8086:1c2d] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation Cougar Point High 
Definition Audio Controller [8086:1c20] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:8418]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation Cougar Point PCI 
Express Root Port 1 [8086:1c10] (rev b4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation Cougar Point PCI 
Express Root Port 5 [8086:1c18] (rev b4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.6 PCI bridge [0604]: Intel Corporation Cougar Point PCI 
Express Root Port 7 [8086:1c1c] (rev b4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.7 PCI bridge [0604]: Intel Corporation Cougar Point PCI 
Express Root Port 8 [8086:1c1e] (rev b4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation Cougar Point USB 
Enhanced Host Controller #1 [8086:1c26] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation Cougar Point LPC 
Controller [8086:1c46] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation Cougar Point 6 
port SATA AHCI Controller [8086:1c02] (rev 04)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation Cougar Point SMBus 
Controller [8086:1c22] (rev 04)
lspci -knn: 

Bug#607193: document various download options/locations for Squeeze CD images

2011-02-02 Thread Daniel Baumann
On 02/02/2011 10:03 AM, Stefano Zacchiroli wrote:
 Another related topics to this bug, even though I didn't think about it
 at submission time, are Debian Live images which come with the live
 installer. Do you have adding a link to that from the various download
 options on your radar? If not, do you want me to file a separate bug
 report about that?

d-l images are without firmware, the ones with firmware will be produced
a while after squeeze release.

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



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



Bug#611799: gnome-panel: please include alarm in clock applet

2011-02-02 Thread Ignacio Díez
Package: gnome-panel
Version: 2.30.2-3
Severity: wishlist

I think it would be awesome to be able to program an alarm in the gnome clock
applet, instead of having to run another applet. I think this is the only clock
without alarms in the wolrd :P



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages gnome-panel depends on:
ii  gnome-about2.30.2-2  The GNOME about box
ii  gnome-desktop-data 2.30.2-2  Common files for GNOME desktop app
ii  gnome-menus2.30.3-1  an implementation of the freedeskt
ii  gnome-panel-data   2.30.2-3  common files for the GNOME Panel
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libecal1.2-7   2.30.3-2  Client library for evolution calen
ii  libedataserver1.2-13   2.30.3-2  Utility library for evolution data
ii  libedataserverui1.2-8  2.30.3-2  GUI utility library for evolution 
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-2  Utility library for loading .deskt
ii  libgnome-menu2 2.30.3-1  an implementation of the freedeskt
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgweather1   2.30.3-1  GWeather shared library
ii  libical0   0.44-3iCalendar library implementation i
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.30.2-3  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libpolkit-gobject-1-0  0.96-4PolicyKit Authorization API
ii  librsvg2-2 2.26.3-1  SAX-based renderer library for SVG
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libwnck22  2.30.4-2  Window Navigator Construction Kit 
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxrandr2 2:1.3.1-1 X11 RandR extension library
ii  policykit-1-gnome  0.96-3GNOME authentication agent for Pol
ii  python 2.6.6-3+squeeze5  interactive high-level object-orie
ii  python-gconf   2.28.1-1  Python bindings for the GConf conf
ii  python-gnome2  2.28.1-1  Python bindings for the GNOME desk

Versions of packages gnome-panel recommends:
ii  alacarte  0.13.2-1   easy GNOME menu editing tool
ii  evolution-data-server 2.30.3-2   evolution database backend server
ii  gnome-applets 2.30.0-3   Various applets for the GNOME pane
ii  gnome-control-center  1:2.30.1-2 utilities to configure the GNOME d
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gnome-session 2.30.2-3   The GNOME Session Manager - GNOME 
ii  gvfs  1.6.4-3userspace virtual filesystem - ser
ii  menu-xdg  0.5freedesktop.org menu compliant win

Versions of packages gnome-panel suggests:
pn  epiphany-browser none  (no description available)
pn  evolutionnone  (no description available)
ii  gnome-terminal [x-termin 2.30.2-1The GNOME terminal emulator applic
ii  gnome-user-guide [gnome2 2.30.1-1GNOME user's guide
ii  nautilus 2.30.1-2file manager and graphical shell f
ii  terminator [x-terminal-e 0.95-1  multiple GNOME terminals in one wi
ii  xterm [x-terminal-emulat 266-1   X terminal emulator
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

-- 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#308832: any news regarding the state of this patch?

2011-02-02 Thread dave b
any news regarding the state of this patch?



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



Bug#611800: isc-dhcp-server is really slow and windows 7 cannot get a lease

2011-02-02 Thread david b
Package: isc-dhcp-server
Severity: critical

My windows 7 vm timesout when trying to get a dhcp lease from isc-dhcp-server. 
I am using isc-dhcp-server from debian squeeze.

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

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

Versions of packages isc-dhcp-server depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  isc-dhcp-common 4.1.1-P1-15  common files used by all the isc-d
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

isc-dhcp-server recommends no packages.

Versions of packages isc-dhcp-server suggests:
pn  isc-dhcp-server-ldap  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#611771: praat: Tab shortcut to play in the sound editor window does not work.

2011-02-02 Thread Andreas Tille
Hi Paul,

thanks for your quick response.

On Wed, Feb 02, 2011 at 06:26:30AM -0500, Paul Boersma wrote:
 dear Andreas,
 
 it is great that the new GTK edition will appear on Debian, because the 
 version that is included in Ubuntu is still an old one linked with Lesstif.

I admit I do not have the slightest idea how Ubuntu upgrade process
works.  I try to adapt to the high release frequency (you guys are quite
cool in releasing that often ;-)) but I do not manage to package every
version.  However, in the Debian Med team which cares for this software
amongst other which might to some extend useful in medical care we will
establish a sentinel which will inform early about new upgrades of
software.

If you want to be really sure that a certain version of Praat will really
make it into Debian just drop me a note about this.  (But as I said I have
no idea how to influence this in Ubuntu.)

What you can really do for our (and as I have heard also for Ubuntu) users
is uploading an up to date screenshot to

   http://screenshots.debian.net/package/praat

The Screenshots at this place are used in several Debian tools and it is
featuring a lesstif interface currently.  I would have done it myself but
because I do not use praat myself my example would probably be quite poor.
 
 Yes, the bug you noted is real. Apparently, GTK uses the Tab key for 
 navigating between the buttons, even if I tell it to use it as a menu 
 shortcut. I will try to do something about it for a following version. You 
 can probably go ahead and publish the version you compiled.

The version is just in Debian unstable and it would be cool if you could
give me an explicite notification if the problem is fixed to make sure
we can close the bug soon.

Kind regards

   Andreas. 

-- 
http://fam-tille.de



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



Bug#611801: validate desktop file

2011-02-02 Thread Mahyuddin Susanto
Source: firestarter
Severity: minor
Version: 1.0.3-9
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch natty
Tags: patch
thanks

Hello, i checked firestarter desktop files with desktop-file-validate
and i got errors. referring standards.freedesktop.org an icon must not
have extension, and i believe Categories fields is wrong.

$ desktop-file-validate firestarter.desktop
firestarter.desktop: warning: key Encoding in group Desktop Entry is
deprecated
firestarter.desktop: warning: value firestarter.png for key Icon in
group Desktop Entry is an icon name with an extension, but there
should be no extension as described in the Icon Theme Specification if
the value is not an absolute path
firestarter.desktop: warning: value System;Application; for key
Categories in group Desktop Entry contains a deprecated value
Application

Here is a patch to fixing it

#! /bin/sh /usr/share/dpatch/dpatch-run
## Description: Removed extension in icon field, change
System;Application; - System;Security;
## Author: Mahyuddin Susanto udi...@ubuntu.com

@DPATCH@
diff -urNad firestarter-1.0.3-9ubuntu1.broken~/firestarter.desktop.in
firestarter-1.0.3-9ubuntu1.broken/firestarter.desktop.in
--- firestarter-1.0.3-9ubuntu1.broken~/firestarter.desktop.in   2011-01-28
00:43:47.287666062 +0700
+++ firestarter-1.0.3-9ubuntu1.broken/firestarter.desktop.in2011-01-28
00:44:13.807679778 +0700
@@ -2,10 +2,10 @@
 _Name=Firestarter
 _Comment=Desktop Firewall Tool
 Exec=su-to-root -X -c /usr/sbin/firestarter
-Icon=firestarter.png
+Icon=firestarter
 Terminal=false
 Type=Application
 StartupNotify=true
-Categories=System;GNOME;Network;Settings;
+Categories=System;Security;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=firestarter

-- 
Mahyuddin Susanto
udienz at ubuntu.com | http://tripledin.wordpress.com/




signature.asc
Description: OpenPGP digital signature


Bug#611800: isc-dhcp-server is really slow and windows 7 cannot get a lease

2011-02-02 Thread Julien Cristau
severity 611800 normal
tag 611800 moreinfo
kthxbye

On Wed, Feb  2, 2011 at 23:25:01 +1100, david b wrote:

 Package: isc-dhcp-server
 Severity: critical
 
 My windows 7 vm timesout when trying to get a dhcp lease from 
 isc-dhcp-server. I am using isc-dhcp-server from debian squeeze.
 
Care to give details about your dhcp and network configuration, network
traces from the client and server?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611802: --quiet is not (at least not with --refresh-keys)

2011-02-02 Thread martin f krafft
Package: gnupg
Version: 1.4.10-4
Severity: minor

The manpage says

   -q, --quiet
  Try to be as quiet as possible.

When used with --refresh-keys, it doesn't try very much:

  % gpg --refresh-keys --quiet  
#1,9537
  gpg: refreshing 3593 keys from x-hkp://pool.sks-keyservers.net
  gpg: requesting key 330C4A75 from hkp server pool.sks-keyservers.net
  […]
  gpg: WARNING: digest algorithm MD5 is deprecated
  gpg: please see http://www.gnupg.org/faq/weak-digest-algos.html for more 
information
  […]
  gpgkeys: key FCB7D08D587F5AC930D352BB52B62892F473C43B not found on keyserver
  […]

It does seem to filter the actual updates though, e.g.

  gpg: key 330C4A75: Martin F. Krafft m...@martin-krafft.net not changed
  gpg: key 52B7487E: Steinar H. Gunderson sgunder...@bigfoot.com 1 new 
signature
  gpg: 200 keys processed so far

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

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

Versions of packages gnupg depends on:
ii  dpkg1.15.8.10Debian package management system
ii  gpgv1.4.10-4 GNU privacy guard - signature veri
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libreadline66.1-3GNU readline and history libraries
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnupg recommends:
pn  gnupg-curlnone (no description available)
ii  libldap-2.4-2 2.4.23-7   OpenLDAP libraries

Versions of packages gnupg suggests:
pn  gnupg-docnone  (no description available)
ii  imagemagick  8:6.6.0.4-3 image manipulation programs
pn  libpcsclite1 none  (no description available)

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#611803: libdrm-radeon1: ..a tarred ('n ready for the feathers?) camouflage shade animation every frame in flightgear-2.0.0-2 'n -3

2011-02-02 Thread Arnt Karlsen
Package: libdrm-radeon1
Version: 2.4.23-1
Severity: important


...this bug is not seen by flightgear developers using Nvidia GPUs or Nvidia 
drivers,
I'm only aware of it being visible with ATI Radeon GPU and 
xserver-xorg-video-radeon 
1:6.13.2-1 and flightgear 2.0.0-x and flightgear2.2-git, flightgear 1.9.1-x was 
fine.

...this bug was first reported upstream as 
http://code.google.com/p/flightgear-bugs/issues/detail?id=264
and in Debian as #611685, as nobody else has reproduced this,
flightgear developers suspect this maybe a radeon or DRI bug.

...these 2 screenshots shows 2 of at least 4 different 
German WWI-style printed camouflage canvas on FG's 
default C172P, these change every frame in FG-2.0.0-2,
but not in -3, so there is an improvement, but it is 
flying blindly, only the spitfireIX in FG-2.2|git 
still has the flickering.

...hw:laptop, Fujitsu-Siemens Celsius H240 w T7200 cpu, 
4GB memory and ATI RV530 on Debian Sid/Experimental 
radeon driver,  on Debian Sid's latest flightgear,
will add output of any debug output idea, here in
https://github.com/gasguru/flightgearthings


...screen shots, lshw, X logs etc in:
https://github.com/gasguru/flightgearthings/tree/master/Debians-fg-2.0.0-3
https://github.com/gasguru/flightgearthings/tree/master/Debians-fg-2.0.0-2
https://github.com/gasguru/flightgearthings 

...missed (by reportbug) system info:
arnt@celsius:~/github.com/flightgearthings$ dpkg -l |grep radeon
ii  libdrm-radeon1   2.4.23-1   
   Userspace interface to radeon-specific kernel DRM services -- runtime
ii  radeontool   1.6.1-1
   utility to control ATI Radeon backlight functions on laptops
ii  xserver-xorg-video-radeon1:6.13.2-1 
   X.Org X server -- AMD/ATI Radeon display driver

(ii  xserver-xorg-video-radeonhd  1.3.0-4   
X.Org X server -- AMD/ATI r5xx-r7xx alternate display driver
to try reproduce with that driver, requires unsetting kms and a reboot, and 
before that happens, a new bios battery.)
arnt@celsius:~/github.com/flightgearthings$ dpkg -l |grep xorg
ii  transset-df  6-1
   support on-the-fly transparency changing in xorg
ii  xorg 1:7.6~2
   X.Org X Window System
ii  xorg-docs-core   1:1.6-1
   Core documentation for the X.org X Window System
ii  xserver-xorg 1:7.6~2
   the X.Org X server
ii  xserver-xorg-core2:1.9.3.902-1  
   Xorg X server - core server
ii  xserver-xorg-input-acecad1:1.4.0-3  
   X.Org X server -- AceCad input driver
ii  xserver-xorg-input-aiptek1:1.3.1-1  
   X.Org X server -- Aiptek input driver
ii  xserver-xorg-input-elographics   1:1.2.4-1  
   X.Org X server -- ELOGraphics input driver
ii  xserver-xorg-input-evdev 1:2.6.0-1  
   X.Org X server -- evdev input driver
ii  xserver-xorg-input-joystick  1:1.5.0-6  
   X.Org X server -- joystick input driver
ii  xserver-xorg-input-mouse 1:1.6.0-1  
   X.Org X server -- mouse input driver
ii  xserver-xorg-input-penmount  1:1.4.1-3  
   X.Org X server -- Penmount input driver
ii  xserver-xorg-input-synaptics 1.3.0-1
   Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-vmmouse   1:12.6.99.901-1
   X.Org X server -- VMMouse input driver to use with VMWare
ii  xserver-xorg-input-void  1:1.3.1-1  
   X.Org X server -- void input driver
ii  xserver-xorg-video-dummy 1:0.3.4-1  
   X.Org X server -- dummy display driver
ii  xserver-xorg-video-fbdev 1:0.4.2-3  
   X.Org X server -- fbdev display driver
ii  xserver-xorg-video-ivtv  1.1.1-3
   X.Org X server -- IVTV display driver
ii  xserver-xorg-video-radeon1:6.13.2-1 
   X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-radeonhd  1.3.0-4
   X.Org X server -- AMD/ATI r5xx-r7xx alternate display driver
ii  xserver-xorg-video-rendition 1:4.2.4-1  
   X.Org X server -- 

Bug#607193: document various download options/locations for Squeeze CD images

2011-02-02 Thread Daniel Baumann
On 02/02/2011 01:35 PM, Stefano Zacchiroli wrote:
 Fair enough, but my question remains. Have you (or the -www team) looked
 into mentioning the live installer images on the web site, as an option
 to install Squeeze?  Given your comment above, that should carry a
 prominent mention about the fact that live images are without firmware.

no idea. If anyone knows, then it's Ben (who's reading the ml, so he'll
answer when he reads it).

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



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



Bug#553456: Reinstall inkscape not solved this problem

2011-02-02 Thread ctineo
Package: inkscape
Version: 0.47.0-2+b1
Severity: normal

I have the same problem. I tried to import wmf and get this error:
UniConvertor failed:

/usr/lib/pymodules/python2.6/uniconvertor/app/utils/locale_utils.py:9:
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess
module.
  from popen2 import popen2
No plugin-type information in
/usr/lib/pymodules/python2.6/uniconvertor/app/plugins/Filters/__init__.py
Traceback (most recent call last):
  File string, line 1, in module
  File /usr/lib/pymodules/python2.6/uniconvertor/__init__.py, line 82, in
uniconv
doc = load.load_drawing(input_file)
  File /usr/lib/pymodules/python2.6/uniconvertor/app/io/load.py, line 364, in
load_drawing
return load_drawing_from_file(file, filename)
  File /usr/lib/pymodules/python2.6/uniconvertor/app/io/load.py, line 346, in
load_drawing_from_file
raise SketchLoadError(_(unrecognised file type))
app.events.skexceptions.SketchLoadError: unrecognised file type



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

Kernel: Linux 2.6.33.3-geocad-6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages inkscape depends on:
ii  libaspell150.60.6-4  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.8.4-3   C++ wrappers for Cairo (shared lib
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgc1c2   1:6.8-1.2 conservative garbage collector for
ii  libgcc11:4.4.5-8 GCC support library
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.24.2-1  C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  libgomp1   4.4.5-8   GCC OpenMP (GOMP) support library
ii  libgsl0ldbl1.14+dfsg-1   GNU Scientific Library (GSL) -- li
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.20.3-1C++ wrappers for GTK+ (shared libr
ii  libgtkspell0   2.0.16-1  a spell-checking addon for GTK's T
ii  liblcms1   1.18.dfsg-1.2+b3  Color management library
ii  libmagick++3   8:6.6.0.4-3   object-oriented C++ interface to I
ii  libmagickcore3 8:6.6.0.4-3   low-level image manipulation libra
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libpangomm-1.4-1   2.26.2-1  C++ Wrapper for pango (shared libr
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpoppler-glib4   0.12.4-1.2PDF rendering library (GLib-based 
ii  libpoppler50.12.4-1.2PDF rendering library
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a 2.2.4.2-1 type-safe Signal Framework for C++
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwpd8c2a 0.8.14-1  Library for handling WordPerfect d
ii  libwpg-0.1-1   0.1.3-1   WordPerfect graphics import/conver
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  libxslt1.1 1.1.26-6  XSLT 1.0 processing library - runt
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages inkscape recommends:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  imagemagick   8:6.6.0.4-3image manipulation programs
ii  libwmf-bin0.2.8.4-6.1+b1 Windows metafile conversion tools
ii  perlmagick8:6.6.0.4-3Perl interface to the ImageMagick 
ii  pstoedit  3.50-3+b1  PostScript and PDF files to editab

Versions of packages inkscape suggests:
pn  dia | dia-gnome none   (no description available)
ii  libgnomevfs2-extra  1:2.24.3-1   GNOME Virtual File System (extra m
pn  libsvg-perl none   (no description available)
pn  libxml-xql-perl none   (no description available)
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-lxml 2.2.8-2  pythonic binding for the libxml2 a
ii  python-numpy1:1.4.1-5Numerical Python adds a 

Bug#611804: Astonishing header mangling

2011-02-02 Thread Ian Jackson
Package: mailman
Version: 1:2.1.11-11+lenny1
Severity: serious

Mailman does stuff to the headers of messages which pass through it.
This can completely break the syntax and semantics of eg the CC
header.

Mailman should not edit existing headers _at all_.

For example, I sent this message (using Emacs VM):

  Date: Wed, 2 Feb 2011 13:00:59 +
  MIME-Version: 1.0
  Content-Type: text/plain; charset=us-ascii
  Content-Transfer-Encoding: 7bit
  To: test-l...@chiark.greenend.org.uk
  Cc: Ian Jackson ian.jack...@eu.citrix.com, Ian Jackson
  ijackson+long.addr...@slimy.greenend.org.uk, Some Person With
  A Whole Paragraph Of Words Preceding Their Email Address Which
  Will Make It Word Wrap 0ijacksonk.t...@slimy.greenend.org.uk,
  Some Other Address 0ijacksonk.te...@slimy.greenend.org.uk
  Subject: Re: Test message
  In-Reply-To: 19785.18559.624449.560...@mariner.uk.xensource.com
  References: 19785.18559.624449.560...@mariner.uk.xensource.com
  X-Mailer: VM 8.0.9 under Emacs 22.2.1 (i486-pc-linux-gnu)

  Body.

What arrived the other side of mailman and exim4 was this:

  From test-list-boun...@chiark.greenend.org.uk Wed Feb 02 13:01:00 2011
  Return-path: test-list-boun...@chiark.greenend.org.uk
  Envelope-to: ijack...@chiark.greenend.org.uk
  Received: from localhost
  ([127.0.0.1] helo=chiark.greenend.org.uk ident=list)
  by chiark.greenend.org.uk (Debian Exim 4.69 #1) with esmtp
  (return-path test-list-boun...@chiark.greenend.org.uk)
  id 1PkcKS-0008Cm-RN; Wed, 02 Feb 2011 13:01:00 +
  Received: by chiark.greenend.org.uk (Debian Exim 4.69 #1) with local
  (return-path ijack...@chiark.greenend.org.uk)
  id 1PkcKR-0008Bl-BP; Wed, 02 Feb 2011 13:00:59 +
  Message-ID: 19785.21899.335155.540...@chiark.greenend.org.uk
  MIME-Version: 1.0
  In-Reply-To: 19785.18559.624449.560...@mariner.uk.xensource.com
  References: 19785.18559.624449.560...@mariner.uk.xensource.com
  X-Mailer: VM 8.0.9 under Emacs 22.2.1 (i486-pc-linux-gnu)
  X-BeenThere: test-l...@chiark.greenend.org.uk
  X-Mailman-Version: 2.1.11
  Precedence: list
  List-Id: test mailing list, not archived test-list.chiark.greenend.org.uk
  List-Unsubscribe: 
http://www.chiark.greenend.org.uk/mailman/options/test-list, 
  mailto:test-list-requ...@chiark.greenend.org.uk?subject=unsubscribe
  List-Post: mailto:test-l...@chiark.greenend.org.uk
  List-Help: mailto:test-list-requ...@chiark.greenend.org.uk?subject=help
  List-Subscribe: 
http://www.chiark.greenend.org.uk/mailman/listinfo/test-list, 
  mailto:test-list-requ...@chiark.greenend.org.uk?subject=subscribe
  Content-Type: text/plain; charset=us-ascii
  Content-Transfer-Encoding: 7bit
  Errors-To: test-list-boun...@chiark.greenend.org.uk
  From: Ian Jackson ijack...@chiark.greenend.org.uk
  Sender: test-list-boun...@chiark.greenend.org.uk
  To: test-l...@chiark.greenend.org.uk
  Cc: a...@chiark.greenend.org.uk, Some Other Address 
0ijacksonk.te...@slimy.greenend.org.uk,
  Will Make It Word Wrap 0ijacksonk.t...@slimy.greenend.org.uk,
  Ian Jackson ian.jack...@eu.citrix.com,
  Ian Jackson ijackson+long.addr...@slimy.greenend.org.uk, 
s...@chiark.greenend.org.uk
  Subject: Re: Test message
  Date: Wed, 2 Feb 2011 13:00:59 +

  Body.

  ___
  test-list maillist  -  test-l...@chiark.greenend.org.uk
  http://www.chiark.greenend.org.uk/mailman/listinfo/test-list



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



Bug#611805: missing source priority field

2011-02-02 Thread Daniel Baumann
Package: debian-archive-keyring
Severity: minor

Hi,

the debian-archive-keyring debian source package, in contrary to it's
debian binary packages, has no Priority field in debian/control.

this makes e.g. fail to import the package in a reprepro archive, as
reprepro and other debian archive software, do more carefully check the
packages on import than DAK is currently doing.

Therefore, please add the required field. I'll attach a trivial patch
after having recieved the bug number.

Regards,
Daniel

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



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



Bug#611806: linux-headers-2.6.37-trunk-common: scripts/basic/Makefile missing

2011-02-02 Thread Brice Goglin
Package: linux-headers-2.6.37-trunk-common
Version: 2.6.37-1~experimental.1
Severity: normal

Hello,

linux-headers-2.6.37-trunk-common misses scripts/basic/Makefile.
This file is needed by scripts/Makefile.build. For instance,
it breaks make kernelrelease which makes external module build
harder.

 $ make kernelrelease -C /lib/modules/2.6.37-trunk-amd64/build
 make: Entering directory `/usr/src/linux-headers-2.6.37-trunk-amd64'
 /usr/src/linux-headers-2.6.37-trunk-common/scripts/Makefile.build:44:
  /usr/src/linux-headers-2.6.37-trunk-common/scripts/basic/Makefile: No such 
file or directory
 make[4]: *** No rule to make target 
`/usr/src/linux-headers-2.6.37-trunk-common/scripts/basic/Makefile'.  Stop.
 make[3]: *** [scripts_basic] Error 2
 2.6.37
 make: Leaving directory `/usr/src/linux-headers-2.6.37-trunk-amd64'

The relevant Makefile.build code didn't change recently (it has
been including scripts/basic/Makefile since 2007) but the problem
didn't occur in the past (at least it works fine with 2.6.32-5
and 2.6.34-1). Now that 2.6.37 seems to use this code easierly,
scripts/basic/Makefile should be shipped in headers packages.

Thanks,
Brice


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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- 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#611685: [pkg-fgfs-crew] Bug#611685: Bug#611685: flightgear: ..will not --enable-fullscreen, main thread eats a full cpu core, childs are politely waiting, FG whines about bad drawables.

2011-02-02 Thread Arnt Karlsen
On Tue, 01 Feb 2011 23:11:15 +0100, Ove wrote in message 
4d488503.8000...@arcticnet.no:

 Do you have any kind of evidence that any of this is actually
 FlightGear's fault?

..none other than seing this (appear to) appear on upgrading FG to
2.0.0-2 (from 1.9.1.1 which was ok on the same bleeding edge radeon
driver,) and seeing some (accidental?) improvement in FG-git and 
FG-2.0.0-3. 

..I see none of this nonsensical camouflage pattern animation
in any other program, that lead me to believe this is a FG bug.

 If you are running bleeding-edge versions of the
 open source DRI drivers (which it looks like you are), I think you
 might want to contact the DRI developers first. Perhaps you have
 installed mismatched versions of some modules, 

..always possible, how do I check?
I see radeonhd has DRI issues, I'm on radeon, not radeonhd, I never got
around to check with that driver, requires a reboot to unset KMS
AFAIUI, which won't happen until I have replaced the 3/4 dead bios
battery.  
A bit scary having those boot aborts happen to your only link out.  

 for example - plus, if
 there's a bug in the drivers, they'd probably like to know about it.

..reasonable suggestion, #611803, is why I also asked the Nvidia 
crowd to try reproduce it with the nouveau driver, my potential 
DRI bug would show up there too, if it's an e.g. DRI bug from 
e.g. re-used code from radeon or libdrm-radeon1.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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



Bug#611803: libdrm-radeon1: ..a tarred ('n ready for the feathers?) camouflage shade animation every frame in flightgear-2.0.0-2 'n -3

2011-02-02 Thread Julien Cristau
On Wed, Feb  2, 2011 at 13:53:42 +0100, Arnt Karlsen wrote:

 Package: libdrm-radeon1
 Version: 2.4.23-1
 Severity: important
 
 
 ...this bug is not seen by flightgear developers using Nvidia GPUs or Nvidia 
 drivers,
 I'm only aware of it being visible with ATI Radeon GPU and 
 xserver-xorg-video-radeon 
 1:6.13.2-1 and flightgear 2.0.0-x and flightgear2.2-git, flightgear 1.9.1-x 
 was fine.
 
Please try with latest libgl1-mesa-glx and libgl1-mesa-dri, and attach
the X log.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611807: mirror submission for ftp.igh.cnrs.fr

2011-02-02 Thread Guillaume GIELLY
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.igh.cnrs.fr
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc 
Backports-ftp: /pub/debian-backports/
Backports-http: /pub/debian-backports/
Volatile-ftp: /pub/debian-volatile/
Volatile-http: /pub/debian-volatile/
IPv6: no
Backports-upstream: ftp.nl.debian.org
Volatile-upstream: ftp.nl.debian.org
Updates: twice
Maintainer: Guillaume GIELLY guillaume.gie...@igh.cnrs.fr
Country: FR France
Location: Montpellier
Sponsor: Institut de Génétique Humaine (IGH - CNRS) http://www.igh.cnrs.fr
Comment: 1Gb/s.



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



Bug#611808: inconsistent tabs in device_table.txt

2011-02-02 Thread Daniel Baumann
Package: multistrap
Version: 2.1.10
Severity: minor

Hi,

the device_table.txt in example contains inconsistent tab usage, I'll
attach a trivial patch once recieved the bugnumber.

Regards,
Daniel

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



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



Bug#611809: ITP: kombu -- AMQP Messaging Framework for Python

2011-02-02 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: kombu
  Version : 1.0.2
  Upstream Author : Ask Solem a...@celeryproject.org
* URL : https://github.com/ask/kombu/
* License : BSD
  Programming Lang: Python
  Description : AMQP Messaging Framework for Python

The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol.
It is meant to replace the carrot library by providing a compatibility 
layer.
..
Features:
 * Allows application authors to support several message
   server solutions by using pluggable transports.
 * Supports automatic encoding, serialization and compression of message
   payloads.
 * The ability to ensure that an operation is performed by gracefully 
   handling connection and channel errors.


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

iEYEARECAAYFAk1JXsAACgkQeJ3z1zFMUGaHBwCgkJsE4hBXUvhVqVr1lvxUtyiV
TXgAnjtRx7ccUnYF1ERTcdmPwQDqkGQs
=SDIE
-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#611810: The configuration wizzard is break

2011-02-02 Thread zytek
Package: ontv
Version: 3.0.0-4
Severity: serious

The configuration wizzard of ontv is break due to 12_python_reaper.patch that
was dropped from the vte package.
Upstream bug : https://bugzilla.gnome.org/show_bug.cgi?id=636354



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



Bug#611811: mirror listing update for ftp2.debian.org.ua

2011-02-02 Thread Oleg Milaenko
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp2.debian.org.ua
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
Backports-ftp: /debian-backports/
Backports-http: /debian-backports/
Backports-rsync: debian-backports/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Volatile-ftp: /debian-volatile/
Volatile-http: /debian-volatile/
Volatile-rsync: debian-volatile/
IPv6: no
Archive-upstream: ftp.ua.debian.org
Backports-upstream: ftp.de.debian.org
Volatile-upstream: ftp.ua.debian.org
CDImage-upstream: ftp.ua.debian.org
Updates: push
Maintainer: Oleg Milaenko t...@debian.org.ua
Country: UA Ukraine
Location: Kiev
Sponsor: ColoCALL http://www.colocall.net/
Comment: Connect through Ethernet on speed 10Mbps.
 



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



Bug#611674: cyrus-clients-2.4: smtptest falsely claims user is authenticated

2011-02-02 Thread Henrique de Moraes Holschuh
On Wed, 02 Feb 2011, brian m. carlson wrote:
 Please feel free to test against my server on port 587.  Since you are
 obviously not authorized to relay mail through my server, smtptest
 should not claim you are authenticated.

I might try that.  But if one of the other maintainers could jump in and
test it, I'd be grateful.

  Did you, perchance, try to do something that requires one to be
  authenticated to work?
 
 Not originally, but over IPv6 everyone except localhost must be
 authenticated.  I've demonstrated something that requires authentication
 (and fails) in the transcript, which I've included below:

Good, so we have confirmed that it is some sort of stupid bug in the SASL
client (smtptest), and not anything more dangerous.

   S: 250 HELP
   Authenticated.
   Security strength factor: 256

I hate when that happens.  It logged a lot of useless trash, but not what
was really important.  Either that, or smtptest/SASL thinks it got external
authentication going (where the TLS layer suceeding implies you're already
autenticated), so there was nothing to capture in the first place.

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



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



Bug#610690: Bup version 0.22 now available

2011-02-02 Thread Peter Rabbitson

Bumping the wishlisted version to 0.22 (now with awesome --graft
and dumb server support).

Thank you!



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



Bug#611803: libdrm-radeon1: ..a tarred ('n ready for the feathers?) camouflage shade animation every frame in flightgear-2.0.0-2 'n -3

2011-02-02 Thread Arnt Karlsen
On Wed, 02 Feb 2011 13:53:42 +0100, Arnt wrote in message 
20110202125342.11361.28737.reportbug@celsius.local:

 Package: libdrm-radeon1
 Version: 2.4.23-1
 Severity: important
 
 
 ...this bug is not seen by flightgear developers using Nvidia GPUs or
 Nvidia drivers, I'm only aware of it being visible with ATI Radeon
 GPU and xserver-xorg-video-radeon 1:6.13.2-1 and flightgear 2.0.0-x
 and flightgear2.2-git, flightgear 1.9.1-x was fine.

..note that the suggested command line for all Debian FG*.deb is 
fgfs --geometry=1920x1200 --httpd= --jpg-httpd=9876 \
--prop:controls/gear/brake-parking=1 --prop:sim/frame-rate=true \
--fov=90 --enable-fullscreen --timeofday=noon --aircraft=c172p 

..while with flightgear from your local git tree, it changes to:
./run_fgfs.sh --geometry=1920x1200 --httpd= --jpg-httpd=9876 \
--prop:controls/gear/brake-parking=1 --prop:sim/frame-rate=true \
--fov=90 --enable-fullscreen --timeofday=noon --aircraft=c172p 

..arnt@celsius:~$ fgfs --show-aircraft

Available aircraft:
   777-200ERBoeing 777-200ER
   A6M2 A6M2 Zero
   A6M2-jsbsim  A6M2 Zero (JSBSim)
   CitationXCessna Citation-X
   DragonflyMoyes Dragonfly
   SenecaII PA34-200T Seneca II (alias for
SenecaII-jsbsim) 
SenecaII-jsbsim  PA34-200T Seneca II
(obsolete, use SenecaII [without -jsbsim]) 
SenecaII-panelonly  PA34-200T Seneca II (no 3d model, 2d panel
only) 
ZLT-NT   Zeppelin NT07 airship
ZLT-NT-copilot   Zeppelin NT07 multiplayer copilot
b1900d   Beechcraft B1900D
bo105Eurocopter Bo105
c172pCessna 172P Skyhawk (1981 model)
c172p-2dpanelCessna 172P Skyhawk (1981 model), 2D panel
c172p-panel-only Panel only for IFR-training (Cessna 172P)
dhc2Fde Havilland Beaver - Floats
dhc2Wde Havilland Beaver - Wheels
f-14bGrumman F-14B 
f-14b-bsF-14b multiplayer back-seater 
j3cubPiper J3 Cub (J3C-65, 1946 model) 
mibs FG video assistant
   sopwithCamel Sopwith Camel 1F.1 (uiuc)
   sopwithCamel-YASim   Sopwith Camel 1F.1 (YASim)
   sopwithCamel-v1-nl-uiuc  Sopwith Camel
   ufo  UFO from the 'White Project' of the
UNESCO 
arnt@celsius:~$ 
arnt@celsius:~/FG-git$ ./run_fgfs.sh  --show-aircraft |wc -l
Processing command line arguments

472
arnt@celsius:~/FG-git$ 




 ...this bug was first reported upstream as 
 http://code.google.com/p/flightgear-bugs/issues/detail?id=264
 and in Debian as #611685, as nobody else has reproduced this,
 flightgear developers suspect this maybe a radeon or DRI bug.
 
 ...these 2 screenshots shows 2 of at least 4 different 
 German WWI-style printed camouflage canvas on FG's 
 default C172P, these change every frame in FG-2.0.0-2,
 but not in -3, so there is an improvement, but it is 
 flying blindly, only the spitfireIX in FG-2.2|git 
 still has the flickering.
 
 ...hw:laptop, Fujitsu-Siemens Celsius H240 w T7200 cpu, 
 4GB memory and ATI RV530 on Debian Sid/Experimental 
 radeon driver,  on Debian Sid's latest flightgear,
 will add output of any debug output idea, here in
 https://github.com/gasguru/flightgearthings
 
 
 ...screen shots, lshw, X logs etc in:
 https://github.com/gasguru/flightgearthings/tree/master/Debians-fg-2.0.0-3
 https://github.com/gasguru/flightgearthings/tree/master/Debians-fg-2.0.0-2
 https://github.com/gasguru/flightgearthings 
 
 ...missed (by reportbug) system info:
 arnt@celsius:~/github.com/flightgearthings$ dpkg -l |grep radeon
 ii  libdrm-radeon1
 2.4.23-1  Userspace interface to
 radeon-specific kernel DRM services -- runtime ii
 radeontool
 1.6.1-1   utility to control ATI Radeon
 backlight functions on laptops ii
 xserver-xorg-video-radeon
 1:6.13.2-1X.Org X server -- AMD/ATI Radeon
 display driver
 
 (ii  xserver-xorg-video-radeonhd
 1.3.0-4   X.Org X server -- AMD/ATI r5xx-r7xx
 alternate display driver to try reproduce with that driver, requires
 unsetting kms and a reboot, and before that happens, a new bios
 battery.) arnt@celsius:~/github.com/flightgearthings$ dpkg -l |grep
 xorg ii  transset-df
 6-1   support on-the-fly transparency
 changing in xorg ii
 xorg
 1:7.6~2   X.Org X Window System ii
 xorg-docs-core
 1:1.6-1   Core documentation for the X.org X
 Window System ii
 xserver-xorg
 1:7.6~2   the X.Org X server ii
 xserver-xorg-core
 2:1.9.3.902-1 Xorg X server - core server ii
 xserver-xorg-input-acecad
 1:1.4.0-3 X.Org X server -- AceCad input
 driver ii  

Bug#611805: missing source priority field

2011-02-02 Thread Daniel Baumann
tag 611805 pending
thanks

patch attached.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/
From f46b17b67d171bc6cbe4af24ac87b89b81ba4e94 Mon Sep 17 00:00:00 2001
From: Daniel Baumann dan...@debian.org
Date: Wed, 2 Feb 2011 14:14:46 +0100
Subject: [PATCH] Adding priority field for source package in control field (Closes: #611805).

---
 debian/control |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 1e09434..7a8a4ef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,5 @@
 Source: debian-archive-keyring
+Priority: optional
 Section: misc
 Maintainer: Debian Release Team packa...@release.debian.org
 Build-Depends: debhelper (= 5), jetring, gnupg
-- 
1.7.2.3



Bug#611805: Processed: Re: missing source priority field

2011-02-02 Thread Adam D. Barratt
# On Wed, February 2, 2011 13:21, Debian Bug Tracking System wrote:
#  Processing commands for cont...@bugs.debian.org:
# 
#  tag 611805 pending
#  Bug #611805 [debian-archive-keyring] missing source priority field
#  Added tag(s) pending.

tag 611805 - pending
tag 611805 + patch
thanks

I think you meant patch...

Regards,

Adam




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



Bug#600667: Fw: re: eglibc: cve-2010-3847 dynamic linker expands $ORIGIN in setuid library search path

2011-02-02 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 600667 squeeze-can-defer
tag 600667 squeeze-ignore
kthxbye

On Tue, Feb  1, 2011 at 21:19:53 -0500, Michael Gilbert wrote:

 reopen 600667
 thanks
 
 Maybe I'm reading things wrong, or maybe Mitre's information is
 actually incorrect, but it looks like the fixes claimed for
 CVE-2010-3847 in 2.11.2-8 actually address CVE-2010-3856 [0] instead.
 It looks like CVE-2010-3847 [1] is still unfixed.  The original fix in
 -7 may have been correct to begin with?
 
Not a release blocker.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611787: Two new security issues

2011-02-02 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 611787 squeeze-can-defer
tag 611787 squeeze-ignore
kthxbye

On Wed, Feb  2, 2011 at 08:48:38 +0100, Moritz Muehlenhoff wrote:

 Package: mediawiki
 Severity: grave
 Tags: security
 
 Please see
 http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_16_2/phase3/RELEASE-NOTES
 
Not a release blocker.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611812: spherepack: add support for C/F77 interface

2011-02-02 Thread trophime
Package: spherepack
Version: 3.2-1
Severity: wishlist

Could you please add some headers to provide a interface for calling libsphere
from C/C++?

See attached headers



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
 
#ifndef __SPHPK_H__
#define __SPHPK_H__

#include sphpk/fortran.h

#ifdef __cplusplus
extern C
{
#endif
 
 


// shpg.f
void FORTRAN_NAME(gaqd)(const int * nlat,double * dtheta,double * dwts,double * DWORK,int * ldwork,int * ier);

void FORTRAN_NAME(shagci)(const int * nlat,const int * nlon,float * wshagc,int * lwsha,double * work,int * lwrk,int * ierror); 
void FORTRAN_NAME(shagc)(const int * nlat,const int * nlon,const int * mode,const int * nt, const float * g,int *idimg,int *jdimg,float * ga,float * gb,int * mdab,int * ndab,
float * wshagc,int * lwsha,float * wrk2,int * lwork,int * ierror);  

void FORTRAN_NAME(shsgci)(const int * nlat,const int * nlon,float * wshsgc,int * lwshs,double * work, int * lwrk,int * ierror);
void FORTRAN_NAME(shsgc)(const int * nlat,const int * nlon,const int * mode,const int * nt, float * gh, int * idimg,int * jdimg,const float * ga,const float * gb,int * mdab,int * ndab,
float * wshsgc,int * lwshs,float * wrk2,int * lwork,int * ierror);
 
void FORTRAN_NAME(shpgi)(const int * nlat,const int * nlon,const int * isym,int * mtrunc,float * wshp,int * lwshp,int * iwshp,int * liwshp,float * work,int * lwrkint, int *ierror);
void FORTRAN_NAME(shpg)(const int * nlat,const int * nlon,const int * isym,int * mtrunc,float * sx,float * sy,int * idp,
float * wshp,int * lwshp,int * iwshp,int * liwshp,float * wrk1,int * lwrk1,int * ierror);

#ifdef __cplusplus
}
#endif /* __cplusplus */ 
#endif /* __SPHPK_H__ */
/* Fortran -- C/C++ interfacing stuff */
/* $Id: fortran.h,v 1.8 2001/06/09 10:04:54 jthorn Exp $ */

/* this header file is idempotent */
#ifndef FORTRAN_H_SEEN
#define FORTRAN_H_SEEN

/*/

/*
 * C/C++ compatability:
 */

/*
 * Use this in prototypes like this:  extern FORTRAN_FUNCTION void foo(...)
 *
 * At present, this is set up to tell a C++ compiler that  foo()  uses
 * a C-compatible calling convention.
 */
#ifdef __cplusplus
  #define FORTRAN_FUNCTION	C
#else
  #define FORTRAN_FUNCTION	/* empty */
#endif

/*/

/* array subscripting offset, i.e. C arr[k] is Fortran arr(k+?) */
#define FORTRAN_INDEX_ORIGIN	1

/*/

/* C type of Fortran integer/logical variables */
/* also actual integers used for Fortran logical .true. and .false. */

/*
 * FIXME: these are what I (JT) used on a 32-bit SGI system with the
 *	  SGI C and Fortran compilers in 1992-1993; they should be
 *	  checked to see if they're still valid for current compilers
 *	  and/or for 64-bit systems.
 */
#if   defined(sgi) || defined(SGI) || defined(__sgi__) || defined(__SGI__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

/* see FIXME above for validity of these */
#elif defined(alpha) || defined(ALPHA) || defined(__alpha__) || defined(__ALPHA__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

#elif defined(sun) || defined(SUN) || defined(__sun__) || defined(__SUN__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

#elif defined(cygwin) || defined(CYGWIN) || defined(__cygwin__) || defined(__CYGWIN__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

#elif defined(mingw) || defined(MINGW) || defined(__mingw__) || defined(__MINGW__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

#elif defined(__linux__)  (defined(__i386__) || defined(__x86_64__) )   defined(__GNUC__)
  #define FORTRAN_INTEGER_IS_INT	TRUE
  typedef int integer;
  typedef unsigned int logical;
  #define FORTRAN_LOGICAL_TRUE	1
  #define FORTRAN_LOGICAL_FALSE	0

#else
  #error don't know Fortran integer/logical datatypes for this system!
#endif

/* old (backwards compatible) names for Fortran integers/logicals */
typedef integer fortran_integer_t;
typedef logical fortran_logical_t;


Bug#611245: try again

2011-02-02 Thread Jonathan Riddell
try again with attachment
diff -Nru qtmobility-1.1.0/debian/changelog qtmobility-1.1.0/debian/changelog
--- qtmobility-1.1.0/debian/changelog   2010-11-16 16:26:40.0 +
+++ qtmobility-1.1.0/debian/changelog   2011-01-27 10:53:14.0 +
@@ -1,3 +1,9 @@
+qtmobility (1.1.0-0ubuntu2) natty; urgency=low
+
+  * Move hal to a suggests on libqtsysteminfo1, LP: #708519
+
+ -- Jonathan Riddell jridd...@ubuntu.com  Thu, 27 Jan 2011 10:52:34 +
+
 qtmobility (1.1.0-0ubuntu1) natty; urgency=low
 
   * New upstream release
diff -Nru qtmobility-1.1.0/debian/control qtmobility-1.1.0/debian/control
--- qtmobility-1.1.0/debian/control 2010-11-16 17:44:12.0 +
+++ qtmobility-1.1.0/debian/control 2011-01-27 10:51:39.0 +
@@ -134,7 +134,7 @@
 
 Package: libqtserviceframework1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, hal
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: qtmobility-l10n
 Description: Qt Mobility Service Framework module
  Qt Mobility delivers a set of new APIs for mobile device functionality.
@@ -145,7 +145,7 @@
 Package: libqtsysteminfo1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: qtmobility-l10n
+Suggests: qtmobility-l10n, hal
 Description: Qt Mobility System Information module
  Qt Mobility delivers a set of new APIs for mobile device functionality.
  .


Bug#611813: debian/rules: (1) configure WARNING (2) CFLAGS

2011-02-02 Thread Regid Ichira
Source: nut
Version: 2.4.3-2
Severity: minor

(1)  While building the package, I get a 
configure: WARNING: unrecognized options: --with-linux-hiddev
Should the configuration in debian/rules fixed?  I do have 
/usr/include/linux/hiddev.h.  It is a dpkg-buildpackage: host architecture i386.

(2) There is also a CFLAGS='-g -O2  -O2'.  I think that having a duplicate -O2
switch might be confusing if someone tries to modify that switch.



  



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



Bug#611793: ITP: sleepisdeath -- a storytelling game for two players

2011-02-02 Thread Henrique de Moraes Holschuh
On Wed, 02 Feb 2011, Paul Wise wrote:
 * Package name: sleepisdeath
   Version : 16
   Upstream Author : Jason Rohrer
 * URL : http://sleepisdeath.net/
 * License : None (Public Domain)
   Programming Lang: C++
   Description : a storytelling game for two players

Can you give us a description that actually gives us an idea of what
we'd get when we install the package?  As it is, you need to go to the
upstream URL, and this terse description really doesn't do the game
justice.

Also, this is a paid indie game.  Why are we distributing it, even if
the license allows us to?  Did upstream ask you to?  Did you ask them if
they want it done?

Neat game, though.

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



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



Bug#611803: libdrm-radeon1: ..a tarred ('n ready for the feathers?) camouflage shade animation every frame in flightgear-2.0.0-2 'n -3

2011-02-02 Thread Arnt Karlsen
On Wed, 2 Feb 2011 14:19:50 +0100, Julien wrote in message 
20110202131950.gq10...@radis.liafa.jussieu.fr:

 On Wed, Feb  2, 2011 at 13:53:42 +0100, Arnt Karlsen wrote:
 
  Package: libdrm-radeon1
  Version: 2.4.23-1
  Severity: important
  
  
  ...this bug is not seen by flightgear developers using Nvidia GPUs
  or Nvidia drivers, I'm only aware of it being visible with ATI
  Radeon GPU and xserver-xorg-video-radeon 1:6.13.2-1 and flightgear
  2.0.0-x and flightgear2.2-git, flightgear 1.9.1-x was fine.
  
 Please try with latest libgl1-mesa-glx and libgl1-mesa-dri, and attach
 the X log.
 
 Cheers,
 Julien

..these?: 
celsius:~# dpkg -l libgl1-mesa-glx libgl1-mesa-dri
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) 
||/ Name   Version   Description
+++-===-=-
ii  libgl1-mesa-dri 7.10-1   A free implementation of the OpenGL API --
DRI modules 
ii libgl1-mesa-glx  7.10-1   A free implementation of the OpenGL API --
GLX runtime 
celsius:~# 

..done: 
celsius:~# ll /var/log/Xorg.0.log md5sum /var/log/Xorg.0.log
-rw-r--r-- 1 root root 47673 Feb  2 14:07 /var/log/Xorg.0.log
8533a1b440d3db78cfab1946b3ad58a7  /var/log/Xorg.0.log
celsius:~# 


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
[ 55568.200] 
X.Org X Server 1.9.3.902 (1.9.4 RC 2)
Release Date: 2011-01-30
[ 55568.200] X Protocol Version 11, Revision 0
[ 55568.200] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[ 55568.200] Current Operating System: Linux celsius 2.6.37-trunk-amd64 #1 SMP Thu Jan 6 14:13:28 UTC 2011 x86_64
[ 55568.200] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-trunk-amd64 root=UUID=6b0c0ec9-0cf8-4faf-a1d2-dfd549a8a07a ro
[ 55568.200] Build Date: 31 January 2011  01:19:33PM
[ 55568.200] xorg-server 2:1.9.3.902-1 (Cyril Brulebois k...@debian.org) 
[ 55568.200] Current version of pixman: 0.21.4
[ 55568.200] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 55568.200] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 55568.200] (==) Log file: /var/log/Xorg.0.log, Time: Wed Feb  2 14:07:16 2011
[ 55568.240] (==) Using config file: /etc/X11/xorg.conf
[ 55568.240] (==) Using system config directory /usr/share/X11/xorg.conf.d
[ 55568.282] (==) ServerLayout X.org Configured
[ 55568.282] (**) |--Screen Screen0 (0)
[ 55568.282] (**) |   |--Monitor Monitor0
[ 55568.282] (**) |   |--Device Card0
[ 55568.282] (**) |--Input Device Mouse0
[ 55568.282] (**) |--Input Device Keyboard0
[ 55568.282] (**) Option DontZap off
[ 55568.282] (==) Automatically adding devices
[ 55568.282] (==) Automatically enabling devices
[ 55568.282] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[ 55568.282] 	Entry deleted from font path.
[ 55568.282] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[ 55568.282] 	Entry deleted from font path.
[ 55568.282] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[ 55568.282] (**) ModulePath set to /usr/lib/xorg/modules
[ 55568.282] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 55568.282] (WW) Disabling Mouse0
[ 55568.282] (WW) Disabling Keyboard0
[ 55568.282] (II) Loader magic: 0x7cfac0
[ 55568.282] (II) Module ABI versions:
[ 55568.282] 	X.Org ANSI C Emulation: 0.4
[ 55568.282] 	X.Org Video Driver: 8.0
[ 55568.282] 	X.Org XInput driver : 11.0
[ 55568.282] 	X.Org Server Extension : 4.0
[ 55568.284] (--) PCI:*(0:1:0:0) 1002:71c4:10cf:13b5 rev 0, Mem @ 0xe000/268435456, 0xf000/65536, I/O @ 0x2000/256, BIOS @ 0x/131072
[ 55568.284] (II) Open ACPI successful (/var/run/acpid.socket)
[ 55568.284] (II) extmod will be loaded. This was enabled by default and also specified in the config file.
[ 55568.284] (II) dbe will be loaded. This was enabled by default and also specified in the config file.
[ 55568.284] (II) glx will be loaded. This was enabled by default and also specified in the config file.
[ 55568.284] (II) record will be loaded. This was enabled by default and also specified in the 

Bug#611711: speech-dispatcher: Logrotate file breaks other packages configuration

2011-02-02 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 611711 squeeze-can-defer
tag 611711 squeeze-ignore
kthxbye

On Tue, Feb  1, 2011 at 08:17:38 +0100, Patrice Pillot wrote:

 /etc/logrotate.d/speech-dispatcher is badly written. Some options are 
 set outside of blocs so that they apply to all the blocs that are 
 subsequently treated : those that are alphabetically sorted after
 speech-dispatcher and the wtmp/utmp blocs since they appear after the 
 inclusion of /etc/logrotate.d/* in /etc/logrotate.conf.
 
 As for the severity of this bug, I know it is somewhat exagerated since
 10.8 do not forbid 'out-of-bloc' options in /etc/logrotate.d files, but 
 I think the side effects of this bug are nasty enough to be treated
 before squeeze release (if it's still time).
 
This would need to be uploaded today for squeeze r0.  If not, it'll have
to wait for a point update.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611793: ITP: sleepisdeath -- a storytelling game for two players

2011-02-02 Thread Paul Wise
On Wed, 2011-02-02 at 11:51 -0200, Henrique de Moraes Holschuh wrote:

 Can you give us a description that actually gives us an idea of what
 we'd get when we install the package?  As it is, you need to go to the
 upstream URL, and this terse description really doesn't do the game
 justice.

I haven't got as far as downloading it yet, so I couldn't give any
accurate description. I will probably need to read a bunch of blog posts
and reviews first to do it justice anyway. If you do a search you will
find some of those and there are a bunch of screenshots on the site IIRC

 Also, this is a paid indie game.  Why are we distributing it, even if
 the license allows us to?  Did upstream ask you to?  Did you ask them if
 they want it done?

I asked upstream if that was OK, he said yes and encouraged me to add it
to Debian. He has been making his games cross-platform and freely
licensed for many years, this one is only paid so he can feed his
family. I will probably mention his donation page in README.Debian or
similar, which isn't without precedent (vim).

http://hcsoftware.sourceforge.net/jason-rohrer/supportMyWork.php

 Neat game, though.

Indeed, looking forward to trying it.

He has some more games coming that I will probably package too:

http://diamondtrustgame.com/
http://insideastarfilledsky.net/

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#607417: ΑΠ: win32-loader: please offer a Boot from network with gPXE option

2011-02-02 Thread Didier 'OdyX' Raboud
Le Wednesday 2 February 2011 14:26:25, vous avez écrit :
 Hi,

Hi Yannis and thanks for your extended review,

 Vaggelis forgot to mention that in order to have the pxe functionality work
 properly you must follow the 1-4 steps:
 
 1)The linux, initrd.gz, pxe.lkrn (gpxe 1.0.0) files must be placed in the
 root folder.

I agree that pxe.lkrn has to be placed in the root folder. That's the point of 
the pxe.target to depend on pxe.lkrn. I will enhance the code when {g,i}PXE 
enters Debian in order to copy the pxe.lkrn directly (as is done for gl2dr and 
loadlin.exe).

But I disagree with including linux and initrd.gz within the PXE patch, see 
below.

 2)The file debian/rules must have the PXE=yes option, instead
 of STANDALONE=yes.

… only if you want to build a Debian package out of it. Otherwise, just run 
PXE=yes make and you'll get a PXE-enabled win32-loader.exe.

 3)The Makefile must have:
 
   pxe.target: pxe.lkrn linux initrd.gz templates/ternary_choice.ini
 
   instead of
   pxe.target: pxe.lkrn templates/ternary_choice.ini

Same remark as 1), see below.

 4)The main.nsi should be patched with main.nsi.diff.

(As a side remark, could you please use diff -Naur when providing diffs, it's 
way easier to patch back.)

What your main.nsi.diff patch does is that it embeds a complete debian-
installer linux kernel and initrd.gz (which makes it fail with kfreebsd…). The 
current win32-loader approach is to rely on Debian mirrors (and internet 
connectivity) to get the latest released debian-installer kernels and initrd's. 
Bundling a specific d-i version into a Windows executable defeats the fact that 
the current 0.6.22 win32-loader will be able to download _any_ future stable 
Debian-Installer.

But I can acknowledge that bundling specific versions can be useful. Could you 
please report a bug (with wishlist severity) against win32-loader with a title 
like Please add a d-i bundling possiblity ?

 Another issue to consider is that when a user installs win32loader in pxe
 mode, description in boot menu isn't very clear (continue with install
 process). I think that in pxe mode you should better change this message
 to Continue with network boot in file l10n/win32-loader.sh (line 81)

Same here; I plan to enhance the reboot messages shown by the Windows 
bootloader. It'd be nice if you could report a wishlist bug against 
win32-loader 
with a title like Please enhance the reboot messages.

 Yannis

So, given the messages received so far and my present answer, I am pretty 
confident that the PXE patch does basically what you need; I will proceed in 
merging the pxe branch to master. Other enhancements will certainly happen, 
but please report separate bugs (it's not a matter of blocking discussion, but 
to keep the one problem is one bug motto).

Cheers, 

OdyX
-- 
Didier Raboud, proud Debian Developer.
CH-1020 Renens
o...@debian.org


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


Bug#611813: The configure warning is due to a CONFIGUREFLAGS line

2011-02-02 Thread Regid Ichira
  The reason for getting the configure warning in the first place is having the
/usr/include/linux/hiddev.h file, and the

CONFIGUREFLAGS+=$(if $(wildcard 
/usr/include/linux/hiddev.h),--with-linux-hiddev=/usr/include/linux/hiddev.h,--without-linux-hiddev)


line at the beginning of debian/rules.



  



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



Bug#610551: marked as done (munin issues for the release notes)

2011-02-02 Thread Osamu Aoki
Hi,

On Wed, Feb 02, 2011 at 01:18:03PM +, Debian Bug Tracking System wrote:
  I currently dont have time to work on a proper wording for this :(
  
 Me neither, so for lack of anything better, committed the following.

Time is very tight, I assume.

I think for wheezy release note, we need to think a bit better frame
work in advance so we can deal these better in short notice.

generic text of upgrade situation 
These problem can be categorized as follows:

 * Type 1 (user config)
   * typical resoliution 
 * Type 2 (user run process)
   * typical resoliution 

Here are a non-inclusive list of packages affected by these issues:
Type 1 issue packages:
 * ...
 * ...

Type 2 issue
 * ...
 * ...

Other issue
 * ...
 * ...

Then we can have easier time managing them.

Osamu




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



Bug#554331: FTBFS with binutils-gold

2011-02-02 Thread Bhavani Shankar R
tags 554331 patch
thanks

Hello dear maintainer,

Trivial change below should fix FTBFS

--- esteidutil-0.9.18.orig/src/Makefile.in
+++ esteidutil-0.9.18/src/Makefile.in
@@ -266,7 +266,7 @@
 nodist_esteidutil_SOURCES =
 CLEANFILES = $(nodist_esteidutil_SOURCES)
 esteidutil_LDFLAGS =
-esteidutil_LDADD = $(WX_LIBS)
+esteidutil_LDADD = $(WX_LIBS) -ldl
 all: Setup.h
$(MAKE) $(AM_MAKEFLAGS) all-am

Thanks and regards

-- 
Bhavani Shankar
Ubuntu Developer   |  www.ubuntu.com
https://launchpad.net/~bhavi



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



Bug#611814: dict-freedict-fra-eng: Missing spaces in definition

2011-02-02 Thread Reuben Thomas
Package: dict-freedict-fra-eng
Version: 1.3-4ubuntu1
Severity: minor

In both the fra-eng and nld-eng dictionaries the definition of
“couvert” contains the word “knivesandspoons” which should of course
be “knives and spoons”.

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

Kernel: Linux 2.6.35-24-generic (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

dict-freedict-fra-eng depends on no packages.

dict-freedict-fra-eng recommends no packages.

Versions of packages dict-freedict-fra-eng suggests:
ii  dict   1.11.2+dfsg-2 dictionary client
ii  dictd  1.11.2+dfsg-2 dictionary server

-- 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#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2011-02-02 Thread Jérôme Warnier

Sylvain Rochet wrote:
 Hi Jerome,

 On Fri, Jan 28, 2011 at 04:22:49PM +0100, Jérôme Warnier wrote:

 Version 1.2.8.31 has been released.
 Maybe you missed that?

 Hehe... strange jump from 27 to 31.

 Thank for the notification, package updated.

 http://edony.tuxfamily.org/~grad/mydns/

Thanks. I will check if it builds on Nexenta (OpenSolaris) now, just in
case (would be nice, actually).

 Sylvain
-- 
Jérôme Warnier
BeezNest
http://beeznest.net



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



Bug#592218: Maven 3 General availability

2011-02-02 Thread newbeewan

Hi,

I confirm it would be great to have the choice of maven3, several evolution are very 
useful but doesn't exist in maven 2.2 and it make build failing if a pom.xml contains them.


Today eclipse plugin and Netbeans bring maven 3 as basis !

Best regards

Mourad



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



Bug#611614: libapache2-mod-shib2: /etc/init.d/shibd removes pidfile before (unsuccesful) attept to stop daemon

2011-02-02 Thread Ferenc Wagner
Ferenc Wagner wf...@niif.hu writes:

 Ferenc Wagner wf...@niif.hu writes:

 It looks like our squeeze branch misses the merge of bug/unlink-pidfile.
 Nor was upstream/2.3.1+dfsg merged into that bugfix branch...
 As things stand, our master branch has the fix (e3f9f278) but our debian
 branch does not, so when I branched squeeze off it the fix got lost.
 I'm a little uncertain how to untagle this...

 This is an RC bug (a policy violation) and we're very close to the
 release, so I proceeded to push what I found appropriate.  I'm building
 the -5 package now and hope to test it soon.  Comments more than welcome.

2.3.1+dfsg-5 (built from commit 17c4d4be) seems to fix the bug and
otherwise works as expected.  Should we upload it or instead let squeeze
release with a broken shibd restart?
-- 
Regards,
Feri.



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



Bug#611815: videolink: diff for NMU version 1.2.9-2.1

2011-02-02 Thread Julien Cristau
Package: videolink
Version: 1.2.9-2
Severity: normal
Tags: patch pending

Ben, Nobuhiro,

I've prepared an NMU for videolink (versioned as 1.2.9-2.1) and will
upload it to the archive in a minute.  I used Nobuhiro's patches but
without the quilt build dependency addition, which isn't appropriate for
a NMU (or any upload at this point of the release, really).

Ben, I'll also push this to git://git.debian.org/~jcristau/videolink
based on your 1.2.9-2 tag.

Cheers,
Julien
diff -u videolink-1.2.9/debian/changelog videolink-1.2.9/debian/changelog
--- videolink-1.2.9/debian/changelog
+++ videolink-1.2.9/debian/changelog
@@ -1,3 +1,13 @@
+videolink (1.2.9-2.1) unstable; urgency=high
+
+  * Non-maintainer, high urgency upload to fix FTBFS.
+  * Define XPCOM_GLUE_USE_NSPR, link against nspr (closes: #611389).  Patch by
+Nobuhiro Iwamatsu.
+  * Include cstdio in xpcom_support.cpp (closes: #611427).  Patch by
+Nobuhiro Iwamatsu.
+
+ -- Julien Cristau jcris...@debian.org  Wed, 02 Feb 2011 15:23:49 +0100
+
 videolink (1.2.9-2) unstable; urgency=low
 
   * Use dh_xulrunner to determine xulrunner dependency
only in patch2:
unchanged:
--- videolink-1.2.9.orig/Makefile
+++ videolink-1.2.9/Makefile
@@ -8,9 +8,9 @@
 ifeq ($(shell pkg-config --atleast-version 1.9 mozilla-gtkmozembed-embedding  echo yes),yes)
 moz_name := xulrunner-1.9
 moz_pc := mozilla-gtkmozembed-embedding
-moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr)
+moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr) -DXPCOM_GLUE_USE_NSPR
 moz_unstable_cppflags_extra :=
-moz_ldflags_extra :=
+moz_ldflags_extra := $(shell pkg-config --libs xulrunner-nspr)
 else
 ifeq ($(shell pkg-config --exists xulrunner-gtkmozembed  echo yes),yes)
 moz_name := xulrunner
only in patch2:
unchanged:
--- videolink-1.2.9.orig/xpcom_support.cpp
+++ videolink-1.2.9/xpcom_support.cpp
@@ -1,6 +1,7 @@
 // Copyright 2005 Ben Hutchings b...@decadent.org.uk.
 // See the file COPYING for licence details.
 
+#include cstdio
 #include cassert
 #include memory
 #include stdexcept


signature.asc
Description: Digital signature


Bug#611816: mirror listing update for ftp.ua.debian.org

2011-02-02 Thread Oleg Milaenko
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp.ua.debian.org
Aliases: ftp.debian.org.ua
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
Backports-ftp: /debian-backports/
Backports-http: /debian-backports/
Backports-rsync: debian-backports/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Old-ftp: /debian-archive/
Old-rsync: debian-archive/
Volatile-ftp: /debian-volatile/
Volatile-http: /debian-volatile/
Volatile-rsync: debian-volatile/
IPv6: no
Archive-upstream: ftp.de.debian.org
Backports-upstream: ftp.de.debian.org
Volatile-upstream: ftp.de.debian.org
CDImage-upstream: cdimage.debian.org
Updates: push
Maintainer: Oleg Milaenko t...@debian.org.ua
Country: UA Ukraine
Location: Kiev
Sponsor: MHost http://mhost.kiev.ua/
Comment: Connect through Ethernet on speed 100Mbps.
 



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



Bug#611817: nautilus cannot connect to a server using SSH service type

2011-02-02 Thread Piotr
Package: nautilus
Version: 2.20.0-7
Severity: important


hi

I start nautilus on Lenny using: 

gksudo nautilus 

and try to connect to another linux or freeBSD server using SSH service type, 
but it doesn't work.

BTW on squeeze and ubuntu works well. 

greetings
Piotr




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

Kernel: Linux 2.6.26-2-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 nautilus depends on:
ii  desktop-file-utils  0.15-1   Utilities for .desktop files
ii  gnome-control-cente 1:2.22.2.1-2 utilities to configure the GNOME d
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.22.0-1 Bonobo CORBA interfaces library
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libeel2-2.202.20.0-7 Eazel Extensions Library (for GNOM
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libexempi3  2.0.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.16-2.1   library to parse EXIF files
ii  libgail-common  1.22.3-1 GNOME Accessibility Implementation
ii  libgail18   1.22.3-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgnome-desktop-2  2.22.3-2 Utility library for loading .deskt
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.22.0-5   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user interface 
ii  libnautilus-extensi 2.20.0-7 libraries for nautilus components 
ii  liborbit2   1:2.14.13-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.20.5-6 Layout and rendering of internatio
ii  librsvg2-2  2.22.2-2lenny1   SAX-based renderer library for SVG
ii  libselinux1 2.0.65-5 SELinux shared libraries
ii  libstartup-notifica 0.9-1library for program launch feedbac
ii  libtrackerclient0   0.6.6-2  metadata database, indexer and sea
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxml2 2.6.32.dfsg-5+lenny3 GNOME XML library
ii  nautilus-data   2.20.0-7 data files for nautilus
ii  shared-mime-info0.30-2   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-data  2008.11.27 Application Installer Data Files
ii  desktop-base  5.0.3  common files for the Debian Deskto
ii  eject 2.1.5+deb1-4   ejects CDs and operates CD-Changer
ii  libgnomevfs2-extra1:2.22.0-5 GNOME Virtual File System (extra m
ii  librsvg2-common   2.22.2-2lenny1 SAX-based renderer library for SVG
ii  nautilus-cd-burner2.20.0-1   CD Burning front-end for Nautilus
ii  synaptic  0.62.1+nmu1Graphical package manager

Versions of packages nautilus suggests:
ii  eog  2.22.3-2Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]  2.22.2-4~lenny1 Document (postscript, pdf) viewer
pn  fam  none  (no description available)
pn  totem | mp3-decoder  none  (no description available)
pn  tracker  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#533450: Maybe this is interesting, or becomes interesting

2011-02-02 Thread Patrick Heinen

PowerVR interview about linux driver at end of this year:
http://www.phoronix.com/scan.php?page=news_itempx=ODk4Ng



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



Bug#611818: vzctl: typo / bad english in postinst script

2011-02-02 Thread Vladislav Naumov
Package: vzctl
Version: 3.0.24-12
Severity: minor

Proposed changes:
-The kernel do not support vzevent, do not start vzeventd.
+Kernel does not support vzevent, not starting vzeventd.

-The kernel do not support openvz, do not start vz.
+Kernel does not support openvz, not starting vz.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages vzctl depends on:
ii  iproute   20100519-3 networking and traffic control too
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  vzquota   3.0.12-3   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync 3.0.7-2fast remote file copy program (lik

vzctl suggests no packages.

-- debconf-show failed



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



Bug#611142: [Debichem-devel] Processed: tagging 611142

2011-02-02 Thread Filippo Rusconi
Hello Julien,

On Tue, Feb 01, 2011 at 10:30:21PM +0100, Julien Cristau wrote:
 On Tue, Feb  1, 2011 at 17:54:09 +, Debian Bug Tracking System wrote:
 
  Processing commands for cont...@bugs.debian.org:
  
   tags 611142 + squeeze
  Bug #611142 {Done: Filippo Rusconi rusconi-deb...@laposte.net} 
  [massxpert] massxpert: Program crashes when clicking left of first monomer 
  vignette
  Added tag(s) squeeze.
 
 Why?
 
 Cheers,
 Julien

this is because we are trying to get the fix into the next stable
release, or at least in the first point revision.

Best regards,
 Filippo

-- 
Filippo Rusconi, PhD - CNRS - public key C78F687C
Author of ``massXpert'' at http://www.massxpert.org



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



Bug#611819: Package msrp is outdated

2011-02-02 Thread Aurélien Gâteau
Package: msrp
Version: 0.9.4-2
Severity: normal


Package msrp used to be maintained by upstream author Rudi Cilibrasi, but he is
not active on this project anymore. Upstream development has been taken over
and a new version of msrp (0.9.5) is available at http://msrp.github.com. The
package needs a new maintainer.

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

Kernel: Linux 2.6.38-1-generic (SMP w/4 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 msrp depends on:
ii  libc6   2.12.1-0ubuntu14 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5.2-2ubuntu1 GCC support library
ii  libpcre38.12-0ubuntu2Perl 5 Compatible Regular Expressi
ii  libstdc++6  4.5.2-2ubuntu1   The GNU Standard C++ Library v3

msrp recommends no packages.

msrp 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#611142: [Debichem-devel] Processed: tagging 611142

2011-02-02 Thread Julien Cristau
On Wed, Feb  2, 2011 at 15:47:25 +0100, Filippo Rusconi wrote:

 Hello Julien,
 
 On Tue, Feb 01, 2011 at 10:30:21PM +0100, Julien Cristau wrote:
  On Tue, Feb  1, 2011 at 17:54:09 +, Debian Bug Tracking System wrote:
  
   Processing commands for cont...@bugs.debian.org:
   
tags 611142 + squeeze
   Bug #611142 {Done: Filippo Rusconi rusconi-deb...@laposte.net} 
   [massxpert] massxpert: Program crashes when clicking left of first 
   monomer vignette
   Added tag(s) squeeze.
  
  Why?
  
  Cheers,
  Julien
 
 this is because we are trying to get the fix into the next stable
 release, or at least in the first point revision.
 
That's not what this tag is for.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611820: dbconfig-common doesn't work properly when the version of the database script for upgrade is greather than 1.10, 1.10.1, 1.10.2, 1.10.3, 1.11, 1.12

2011-02-02 Thread Ghislain Mokolomboka
Package: dbconfig-common
Version: 1.8.38ubuntu1
Severity: major

  When I upgrade my package version from 1.5.5 -- 1.12, with mysql's script
for upgrade named : 1.6, 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.8,
1.9, 1.10,
  1.10.1, 1.10.2, 1.10.3, 1.10.4 1.11 and 1.12

To have a transcript, you can use the /usr/share/doc/dbconfig-
common/examples/db-test-mysql-2.1

1. Rename the package:
/usr/share/doc/dbconfig-common/examples/db-test-mysql-2.1 to
/usr/share/doc/dbconfig-common/examples/db-test-mysql-1.5.5
don't forget to update your changelog
2. install the first package (dpkg -i your_package_name_1.5.5_all.deb).

3. Create a new package db-test-mysql-1.12 with mysql upgrade's files from:
mysql-upgrade_1.6, mysql-upgrade_1.7, mysql-upgrade_1.7.1,
mysql-upgrade_1.7.2,
mysql-upgrade_1.7.3, ... mysql-upgrade_1.10.1, mysql-upgrade_1.10.2,
mysql-upgrade_1.10.3, mysql-upgrade_1.11, mysql-upgrade_1.12 with a script
to upgrade the version
of the database: update mytable set version='1.10.1' for example for
mysql-upgrade_1.10.1;

4. Generate your package

5. Upgrade your package (dpkg -i your_package_name_1.12_all.deb)

The result is:

applying upgrade sql for 1.5.5 - 1.6.
applying upgrade sql for 1.5.5 - 1.7.
applying upgrade sql for 1.5.5 - 1.7.1.
applying upgrade sql for 1.5.5 - 1.7.2.
applying upgrade sql for 1.5.5 - 1.7.3.
applying upgrade sql for 1.5.5 - 1.7.4.
applying upgrade sql for 1.5.5 - 1.7.5.
applying upgrade sql for 1.5.5 - 1.7.6.
applying upgrade sql for 1.5.5 - 1.8.
applying upgrade sql for 1.5.5 - 1.9.
applying upgrade sql for 1.5.5 - 1.10.

Some scripts (1.10.1, 1.10.2, 1.10.3, 1.10.4 1.11 and 1.12) are not applied.


I suggest that the function dbc_find_upgrades() that sort files and return
the list of the files sorted, in /usr/share/dbconfig-common/dpkg/postinst,
be corrected.

Specially replace this script:
from line 248 to 258:

# if we haven't already placed it
if [ ! $placed ]; then
# if the this version is less than the next sorted one
if dpkg --compare-versions $f lt $s; then
# insert it here
tlist=$tlist $f $s
placed=yes
else
# it's not less, so append the sorted one and continue
tlist=$tlist $s
fi
fi

with:
# if we haven't already placed it
if [ ! $placed ]; then
# if the this version is less than the next sorted one
if dpkg --compare-versions $f lt $s; then
# insert it here
tlist=$tlist $f
placed=yes
fi
fi
tlist=$tlist $s

  I am using Ubuntu GNU/Linux 8.04 LTS, kernel 2.6.24-23-server and libc6
Version: 2.7-10ubuntu5

-- 
*Ghislain Mokolomboka*

*Dvidea
Paris Innovation Massena - Hall B - 7ème étage
15, rue Jean-Baptiste Berlier
75013 Paris
www.dvidea.com
Tel: +33 1 55 43 79 04
Fax: +33 1 55 43 75 01*


Bug#611821: Please provide a version of liblockfile-ruby for ruby 1.9.1

2011-02-02 Thread Gaudenz Steinlin
Package: liblockfile-ruby
Version: 1.4.3-2.1
Severity: wishlist

I would like to run and develop for SUP (sup.rubyforge.org) 
which depends on lockfile on Ruby 1.9. Please provide a package
compatible with Ruby 1.9

Thanks Gaudenz

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages liblockfile-ruby depends on:
ii  ruby  4.5An interpreter of object-oriented 

liblockfile-ruby recommends no packages.

liblockfile-ruby 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#611822: Please provide a version of libtrollop-ruby for Ruby 1.9.1

2011-02-02 Thread Gaudenz Steinlin
Package: libtrollop-ruby
Version: 1.9-1
Severity: wishlist

I would like to run and develop for SUP (sup.rubyforge.org)   
which depends on trollop on Ruby 1.9. Please provide a package 
compatible with Ruby 1.9
 
Thanks Gaudenz

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libtrollop-ruby depends on:
ii  ruby  4.5An interpreter of object-oriented 

libtrollop-ruby recommends no packages.

libtrollop-ruby 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#611823: Please provide a package of librmail-ruby for Ruby 1.9.1

2011-02-02 Thread Gaudenz Steinlin
Package: librmail-ruby
Version: 0.17
Severity: wishlist

I would like to run and develop for SUP (sup.rubyforge.org)   
which depends on rmail on Ruby 1.9. Please provide a package 
compatible with Ruby 1.9
 
There is a new release of rmail available on rubyforge which makes rmail
compatible with Ruby 1.9.

Thanks Gaudenz

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

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



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



Bug#611824: Please provide a package of libmime-types-ruby compatible with Ruby 1.9.1

2011-02-02 Thread Gaudenz Steinlin
Package: libmime-types-ruby
Version: 1.16-2
Severity: wishlist

I'd like to run SUP (sup.rubyforge.org) which depends on mime-types on
Ruby 1.9.

Thanks Gaudenz

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libmime-types-ruby depends on:
ii  ruby  4.5An interpreter of object-oriented 

libmime-types-ruby recommends no packages.

libmime-types-ruby 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#611825: isc-dhcp-server: DHCPv6 server difficult to start / cohabit with DHCPv4

2011-02-02 Thread Mathieu Trudel-Lapierre
Package: isc-dhcp-server
Version: 4.1.1-P1-15
Severity: normal

It appears to me like it's pretty hard to install isc-dhcp and set it
up according to the type of server one wants to use; e.g. setting it
up as a DHCPv6 server specifically, or having a DHCPv6 server
alongside a DHCPv4 server.

I think a little more could be done to facilitate such setups and
avoid people editing the isc-dhcp-server init script (and potentially
losing their changes in an update).

It's far from ideal I realize, but attached is a patch which attempts
to make this a little simpler: setting up a DHCPv6 server from there
is a matter of symlinking the init script or copying it to a new name
and editing a file /etc/default/basename_of_init_script. Setting up
the mode of the server (to serve v4 or v6 addresses) is set as an
additional option in that file.

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

Kernel: Linux 2.6.37-12-generic (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Mathieu Trudel-Lapierre mathieu...@ubuntu.com
Freenode: cyphermox, Jabber: mathieu...@gmail.com
4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93
=== modified file 'debian/isc-dhcp-server.init.d'
--- debian/isc-dhcp-server.init.d	2010-11-09 17:40:49 +
+++ debian/isc-dhcp-server.init.d	2011-02-01 21:40:42 +
@@ -15,11 +15,12 @@
 ### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
+DEFAULTS_FILE=/etc/default/`basename $0`
 
 test -f /usr/sbin/dhcpd || exit 0
 
 # It is not safe to start if we don't have a default configuration...
-if [ ! -f /etc/default/isc-dhcp-server ]; then
+if [ ! -f $DEFAULTS_FILE ]; then
 	echo /etc/default/isc-dhcp-server does not exist! - Aborting...
 	echo Run 'dpkg-reconfigure isc-dhcp-server' to fix the problem.
 	exit 0
@@ -28,8 +29,8 @@
 . /lib/lsb/init-functions
 
 # Read init script configuration (so far only interfaces the daemon
-# should listen on.)
-[ -f /etc/default/isc-dhcp-server ]  . /etc/default/isc-dhcp-server
+# should listen on and DHCP mode (v4 or v6).)
+[ -f $DEFAULTS_FILE ]  . $DEFAULTS_FILE
 
 NAME=dhcpd
 DESC=ISC DHCP server
@@ -37,10 +38,10 @@
 
 test_config()
 {
-	if ! /usr/sbin/dhcpd -t -q  /dev/null 21; then
+	if ! /usr/sbin/dhcpd $DHCPMODE -t -q  /dev/null 21; then
 		echo dhcpd self-test failed. Please fix the config file.
 		echo The error was: 
-		/usr/sbin/dhcpd -t
+		/usr/sbin/dhcpd $DHCPMODE -t
 		exit 1
 	fi
 }
@@ -66,7 +67,7 @@
 		test_config
 		log_daemon_msg Starting $DESC $NAME
 		start-stop-daemon --start --quiet --pidfile $DHCPDPID \
-			--exec /usr/sbin/dhcpd -- -q $INTERFACES
+			--exec /usr/sbin/dhcpd -- $DHCPMODE -q $INTERFACES
 		sleep 2
 
 		if check_status -q; then

=== modified file 'debian/isc-dhcp-server.postinst'
--- debian/isc-dhcp-server.postinst	2010-11-09 17:40:49 +
+++ debian/isc-dhcp-server.postinst	2011-02-01 21:40:42 +
@@ -43,6 +43,11 @@
 # This is a POSIX shell fragment
 #
 
+# DHCP mode to use:
+#  -4  -  standard IPv4 DHCP (default)
+#  -6  -  DHCPv6
+DHCPMODE=-4
+
 # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
 #	Separate multiple interfaces with spaces, e.g. eth0 eth1.
 INTERFACES=
@@ -82,6 +87,12 @@
 	fi
 fi
 
+# ISC DHCP 4 introduces DHCPv6. That also means we need to ship an extra
+# lease file.
+if [ ! -e /var/lib/dhcp/dhcpd6.leases ]; then
+	touch /var/lib/dhcp/dhcpd6.leases
+fi
+
 [ -x /sbin/restorecon ]  restorecon /var/lib/dhcp/dhcpd.leases
 
 init_script_error_handler()

=== modified file 'debian/isc-dhcp-server.postrm'
--- debian/isc-dhcp-server.postrm	2010-06-15 23:20:30 +
+++ debian/isc-dhcp-server.postrm	2011-02-01 21:40:42 +
@@ -12,6 +12,7 @@
 purge)
 	# Remove database
 	rm -f /var/lib/dhcp/dhcpd.leases /var/lib/dhcp/dhcpd.leases~
+	rm -f /var/lib/dhcp/dhcpd6.leases /var/lib/dhcp/dhcpd6.leases~
 
 	# Remove database directory
 	if [ -d /var/lib/dhcp ]; then



Bug#607193: document various download options/locations for Squeeze CD images

2011-02-02 Thread Ben Armstrong
On 02/02/11 08:52 AM, Daniel Baumann wrote:
 On 02/02/2011 01:35 PM, Stefano Zacchiroli wrote:
 Fair enough, but my question remains. Have you (or the -www team) looked
 into mentioning the live installer images on the web site, as an option
 to install Squeeze?  Given your comment above, that should carry a
 prominent mention about the fact that live images are without firmware.
 
 no idea. If anyone knows, then it's Ben (who's reading the ml, so he'll
 answer when he reads it).

I understand #debian-www irc channel is busy with a lot of things (and
besides which, I should have solicited feedback through a bug#) but I
did some initial work on this that I mentioned the other day there and
then did nothing more with because it did not yet stir anyone's interest:

Index: index.wml
===
RCS file: /cvs/webwml/webwml/english/CD/index.wml,v
retrieving revision 1.30
diff -r1.30 index.wml
42a43,47
   lia href=http-ftp/Download live images using HTTP or FTP./a
   Also offered alongside the standard CD/DVD images are new live
   images which you can use to try Debian first and then install
   the contents of the image./li


I am also now in the thick of stuff I have to deal with at work, but
once I'm clear of that, I could develop it further (http-ftp/index.wml
needs to have a subpoint, maybe under the subpoint about netinst images,
mentioning live images).

Is this the way we want to go? Or does it deserve a whole new page under
CD/? My rationale for lumping it together with http-ftp is the files are
stored in the same place and the same concerns about bandwidth apply
(and therefore tips about how to download apply). So I didn't want
needless duplication of that.

Ben



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



Bug#610435: midori crashes with memory access error segfault in libwebkit-1.0.so.2.17.8

2011-02-02 Thread Markus Koschany
Am Montag, den 24.01.2011, 18:02 +0100 schrieb Paul Menzel:
 severity 610435 important
 quit
 
 
 Dear Markus and Debian folks,
 
 

Hello Paul

I am sorry my answer took so long.

  
  I cannot reproduce the crash. Accessing this web site just gets the
  cpu usage up to 100 % in both Midori and Epiphany, so I for me that
  is a WebKit issue, as I reported in #594470 [1]. I am using also
  architecture i686.


I read your bug report #594470 and i was able to reproduce it for
http://tromey.com/Swirl with Midori 0.3.0 and libwebkit 1.2.6-1. But i
am not sure whether it is connected in any way with #610435.


  Do you have the Gnash plugin installed?
 
 It seems it is not involved.

I made a clean install of midori, no addons, no plugins and no gnash. 

 
 The question is what is a possible solution. Has this Midori version
 problems with latest WebKit? Is this reproducible with Midori 0.2.9?
 Is there a package somewhere to test that?
 

The latest Midori Version in Debian sid is 0.3.0 at the moment,
libwebkit 1.2.6-1 did not change. The bug still exists. 

I am running Midori on a PIII 800 MHz Laptop with 256 MB RAM. When i am
trying to load http://www.mmo-champion.com CPU usage is now between 80
and 100% but not constantly at 100%. 

I have monitored Midori with htop. The application consumes almost all
available RAM, then uses swap space. The memory consumption then jumps
between 80 MB and up to all available memory. Sometimes, after 2-3
Minutes, Midori is terminated by itself and sometimes after 10 minutes
of heavy loading (load average is always between 5 and 9), i have to
manually kill the process. 



I am not sure how to go on from here. Perhaps the bug should be filed
against libwebkit? 

Please feel free to ask if there is anything i can do.

Markus 


 Thanks,
 
 Paul
 
 
  [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594470




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



Bug#611427: Please unblock videolink/1.2.9-2.1 NMU for #611389 and #611427

2011-02-02 Thread Adam D. Barratt
On Wed, February 2, 2011 00:30, Nobuhiro Iwamatsu wrote:
 I just uploaded with the attached patch.
 Please unblock videolink/1.2.9-2.1.

 videolink (1.2.9-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * Update debian/control.
Add quilt to Build-Depends.
  * Add patches/611389.patch (Closes: #611389).
- Fix FTBFS: error: 'struct nsID' has no member named
 'ToProvidedString'.
  * Add patches/611427.patch (Closes* #611427).
- Fix FTBFS: error: ‘sprintf’ is not a member of ‘std’.

I've unblocked Julien's upload which dropped the quilt changes.  Thanks
for your work.

Regards,

Adam




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



Bug#611826: libvte9: Failed to load terminal capabilities from '/etc/termcap'

2011-02-02 Thread Tony Houghton
Package: libvte9
Version: 1:0.27.4-1
Severity: important


With this version of vte each terminal opened in gnome-terminal or
roxterm starts with the error message:

*** VTE ***: Failed to load terminal capabilities from '/etc/termcap'

and keys such as Return don't work. There is no '/etc/termcap' on my
system.

I noticed that the Debian patches affect the termcap path so I reported
the bug here instead of upstream.

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

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

Versions of packages libvte9 depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.0-2   GDK Pixbuf library
ii  libglib2.0-0  2.27.91-1  The GLib library of C routines
ii  libgtk2.0-0   2.24.0-1   The GTK+ graphical user interface 
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libpango1.0-0 1.28.3-4   Layout and rendering of internatio
ii  libvte-common 1:0.24.3-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.3.3-4  X11 client-side library

libvte9 recommends no packages.

libvte9 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#607417: ΑΠ: win32-loader: please offer a Boot from network with gPXE option

2011-02-02 Thread Alkis Georgopoulos
Στις 02-02-2011, ημέρα Τετ, και ώρα 15:09 +0100, ο/η Didier 'OdyX'
Raboud έγραψε:
 So, given the messages received so far and my present answer, I am pretty 
 confident that the PXE patch does basically what you need; I will proceed in 
 merging the pxe branch to master. Other enhancements will certainly happen, 
 but please report separate bugs (it's not a matter of blocking discussion, 
 but 
 to keep the one problem is one bug motto).

Confirming everything that OdyX says. Awesome PXE integration, much more
mature than our preliminary attempts. :)

To compile, I did the following:
git clone git://git.debian.org/d-i/win32-loader.git
cd win32-loader
git checkout -b pxe remotes/origin/pxe
# remove --format=i386-pc from Makefile because I had an old grub version
cp /usr/share/gpxe/gpxe.lkrn ./pxe.lkrn
PXE=yes make

Tested the resulting win32-loader.exe in a vbox XP installation, worked
fine.

The only thing that remains is the boot menu title, we'll file another
bug for it once the pxe branch is merged to master.

Again, thank you OdyX, you're great. :)




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



Bug#610676: One packaging of php-codecoverage

2011-02-02 Thread Olivier Berger
Hi.

On Fri, Jan 28, 2011 at 09:26:41AM -0500, Luis Uribe wrote:
 Hi Arthur
 
 On Fri, Jan 28, 2011 at 02:50:47PM +0100, Arthur Gautier wrote:
  let me know if it can help
 
 Sure, do you wanna co-maintain the package? I was doing a package too
 but it's better to join forces :)
 
 I just build and install your package but phpunit is still unusable,
 here is why:
 
 debian:/tmp# phpunit 
 PHP Warning:  require_once(File/Iterator/Factory.php): failed to open stream: 
 No such file or directory in /usr/share/php/PHP/CodeCoverage/Filter.php on 
 line 46
 PHP Fatal error:  require_once(): Failed opening required 
 'File/Iterator/Factory.php'
 (include_path='.:/usr/share/php:/usr/share/pear') in 
 /usr/share/php/PHP/CodeCoverage/Filter.php on line 46
 

Indeed, it seems that phpunit is no longer maintained, and needs some love.

It seems you guys are interested in it somehow, so maybe it would be great to 
have any of you dedicate a bit of work on it. See #607393 for more details and 
maybe an adoption offer.

In any case, your efforts are much appreciated.

Best regards,

P.S. : I'm not a DD, just a DM myself, but I'm in a room with some DD that may 
be interested ;-)




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



Bug#611142: [Debichem-devel] Bug#611142: Processed: tagging 611142

2011-02-02 Thread Michael Banck
On Wed, Feb 02, 2011 at 03:54:24PM +0100, Julien Cristau wrote:
 On Wed, Feb  2, 2011 at 15:47:25 +0100, Filippo Rusconi wrote:
  On Tue, Feb 01, 2011 at 10:30:21PM +0100, Julien Cristau wrote:
   On Tue, Feb  1, 2011 at 17:54:09 +, Debian Bug Tracking System wrote:
Processing commands for cont...@bugs.debian.org:
 tags 611142 + squeeze
Bug #611142 {Done: Filippo Rusconi rusconi-deb...@laposte.net} 
[massxpert] massxpert: Program crashes when clicking left of first 
monomer vignette
Added tag(s) squeeze.
   
   Why?
 
  this is because we are trying to get the fix into the next stable
  release, or at least in the first point revision.
  
 That's not what this tag is for.

That'd be my fault then, sorry.


Michael



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



Bug#607393: O: phpunit

2011-02-02 Thread Olivier Berger
On Fri, Dec 17, 2010 at 11:36:21PM +0300, Ivan Borzenkov wrote:
 
 sorry, I can not have time for this package, I not use it about 6 mounts, and 
 now it needs to remake many things

Too bad.

FWIW, I may be able to help co-maintain it, should others be interested in 
doing the same (family constraints leave me with few spare time, but still, 
willing to help).

Best regards,




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



Bug#611142: [Debichem-devel] Bug#611142: Processed: tagging 611142

2011-02-02 Thread Michael Banck
On Wed, Feb 02, 2011 at 04:27:51PM +0100, Julien Cristau wrote:
 On Wed, Feb  2, 2011 at 16:19:43 +0100, Filippo Rusconi wrote:
 
  care to explain ?
  
 http://www.debian.org/Bugs/Developer#tags
 
 adding the squeeze tag means the bug doesn't affect any other suite.

Well, it's fixed in unstable already, that's why we need to go via
test-proposed-updates.  

Maybe it affects lenny, but massxpert isn't in lenny, possibly its
predecessor polyxmass is affected though (but I can't believe the bug is
that old, as it seems to be quite intrusive).


Michael



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



Bug#611142: [Debichem-devel] Bug#611142: Processed: tagging 611142

2011-02-02 Thread Julien Cristau
On Wed, Feb  2, 2011 at 16:36:33 +0100, Michael Banck wrote:

 On Wed, Feb 02, 2011 at 04:27:51PM +0100, Julien Cristau wrote:
  On Wed, Feb  2, 2011 at 16:19:43 +0100, Filippo Rusconi wrote:
  
   care to explain ?
   
  http://www.debian.org/Bugs/Developer#tags
  
  adding the squeeze tag means the bug doesn't affect any other suite.
 
 Well, it's fixed in unstable already, that's why we need to go via
 test-proposed-updates.  
 
 Maybe it affects lenny, but massxpert isn't in lenny, possibly its
 predecessor polyxmass is affected though (but I can't believe the bug is
 that old, as it seems to be quite intrusive).

It's fixed in unstable because unstable has a version which is marked as
fixed, not because it's unstable.  Version tracking can handle that.
The tag is necessary in the few cases where whether a bug affects a
release depends on external factors, not a fix in the package.

Cheers,
Julien


signature.asc
Description: Digital signature


  1   2   3   >