Bug#518696: Progress?

2012-03-04 Thread Ondřej Surý
Hi,

any progress on uploading to unstable?  I can help/sponsor/comaintain.
If you don't respond, I'll just pick whatever is in collab-maint,
check it (is the conflict with moreutils solved) and upload to
unstable?

It would be nice to have GNU parallel in wheezy and we just have a
time for that.

O.
-- 
Ondřej Surý ond...@sury.org



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



Bug#661335: [3.1 - 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDA intel

2012-03-04 Thread Jonathan Nieder
found 661335 linux-2.6/3.2.4-1
tags 661335 + moreinfo
quit

Hi Eric,

Eric Lavarde wrote:

 since I've upgraded to version 3.2 of the kernel, HDMI sound doesn't work,
 booting back to 3.1 (exactly 3.1.8-2) it works again.
[...]
   # speaker-test -D front:CARD=PCH,DEV=0 -c2
   (sound works in this case under 3.1 and 3.2)
   # speaker-test -D hdmi:CARD=PCH,DEV=1 -c2
   (sound works only under 3.1 and NOT under 3.2)
   (I don't know what exactly hdmi:CARD=PCH,DEV=0 is but it doesn't work
   in either cases)

 I'll attach also the output of alsa-info.sh as recommended in Bug #657302

Did you get a chance to try this?

[...]
 bios_vendor: American Megatrends Inc.
 bios_version: 2103
 board_vendor: ASUSTeK COMPUTER INC.
 board_name: P8H67-M EVO
 board_version: Rev 1.xx
[...]
 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation 
 Core Processor Family Integrated Graphics Controller [8086:0112] (rev 09) 
 (prog-if 00 [VGA controller])



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



Bug#610184: I still see some related things on my grub-pc (1.99-6)

2012-03-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko

tag 610184 fixed-upstream
thanks
On 11.07.2011 17:06, Michael Tsang wrote:

Package: grub-pc
Version: 1.99-6
Followup-For: Bug #610184

My GRUB and LVM information is already shown below.
Here are my disk partitioning and RAID information:

(note that I don't use the auto raid feature in the kernel because it corrupted
my array before)

root@debian:/home/michael# fdisk -cul /dev/sd?

Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders, total 240121728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xaf2c136a

Device Boot  Start End  Blocks   Id  System
/dev/sda120487816324639080599+  da  Non-FS data
/dev/sda278163247   24012172780979240+  8e  Linux LVM

Disk /dev/sdb: 40.0 GB, 40019582464 bytes
112 heads, 29 sectors/track, 24065 cylinders, total 78163247 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x676f84fc

Device Boot  Start End  Blocks   Id  System
/dev/sdb120487816324639080599+  da  Non-FS data

Disk /dev/sdc: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0004511e

Device Boot  Start End  Blocks   Id  System
/dev/sdc1  63   312565423   156282680+  8e  Linux LVM
/dev/sdc2   *   312565424   3125796947135+  83  Linux

Disk /dev/sdd: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

Device Boot  Start End  Blocks   Id  System
/dev/sdd1  63   312576704   156288321   8e  Linux LVM
root@debian:/home/michael# ls /dev/md*
/dev/md127

/dev/md:
127_0
root@debian:/home/michael# mdadm --detail /dev/md127
/dev/md127:
 Version : 0.90
   Creation Time : Wed Jul  7 12:30:45 2010
  Raid Level : raid1
  Array Size : 39080512 (37.27 GiB 40.02 GB)
   Used Dev Size : 39080512 (37.27 GiB 40.02 GB)
Raid Devices : 2
   Total Devices : 2
Preferred Minor : 127
 Persistence : Superblock is persistent

 Update Time : Mon Jul 11 22:53:09 2011
   State : clean
  Active Devices : 2
Working Devices : 2
  Failed Devices : 0
   Spare Devices : 0

UUID : 2c05f51b:dc8b44d7:9d4deba6:47ca997f (local to host debian)
  Events : 0.395

 Number   Major   Minor   RaidDevice State
0   810  active sync   /dev/sda1
1   8   171  active sync   /dev/sdb1

root@debian:/home/michael# cat /etc/mdadm/mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE /dev/sd??*

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOSTsystem

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays

# This file was auto-generated on Wed, 07 Jul 2010 11:32:41 +0800
# by mkconf 3.0.3-2
root@debian:/home/michael# update-grub
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Generating grub.cfg ...
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Found background image: /usr/share/images/desktop-base/desktop-grub.png
error: superfluous RAID member (2 found).
Found linux image: /boot/vmlinuz-2.6.39-2-amd64
Found initrd image: /boot/initrd.img-2.6.39-2-amd64
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID 

Bug#518696: Progress?

2012-03-04 Thread Rogério Brito
Hurray!

On Sun, Mar 4, 2012 at 18:12, Ondřej Surý ond...@sury.org wrote:
 any progress on uploading to unstable?  I can help/sponsor/comaintain.
 If you don't respond, I'll just pick whatever is in collab-maint,
 check it (is the conflict with moreutils solved) and upload to
 unstable?

 It would be nice to have GNU parallel in wheezy and we just have a
 time for that.

Indeed, I have just been packaging it for my own use (well, you can
see my name all over the repository in collab-maint) and I use it
frequently enough.

I had no hope of it being uploadable to debian proper, but I can give
it a few final touches and push a new packaging, which I'd love you to
sponsor.

If you are online, it would be good to chat a little bit and indicate
when the package is ready.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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



Bug#653919: transition: KDE SC 4.7

2012-03-04 Thread Pino Toscano
tag 653919 + pending
thanks

Hi,

Alle domenica 1 gennaio 2012, Pino Toscano ha scritto:
 I would like to request a slot for the KDE SC 4.7 transition.

As we were told earlier on #-release (thanks!), we can proceed with the 
transition.

We will start with the uploads really soon.

-- 
Pino Toscano


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


Bug#662235: pdfcube: LDFLAGS hardening flags missing

2012-03-04 Thread Simon Ruderich
Package: pdfcube
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

The LDFLAGS hardening flags are missing because export LDFLAGS +=
in debian/rules overwrites the default hardening flags.

DEB_*_MAINT_APPEND is the preferred way to set additional flags
(see man dpkg-buildflags for more information). For more
hardening information please have a look at [1], [2] and [3].

The following patch fixes the issue.

diff -u pdfcube-0.0.4/debian/rules pdfcube-0.0.4/debian/rules
--- pdfcube-0.0.4/debian/rules
+++ pdfcube-0.0.4/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-export LDFLAGS += -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
dh $@ --parallel

To check if all flags were correctly enabled you can use
`hardening-check` from the hardening-includes package:

$ hardening-check /usr/bin/pdfcube
/usr/bin/pdfcube:
 Position Independent Executable: no, normal executable!
 Stack protected: no, not found!
 Fortify Source functions: no, only unprotected functions found!
 Read-only relocations: yes
 Immediate binding: no not found!

(The stack protected and fortify source warnings are fine in this
case, the flags are correctly applied.)

Regards,
Simon

[1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[2]: https://wiki.debian.org/HardeningWalkthrough
[3]: https://wiki.debian.org/Hardening

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

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

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

iQIcBAEBCAAGBQJPU952AAoJEJL+/bfkTDL5UHIQAIG97RSw5fn2iM0lP8R0ZOYq
sJPrzZUs2t6TWh7gzm59GTY9ZS6Enelxb2kxhG7QB3ypOqt/tvbuTg7g+ZS7ohVz
YQu3hyeOK5L0dKhmwI/GoCOtQYA+gfcLp4Czn5ba+9On9OLbukV2MiXp6SRxtyjf
Hl5DzKJjn9l+vuM8wi2GlMCDYYe0QbJDn5wvnVwODZCSaol+fqvc2V4O6Zk9zuPD
MnuoS26tLTC52oljIoK6aAvtWSo+XaZ5FcSDGJxpnd2EdaIyLvTbPKo5hkCpRA5x
9/3T4NeLLrkFNE/VLbFruIxwr1BvTN/JOK4Xtqx7yosO5GooLNQuOe3ZFdqBwu+S
xHjUSrlXr0u+OvlA7O1OEPwDRkIbPvf4ET8uq5iEXokZsW9XsnmTW377kPbVtF4G
xwsFVvHmQDGVrjedKg7e+he3c+U1W+aiM5CzDB8Tc5AojIl+0SQF2AgEx7PIIxZ6
zgLXRTI4+4VZD7MBOMnt2BPuUqrLnu5/AuGSnytX0mbxitvkD2c5tDDQdbDHjA1H
GeEnS5a5NdgpmKLf+Ll4+n0khhp4bx1RJvW/3RgpYG0WCN9hTX6YoZUSwuhQtfXL
OEBs2R2Pw8fWPPYZ4LMjyWEoaibMXVlbjADm42tzPOi+4jKpZJaa5pxtbtKAf0/w
UwBqsniVVsd22uSXzl3n
=zQcm
-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#578563: Looking for a new sponsor for FriBID

2012-03-04 Thread Magnus Holmgren
On tisdagen den 11 oktober 2011, you stated the following:
 My prospective sponsor won't be able to sponsor for some time. If anyone
 else can offer sponsoring (or even review the packaging), please leave a
 message.

I just sent an annoyed message to my bank support, but I guess I should just 
forget about the official BankID client and look into this instead at the 
earliest opportunity.

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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


Bug#662236: coinor-ipopt: hardcoded library dependencies on libmumps

2012-03-04 Thread Julien Cristau
Source: coinor-ipopt
Version: 3.10.2-1
Severity: grave

Shared library dependencies are handled by the shlibs mechanism, you
must not hardcode library dependencies in the source debian/control.
Right now coinor-ipopt is built against mumps 4.10.0 but depends on
4.9.2.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#662237: fuse: Remove loop-aes-utils from Conflicts

2012-03-04 Thread أحمد المحمودي
Package: fuse
Version: 2.8.6-4
Severity: normal

Dear Maintainer,

  loop-aes-utils has fixed the issue [1] that caused a bug with Fuse  
  truecrypt volumes [2].

  Hence, please remove loop-aes-utils from fuse's Conflicts field.


  [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636614
  [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631454


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

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

Versions of packages fuse depends on:
ii  adduser   3.113ubuntu2
ii  libc6 2.15-0ubuntu4
ii  libfuse2  2.8.6-2ubuntu3
ii  makedev   2.3.1-89ubuntu2
ii  mount 2.20.1-1ubuntu2
ii  sed   4.2.1-9
ii  udev  175-0ubuntu5

fuse recommends no packages.

fuse 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#662238: protobuf: FTBFS on hurd-i386

2012-03-04 Thread Tobias Frost
Source: protobuf
Version: 2.4.1-1
Severity: important

Dear Maintainer,

protobuf does not build on hurd, it chokes on some unittest. Can you take a 
look?
Thanks!

The buildlog is here:
https://buildd.debian.org/status/fetch.php?pkg=protobufarch=hurd-i386ver=2.4.1-1stamp=1320713563

The first test which fails is:

google/protobuf/compiler/command_line_interface_unittest.cc:332: Failure
Value of: return_code_
  Actual: 1
Expected: 0
google/protobuf/compiler/command_line_interface_unittest.cc:333: Failure
Value of: error_text_
  Actual: mkdir: cannot create directory `/dev/fd/.libs': Not a directory
/usr/bin/ld: cannot open output file /dev/fd/.libs/18688-lt-test_plugin: No 
such file or directory
collect2: ld returned 1 exit status
--plug_out: prefix-gen-plug: Plugin failed with status code 1.

Expected: 
google/protobuf/compiler/mock_code_generator.cc:80: Failure
Value of: File::ReadFileToString( output_directory + / + 
GetOutputFileName(name, file), content)
  Actual: false
Expected: true


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

Kernel: Linux 3.1.4 (SMP w/3 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#662239: icedtea-7-plugin: unusable without openjdk-6

2012-03-04 Thread Mircea Gherzan
Package: icedtea-7-plugin
Version: 1.2~pre3-2
Severity: important

Hi,

When checking the Java version at the java.com site [1], the applet cannot be
launched because the plugin still look for a java binary in the openjdk-6
folder:

This is the console ouput:

/home/packages/openjdk/web/icedtea-
web-1.2~pre3/build7/../plugin/icedteanp/IcedTeaNPPlugin.cc:1543: thread
0x7f455b610940: Error: Failed to spawn applet viewer: Kindprozess
»/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java« konnte nicht ausgeführt
werden (Datei oder Verzeichnis nicht gefunden)

/home/packages/openjdk/web/icedtea-
web-1.2~pre3/build7/../plugin/icedteanp/IcedTeaNPPlugin.cc:1543: thread
0x7f455b610940: Error: Failed to spawn applet viewer: Kindprozess
»/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java« konnte nicht ausgeführt
werden (Datei oder Verzeichnis nicht gefunden)

/home/packages/openjdk/web/icedtea-
web-1.2~pre3/build7/../plugin/icedteanp/IcedTeaNPPlugin.cc:1543: thread
0x7f455b610940: Error: Failed to spawn applet viewer: Kindprozess
»/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java« konnte nicht ausgeführt
werden (Datei oder Verzeichnis nicht gefunden)

Thanks,
Mircea



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

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

Versions of packages icedtea-7-plugin depends on:
ii  icedtea-netx1.2~pre3-2
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgcc1 1:4.6.3-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.29.4-2
ii  libstdc++6  4.6.3-1
ii  openjdk-7-jre   7~u3-2.1-2

icedtea-7-plugin recommends no packages.

icedtea-7-plugin 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#516560: freeguide in Debian

2012-03-04 Thread Andy Balaam
Hi Steve,

On Sat, 3 Mar 2012 20:42:21 +
Steve McIntyre st...@einval.com wrote:

 2 years on, no sign of an upload. Should we RM this package?
 
It has become clear to me that I don't have time to be FreeGuide's
Debian maintainer.

The problem is fixed in recent (last several years!) FreeGuide - we
just need a new version to be uploaded.

Thanks,

Andy



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



Bug#662240: pdfcube: -Warray-bounds in pdfcube.cc

2012-03-04 Thread Simon Ruderich
Package: pdfcube
Severity: normal
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

While building pdfcube I found the following warnings:

pdfcube.cc: In member function 'void pdfcube::redraw(GtkWidget*)':
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1115:73: warning: array subscript is above array bounds 
[-Warray-bounds]
pdfcube.cc:1119:73: warning: array subscript is above array bounds 
[-Warray-bounds]

The problem is in the following code snippet (pdfcube.cc:1115 and
pdfcube.cc:1119):

glColor4f(top_color[0], top_color[1], top_color[2], top_color[4]);

top_color is defined in pdfcube.cc:102:

static GLfloat top_color[4] = { 0.7, 0.6, 0.6, 0.0 };

The array has only four elements, but the fifth element is
accessed. Changing top_color[4] to top_color[3] fixes the
warning, but I haven't tested pdfcube with the change.

Regards,
Simon

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

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

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

iQIcBAEBCAAGBQJPU+A2AAoJEJL+/bfkTDL5K5sP/39XNSZCCdS1aRS4HFMQvSqT
EII6tY6MQVU5k/jJ7ZveDVRs3QjA6uUF4246QXtw+NC79AFkuuOIIMVwNSU6kNBX
AqJNSX5815KKf2NHI9pv3BgkkGe2y8pQGnu5uEvJEAx8KqHApkeQwOtdAhi6Z6hN
l4oVzX6DMwGMMUI2xdjcMrHkX7W9AKsJFhHrp+8fb3m+CP4IR7Q1XDi11/WukkAx
mjOP73RlZlTbKria4w7F3qmepv0hR0wKykKiXuYmG14Gvqw/3WxqHIzwHtNAi8C3
+ZvTSyPyh19qozD2Sx+quLjwA40TD0ttxwUuzH7PErjnww2/zbrn2Q9JG1uII6Mg
FLJKbZIdN+zBvpWOwcNDhK4GzXrNCnoRt0LRSGtIbdUyvSKbh86AGayDYO3UMsom
95fzh8/WYyE/5INYP4wpOsznXrrrG8czIWiVehj6jYUDtopNWjWPWW6izUTMKlyj
Z4xdJ4tLVha/mTrVRTXy3QXKpKVEivlVDHYVxv17Bv6YyTfJxKX80888G6Ftgzy7
r0e/OzzGvCXUN+pqYLtFBR3186/FXcxSnFxf4J2C+6IufZ67dLHL7OH3+9/wod0G
UzBepeke8G53igvdcgqafWuXw66e/2IVXu+CFDI5xyYeLdofHRhQciWWF4JSQeZ0
Feyzym/Uxe6IiN0obPwn
=+Pqp
-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#660924: Very bad manners for a Debian maintainer.

2012-03-04 Thread Sergio Cipolla
Fabian, who do you think you are to call d-m-o's packages as 'crappy'?
d-m-o is a traditional and very respected 3rd party repository for
Debian and has been for years.
I can't tell the same of you.
You know very well why it uses an epoch in their versioning: exactly
so as people that want/need to use the extra features/packages it
provides don't mix what shouldn't be mixed with the official Debian
packages.
I'm not sure if you're a Debian Maintainer or not (or worse, Debian
Developer) but this kind of big mouthing shouldn't be accepted from a
DM/DD.
If I find out the proper channel for this I'll raise this subject so
as the Debian contributors know that they should measure their words
otherwise they should step down (even a 'do-ocracy' has its limits).



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



Bug#662234: isn't installed on fresh installs - makes system unbootable

2012-03-04 Thread Robert Millan
reassign 662234 debian-cd
retitle 662234 ufsutils .deb not included in CD image
tags 662234 patch
thanks

Hi,

El 4 de març de 2012 20:46, Evgeni Golov evg...@debian.org ha escrit:
 I've installed Debian/kFreeBSD from today's netinst iso in a VM.
 The ISO contains the ufsutils udeb, but not deb. Neither is it fetched from
 the mirror and installed in the target (I've chosen only standard in
 tasksel). This results in a unbootable system, as on reboot, it tries
 to check the rootfs and fails to find fsck.ufs and throws me into a rescue
 shell.

debian-cd bug.  Here's a patch.

-- 
Robert Millan
Index: tools/generate_di+k_list
===
--- tools/generate_di+k_list(revision 2293)
+++ tools/generate_di+k_list(working copy)
@@ -55,6 +55,7 @@
 dosfsutils
 reiserfsprogs
 btrfs-tools
+ufsutils
 zfsutils
 libfribidi0
 localization-config


Bug#649896: shrinksafe: diff for NMU version 1.6.1-2.1

2012-03-04 Thread Jason Morawski
Simon:

I have packaged shrinksafe-1.7.2-1 with the patch for this bug and
uploaded it to mentors. I am currently waiting on my sponsor for upload
to the archive.


pgpTJuXcCuNeV.pgp
Description: PGP signature


Bug#658728: linux-image-3.2.0-1-amd64: No more sound

2012-03-04 Thread Jonathan Nieder
tags 658728 + upstream
quit

A. Costa wrote:
 Jonathan Nieder jrnie...@gmail.com wrote:

 A. Costa, could you try the attached patches, against 3.2.y?  It works
 like this...

 That might be difficult.

Short of compiling it myself, what can I do to help?

To recap:

 ; wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.9.tar.xz; # 62 MiB
 ; tar -xf linux-3.2.9.tar.xz
 ; cd linux-3.2.9
 ; cp /boot/config-$(uname -r) .config; # current configuration
 ; make localmodconfig; # optional: minimize configuration
 ; make deb-pkg; # optionally with -jnum for parallel build
 # dpkg -i ../name of package
 # reboot

Hopefully it reproduces the bug.  Then:

 ; cd linux-3.2.9
 ; patch -p1 patch1
 ; patch -p1 patch2
 ; make deb-pkg; # maybe with -j4
 # dpkg -i ../name of package
 # reboot

If it works, we can apply the patch in sid and propose it for
inclusion upstream in v3.3 and 3.2.y.



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



Bug#662091: sends SGML parsers to an sgml.dcl that isn't there

2012-03-04 Thread Samuel Bronson
Neil Roeth n...@debian.org writes:
 Sorry, my mistake on sgml-data.

No problem.

 So far, I am unable to reproduce this.  The same command works fine on 
 my system, and if I use strace to verify which files it is opening, 
 sgml.dcl is not among them.  nsgmls and onsgmls effectively have a 
 builtin SGML declaration, so it doesn't surprise me that it succeeds 
 without an external one.  The question is, why does executing the 
 command on your system require that external file?  Can you run the 
 command under strace and post the output?  I.e.,

 $ strace -f -e open nsgmls -s /usr/share/doc/sp/index.htm

Hmm, I wasn't sure how helpful that would be, since it would abbreviate
the stuff read from the catalog files and stuff, so I was looking to see
if there was a tool that could read in everything referenced by
/etc/sgml/catalog and spit it back out as one catalog ... well, I didn't
find that, but I did find this:

,[ ospcat -s XXX ]
| OSFILE SOIBASE='/usr/share/sgml/xhtml/sgml.soc'sgml.dcl
`

,[ dlocate /usr/share/sgml/xhtml/sgml.soc ]
| w3c-sgml-lib: /usr/share/sgml/xhtml/sgml.soc
`

So, w3c-sgml-lib is making it look for an sgml.dcl at:

  /usr/share/sgml/xhtml/sgml.dcl

when it's really at:

  /usr/share/xml/xhtml/schema/dtd/sgml.dcl

*Both* of which are really strange locations for this: the default SGML
declaration has very little to do with XHTML either way...

It seems to me that both this sgml.soc and sgml.dcl would probably make more
sense somewhere within a directory named something like:

  /usr/share/sgml/html/

(Anyway, since it seems to be a problem in that package, I've reassigned
it accordingly, and closed the clone of this bug for opensp.)

 Regarding version control, Jade upstream has been dead for years and 
 OpenJade development is also basically dormant.  I haven't bothered 
 putting my Debian changes out anywhere public since nothing much has 
 been changing.

Yes, Jade and OpenJade may not change much, but Debian policy  best
practices do ;-).

(Also, links in the documentation seem to break.)

 Thanks.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



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



Bug#662241: merkaartor: Fails to load netcdf lib

2012-03-04 Thread Achim Schaefer
Package: merkaartor
Version: 0.17.2-5+b2
Severity: grave
Justification: renders package unusable

merkaartor: error while loading shared libraries: libnetcdf.so.6: cannot open 
shared object file: No such file or directory

Dear Maintainer,
since upgrading libnetcdf, merkaartor fails to start.

dpkg -l libnetcdf6
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  libnetcdf61:4.1.3-2 
An interface for scientific 
data access to large binary data (transitional package)


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

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

Versions of packages merkaartor depends on:
ii  libc6   2.13-27
ii  libexiv2-9  0.20-2.1
ii  libgcc1 1:4.7-20111217-2
ii  libgdal1-1.7.0  1.7.3-6+b3
ii  libgps203.4-2
ii  libproj04.7.0-1
ii  libproxy0   0.3.1-4+b3
ii  libqt4-network  4:4.8.0-1
ii  libqt4-svg  4:4.8.0-1
ii  libqt4-xml  4:4.8.0-1
ii  libqtcore4  4:4.8.0-1
ii  libqtgui4   4:4.8.0-1
ii  libqtwebkit42.2.0-3
ii  libspatialite3  3.0.1-1
ii  libsqlite3-03.7.10-1
ii  libstdc++6  4.7-20111217-2
ii  libzbar00.10+doc-7+b1
ii  zlib1g  1:1.2.6.dfsg-2

merkaartor recommends no packages.

Versions of packages merkaartor suggests:
pn  spatialite-bin  none

-- 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#518696: Progress?

2012-03-04 Thread Rogério Brito
Hi, Ondřej.

On Sun, Mar 4, 2012 at 18:12, Ondřej Surý ond...@sury.org wrote:
 any progress on uploading to unstable?  I can help/sponsor/comaintain.
 If you don't respond, I'll just pick whatever is in collab-maint,
 check it (is the conflict with moreutils solved) and upload to
 unstable?

Just for the record, I have updated the packaging and pushed it to collab-maint:

http://anonscm.debian.org/gitweb/?p=collab-maint/parallel.git

Please let me know if there is anything else that I should do.

Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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



Bug#649463: libpam-rsa: code to hash hostname and username is broken

2012-03-04 Thread Julien Cristau
On Sun, Mar  4, 2012 at 19:10:04 +0100, gregor herrmann wrote:

 diff -u libpam-rsa-0.8-9/debian/changelog libpam-rsa-0.8-9/debian/changelog
 --- libpam-rsa-0.8-9/debian/changelog
 +++ libpam-rsa-0.8-9/debian/changelog
 @@ -1,3 +1,12 @@
 +libpam-rsa (0.8-9-2.3) UNRELEASED; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix code to hash hostname and username is broken: openssl output has
 +changed, use shasum in the pamrsakp script.
 +(Closes: #649463)
 +
 + -- gregor herrmann gre...@debian.org  Sun, 04 Mar 2012 17:57:39 +0100
 +
  libpam-rsa (0.8-9-2.2) unstable; urgency=low
  
* Non-maintainer upload.

Isn't this missing a change to debian/control to add a perl dependency?

 only in patch2:
 unchanged:
 --- libpam-rsa-0.8-9.orig/script/pamrsakp
 +++ libpam-rsa-0.8-9/script/pamrsakp
 @@ -23,8 +23,8 @@
  # (c) 2006 Vesa-Matti Kari hyperll...@laamanaama.helsinki.fi
  #
  
 -O=${OPENSSL-openssl}
 -CF=${PAMRSAKPCNF-/etc/security/pamrsakp.cnf}
 +O=${OPENSSL:-openssl}
 +CF=${PAMRSAKPCNF:-/etc/security/pamrsakp.cnf}
  
  
  if [ $# -ne 6 ]; then
 @@ -46,7 +46,7 @@
  
  
  if [ x${HASHTYPE} = xsha1 ]; then
 - PRIVKEY=`echo -n ${USER} | ${O} dgst -sha1 | cut -b -8`.pem
 + PRIVKEY=`echo -n ${USER} | shasum -a 1 -t | cut -b -8`.pem
  elif [ x${HASHTYPE} = xnone ]; then
   PRIVKEY=${USER}.pem
  else 
 @@ -60,7 +60,7 @@
  fi
  
  
 -HOSTHASH=`echo -n ${TARGETHOST} | ${O} dgst -sha1 | cut -b -8`
 +HOSTHASH=`echo -n ${TARGETHOST} | shasum -a 1 -t | cut -b -8`
  
  
  # Create the public and private key directories if they do not exist

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#662242: pastebinit: only one file can be specified on the command line

2012-03-04 Thread Krylov Ivan
Package: pastebinit
Version: 1.3-2
Severity: minor
Tags: upstream

Dear Maintainer,
Is a user specifies more than one file names on the command line,
pastebinit uploads just the first, and other files are silently ignored.
Users can be easily confused with such behaviour. To my mind, pastebinit
should try to upload all the files instead, or at least warn the user.


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

Kernel: Linux 3.2.0-9.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pastebinit depends on:
ii  python2.7.2-10
ii  python-configobj  4.7.2+ds-3

pastebinit recommends no packages.

pastebinit 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#638381: tcltls: FTBFS(kfreebsd): /bin/bash: o: command not found

2012-03-04 Thread Adam D. Barratt
Hi, Muammar,

On Fri, 2011-08-19 at 00:32 +0200, Christoph Egger wrote:
 Your package failed to build on the kfreebsd-* buildds:
 
 rm -f libtls1.6
 o libtls1.6 tls.o tlsIO.o tlsBIO.o tlsX509.o fixstrtod.o -L/usr/lib -lssl 
 -lcrypto  -L/usr/lib -ltclstub8.5 
 /bin/bash: o: command not found
 make[1]: [libtls1.6] Error 127 (ignored)

I started looking at this bug during the BSP, as it's now been open for
over six months with no comment from you and no upload of the package
since a few days after the bug was reported.  Looking through the
packaging left me a little confused, but I wanted to check if you were
still interested in maintaining the package before I dug much further.
(To clarify, I have no interest in the package beyond trying to get the
number of RC bugs affecting wheezy reduced, and wondered if tcltls might
be a removal candidate if it's unmaintained and has no reverse
dependencies.)

As a brief overview of the things that confused me:

- The package was modified to use the 3.0 (quilt) source format, but
still explicitly includes calls to quilt in debian/rules

- There appear to be a bunch of patches in debian/patches, but they're
all dpatches and aren't being applied (and presumably weren't before the
source package change?) due to the lack of a series file.

- The package build-depends on autotools-dev, and tries to clean up
config.{guess,sub} after the build.  However, those files don't exist in
the source package, and I can't see anything in the rules file which
would create them.

- The rules file sets CFLAGS appropriately for being built with noopt,
but then never ensures that they're passed to configure.  This appears
to have been the fix used for resolving #476030, based on comparing the
-7 and -8 packages (as the changelog was fixed wasn't exactly
helpful).  However, the correct fix was likely simply to quote
$(CFLAGS) in the configure call.

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#399945: libsdl1.2debian: NumLock modifier broken.

2012-03-04 Thread Manuel A. Fernandez Montecelo
Version: 1.2.14-1

Hello,

Thank you for your interest in improving Debian, and sorry to keep the
bug unattended for so long.  There's now an effort to review the open
bugs related with SDL packages.

In the upstream relase 1.2.14 they claim to have fixed this [1] and
according to the Debian changelog [2], many of the patches needing
changes in code were dropped (which is certainly the case of this
one).

[1] http://www.libsdl.org/release/changes-1.2.html , Added
SDL_DISABLE_LOCK_KEYS environment variable to enable normal up/down
events for Caps-Lock and Num-Lock keys.

[2] 
http://packages.debian.org/changelogs/pool/main/libs/libsdl1.2/current/changelog#version1.2.14-1

The fact that there's no input to this bug report  (or similar ones)
since 2006 is also an indication that this bug is probably fixed.

So I think that it's safe to close this bug report by now. Of course,
please reopen the bug if you can still reproduce it with newer SDL
versions.

Regards.



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



Bug#659977: Info received (libglib2.0-doc: G[U]INT_TO_POINTER and GPOINTER_TO_[U]INT missing from documentation)

2012-03-04 Thread Michael Biebl
On 04.03.2012 22:06, Michael Biebl wrote:
 I've bumped the severity, since a lot more then just the above 4 macros
 is missing from the documentation.

Not only are quite a few macros/defines missing, I also noticed a lot of
missing programlistings (marked as MISSING XINCLUDE CONTENT) which is
not the case in the upstream provided html files.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
./reference/glib/html/glib-Bookmark-file-parser.html:td 
class=listing_codepre class=programlistingFIXMEspan class=gtkdoc 
opt:/span MISSING XINCLUDE CONTENT/pre/td
./reference/gio/html/ch30s05.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/ch30s05.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/ch30s05.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GDBusServer.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/gio-Owning-Bus-Names.html:td 
class=listing_codepre class=programlistingFIXMEspan class=gtkdoc 
opt:/span MISSING XINCLUDE CONTENT/pre/td
./reference/gio/html/GDBusProxy.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GApplicationCommandLine.html:FIXME: MISSING XINCLUDE 
CONTENT
./reference/gio/html/GApplicationCommandLine.html:FIXME: MISSING XINCLUDE 
CONTENT
./reference/gio/html/GApplicationCommandLine.html:FIXME: MISSING XINCLUDE 
CONTENT
./reference/gio/html/gio-Watching-Bus-Names.html:td 
class=listing_codepre class=programlistingFIXMEspan class=gtkdoc 
opt:/span MISSING XINCLUDE CONTENT/pre/td
./reference/gio/html/GDBusConnection.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GDBusConnection.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GDBusConnection.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GDBusConnection.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GSettings.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GApplication.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GApplication.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td
./reference/gio/html/GApplication.html:td class=listing_codepre 
class=programlistingFIXMEspan class=gtkdoc opt:/span MISSING XINCLUDE 
CONTENT/pre/td


signature.asc
Description: OpenPGP digital signature


Bug#631983: [j...@debian.org: Bug#631983: stimfit: diff for NMU version 0.10.18-1.1]

2012-03-04 Thread Yaroslav Halchenko
Hi Jonathan,

Thank you for helping out with stimfit.  Unfortunately your NMU changes
are not inline with our goal behind stimfit packaging:  we are trying to
maintain packaging seamlessly backportable into older debian and ubuntu
releases:

http://neuro.debian.net/pkgs/sigviewer.html

shows that by now it was happily building even on lucid which has no
dh_python2 ... ok -- we could patch (or just condition on
presence) for that specific release which will gone into the history
anyways.  But as Jakub pointed out

+X-Python-Version: 2.7

would be simply too rigid to be portable... and its use is to specify
supported minimal version/range, not a single specific version (unless
that is the only one supported) and indeed there is work required to
just build it for all supported versions

we will not remove your NMU but rather will try to ACK it with a refined
patch uploaded before the time/clock runs out ;)

Cheers

 - Forwarded message from Jonathan Wiltshire j...@debian.org -

 Date: Sun, 4 Mar 2012 15:43:44 +
 From: Jonathan Wiltshire j...@debian.org
 To: 631...@bugs.debian.org
 Subject: Bug#631983: stimfit: diff for NMU version 0.10.18-1.1
 User-Agent: Mutt/1.5.21 (2010-09-15)

 tags 631983 + patch
 tags 631983 + pending
 thanks

 Dear maintainer,

 I've prepared an NMU for stimfit (versioned as 0.10.18-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

 Regards.
-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik



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



Bug#662243: samba(7) references missing programs

2012-03-04 Thread Maarten Bezemer
Package: samba
Version: 2:3.6.3-1
Severity: minor
Tags: patch


Originally described in this LaunchPad report: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/902339

samba(7) lists testprns(1) and smbsh(1) which are not installed.



I search all documentation, and removed all occurrences to these programs.
Please take a look at the attached patch. It basically contains the patch that 
should bep laced in the debian/patches directory.

Thanks,
  Maarten

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-security
  APT policy: (990, 'oneiric-security'), (900, 'oneiric-updates'), (500, 
'oneiric'), (400, 'oneiric-proposed'), (100, 'oneiric-backports'), (90, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-16-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- samba-3.6.3/debian/changelog2012-01-31 22:09:39.0 +0100
+++ samba-3.6.3/debian/changelog2012-03-04 22:51:03.0 +0100
@@ -1,3 +1,9 @@
+samba (2:3.6.3-2) unstable; urgency=low
+
+  * Removed references to testprns and smbsh commands from documentation
+
+ -- Maarten Bezemer maarten.beze...@gmail.com  Sun, 04 Mar 2012 22:50:48 
+0100
+
 samba (2:3.6.3-1) unstable; urgency=low
 
   [ Christian Perrier ]
--- samba-3.6.3/debian/patches/documentation2.patch 1970-01-01 
01:00:00.0 +0100
+++ samba-3.6.3/debian/patches/documentation2.patch 2012-03-04 
22:42:39.0 +0100
@@ -0,0 +1,378 @@
+Index: samba-debian/docs-xml/Samba3-HOWTO/manpages.xml
+===
+--- samba-debian.orig/docs-xml/Samba3-HOWTO/manpages.xml   2012-03-04 
22:14:54.232900768 +0100
 samba-debian/docs-xml/Samba3-HOWTO/manpages.xml2012-03-04 
22:15:07.336901289 +0100
+@@ -35,7 +35,6 @@
+   xi:include href=../manpages-3/smbgetrc.5.xml/
+   xi:include href=../manpages-3/smbpasswd.5.xml/
+   xi:include href=../manpages-3/smbpasswd.8.xml/
+-  xi:include href=../manpages-3/smbsh.1.xml/
+   xi:include href=../manpages-3/smbstatus.1.xml/
+   xi:include href=../manpages-3/smbtar.1.xml/
+   xi:include href=../manpages-3/smbtree.1.xml/
+Index: samba-debian/docs-xml/manpages-3/nmbd.8.xml
+===
+--- samba-debian.orig/docs-xml/manpages-3/nmbd.8.xml   2012-03-04 
22:14:54.248900769 +0100
 samba-debian/docs-xml/manpages-3/nmbd.8.xml2012-03-04 
22:15:07.336901289 +0100
+@@ -266,7 +266,6 @@
+   manvolnum8/manvolnum/citerefentry, 
citerefentryrefentrytitlesmb.conf/refentrytitle
+   manvolnum5/manvolnum/citerefentry, 
citerefentryrefentrytitlesmbclient/refentrytitle
+   manvolnum1/manvolnum/citerefentry, 
citerefentryrefentrytitletestparm/refentrytitle
+-  manvolnum1/manvolnum/citerefentry, 
citerefentryrefentrytitletestprns/refentrytitle
+   manvolnum1/manvolnum/citerefentry, and the Internet 
+   RFC's filenamerfc1001.txt/filename, 
filenamerfc1002.txt/filename. 
+   In addition the CIFS (formerly SMB) specification is available 
+Index: samba-debian/docs-xml/manpages-3/samba.7.xml
+===
+--- samba-debian.orig/docs-xml/manpages-3/samba.7.xml  2012-03-04 
22:14:54.264900769 +0100
 samba-debian/docs-xml/manpages-3/samba.7.xml   2012-03-04 
22:15:07.336901289 +0100
+@@ -76,16 +76,6 @@
+   /varlistentry
+ 
+   varlistentry
+-  termciterefentryrefentrytitletestprns/refentrytitle
+-  manvolnum1/manvolnum/citerefentry/term
+-  listitemparaThe commandtestprns/command
+-  utility supports testing printer names defined 
+-  in your filenameprintcap/filename file used 
+-  by Samba./para
+-  /listitem
+-  /varlistentry
+-
+-  varlistentry
+   termciterefentryrefentrytitlesmbstatus/refentrytitle
+   manvolnum1/manvolnum/citerefentry/term
+   listitemparaThe commandsmbstatus/command
+@@ -121,14 +111,6 @@
+   /varlistentry
+ 
+   varlistentry
+-  termciterefentryrefentrytitlesmbsh/refentrytitle
+-  manvolnum1/manvolnum/citerefentry/term
+-  listitemparaThe commandsmbsh/command command is 
+-  a program that allows you to run a unix shell with 
+-  with an overloaded VFS./para/listitem
+-  /varlistentry
+-
+-  varlistentry
+   termciterefentryrefentrytitlesmbtree/refentrytitle
+   manvolnum1/manvolnum/citerefentry/term
+   listitemparaThe commandsmbtree/command command 
+Index: samba-debian/docs-xml/manpages-3/smb.conf.5.xml
+===
+--- samba-debian.orig/docs-xml/manpages-3/smb.conf.5.xml   2012-03-04 
22:14:54.284900770 

Bug#657049: Problem with broadcom-sta on i686 systems

2012-03-04 Thread Boris Pek
Hi,

Small notes which should be useful for you:

echo deb-src http://ftp.de.debian.org/debian unstable main contrib non-free | 
sudo tee /etc/apt/sources.list.d/debian-sources.list
sudo apt-get update
mkdir /tmp/broadcom-sta
cd /tmp/broadcom-sta
apt-get source broadcom-sta 
cd broadcom-sta-*/
dpkg-buildpackage -rfakeroot
cd ..
sudo dpkg -i broadcom-sta-common_*.deb broadcom-sta-source_*.deb 
sudo m-a a-i broadcom-sta
sudo modprobe -r wl
sudo modprobe wl
sudo iwconfig
sudo iwlist scan
rm -r /tmp/broadcom-sta
sudo rm /etc/apt/sources.list.d/debian-sources.list

Best regards,
Boris


Bug#662233: iceweasel: Iceweasel crashes with Assertion failure on some Java or Javascript sites

2012-03-04 Thread Mike Hommey
On Sun, Mar 04, 2012 at 09:12:31PM +0100, Per Dalgas Jakobsen wrote:
 Package: iceweasel
 Version: 10.0.2-1
 Severity: important
 
 Dear Maintainer,
 
 Iceweasel crashes on some sites with an Assertion failure in jsapi.cpp.
 
 Site that crashes: 
 https://netbank.danskebank.dk/html/index.html?site=DBNBsecsystem=DI
 
 Sites that does not crash:
 http://javatester.org/javascript.html
 http://java.com/en/download/testjava.jsp
 
 
 I've tried to disable extensions and to start with a clean user, same 
 result.
 Fresh Wheezy installation with icedtea and openjdk.

What is the assertion message?

Mike



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



Bug#613337: libvia transition

2012-03-04 Thread Julien Cristau
Hi Michael,

On Thu, Feb  9, 2012 at 09:38:51 +0100, Michael Hanke wrote:

 Dear Release Team,
 
 I will upload a new SO version of LIBVIA shortly. Right now only ODIN
 and LIPSIA use this library. The LIBVIA dependency of ODIN will be
 dropped by the next upload (few more days).

how many is few? :)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#620960: RFS: inspircd

2012-03-04 Thread Guillaume Delacour
Le samedi 03 mars 2012 à 14:53 +0100, Helmut Grohne a écrit :
 On Wed, Dec 14, 2011 at 10:25:37PM +0100, Guillaume Delacour wrote:
  Le samedi 03 décembre 2011 à 11:39 +0100, Jan Lübbe a écrit :
   On Tue, 2011-11-01 at 22:00 +0100, Guillaume Delacour wrote: 
To access further information about this package, please visit the 
following URL:

  http://mentors.debian.net/package/inspircd

Alternatively, one can download the package with dget using this 
command:

  dget -x 
http://mentors.debian.net/debian/pool/main/i/inspircd/inspircd_2.0.5-1.dsc
   
   It seems you've replaced that package with a new one on 2011-11-30. Did
   you want to that one uploaded, too?
  
  Yes, the package on mentors (2011-11-30) is the package i want to upload
  in the archive (i've forgot to include some stuff a few days ago and
  regenerate/reupload it on mentors).
 
 Since the mentors migrated to debexpo your package is 404. Can you
 reupload? Additionally I suggest that you also report a bug against
 sponsorship-requests with severity important, as your upload fixes and
 rc bug.

I just reuploaded the package as it was removed from mentors the 25 of
february.

 
 Helmut

-- 
Guillaume Delacour g...@iroqwa.org


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#640482: OK in experimental

2012-03-04 Thread Ulrich Klauer

fixed 640482 8:6.7.4.0-1
thanks

I tried version 8:6.7.4.0-1 from experimental, and the bug is not  
present there.


Ulrich




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



Bug#662234: isn't installed on fresh installs - makes system unbootable

2012-03-04 Thread Steve McIntyre
On Sun, Mar 04, 2012 at 10:37:09PM +0100, Robert Millan wrote:
reassign 662234 debian-cd
retitle 662234 ufsutils .deb not included in CD image
tags 662234 patch
thanks

Hi,

El 4 de març de 2012 20:46, Evgeni Golov evg...@debian.org ha escrit:
 I've installed Debian/kFreeBSD from today's netinst iso in a VM.
 The ISO contains the ufsutils udeb, but not deb. Neither is it fetched from
 the mirror and installed in the target (I've chosen only standard in
 tasksel). This results in a unbootable system, as on reboot, it tries
 to check the rootfs and fails to find fsck.ufs and throws me into a rescue
 shell.

debian-cd bug.  Here's a patch.

Applied in svn ready for the next daily/weekly builds to use.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Is there anybody out there?




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



Bug#662244: RFA: redir -- Redirect TCP connections

2012-03-04 Thread Daniel Kahn Gillmor
Package: wnpp
Severity: normal

I request an adopter for the redir package.

The package description is:
 It can run under inetd or stand alone (in which case it handles
 multiple connections).  It is 8 bit clean, not limited to line
 mode, is small and light. Supports transparency, FTP redirects, http
 proxying, and bandwidth limiting.
 .
 redir is all you need to redirect traffic across firewalls authenticate
 based on an IP address etc. No need for the firewall toolkit. The
 functionality of inetd/tcpd and redir will allow you to do everything
 you need without screwy telnet/ftp etc gateways. (I assume you are running
 IP Masquerading of course.)

redir is old software, appears to be abandoned upstream (i tried to
interest the upstream maintainer in providing some fixes several years
ago, but nothing came of it).

Pretty much anything that redir can do can probably be done at least
as well by socat, so i'm not sure that redir adds much of value to the
archive.

I plan to do a last bit of maintenance to bring the package up-to-date
if anyone wants to adopt it, but may end up requesting its removal
from the archive if i get no takers.

Regards,

--dkg



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



Bug#660924: Very bad manners for a Debian maintainer.

2012-03-04 Thread Arnout Engelen
On Sun, Mar 04, 2012 at 11:22:27PM +0100, Arnout Engelen wrote:
  Fabian, who do you think you are to call d-m-o's packages as 'crappy'?
 
 I'm not sure what you're referring to exactly. 

Oh, you were referring to a comment in bug #660814 - sorry, I didn't notice 
that.


Arnout



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



Bug#660924: Very bad manners for a Debian maintainer.

2012-03-04 Thread Arnout Engelen
On Sun, Mar 04, 2012 at 06:08:04PM -0300, Sergio Cipolla wrote:
 d-m-o is a traditional and very respected 3rd party repository for
 Debian and has been for years.
 I can't tell the same of you.
 I'm not sure if you're a Debian Maintainer or not (or worse, Debian
 Developer) but this kind of big mouthing shouldn't be accepted from a
 DM/DD.

Afaics Fabian is a DM doing work that deserves respect, such as maintaining
packages:

  http://qa.debian.org/developer.php?login=fab...@debian-unofficial.org

.. and explaining confusing situations like this one to people like James :).

 Fabian, who do you think you are to call d-m-o's packages as 'crappy'?
 If I find out the proper channel for this I'll raise this subject so
 as the Debian contributors know that they should measure their words
 otherwise they should step down (even a 'do-ocracy' has its limits).

I'm not sure what you're referring to exactly. Fabian did use some mildly
strong language, but if anything that was directed towards James and not
d-m-o, and in any case did not really seem that insulting. Indeed it doesn't
seem James took offense, so no harm done.


Kind regards,

Arnout



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



Bug#661943: xserver-xorg-video-radeon: Unable to set native resolution with KMS enabled

2012-03-04 Thread Alex Deucher
On Fri, Mar 2, 2012 at 3:30 PM, Christopher Dow
christopher@allstardirectories.com wrote:
 Package: xserver-xorg-video-radeon
 Version: 1:6.14.3-2
 Severity: important

 I am unable to set the the native resolution of my monitors with KMS enabled. 
  Whenever I try to set the native resolution, the monitor displays the 
 following message message (with resolution replaced with the apropriate 
 native resolution:

 The current input timing is not supported by the monitor display. Please 
 change your input timing to resolution or any other monitor listed timing 
 as per the monitor specifications.

 I have two monitors ('Dell P2210' and a 'Dell P2010H').  I am not able to the 
 native resolution for either of these monitors.  You can find the 
 specifications for these monitors here:

 http://support.dell.com/support/edocs/monitors/P2210/en/ug/about.htm#Specifications
 http://support.dell.com/support/edocs/monitors/P2010H/en/ug/about.htm#Specifications

 Whenever boot into Debian, I get this same message for a few seconds and then 
 the display goes to a lower resolution.  I also get the same message if I try 
 to switch to any of the virtual terminals.

 If I disable KMS, I am able to set the native resolution for both of these 
 monitors (however, then I can't set my desktop to span 2 monitors but that is 
 probably a different issue).


[13.127] (II) RADEON(0): Output DisplayPort-0 connected
[13.127] (II) RADEON(0): Output DisplayPort-1 connected
[13.127] (II) RADEON(0): Using fuzzy aspect match for initial modes
[13.127] (II) RADEON(0): Output DisplayPort-0 using initial mode 1152x864
[13.127] (II) RADEON(0): Output DisplayPort-1 using initial mode 1152x864

The xserver (not the driver) is picking 1152x864 since it's the
largest common mode supported by both monitors.  You'll have to use
xrandr to choose a different mode (or specify different default modes
in your xorg.conf).  Alternatively, you can start up X with one
monitor attached and then enable the second one manually with xrandr.

Alex



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



Bug#607304: dosbox: locks up because SDL tries to access cdrom

2012-03-04 Thread Manuel A. Fernandez Montecelo
forwarded 607304 http://bugzilla.libsdl.org/show_bug.cgi?id=1439
stop

Hello,

For good measure, I forwarded the bug report to upstream for them to
take a look and tell what do they think about the suggested fix, or
incorporate the patch.

Regards.



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



Bug#412058: libsdl1.2debian: XRandR rotation ignored when looking at resolutions for fullscreen mode

2012-03-04 Thread Manuel A. Fernandez Montecelo
forwarded 412058 http://bugzilla.libsdl.org/show_bug.cgi?id=1440
stop

Hello,

Thank you for your interest in improving Debian, and sorry to keep the
bug unattended for so long.  There's now an effort to review the open
bugs related with SDL packages.

I forwarded the bug report to upstream for them to take a look and
tell what do they think and/or incorporate the patch.

Regards.



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



Bug#660924: Very bad manners for a Debian maintainer.

2012-03-04 Thread Jonas Smedegaard
On 12-03-04 at 06:08pm, Sergio Cipolla wrote:
 Fabian, who do you think you are to call d-m-o's packages as 'crappy'?
 d-m-o is a traditional and very respected 3rd party repository for
 Debian and has been for years.
 I can't tell the same of you.

You are correct, Sergio: Debian never was as good a 3rd party repository 
for Debian as d-m-o.


 You know very well why it uses an epoch in their versioning: exactly 
 so as people that want/need to use the extra features/packages it 
 provides don't mix what shouldn't be mixed with the official Debian 
 packages.

Excellent.  But wait: ISn't this a bugreport?  Against Debian?!?

Seems to me that somewhere in all its excellence, d-m-o failed to 
separate and distinguish itself properly from Debian and broke 
something.  Or if d-m-o did not break but Debian did, then why on Earth 
use Debian - d-m-o is apparently much better _without_ Debian, no?


 - Jonas

One of those silly ones devoted to the boring Debian itself.

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

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


signature.asc
Description: Digital signature


Bug#662245: [INTL:sv] Swedish (sv) translation of ISO-3166

2012-03-04 Thread Martin Bagge / brother

package: iso-codes
priority: wishlist
tags: patch l10n

Please include the attached updated Swedish (sv) translation for ISO 3166.

--
/brother
http://martin.bagge.nu
Bruce Schneier's public and private keys are known as Law and Order.# Swedish translations of ISO-3166 country names.
# Copyright (C) 2001, 2003, 2004, 2007, 2011 Free Software Foundation, Inc.
# This file is distributed under the same license as the iso-codes package.
# Mattias Newzella newze...@linux.nu, 2001.
#  (translations from drakfw)
# Alastair McKinstry mckins...@computer.org, 2001.
# Christian Rose ment...@menthos.com, 2004.
# Daniel Nylander p...@danielnylander.se, 2007, 2011.
# Martin Bagge brot...@bsnet.se, 2012.
#
msgid 
msgstr 
Project-Id-Version: iso_3166\n
Report-Msgid-Bugs-To: Debian iso-codes team 
pkg-isocodes-de...@lists.alioth.debian.org\n
POT-Creation-Date: 2011-11-13 09:05+0100\n
PO-Revision-Date: 2012-02-26 17:36+0100\n
Last-Translator: Martin Bagge / brother brot...@bsnet.se\n
Language-Team: Swedish tp...@listor.tp-sv.se\n
Language: sv\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Swedish\n
X-Poedit-Country: Sweden\n

#. name for AFG
msgid Afghanistan
msgstr Afghanistan

# official_name for PAK
#. official_name for AFG
msgid Islamic Republic of Afghanistan
msgstr Islamiska republiken Afghanistan

# KY
#. name for ALA
msgid Åland Islands
msgstr Åland

# AL
#. name for ALB
msgid Albania
msgstr Albanien

# official_name for ALB
#. official_name for ALB
msgid Republic of Albania
msgstr Republiken Albanien

# DZ
#. name for DZA
msgid Algeria
msgstr Algeriet

# CD
#. official_name for DZA
msgid People's Democratic Republic of Algeria
msgstr Demokratiska folkrepubliken Algeriet

# AS
#. name for ASM
msgid American Samoa
msgstr Amerikanska Samoa

# AD
#. name for AND
msgid Andorra
msgstr Andorra

# official_name for AND
#. official_name for AND
msgid Principality of Andorra
msgstr Furstendömet Andorra

# AO
#. name for AGO
msgid Angola
msgstr Angola

#. official_name for AGO
msgid Republic of Angola
msgstr Republiken Angola

# AI
#. name for AIA
msgid Anguilla
msgstr Anguilla

# AQ
#. name for ATA
msgid Antarctica
msgstr Antarktis

# AG
#. name for ATG
msgid Antigua and Barbuda
msgstr Antigua och Barbuda

# AR
#. name for ARG
msgid Argentina
msgstr Argentina

# DO
#. official_name for ARG
msgid Argentine Republic
msgstr Argentinska republiken

# AM
#. name for ARM
msgid Armenia
msgstr Armenien

# official_name for ARM
#. official_name for ARM
msgid Republic of Armenia
msgstr Republiken Armenien

# AW
#. name for ABW
msgid Aruba
msgstr Aruba

# AU
#. name for AUS
msgid Australia
msgstr Australien

# AT
#. name for AUT
msgid Austria
msgstr Österrike

# official_name for AUT
#. official_name for AUT
msgid Republic of Austria
msgstr Republiken Österrike

# AZ
#. name for AZE
msgid Azerbaijan
msgstr Azerbajdzjan

# AZ
#. official_name for AZE
msgid Republic of Azerbaijan
msgstr Republiken Azerbajdzjan

# BS
#. name for BHS
msgid Bahamas
msgstr Bahamas

# Osäker.
# official_name for BHS
#. official_name for BHS
msgid Commonwealth of the Bahamas
msgstr Samväldet Bahamas

# BH
#. name for BHR
msgid Bahrain
msgstr Bahrain

# official_name for BTN
#. official_name for BHR
msgid Kingdom of Bahrain
msgstr Konungariket Bahrain

# BD
#. name for BGD
msgid Bangladesh
msgstr Bangladesh

# official_name for BGD
#. official_name for BGD
msgid People's Republic of Bangladesh
msgstr Folkrepubliken Bangladesh

# BB
#. name for BRB
msgid Barbados
msgstr Barbados

# BY
#. name for BLR
msgid Belarus
msgstr Vitryssland

# official_name for BLR
#. official_name for BLR
msgid Republic of Belarus
msgstr Republiken Vitryssland

# BE
#. name for BEL
msgid Belgium
msgstr Belgien

# official_name for BEL
#. official_name for BEL
msgid Kingdom of Belgium
msgstr Konungariket Belgien

# BZ
#. name for BLZ
msgid Belize
msgstr Belize

# BJ
#. name for BEN
msgid Benin
msgstr Benin

#. official_name for BEN
msgid Republic of Benin
msgstr Republiken Benin

# BM
#. name for BMU
msgid Bermuda
msgstr Bermuda

# BT
#. name for BTN
msgid Bhutan
msgstr Bhutan

# official_name for BTN
#. official_name for BTN
msgid Kingdom of Bhutan
msgstr Konungariket Bhutan

#. name for BOL
msgid Bolivia, Plurinational State of
msgstr Bolivia, Mångnationella staten

#. official_name for BOL
msgid Plurinational State of Bolivia
msgstr Mångnationella staten Bolivia

# BO
#. common_name for BOL
msgid Bolivia
msgstr Bolivia

#. name for BES, official_name for BES
msgid Bonaire, Sint Eustatius and Saba
msgstr Bonaire, Sint Eustatius och Saba

# BA
#. name for BIH
msgid Bosnia and Herzegovina
msgstr Bosnien-Hercegovina

# BA
#. official_name for BIH
msgid Republic of Bosnia and Herzegovina
msgstr Republiken Bosnien-Hercegovina

# BW
#. name for BWA
msgid Botswana
msgstr Botswana

# official_name for BWA
#. official_name for BWA
msgid Republic of Botswana
msgstr Republiken Botswana

#. name for BVT
msgid Bouvet Island

Bug#661465: openjdk-7-jre: dependency on gconf2

2012-03-04 Thread Matthias Klose

well, then you can use openjdk-7-jre-headless



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



Bug#662246: linux-image-2.6.32-5-686: ov519 fails to handle Hercules Deluxe webcam

2012-03-04 Thread Skippy le Grand Gourou
Package: linux-2.6
Version: 2.6.32-41
Severity: normal

Hercules Deluxe USB webcam won't work, see the end of the kernel log.

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-39squeeze1) (da...@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 11 12:29:30 UTC 2012

** Command line:
root=/dev/sda2 ro quiet vga=791 edd=off

** Not tainted

** Kernel log:
[491441.842432] CPU2 attaching sched-domain:
[491441.842433]  domain 0: span 0,2 level SIBLING
[491441.842435]   groups: group c320370c cpus 2 (cpu_power = 589) group 
c300370c cpus 0 (cpu_power = 589)
[491441.842437]   domain 1: span 0-3 level MC
[491441.842438]groups: group c3003778 cpus 0,2 (cpu_power = 1178) group 
c3103778 cpus 1,3 (cpu_power = 1178)
[491441.842442] CPU3 attaching sched-domain:
[491441.842443]  domain 0: span 1,3 level SIBLING
[491441.842444]   groups: group c330370c cpus 3 (cpu_power = 589) group 
c310370c cpus 1 (cpu_power = 589)
[491441.842447]   domain 1: span 0-3 level MC
[491441.842448]groups: group c3103778 cpus 1,3 (cpu_power = 1178) group 
c3003778 cpus 0,2 (cpu_power = 1178)
[519546.470541] mtrr: no MTRR for c000,3ff found
[521029.753152] usb 3-1.3: USB disconnect, address 8
[521029.753393] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now 
disconnected from ttyUSB0
[521029.753412] ftdi_sio 3-1.3:1.1: device disconnected
[521029.953358] usb 3-1.3: new full speed USB device using ehci_hcd and address 
9
[521030.052884] usb 3-1.3: New USB device found, idVendor=9e88, idProduct=9e8f
[521030.052888] usb 3-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[521030.052891] usb 3-1.3: Product: SheevaPlug JTAGKey FT2232D B
[521030.052894] usb 3-1.3: Manufacturer: FTDI
[521030.052896] usb 3-1.3: SerialNumber: FTTIQ4WN
[521030.052986] usb 3-1.3: configuration #1 chosen from 1 choice
[521030.056282] usb 3-1.3: Ignoring serial port reserved for JTAG
[521030.059523] ftdi_sio 3-1.3:1.1: FTDI USB Serial Device converter detected
[521030.059552] usb 3-1.3: Detected FT2232C
[521030.059554] usb 3-1.3: Number of endpoints 2
[521030.059558] usb 3-1.3: Endpoint 1 MaxPacketSize 64
[521030.059561] usb 3-1.3: Endpoint 2 MaxPacketSize 64
[521030.059564] usb 3-1.3: Setting MaxPacketSize 64
[521030.059747] usb 3-1.3: FTDI USB Serial Device converter now attached to 
ttyUSB0
[521039.216954] usb 3-1.4: USB disconnect, address 4
[521041.715018] usb 3-1.4: new full speed USB device using ehci_hcd and address 
10
[521041.808598] usb 3-1.4: New USB device found, idVendor=05a9, idProduct=4519
[521041.808603] usb 3-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[521041.808606] usb 3-1.4: Product: USB Camera
[521041.808608] usb 3-1.4: Manufacturer: OmniVision Technologies, Inc.
[521041.808701] usb 3-1.4: configuration #1 chosen from 1 choice
[521041.808976] gspca: probing 05a9:4519
[521042.469094] ov519: I2C synced in 3 attempt(s)
[521042.469097] ov519: starting OV7xx0 configuration
[521042.469793] ov519: Unknown image sensor version: 2
[521042.469795] ov519: Failed to configure OV7xx0
[521042.469797] ov519: OV519 Config failed
[521042.469807] ov519: probe of 3-1.4:1.0 failed with error -16
[521042.469884] gspca: probing 05a9:4519
[521467.885255] usbcore: deregistering interface driver ov519
[521467.885278] ov519: deregistered
[521467.900288] gspca: main deregistered
[521809.376462] dialog[12612]: segfault at 0 ip b77c6125 sp bf8861b0 error 4 in 
libncursesw.so.5.7[b77b5000+43000]
[524303.418813] usb 3-1.3: USB disconnect, address 9
[524303.419067] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now 
disconnected from ttyUSB0
[524303.419086] ftdi_sio 3-1.3:1.1: device disconnected
[524303.616307] usb 3-1.3: new full speed USB device using ehci_hcd and address 
11
[524303.715679] usb 3-1.3: New USB device found, idVendor=9e88, idProduct=9e8f
[524303.715684] usb 3-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[524303.715687] usb 3-1.3: Product: SheevaPlug JTAGKey FT2232D B
[524303.715689] usb 3-1.3: Manufacturer: FTDI
[524303.715691] usb 3-1.3: SerialNumber: FTTIQ4WN
[524303.715781] usb 3-1.3: configuration #1 chosen from 1 choice
[524303.719103] usb 3-1.3: Ignoring serial port reserved for JTAG
[524303.722377] ftdi_sio 3-1.3:1.1: FTDI USB Serial Device converter detected
[524303.722409] usb 3-1.3: Detected FT2232C
[524303.722413] usb 3-1.3: Number of endpoints 2
[524303.722416] usb 3-1.3: Endpoint 1 MaxPacketSize 64
[524303.722419] usb 3-1.3: Endpoint 2 MaxPacketSize 64
[524303.722422] usb 3-1.3: Setting MaxPacketSize 64
[524303.722667] usb 3-1.3: FTDI USB Serial Device converter now attached to 
ttyUSB0
[525406.832482] usb 3-1.3: USB disconnect, address 11
[525406.832714] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now 
disconnected from ttyUSB0
[525406.832734] ftdi_sio 3-1.3:1.1: device disconnected
[525407.030940] usb 3-1.3: new full speed USB device using ehci_hcd and address 
12
[525407.130381] usb 3-1.3: New USB device found, 

Bug#661486: gnome-shell: Crashes even with a single browser window.

2012-03-04 Thread Hugo A. M. Torres
Package: gnome-shell
Version: 3.2.2.1-1
Followup-For: Bug #661486

Dear Maintainer,

The bug bites me even with a single iceweasel windows open.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (750, 'testing'), (675, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 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 gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gir1.2-accountsservice-1.0   0.6.15-4
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-2
ii  gir1.2-clutter-1.0   1.8.4-1
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.6-1
ii  gir1.2-freedesktop   1.31.10-1
ii  gir1.2-gconf-2.0 3.2.3-3
ii  gir1.2-gdkpixbuf-2.0 2.24.1-1
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.10-1
ii  gir1.2-gmenu-3.0 3.2.0.1-2
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.2.2-1
ii  gir1.2-networkmanager-1.00.9.2.0-2
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.104-2
ii  gir1.2-soup-2.4  2.34.3-1
ii  gir1.2-telepathyglib-0.120.16.2-1+b1
ii  gir1.2-telepathylogger-0.2   0.2.12-1
ii  gir1.2-upowerglib-1.00.9.15-2
ii  gjs  1.30.1-1
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-settings-daemon3.2.2-2
ii  gnome-shell-common   3.2.2.1-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-26
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libcamel-1.2-29  3.2.2-1
ii  libcanberra0 0.28-3
ii  libclutter-1.0-0 1.8.4-1
ii  libcogl-pango0   1.8.2-1
ii  libcogl5 1.8.2-1
ii  libcroco30.6.4-2
ii  libdbus-1-3  1.4.18-1
ii  libdbus-glib-1-2 0.98-1
ii  libdrm2  2.4.30-1
ii  libebook-1.2-12  3.2.2-1
ii  libecal-1.2-10   3.2.2-1
ii  libedataserver-1.2-153.2.2-1
ii  libedataserverui-3.0-1   3.2.2-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.6-1
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  3.2.3-3
ii  libgdk-pixbuf2.0-0   2.24.1-1
ii  libgee2  0.6.1-3
ii  libgirepository-1.0-11.31.10-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.30.1-1
ii  libgl1-mesa-glx [libgl1] 7.11.2-1
ii  libglib2.0-0 2.30.2-6
ii  libgnome-desktop-3-2 3.2.1-3
ii  libgnome-keyring03.2.2-2
ii  libgnome-menu-3-03.2.0.1-2
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.2.3-1
ii  libical0 0.44-3
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-3
ii  libmutter0   3.2.2-1
ii  libnm-glib4  0.9.2.0-2
ii  libnm-util2  0.9.2.0-2
ii  libnspr4-0d  4.9~beta5-2
ii  libnss3-1d   3.13.1.with.ckbi.1.88-1
ii  libpango1.0-01.29.4-2
ii  libpolkit-agent-1-0  0.104-2
ii  libpolkit-gobject-1-00.104-2
ii  libpulse-mainloop-glib0  1.1-3
ii  libpulse0  

Bug#662247: nagios-nrpe-server: suggest xinetd/inetd

2012-03-04 Thread Christoph Anton Mitterer
Package: nagios-nrpe-server
Version: 2.12-5
Severity: wishlist


Hi.

I thought I would have already reported this (if so, sorry for the noise) but
can't find it anymore.

The NRPE server can run via xinetd/inetd, right?
So may I propose, that the package suggests xinetd | inetd ?!

I guess recommends would be too much, as many people run it as daemon and
it would per default install xinetd then.


HTH,
Chris.



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



Bug#661963: Updated (complete!) file for Swedish XSP debconf messages

2012-03-04 Thread Martin Bagge / brother
Sorry for the fuck up with executing my script on a host with no msgcat 
installed =(
That part is solved now, probably need to do some checking before erasing 
files in the future =)

Thanks for the hint bubulle!
--
/brother
http://martin.bagge.nu
Adi Shamir stopped working on factoring once Bruce Schneier accidentally leaked 
that he can solve sparse linear systems by shaking them Etch-a-sketch style.# Translation of xsp debconf template to Swedish
# Copyright (C) 2009, 2012 Martin Bagge brot...@bsnet.se
# This file is distributed under the same license as the xsp package.
#
# Martin Bagge brot...@bsnet.se, 2009, 2012
msgid 
msgstr 
Project-Id-Version: xsp_1.2.5-2.1_sv\n
Report-Msgid-Bugs-To: x...@packages.debian.org\n
POT-Creation-Date: 2011-12-21 07:13+0100\n
PO-Revision-Date: 2012-03-04 23:58+0100\n
Last-Translator: Martin Bagge / brother brot...@bsnet.se\n
Language-Team: swedish debian-l10n-swed...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Swedish\n
X-Poedit-Country: Sweden\n

#. Type: boolean
#. Description
#: ../mono-apache-server4.templates:1001
#| msgid Let mono-apache-server restart Apache?
msgid Let mono-apache-server4 restart Apache?
msgstr Ska mono-apache-server4 starta om Apache?

#. Type: boolean
#. Description
#: ../mono-apache-server4.templates:1001
#| msgid 
#| The Debian version of mono-apache-server includes a mono-server-update 
#| script that creates a configuration file for apache to start the ASP.NET 
#| applications, and mono-server-update can restart apache if there's a new 
#| configuration file (/etc/mono-server/mono-server-hosts.conf). If this is 
#| true, then apache will be restarted when there is a new mono-server-hosts.
#| conf file.
msgid The Debian version of mono-apache-server4 includes a mono-server4-update 
script that creates a configuration file for Apache to start the ASP.NET 
applications, and mono-server4-update can restart Apache if there's a new 
configuration file (/etc/mono-server4/mono-server-hosts.conf). If this is true, 
then Apache will be restarted when there is a new mono-server4-hosts.conf file.
msgstr Debian-versionen av mono-apache-server4 inkluderar ett skript, 
mono-server4-update,som skapar en konfigurationsfil för Apache för att starta 
ASP.NET-applikationer. Skriptet mono-server4-update kan starta om Apache om det 
finns en ny konfigurationsfil (/etc/mono-server4/mono-server-hosts.conf). 
Apache kommer att startas om när det finns en ny mono-server4-hosts.conf-fil.

#. Type: note
#. Description
#: ../mono-apache-server4.templates:2001
#: ../mono-apache-server2.templates:2001
#: ../mono-xsp4.templates:4001
#: ../mono-xsp2.templates:4001
msgid ASP.NET 1.0 support removed
msgstr ASP.NET 1.0 stöd borttaget

#. Type: note
#. Description
#: ../mono-apache-server4.templates:2001
#: ../mono-apache-server2.templates:2001
msgid You appear to have some ASP.NET 1.0 sites configured in 
/etc/mono-server1. Support for the 1.0 profile has been removed from Mono 2.8 
and above, and you are no longer able to serve ASP.NET 1.0 sites. You must 
reconfigure XSP to serve these sites using either 2.0 or 4.0 profiles, assuming 
your application is compatible. Please see mono-server2-admin(8) or 
mono-server4-admin(8) to see how to regenerate a configuration for use with 2.0 
or 4.0 profiles.
msgstr Det verkar som att du har några ASP.NET 1.0-platser angivna i 
/etc/mono-server1. Stöd för 1.0-profilen har tagits bort i och med Mono 2.8 och 
senare och du kan inte längre servera ASP-NET 1.0-platser. DU måste ställa in 
XSP att servera dessa platser antingen som 2.0- eller 4.0-profiler, under 
förutsättning att din applikation är kompatibel. Läs mer i manualsidan 
mono-server2-admin(8) eller mono-server4-admin(8) för instruktioner om hur 
inställningen för 2.0- eller 4.0-profilerna kan skapas.

#. Type: boolean
#. Description
#: ../mono-apache-server2.templates:1001
msgid Let mono-apache-server2 restart Apache?
msgstr Ska mono-apache-server2 starta om Apache?

#. Type: boolean
#. Description
#: ../mono-apache-server2.templates:1001
#| msgid 
#| The Debian version of mono-apache-server2 includes a mono-server2-update 
#| script that creates a configuration file for apache to start the ASP.NET 
#| applications, and mono-server2-update can restart apache if there's a new 
#| configuration file (/etc/mono-server2/mono-server2-hosts.conf). If this 
#| is true, then apache will be restarted when there is a new mono-server2-
#| hosts.conf file.
msgid The Debian version of mono-apache-server2 includes a mono-server2-update 
script that creates a configuration file for Apache to start the ASP.NET 
applications, and mono-server2-update can restart Apache if there's a new 
configuration file (/etc/mono-server2/mono-server2-hosts.conf). If this is 
true, then Apache will be restarted when there is a new mono-server2-hosts.conf 
file.
msgstr Debian-versionen av 

Bug#649463: libpam-rsa: code to hash hostname and username is broken

2012-03-04 Thread gregor herrmann
On Sun, 04 Mar 2012 22:44:36 +0100, Julien Cristau wrote:

  +libpam-rsa (0.8-9-2.3) UNRELEASED; urgency=low
  +
  +  * Non-maintainer upload.
  +  * Fix code to hash hostname and username is broken: openssl output has
  +changed, use shasum in the pamrsakp script.
  +(Closes: #649463)
  +
  + -- gregor herrmann gre...@debian.org  Sun, 04 Mar 2012 17:57:39 +0100

 Isn't this missing a change to debian/control to add a perl dependency?

Oh, right, thanks for catching this.

(Added locally.)
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rolling Stones: Wild Horses (acoustic)


signature.asc
Description: Digital signature


Bug#511715: ITP: gallery3 -- web-based photo album written in PHP

2012-03-04 Thread Marc Dequènes (Duck)

Coin,

Quoting you from Gallery's ML:

Another thing that should be discussed is whether it's worth having a
gallery3 package in the main Debian repository.  The benefit of having a
package in the Debian repository is the simplicity of installation via
apt-get install gallery3

Having a gallery3 package hosted outside of the main Debian repository
(such as my people.debian.org repository) gets the same benefit,
assuming one has configured their system to access that repository.
While initially somewhat complicated, the setup is a one time cost.
There are also ways to simplify the repository setup, such as a helper
package.


You're not the only DD having hit a license problem, and if every (if  
not all) DD had created a personal repository for each package causing  
problem, there would be no central repository at all. Do you intend to  
support sid, testing, stable, and security up to old-stable by  
yourself in the long run? Do you really think this situation is  
sustainable?


Now that you have tell upstream that it is not necessary, do you think  
anyone of them will help you solve the licensing problem? You also  
forgot about the trust and security problem caused by adding any apt  
key like explained in your installation procedure[1]. What would  
happen if your GPG key is compromised?


If you want to help Debian and your users you'll have to clean this up  
and make up a decision. If the source code of the SWF apps cannot be  
provided, then i think you could provide a package with such files  
removed and the corresponding features deactivated. If you also want  
to care about the lost features, and if these files are _really_  
allowed to be distributed at all, then you may package them separately  
in a non-free package which would enhance the free one (and provide a  
helper script of some sort to activate the feature if needed).


Please do not consider this mail an offensive one. I just think you  
made a mistake and i wanted to explain my point of view. I also think  
you should perfectly be able to improve the situation. Don't forget  
you may also ask your fellow developers for opinions and/or help on  
the MLs.



[1] http://codex.gallery2.org/Gallery3:Installation_on_Debian

--
Marc Dequènes (Duck)


pgpyX0C43ZrqJ.pgp
Description: PGP Digital Signature


Bug#585655: libsdl can fail to enumerate XBox 360 wireless controllers

2012-03-04 Thread Manuel A. Fernandez Montecelo
tags 585655 +moreinfo
stop

Hello,

Thank you for your interest in improving Debian, and sorry to keep the
bug unattended for so long.  There's now an effort to review the open
bugs related with SDL packages.

Several new versions have entered the archive after this report was
submitted, can somebody please confirm if this is still happening?

I don't have that hardware myself so I cannot test it.


Regards.



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



Bug#639536: homebank's description should include the word money

2012-03-04 Thread Francesco Namuri
Hi David,
debtags is a service provided to do some kind of categorization debian
packages. Please take a look at http://wiki.debian.org/Debtags to have a
good idea of how debtags work.
As you can see, if a category, that describes correctly a package, is
missing from the tags already assigned to package itself, you can add
it. And help the project itself.
If you want, you can try to find a good category for homebank that can
be respond to the money keywork... If you cant I do it asap.

But, again, I absolutely don't agree to change a package description
only to insert keywords. For this there is debtags.

Thank you again.

Cheers,
francesco



Il giorno dom, 04/03/2012 alle 18.05 +, David Jones ha scritto:
 I disagree with this. Typing money into the link that you've
 provided *does not* show Homebank. See this link for what does show up
 when money is searched for
 http://debtags.debian.net/search/?wl=q=moneyqf=all
 
 





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



Bug#662248: kmod: initscript proposed enhancements

2012-03-04 Thread Cristian Ionescu-Idbohrn
Package: kmod
Version: 6-1
Severity: minor
Tags: patch

Please find attached some initscript adjustment suggestions, mainly for
better performance.


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmod depends on:
ii  libc6 2.13-27
ii  libkmod2  6-1
ii  lsb-base  3.2+Debian29

kmod recommends no packages.

kmod suggests no packages.

-- no debconf information


Cheers,

-- 
Cristiancommit 731913925679597c8a0249be6b070c50630067f6
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:26:28 2012 +0100

Removed useless whitespace.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index bfb2eeb..0846f50 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 ### BEGIN INIT INFO
 # Provides:  kmod
-# Required-Start:
-# Required-Stop: 
+# Required-Start:
+# Required-Stop:
 # Should-Start:  checkroot
 # Should-Stop:
 # Default-Start: S
@@ -63,4 +63,3 @@ if [ $VERBOSE = no ]; then
 fi
 
 exit 0
-

commit 106a6d9422eea18b0c564083f8fe90dc0bfa60f5
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:28:37 2012 +0100

Removed some useless quotes.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index 0846f50..d7f416b 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -18,9 +18,9 @@
 [ -f /etc/default/rcS ]  . /etc/default/rcS
 . /lib/lsb/init-functions
 
-PATH=/sbin:/bin
+PATH=/sbin:/bin
 
-case $1 in
+case $1 in
   start)
   ;;
 
@@ -36,8 +36,8 @@ esac
 
 load_module() {
   local module args
-  module=$1
-  args=$2
+  module=$1
+  args=$2
 
   if [ $VERBOSE != no ]; then
 log_action_msg Loading kernel module $module

commit 9ad4ead14a5242ee7c595f72b6dbcc6a7307087f
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:32:04 2012 +0100

Remove useless local variables.

Arguments aren't modified inside the function.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index d7f416b..2339a27 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -35,15 +35,14 @@ case $1 in
 esac
 
 load_module() {
-  local module args
-  module=$1
-  args=$2
+  # $1 - module
+  # $2 - args
 
   if [ $VERBOSE != no ]; then
-log_action_msg Loading kernel module $module
-modprobe $module $args || true
+log_action_msg Loading kernel module $1
+modprobe $1 $2 || true
   else
-modprobe $module $args  /dev/null 21 || true
+modprobe $1 $2  /dev/null 21 || true
   fi
 }
 

commit 82dbb8a7500740699fabafd6d947a97a11e29187
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:34:58 2012 +0100

Show usage for the true command.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index 2339a27..2977e64 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -30,7 +30,7 @@ case $1 in
   ;;
 
   *)
-  log_success_msg Usage: /etc/init.d/kmod start
+  log_success_msg Usage: $0 start
   exit 1
 esac
 

commit 473eff6fe3f95a3d9c225fd702042f8b90f328a7
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:35:37 2012 +0100

Remove useless space.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index 2977e64..5500f20 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -42,7 +42,7 @@ load_module() {
 log_action_msg Loading kernel module $1
 modprobe $1 $2 || true
   else
-modprobe $1 $2  /dev/null 21 || true
+modprobe $1 $2 /dev/null 21 || true
   fi
 }
 

commit d7b607754d237f1ff3ab2c633edb472cadcfd674
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:36:42 2012 +0100

Use shell builtin ':' equivalent to 'true'.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com

diff --git a/debian/kmod.init b/debian/kmod.init
index 5500f20..cded673 100644
--- a/debian/kmod.init
+++ b/debian/kmod.init
@@ -40,9 +40,9 @@ load_module() {
 
   if [ $VERBOSE != no ]; then
 log_action_msg Loading kernel module $1
-modprobe $1 $2 || true
+modprobe $1 $2 || :
   else
-modprobe $1 $2 /dev/null 21 || true
+modprobe $1 $2 /dev/null 21 || :
   fi
 }
 

commit 4c61570d26eb9b849975b6879d8fd3910e4cb173
Author: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date:   Sun Mar 4 23:39:19 2012 +0100


Bug#662112: keytouch-editor segfaults on receiving KEY_NUMERIC_1

2012-03-04 Thread Luke Cycon
Thanks for the detailed bug report!

I will look into the issue myself, although keytouch and -editor are
slowly falling out of sync with the development headers they depend
on.

As you can see in bug #635665, I have already requested Keytouch's
removal from the archives given its non-functional status.  My
rationale for not removing -editor at the same time boiled down to
What if someone still has a working version of keytouch? May as well
keep -editor there for them

Upstream seems to have vanished without a trace, so I will ask anyone
who comes across this bug report and want to take a crack at the
problem to go ahead and do so.

Please add to this if you find anymore non-functional keys

Thanks!
Luke


signature.asc
Description: PGP signature


Bug#573245: I was unsure what to do with this report ....

2012-03-04 Thread Nicholas Bamber

tag 321505 +confirmed
thanks

Compare #321505.

--
Nicholas Bamber | http://www.periapt.co.uk/
PGP key 3BFFE73C from pgp.mit.edu



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



Bug#662026: RFS: shotdetect/1.0.86-1 [ITP]

2012-03-04 Thread Benoît Knecht
tags 662026 moreinfo
thanks

Hi Giulio,

Giulio Paci wrote:
   I am looking for a sponsor for my package shotdetect
 
  * Package name: shotdetect
Version : 1.0.86-1
Upstream Author : Johan MATHE johan.ma...@tremplin-utc.net
  * URL : http://shotdetect.nonutc.fr/
  * License : LGPL-2.1+
Section : misc
 
   It builds those binary packages:
 
 shotdetect - scene change detector

You seem to be missing a dependency:

  [...]
  checking for gcc... gcc
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking dependency style of gcc... none
  checking for libxml libraries = ... 2.7.8 found
  configure: error: xslt-config not found. Please reinstall the libxslt = 
1.1.0 distribution
  make: *** [debian/stamp-autotools] Error 1
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

Cheers,

-- 
Benoît Knecht



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



Bug#649882: Split arch:all contents to Contents-all.gz

2012-03-04 Thread gregor herrmann
On Sun, 04 Mar 2012 10:02:07 +0800, Paul Wise wrote:

 Sounds like a win to me.

Ack.
 
 The tools that might need changing:
 
 debmirror
 apt-file
 UDD
 collab-qa/filecontents/*-contents.py

Maybe dh-make-perl too.

Cheers,
gregor 
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Arlo Guthrie: Somebody Turned On The Light


signature.asc
Description: Digital signature


Bug#662229: mongrel-cluster: breaks mongrel_rails

2012-03-04 Thread Jeremy Lainé
No objection on my behalf, its definitely legacy.




On 04/03/2012 20:18 Antonio Terceiro wrote:

Package: mongrel-cluster
Version: 1.0.5-5
Severity: grave
Justification: renders package unusable


Having mongrel-cluster installed, running mongrel_rails in a mostly
empty rails app crashes:


/usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:76:in 
`_deprecated_load_specification': uninitialized constant Gem::Path (NameError)
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/deprecate.rb:39:in `skip_during'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:75:in 
`_deprecated_load_specification'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/deprecate.rb:63:in `send'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/deprecate.rb:63:in 
`load_specification'
from /usr/lib/ruby/1.8/gem_plugin.rb:114:in `load'
from /usr/lib/ruby/1.8/gem_plugin.rb:113:in `each'
from /usr/lib/ruby/1.8/gem_plugin.rb:113:in `load'
from /usr/bin/mongrel_rails:279


If I remove mongrel-cluster, mongrel is able to start.


This problem might be caused by libgemplugin-ruby, since mongrel-cluster seems
to be the only gem plugin packaged in Debian, and its mechanism is not
triggered if there are no gem plugins installed (the case when I remove
mongrel-cluster).


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


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


Versions of packages mongrel-cluster depends on:
ii libgemplugin-ruby 0.2.3-2
ii mongrel 1.1.5-6
ii ruby 4.8
ii ruby1.8 [ruby] 1.8.7.352-2


mongrel-cluster recommends no packages.


mongrel-cluster suggests no packages.


-- no debconf information

--

Antonio Terceiro terce...@debian.org





Bug#662249: nagios-nrpe: please include NRPE.pdf

2012-03-04 Thread Christoph Anton Mitterer
Source: nagios-nrpe
Version: 2.12-5
Severity: wishlist


Hi.

Upstream seems to ship more extensive documentation as a PDF 
(nagios.sourceforge.net/docs/nrpe/NRPE.pdf),
which is even referenced in /usr/share/doc/nagios-nrpe-server/README.gz .

Is there anything that prevents this to be added?

HTH,
Chris.



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



Bug#518696: [Fwd: Re: Progress?]

2012-03-04 Thread Georgios M. Zarkadas
Sorry for the previous message, it left my console incomplete;
continuing with the intended reply:

 Προωθημένο Μήνυμα 
Από: Georgios M. Zarkadas georgios.zarka...@gmail.com
Προς: Rogério Brito rbr...@ime.usp.br
Θέμα: Re: Progress?
Ημ/νία: Mon, 05 Mar 2012 01:30:00 +0200

Στις 04-03-2012, ημέρα Κυρ, και ώρα 18:44 -0300, ο/η Rogério Brito
έγραψε:
 Hi, Ondřej.
 
 On Sun, Mar 4, 2012 at 18:12, Ondřej Surý ond...@sury.org wrote:
  any progress on uploading to unstable?  I can help/sponsor/comaintain.
  If you don't respond, I'll just pick whatever is in collab-maint,
  check it (is the conflict with moreutils solved) and upload to
  unstable?
 
 Just for the record, I have updated the packaging and pushed it to 
 collab-maint:
 
 http://anonscm.debian.org/gitweb/?p=collab-maint/parallel.git
 
 Please let me know if there is anything else that I should do.
 
 Regards,
 

You must do either of following:

[1] Declare the package's conflict with moreutils in the control
file, because both packages share a binary in the path (/usr/bin/parallel).
That, is the debian/control file must contain a line:

Conflicts: moreutils

Also, it may be needed (someone with more experience in policy should tell)
that moreutils also declares that conflict.

This is for the case that the default (--gnu) configuration is chosen for
the package.

[2] Use the --tollef personality as default. Then there is no need for
a Conflicts, nor a need to modify moreutils. You just have to use dpkg-divert
in the install scripts to divert the moreutils' parallel with your package's
version.

Regarding ikiwiki-hosting-web, I believe that its only dependency from
moreutils is the use of chronic in its cron job. In any case a conflict with
that package is not necessary; the conflict with moreutils will be enough.

Also, for the case that --tollef / dpkg-divert is chosen, a later change by
the site admin of parallel's personality to --gnu will not interfere with the
ikiwiki-hosting-web package.

Just, FYI, the mentors thread, where the previous package's attempt was
discussed is: 
http://lists.debian.org/debian-mentors/2011/04/msg00203.html

I have since that time, taken other paths inside Debian and my interest
in packaging parallel has diminished; however if you feel you need help
with the dpkg-divert thing (assuming you choose the option [2]) I can
devote a small fraction of time to that.

regards
George Zarkadas


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


Bug#662080: ITP: hadori -- Hardlinks identical files

2012-03-04 Thread Goswin von Brederlow
Julian Andres Klode j...@debian.org writes:

 On Sun, Mar 04, 2012 at 07:00:13AM +0100, Goswin von Brederlow wrote:
 Timo Weingärtner t...@tiwe.de writes:
 
  Package: wnpp
  Severity: wishlist
  X-Debbugs-CC: debian-de...@lists.debian.org
 
 Package name: hadori
  Version: 0.2
  Upstream Author: Timo Weingärtner t...@tiwe.de
  URL: https://github.com/tiwe-de/hadori
  License: GPL3+
  Description: Hardlinks identical files
   This might look like yet another hardlinking tool, but it is the only one
   which only memorizes one filename per inode. That results in less merory
   consumption and faster execution compared to its alternatives. Therefore
   (and because all the other names are already taken) it's called
   HArdlinking DOne RIght.
   .
   Advantages over other hardlinking tools:
* predictability: arguments are scanned in order, each first version is 
  kept
* much lower CPU and memory consumption
* hashing option: speedup on many equal-sized, mostly identical files
 
  The initial comparison was with hardlink, which got OOM killed with a 
  hundred 
  backups of my home directory. Last night I compared it to duff and rdfind 
  which would have happily linked files with different st_mtime and st_mode.
 
  I need a sponsor. I'll upload it to mentors.d.n as soon as I get the bug 
  number.
 
 
  Greetings
  Timo
 
 I've been thinking about the problem of memory consumption too. But I've
 come to a different solution. One that doesn't need memory at all.

 I know yet another solution. For each file you visit, you simply visit
 the complete tree. Than you have n + 1 visits, but get constant space
 usage.

 
 Instead of remembering inodes, filenames and checksums create a global
 cache (e.g. directory hierachy like .cache/start of hash/hash)
 and hardlink every file to there. If you want/need to include uid, gid,
 mtime, mode in there then make that part of the .cache path.
 
 Garbage collection in the cache would be removing all files with a link
 count of 1.
 
 Going one step further link files with unique size [uid, gid, mtime,
 ...] to .cache/size and change that into .cache/size/start of
 hash/hash when you find a second file with the same size that isn't
 identical. That would save on the expensive hashing of clearly unique
 files.

 So implement an object store and replace files outside the object
 store with hardlinks to the store. Yes, this is guaranteed to work
 for some cases, but also has problems. If you create files first, and
 then move them to the store, you still need to check every file with
 link count != 1 and check whether it is in the cache already. And for
 this, you need a lookup by inode if you want to avoid hashing.

 And this is basically the same hierarchy as git has:
   .git/objects/first 2 hex digits of sha1sum/remaining sha1sum

In the above every file is in the cache. A link count of 1 would
indicate a new file that hasn't been processed yet. Unfortunately you
can also have files with link count != 1 that aren't processed yet,
e.g. 2 new files that are hardlinked to each other.

Detecting wether a file is already in cache or not actualy needs to
check 2 things:

1) link count == 1
   = new file, add to cache
2) link count != 1 but hash of file not known (e.g. extended attribute
   not set)
   = new set of files that are hardlinks to each other

Actually the link count can be completly ignored if you always add a
flag when you've processed a file.

Note: The above wastes time in the 2nd case since it would checksum all
the files that are hardlinks one by one and replace them with hardlinks
into the cache. But you could remember the inode and name of the first
occurance. This would only use up memory proportionally to the number of
new inodes.

 You could also use a hash that computes the first byte from the first
 4k, second byte from 64k, thrid from 1mb and so on. That way you can
 check if the beginning of 2 files match without having to checksum the
 whole file or literally comprare the two.

 If the beginning can match. They're not guaranteed to match just because
 the hashes match.

This wouldn't be to proof identity but to quickly proof difference. If
the first 4k differ then the file will not match. Only makes sense if
you have a lot of big files of equal size.

MfG
Goswin



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



Bug#662250: tmux: Error in examples/screen-keys.conf

2012-03-04 Thread Jonathan McCrohan
Package: tmux
Version: 1.7~svn2703-1
Severity: minor
Tags: upstream

The screen-keys.conf example is no longer compatible with tmux 1.7~svn2703-1.
Using it results in the following error on startup:

/home/jmccrohan/.tmux.conf: 76: usage: unbind-key [-acn] [-t key-table] key

Thanks,
Jon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages tmux depends on:
ii  dpkg1.16.1.2
ii  libc6   2.13-26
ii  libevent-2.0-5  2.0.17-stable-1
ii  libtinfo5   5.9-4

tmux recommends no packages.

tmux 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#525290: axel ipv6

2012-03-04 Thread Niccolò Belli

Latest patch does work very well, why hasn't been merged?



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



Bug#662251: module-init-tools: Version 6-1 not removable after kmod installed

2012-03-04 Thread brendan murphy
Package: module-init-tools
Version: 6-1
Severity: normal

Dear Maintainer,

The description for 6-1 on sid says:

This dummy package is provided to support the transition from
module-init-tools to kmod and should be removed afterwards.

However, after installing kmod, trying to remove module-init-tools gives the
following:

# apt-get -s remove module-init-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  acpi-support-base acpid alsa-base alsa-utils blueman bluetooth bluez
  bluez-gstreamer dkms gnome-session-bin initramfs-tools
  linux-image-3.2.0-1-amd64 linux-image-amd64 linux-sound-base
  module-init-tools nvidia-glx nvidia-kernel-common nvidia-kernel-dkms
  plymouth plymouth-drm plymouth-themes-all plymouth-themes-fade-in
  plymouth-themes-glow plymouth-themes-script plymouth-themes-solar
  plymouth-themes-spinfinity pm-utils powermgmt-base
  pulseaudio-module-bluetooth upower xfce4-power-manager
  xfce4-power-manager-plugins
0 upgraded, 0 newly installed, 32 to remove and 0 not upgraded.

thanks for your attention

Brendan Murphy



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

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

Versions of packages module-init-tools depends on:
ii  dpkg  1.16.1.2
ii  kmod  6-1
ii  libkmod2  6-1

module-init-tools recommends no packages.

module-init-tools 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#660120: wvdial doesn't work on armel / armhf platforms

2012-03-04 Thread Hector Oron
Hello,

On Thu, Feb 16, 2012 at 04:33:43PM +0100, Thomas Maass wrote:
 
 Dear Maintainer,
 wvdial does not work on armel / armhf platforms.
 This is the output:
 
 -- WvDial: Internet dialer version 1.61
 -- Cannot get information for serial port.
 -- Initializing modem.
 -- Sending: ATZ
 ATZ
 OK
 -- Sending: AT+CGDCONT?
 AT+CGDCONT?
 +CGDCONT: 1,IP,,,0,0
 OK
 -- Sending: AT+CGDCONT=1,IP,internet.t-mobile
 AT+CGDCONT=1,IP,internet.t-mobile
 OK
 -- Modem initialized.
 wvdial: utils/wvtask.cc:202: WvTaskMan::WvTaskMan(): Assertion
 `getcontext(get_stack_return) == 0' failed.

Right, getcontext syscall is not supported (yet) in libc.
I am currently building eglibc with some patches that might allow getcontext to 
exist.
It would be great if you could test the packages once are built.

Cheers,
-- 
  Hector Oron



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



Bug#662248: kmod: initscript proposed enhancements

2012-03-04 Thread Marco d'Itri
On Mar 05, Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com wrote:

 Please find attached some initscript adjustment suggestions, mainly for
 better performance.
Please provide a benchmark which shows how each one of these changes 
provides better performance.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#662252: aeskulap: Please enable hardening flags

2012-03-04 Thread Simon Ruderich
Package: aeskulap
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

Please consider enabling hardening flags which are a release goal
for wheezy. For more information please have a look at [1], [2]
and [3].

The following patch bumps debian/compat to 9 to automatically
enable the hardening flags; you could also enable them without
changing compat (see [2]), but compat=9 is the preferred and
simplest solution.

- --- aeskulap-0.2.2b1/debian/compat  2011-12-15 20:12:21.0 +0100
+++ aeskulap-0.2.2b1/debian/compat  2012-03-05 01:22:36.0 +0100
@@ -1 +1 @@
- -8
+9

To check if all flags were correctly enabled you can use
`hardening-check` from the hardening-includes package:

$ hardening-check /usr/lib/x86_64-linux-gnu/aeskulap/libimagepool.so 
/usr/lib/x86_64-linux-gnu/aeskulap/libconfiguration.so /usr/bin/aeskulap
/usr/lib/x86_64-linux-gnu/aeskulap/libimagepool.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: no not found!
/usr/lib/x86_64-linux-gnu/aeskulap/libconfiguration.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: no not found!
/usr/bin/aeskulap:
 Position Independent Executable: no, normal executable!
 Stack protected: yes
 Fortify Source functions: no, only unprotected functions found!
 Read-only relocations: yes
 Immediate binding: no not found!

(The Fortify source warning is fine in this case, the flags are
correctly applied.)

Regards,
Simon

[1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[2]: https://wiki.debian.org/HardeningWalkthrough
[3]: https://wiki.debian.org/Hardening

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

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

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

iQIcBAEBCAAGBQJPVAqFAAoJEJL+/bfkTDL5PuEP/j76DTTqIxbFV5U4AluLjrWz
zaGqP6cAC5dEMiDtSm5V/mj8rOF2KZPlkEFuRirc7ihGG8xAqvMdZBu+MaPxcuTp
byjudcN43CoPKMM1lMUgcR+qtXRE9c4LzMKUF+hWhbpI9kIeivwuL6qojXR6V/uO
TUP/CH8a1fyptxlvyaK/fq4Tyft7D4v4hGlX/ljLEpjDK/0DiOu3vXIhrARDNydH
mBkUpZj1ppNQS2MNZrJe58BqgMSjX8gY3R5HWwf1oJ8yUhS6xNj6mJf0xhEsqfG0
xF3wlEDSVysf9Kw9U5mS9g2R5dcQ15A1OvdvmTXMzvUYzMJVj1DBzwWFB/F0Fwv3
/etcxc8FKeBpNG5mDNBE9XlcC3PaiMaFRji7k+yCrGo9soyRPvXuonL4zsoqNS+T
82KzjxArOgdTxzL0fD4t8qP+URL5z6ZrMVCMticQXbpkJJuZ/lSA6f98n1zwoe18
rUu7bE9Hgofh3Ys/N2laJTh/L1i2wWKqdOXakjdJadZ6ZJflUloZnO1ihRM8HotF
/vdA6awaBTurwIdaDIey4Rfb1cL3a22g6QLSqQOVr9RyeO0AAfKji+xrhw0OorF8
qzPSfyiW2OjI/9gSAkNggHZBouFZCESpdM4aQQuWwrjPIA2OySAL0ji1hOAhswpQ
QFi9cbIfMOhfJwXa1w5h
=U+Yd
-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#662246: [squeeze] ov519 fails to handle Hercules Deluxe webcam

2012-03-04 Thread Jonathan Nieder
forwarded 662246 
http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/45328
quit

Hi,

Skippy le Grand Gourou wrote:

 Version: 2.6.32-41
 Severity: normal

 Hercules Deluxe USB webcam won't work, see the end of the kernel log.

Thanks for a pleasant report.  Let's take this upstream.



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



Bug#662253: backtraces upon using XF86AudioRaiseVolume buttons: unichr() arg not in range(0x110000)

2012-03-04 Thread Yaroslav Halchenko
Package: python-pyglet
Version: 1.1.4.dfsg-2
Severity: normal

testing new version of psychopy which uses pyglet and just randomly pressed
volume up buttong available on my thinkpad which generates following xev
information:

KeyPress event, serial 29, synthetic NO, window 0x781,
root 0xb2, subw 0x0, time 698318837, (93,78), root:(94,79),
state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), 
same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x781,
root 0xb2, subw 0x0, time 698319005, (93,78), root:(94,79),
state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), 
same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False


that lead to crash of the app with following backtrace:

r/lib/pymodules/python2.7/psychopy/demos/coder/stimuli/dot_gabors.py #
Traceback (most recent call last):
  File 
/usr/lib/pymodules/python2.7/psychopy/demos/coder/stimuli/dot_gabors.py, line 
27, in module
myWin.flip()#redraw the buffer
  File /usr/lib/pymodules/python2.7/psychopy/visual.py, line 464, in flip
self.winHandle.dispatch_events()#this might need to be done even more often 
than once per frame?
  File /usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py, line 
1140, in dispatch_events
self.dispatch_platform_event(e)
  File /usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py, line 
1169, in dispatch_platform_event
event_handler(e)
  File /usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py, line 
1326, in _event_key
text, symbol = self._event_text_symbol(ev)
  File /usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py, line 
1262, in _event_text_symbol
symbol = ord(unichr(symbol).lower())
ValueError: unichr() arg not in range(0x11) (wide Python build)

pydb-ing provides:

(Pydb) p symbol
269025043L
(Pydb) p type(symbol)
type 'long'


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages python-pyglet depends on:
ii  libgl1-mesa-glx [libgl1]  7.11-5  
ii  libglu1-mesa [libglu1]7.11-5  
ii  libgtk2.0-0   2.24.8-3
ii  python [python-ctypes]2.7.2-9 
ii  python-support1.0.14  

Versions of packages python-pyglet recommends:
ii  libasound2  1.0.24.1-2
ii  libopenal1  1:1.13-2  

python-pyglet 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#662254: nvidia-kernel-dkms: nvidia driver 295.20 won't work with iommu

2012-03-04 Thread Michel Briand
Package: nvidia-kernel-dkms
Version: 295.20-1
Severity: important

Dear Maintainer,

when IOMMU is enabled by the Linux kernel, the Nvidia driver version 
295.20 won't work (whereas version 290.10 worked...).

The error in dmesg is:

NVRM: RmInitAdapter failed! (0x27:0x38:1190)
NVRM: rm_init_adapter(0) failed

If you boot Linux with 'amd_iommu=off' then the problem disappears.

Bug is known to the Linux team:
https://bugzilla.kernel.org/show_bug.cgi?id=42782

An internal bug has been filled at Nvidia:
http://www.nvnews.net/vbulletin/showthread.php?p=2532365

Regards,
Michel


-- Package-specific info:
uname -a:
Linux eridu 3.2.0-1-amd64 #1 SMP Fri Feb 17 05:17:36 UTC 2012 x86_64 GNU/Linux

/proc/version:
Linux version 3.2.0-1-amd64 (Debian 3.2.6-1) (b...@decadent.org.uk) (gcc 
version 4.6.2 (Debian 4.6.2-14) ) #1 SMP Fri Feb 17 05:17:36 UTC 2012

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.20  Mon Feb  6 21:07:30 PST 
2012
GCC version:  gcc version 4.6.2 (Debian 4.6.2-12) 

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: nVidia Corporation GF110 [GeForce GTX 
560 Ti] [10de:1200] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Device [1458:351d]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort+ 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 18
Region 0: Memory at f800 (32-bit, non-prefetchable) [size=32M]
Region 1: Memory at d000 (64-bit, prefetchable) [size=128M]
Region 3: Memory at dc00 (64-bit, prefetchable) [size=64M]
Region 5: I/O ports at cf00 [size=128]
[virtual] Expansion ROM at d800 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Address:   Data: 
Capabilities: [78] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 4us, L1 
64us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency 
L0 256ns, L1 4us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
 Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
 Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [b4] Vendor Specific Information: Len=14 ?
Capabilities: [100 v1] Virtual Channel
Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
Arb:Fixed- WRR32- WRR64- WRR128-
Ctrl:   ArbSelect=Fixed
Status: InProgress-
VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb:Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [128 v1] Power Budgeting ?
Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=024 ?
Kernel driver in use: nvidia

dmesg:
[0.00] No AGP bridge found
[0.00] No AGP bridge found
[0.00] Console: colour VGA+ 80x25
[0.504519] vgaarb: device added: 
PCI::01:00.0,decodes=io+mem,owns=io+mem,locks=none
[0.504519] vgaarb: loaded
[0.504519] vgaarb: bridge control possible :01:00.0
[1.336213] Linux agpgart interface v0.103
[9.052894] nvidia: module license 'NVIDIA' taints kernel.
[9.132002] nvidia :01:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[9.132014] nvidia :01:00.0: setting latency timer to 64
[9.132018] vgaarb: device changed decodes: 

Bug#497779: Patch for mime-support to handle .desktop files

2012-03-04 Thread brian m. carlson
On Sat, Mar 03, 2012 at 11:00:12PM +0100, Michael Biebl wrote:
 I only quickly glanced at the patch and my perl is pretty rusty, so
 beware, but from what I see, you don't handle .desktop files from
 subdirectories. The most prominent one is /usr/share/applications/kde4.
 Dunno, if there are other DEs/apps using a subdirectory.

I've fixed this and have attached a patch that recurses into
subdirectories.  I've confirmed that both evince and amarok are now
listed in /etc/mailcap with my patch.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur mime-support.old/debian/debhelper.log mime-support-3.52/debian/debhelper.log
--- mime-support.old/debian/debhelper.log	2012-03-01 00:49:14.802827192 +
+++ mime-support-3.52/debian/debhelper.log	2012-03-02 00:15:34.186074158 +
@@ -10,3 +10,4 @@
 dh_md5sums
 dh_md5sums
 dh_md5sums
+dh_md5sums
diff -ur mime-support.old/update-mime mime-support-3.52/update-mime
--- mime-support.old/update-mime	2012-03-01 00:49:14.802827192 +
+++ mime-support-3.52/update-mime	2012-03-05 00:55:45.312001931 +
@@ -24,6 +24,7 @@
 $mailcap	= /etc/mailcap;
 $mailcapdef	= /usr/lib/mime/mailcap;
 $mimedir	= /usr/lib/mime/packages;
+$appsdir	= /usr/share/applications;
 $orderfile	= /etc/mailcap.order;
 $defpriority= 5;
 $localgen	= 0;
@@ -63,14 +64,12 @@
 %packages;
 %priorities;
 @order;
-
+$counter=1;
 
 
 sub ReadEntries
 {
-	my($pkg,$priority,$counter);
-
-	$counter=1;
+	my($pkg,$priority);
 
 #	foreach $file (glob $mimedir/*) {
 	foreach $file (map { glob $_.'/*' } split ':',$mimedir) {
@@ -110,6 +109,67 @@
 	}
 }
 
+sub RecurseIntoDirectories
+{
+	my @files;
+	foreach my $dir (@_) {
+		next if ($dir =~ m!(^|/)(\.|\#)|(\~)$!);
+		my @entries = glob $dir/*;
+		push @files, RecurseIntoDirectories(grep { -d $_ } @entries);
+		push @files, grep { -f $_ } @entries;
+	}
+	return @files;
+}
+
+sub ReadDesktopEntries
+{
+	my($pkg,$priority);
+
+	foreach $file (RecurseIntoDirectories(split ':',$appsdir)) {
+		next if ($file =~ m!(^|/)(\.|\#)|(\~)$!);
+		next unless ($file =~ m/\.desktop$/);
+		($pkg) = ($file =~ m|/([^/]*)\.desktop$|);
+		print STDERR $pkg:\n if $debug;
+
+		next if (defined $packages{$pkg});
+		$packages{$pkg} = [];
+
+		if (open(FILE,$file)) {
+			my($terminal, $exec, @types) = (test=test -n \\$DISPLAY\);
+			while (FILE) {
+chomp;
+next if (m/^\s*$|^\s*\#/);
+if (m/^Terminal=(\w+)/i) {
+	$terminal = needsterminal if ($1 eq true);
+}
+elsif (m/Exec=(.*)$/i) {
+	$exec = $1;
+	$exec =~ s/%[fFuU]/%s/g;
+	$exec .=  %s if ($exec !~ m/%s/);
+}
+elsif (m/MimeType=(.*)/i) {
+	push @types, split(/;/, $1);
+}
+			}
+			if (!defined($exec) || !scalar(@types)) {
+close(FILE);
+next;
+			}
+			foreach $type (@types) {
+my $entry = $type; $exec; $terminal;
+$priority=$defpriority;
+$entries{$counter} = $entry;
+push @{$packages{$pkg}},$counter;
+push @{$priorities{$priority}},$counter;
+print STDERR $counter: $entry\n if $debug;
+$counter++;
+			}
+			close(FILE);
+		} else {
+			print STDERR Warning: could not open file '$file' -- $!\n;
+		}
+	}
+}
 
 
 sub ReadOrder
@@ -270,6 +330,7 @@
 
 
 ReadEntries();
+ReadDesktopEntries();
 ReadOrder();
 @list = OrderEntries();
 UpdateMailcap(@list);


signature.asc
Description: Digital signature


Bug#662255: afterstep: CPPFLAGS hardening flags missing

2012-03-04 Thread Simon Ruderich
Package: afterstep
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

The CPPFLAGS hardening flags are missing because they are not set
in debian/rules.

The following patch fixes the issue by adding them to CFLAGS
which is already used.

diff -Nru afterstep-2.2.11/debian/rules afterstep-2.2.11/debian/rules
- --- afterstep-2.2.11/debian/rules 2012-01-17 23:27:28.0 +0100
+++ afterstep-2.2.11/debian/rules   2012-03-05 01:42:51.0 +0100
@@ -5,7 +5,7 @@
 SHELL   := /bin/bash
 DH_AUTO_OPTIONS := -v -Sautoconf
 DESTDIR := $(CURDIR)/debian/tmp
- -CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS  := $(shell dpkg-buildflags --get CFLAGS) $(shell 
dpkg-buildflags --get CPPFLAGS)
 LDFLAGS := -Wl,-z,defs -Wl,--as-needed
 LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
 

Normally you don't have to use dpkg-buildflags when compat=9 is
used, it's set automatically. DEB_*_MAINT_APPEND is the preferred
way to set additional flags (see man dpkg-buildflags for more
information). For more hardening information please have a look
at [1], [2] and [3].

The attached patch handles it in that way - by using
DEB_LDFLAGS_MAINT_APPEND, choose the patch you like best. Both
should work fine.

To check if all flags were correctly enabled you can use
`hardening-check` from the hardening-includes package:

$ hardening-check /usr/bin/afterstep ...
/usr/bin/afterstep:
 Position Independent Executable: no, normal executable!
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: no not found!
...

Regards,
Simon

[1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[2]: https://wiki.debian.org/HardeningWalkthrough
[3]: https://wiki.debian.org/Hardening

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

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

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

iQIcBAEBCAAGBQJPVBQjAAoJEJL+/bfkTDL59FUP+wYOCZEwXe6sd5ifP/6CRMNE
CIDjRXv/AkOF3zSteIboKaiAOSfLGual8Xwquk4BJPKf2CrfyLa7yl0bTUGl/TXM
0Ebv92xVx16raQywOGiErnAk9kd72vX/uM8kGOu0bQQEAtsgBj0p9IWfNvLnN7/T
IKLsGatgTUmeOPmIAi4Q7LSydCLCEq3SDicP3EILB+g9ZXm3iKeWcT09zoTZX628
L9qvagzdd7xVZMPy80/m4mL7ABM5rO5Ihk8TW7Joc1706Ni+f/WRYdEb+d8SIZPd
lXuO0kO5mIbxaWR9nSwTNaFP0b1D/jWV4c79FSdLF7V2FXzWBPe8/JiRefyNCkyk
6CuYQL4olWG6GDzX+NNdPI4P2fCZsJPSOFSF/urziWUnVegXDjENYbWMldMc3cDX
vJg5qo8FkOu/rB8wwTp8QFlvk3YDNLBAKqPbgztK8W0UiL0es1rl7RZF8JUffHUn
8pSV6b5PQZ4pZlKic5kDjQt5bQ1cXgNwUWXvwCL/YJZ9L/PgbE+1zF3cNH/e0482
rwiKO+iwdp+015oivM7146GutebAJQqPoWmpD4azyhWx8smh8IrXSmIVqEpj2cDc
ooO4GUtZs2aVH6hMu7ZRfZX7Ip0JDInhfCZuG8IDIivOgsFiyXXPWS9FRD38pLJ8
DFKFOcYMgDc7lcOHw5Gj
=vg+0
-END PGP SIGNATURE-
--- afterstep-2.2.11/debian/rules	2012-01-17 23:27:28.0 +0100
+++ afterstep-2.2.11/debian/rules	2012-03-05 02:13:13.0 +0100
@@ -5,9 +5,7 @@
 SHELL   := /bin/bash
 DH_AUTO_OPTIONS := -v -Sautoconf
 DESTDIR := $(CURDIR)/debian/tmp
-CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS := -Wl,-z,defs -Wl,--as-needed
-LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
 
 BUILD_DIR   := DEB-build-tree
 STAMP_DIR   := $(BUILD_DIR)/stamps
@@ -126,7 +124,7 @@
 	@echo * Configure static  *
 	@echo
 	cd $(BUILD_TREE_STATIC)  \
-	CFLAGS=$(CFLAGS) LDCONFIG=/bin/true \
+	CFLAGS=$(CFLAGS) $(CPPFLAGS) LDCONFIG=/bin/true \
 	LDFLAGS=$(LDFLAGS)  \
 	$(call common-configure, --enable-staticlibs)
 	
@@ -139,7 +137,7 @@
 	@echo * Configure dynamic  *
 	@echo
 	cd $(BUILD_TREE)  \
-	CFLAGS=$(CFLAGS) -fPIC LDCONFIG=/bin/true \
+	CFLAGS=$(CFLAGS) $(CPPFLAGS) -fPIC LDCONFIG=/bin/true \
 	LDFLAGS=$(LDFLAGS) -rdynamic  \
 	$(call common-configure, --disable-staticlibs)
 	


Bug#661830: [3.1 - 3.2.7 regression] ALC269: plugging in headphones does not mute main speaker

2012-03-04 Thread Jonathan Nieder
Pavel Yakunin wrote:

 Now works great with the git kernel, thanks!

Thanks for the quick feedback.

One more test: if you run alsactl init as root, does the auto-mute
mode control end up enabled or disabled?



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



Bug#662252: [Debian-med-packaging] Bug#662252: aeskulap: Please enable hardening flags

2012-03-04 Thread Charles Plessy
Le Mon, Mar 05, 2012 at 01:36:28AM +0100, Simon Ruderich a écrit :
 
 - --- aeskulap-0.2.2b1/debian/compat  2011-12-15 20:12:21.0 +0100
 +++ aeskulap-0.2.2b1/debian/compat  2012-03-05 01:22:36.0 +0100
 @@ -1 +1 @@
 - -8
 +9

Dear Simon,

thanks for the suggestion, but please refrain from filing other bugs where the
only action to take it to increase Debhelper's compatiblity level.  The point
is taken, and it would be spending our time inefficiently to open/close one
such bug per package.  I think that this case is conceptually equivalent to
lintian warnings, for which it is often taken as un-necessary to replicate them
as bugs, since this does not bring new information.

Have a nice day,

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



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



Bug#662256: alsa-plugins: LDFLAGS hardening flags missing

2012-03-04 Thread Simon Ruderich
Package: alsa-plugins
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

The LDFLAGS hardening flags are missing because they are
overwritten in debian/rules.

DEB_*_MAINT_APPEND is the preferred way to set additional flags
(see man dpkg-buildflags for more information). For more
hardening information please have a look at [1], [2] and [3].

The following patch fixes the issue.

diff -Nru alsa-plugins-1.0.25/debian/rules alsa-plugins-1.0.25/debian/rules
--- alsa-plugins-1.0.25/debian/rules2012-02-12 00:22:10.0 
+0100
+++ alsa-plugins-1.0.25/debian/rules2012-03-05 02:09:58.0 
+0100
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
+
 %:
dh $@ --with autoreconf
 
@@ -10,8 +13,7 @@
--with-plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/alsa-lib \
--with-avcodec-includedir=\$${prefix}/include/libavcodec \
--host=$(DEB_HOST_GNU_TYPE) \
-   --build=$(DEB_BUILD_GNU_TYPE) \
-   LDFLAGS=-Wl,-z,defs
+   --build=$(DEB_BUILD_GNU_TYPE)
 
 override_dh_auto_install:
dh_auto_install --destdir=debian/tmp

To check if all flags were correctly enabled you can use
`hardening-check` from the hardening-includes package:

$ hardening-check 
/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_rate_speexrate.so ...
/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_rate_speexrate.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: no, not found!
 Fortify Source functions: unknown, no protectable libc functions used
 Read-only relocations: yes
 Immediate binding: no not found!
/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_rate_samplerate.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: no, not found!
 Fortify Source functions: unknown, no protectable libc functions used
 Read-only relocations: yes
 Immediate binding: no not found!
...

(The stack protected and fortify source warnings are fine in this
case, the flags are correctly applied.)

Regards,
Simon

[1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[2]: https://wiki.debian.org/HardeningWalkthrough
[3]: https://wiki.debian.org/Hardening

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

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

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

iQIcBAEBCAAGBQJPVBXrAAoJEJL+/bfkTDL5wyAP/0H/xUWytjIHnamDguoz0FbO
tgGXWT36tmQpON1rLv+yStg9efygBBk9JdqS1IDkLr1rJyPOYi4fpvd9jTSqAh7+
27hdjfNGv3ZmxiDMrIfPhULk9O0KV3pkBI2CaCq9bdBHYyaCqtBRwluDP9HUlyhu
L1REAO1QWu1PrXHOEYXe+b/0gqMlItwwcvk43VPB7/zJoVzQKx9hR6mhg2g4ACxX
uqCRj16VlyD9z8NvGu8DmVjM5YcMJO0OTouZtTRKM7375OqPqzKnOCQhv4S3rc8U
/Y7rAengqxAJi62J/Qn0R0slTrQea0lTklPtgNZ9ihc4PL67++jSLV7UJ7VQ34eu
GI7c9LJHm7R/KKbuBETy3YMXJ2FZ+UAtok+k0EK3OAzDlOJPgEKlQvPXqeK0DccO
JtxQphh50RRPRKyAoxnDiwpVXqCNii4s8ljkE4KPIaa4sHQ7saGlRnuhhd3N5LDw
j3aGYy9WWDD2QNQPIPH6UNt1nmwQsj4f3LgshKyH/pAXaAYEu1smp9Lg0rbKWOC/
Gs37JrHXWCz9qC0q1/eOfOcQoXXobtPwU8F5qxVVdsm3/ijCo6MYUxYSBFvPufL2
4ZxET0tuetTHgtujHz0BWfgyVKIH5JFaT6nmbob7JS3w+1rXi5D0taSJ+QKpqt9O
RcuQhfHbLkhk25TZwV9k
=CUzv
-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#661861: PC Engines Alix 3C2: Boot hang waiting for /dev to be fully populated

2012-03-04 Thread Jonathan Nieder
tags 661861 + moreinfo
quit

Jonathan McCrohan wrote:

 I didn't test each intervening version. I have since reinstalled the
 machine into its remote location. I will test it again when I get
 physical access to it (if the BIOS updater allows downgrades).

Sounds good.  If you have network access could you attach output from
reportbug --template linux-image-$(uname -r) on the working system,
for reference?

Thanks,
Jonathan



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



Bug#651199: iwlwifi WPA-TKIP crypto failure after group rekeying

2012-03-04 Thread Shawn Thompson
Just tried the patch from message #133 and it worked against 3.2.9 as well
as 3.3.0-rc6 (master as of the time I cloned earlier today) with no other
modifications to the instructions contained in that message. The patch
appears to be holding up, after at least two successful rekeyings the
connection continued to remain active.

Thanks!
Shawn prjktdtnt Thompson


Bug#660947: lebiniou: diff for NMU version 3.15-1.1

2012-03-04 Thread Hector Oron
tags 660947 + pending
thanks

Dear maintainer,

I've prepared an NMU for lebiniou (versioned as 3.15-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
  Hector Oron
diff -Nru lebiniou-3.15/debian/changelog lebiniou-3.15/debian/changelog
--- lebiniou-3.15/debian/changelog	2012-02-20 20:10:28.0 +0100
+++ lebiniou-3.15/debian/changelog	2012-03-05 02:16:58.0 +0100
@@ -1,3 +1,11 @@
+lebiniou (3.15-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix lebiniou FTBFS on architectures where char is unsigned.
+- Thanks Peter Green (Closes: #660947)
+
+ -- Hector Oron zu...@debian.org  Mon, 05 Mar 2012 01:07:16 +
+
 lebiniou (3.15-1) unstable; urgency=low
 
   * New upstream release 3.15.
diff -Nru lebiniou-3.15/debian/patches/fix-char-signdness.patch lebiniou-3.15/debian/patches/fix-char-signdness.patch
--- lebiniou-3.15/debian/patches/fix-char-signdness.patch	1970-01-01 01:00:00.0 +0100
+++ lebiniou-3.15/debian/patches/fix-char-signdness.patch	2012-03-05 02:09:55.0 +0100
@@ -0,0 +1,35 @@
+Description: fix error on systems with signed char
+ The code this patch changes was causing a comparison is always false error
+ on systems where char defaults to unsigned.
+Author: Peter Green plugw...@p10link.net
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: http://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- lebiniou-3.15.orig/plugins/stable/main/speaker/speaker.c
 lebiniou-3.15/plugins/stable/main/speaker/speaker.c
+@@ -96,12 +96,12 @@ destroy(__attribute__ ((unused)) Context
+ void
+ run(Context_t *ctx)
+ {
+-  char volume;
++  signed char volume;
+ 
+   if (ctx-input == NULL)
+ return;
+ 
+-  volume = (char)(Input_get_volume(ctx-input) * 10);
++  volume = (signed char)(Input_get_volume(ctx-input) * 10);
+ 
+   if (volume = NB_FCT)
+ volume = NB_FCT-1;
diff -Nru lebiniou-3.15/debian/patches/series lebiniou-3.15/debian/patches/series
--- lebiniou-3.15/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ lebiniou-3.15/debian/patches/series	2012-03-05 02:10:05.0 +0100
@@ -0,0 +1 @@
+fix-char-signdness.patch


Bug#662252: [Debian-med-packaging] Bug#662252: aeskulap: Please enable hardening flags

2012-03-04 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, Mar 05, 2012 at 10:19:40AM +0900, Charles Plessy wrote:
 Dear Simon,

 thanks for the suggestion, but please refrain from filing other bugs where the
 only action to take it to increase Debhelper's compatiblity level.  The point
 is taken, and it would be spending our time inefficiently to open/close one
 such bug per package.  I think that this case is conceptually equivalent to
 lintian warnings, for which it is often taken as un-necessary to replicate 
 them
 as bugs, since this does not bring new information.

Hello Charles,

Enabling hardening flags is one of the release goals for wheezy
[1]. Just increasing the compatibility level is often not enough
to enable all hardening flags, sometimes the build system
overwrites/ignores certain flags. That's why I tested the
package, and checked that set compat=9 enables all flags. And to
get packages with hardening flags into wheezy they need to be
enabled somehow.

Increasing the compatibility level is one way to enable the
missing flags for this package - so I suggested it because it's
the simplest way. If you don't like to set compat=9 you can also
set the flags directly with dpkg-buildflags, the link I suggested
[2] in the original report explains that; for example:

override_dh_auto_configure:
dh_auto_configure -- $(shell dpkg-buildflags --export=configure)

Regards,
Simon

[1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[2]: https://wiki.debian.org/HardeningWalkthrough
- -- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJPVBrdAAoJEJL+/bfkTDL53LkQAK2MADD5lhDfvuFMdO+xJst5
sosAUG9sdvIfJ5CTjsou1xeog8uYU90Q0Zrk2DNfSxqZKsnOI4cNB4krLGjPWGMq
yS69QEsHqod9pNEQpX1F0/0shqxQH0QnCnMyukcrxAOKWP0H1tAYUE4WuUl60cWr
oorHbic7qukHooN22Jgu6zG0YqXpvO3B4h47r0OdFMWXREkeaNClG5prTj90zQ3I
kJPhYjDlkQ94DVqu+Ipf10lPdlbwyLfhSjYHCi/PR2rXagJUAUDpSS0Scd0J3iJ7
rZb4G9/nNaZjOBbt5MkjkRLl83k466zkQfEEb+MhVJSAlojiNP4HWYmyikxUjKEG
G/4e7TmBpZjb4acQQ3n5CU/IZs0tJfQ+B4RUQmVSs6g+6VLfUSqfK7OQ5nD5Nbfc
jvKZsIYbFtdDiK67uWZcHZfDYBRzxc1VdaTMa0tuhW4myfqoNoN31vFSO0AWIXOD
Sx3p8nwvzZuj8grsM9SNCcqvgBjh/BL3dxMIM3RBFO5qrzkqAKS44WkvxEQvG2cx
Ikk+5mMdQ//dpCL48bdKqmY95avLuQojBoeZF9g38jn1Nso1z844CPTy9hqBK6f2
1p9SfKrbuzHgxLfGsES2E9/oHWOikGmEi38hwru8UhulkxFX2m5TbJOyz1Vd8p59
Ij5TiTVYJhzl9h8GK8er
=aznA
-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#662226: cvsd: Please enable hardening flags

2012-03-04 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sun, Mar 04, 2012 at 09:17:30PM +0100, Arthur de Jong wrote:
 Thanks for your patch. You just missed my annual upload for cvsd ;) so I
 won't upload this immediately but probably in the next few weeks.

You're welcome. - Take your time, it's not urgent. A year might
be a little long though ;-)

 Note that the code that cvsd executes while listening to network
 connections is extremely minimal and doesn't involve any user input. The
 code that actually does something is in cvs (which uses hardening flags
 since 2:1.12.13+real-8).

I think PIE won't hurt, but if you think it's not necessary just
remove the +all line and it won't be used.

 Btw, I think you missed a Build-Depends on debhelper (= 9) in your
 patch.

Yes, I forgot that, sorry.

Regards,
Simon
- -- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJPVBxmAAoJEJL+/bfkTDL5h3oP+wZx/KgCSCZXkhHPcXdGmH35
JHMCL+ihb2YVcan0nUJA6o97dq88j0dQ+mc1NvTTGVkc+PhikVZn4LR0+qrAFK5R
gmhTCvKE9hUKojFo6lOMGWF+Fk1HG3Z7eJCLbmHnwhI/ffaVxV/dBm4I1ZAcexDu
gRVKKjJMHcVUkbkvgbXGi6l8oGuWId+JkzlRJqsrxkS28Z+h8aAx+buIIuheJ/5g
rr8JA8nLNnvCUR85UMjFct3gDsB40ZLYtgB6DvCWMNMnGxQjaqx6UCaabM5p6HR+
wTBMpugz/BUXZvHbWFwa8FNS9E02kC+BNAsvzPLBIiFeG5DYbyTMVyJfdljoDVNc
V5PgCghkWyW38VU+jCl8HcQ5fD2Mlgj1jwgiE2ky6dEoQkdTE1LNs8KZqfn2XHi2
hmXC6zS0ZJBjFH+tMFt+yP7ace5PFe6u4MV+jECNVMe8Z2hcL9YziHOn/XswtebE
6/BsDstukalnOCI0q2AkTw55c1UsItMqEFcTEjdq9kg7q+8JrNgW+Pl0/GjBVu2S
L0llmA43i5bZPZiiXOddXkAQTOekgmh38rzMN6nGImFyfQ/IDUvHQwZRMVnfedVR
v1em2adY0GOfml6AWCH/ilLE9d5I7EG0XKzywEVTkbL3lZuf+jc3V39yK7zA0I8J
K/J45MSudqu59GLaCDyY
=BEyY
-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#662257: tthsum: new maintainer, new upstream release Dear maintainer, I've prepared an NMU for tthsum (versioned as 1.3.1-1) and uploaded it to DELAYED/2. Please feel free to tell me if

2012-03-04 Thread Hector Oron
Package: tthsum
Version: 1.1.0-1
Severity: important
Tags: patch pending

-- 
  Hector Oron



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

Kernel: Linux 3.1.0-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.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#662258: egoboo: Please de-bundle and use Debian's Enet 1.3

2012-03-04 Thread Martin Erik Werner
Package: egoboo
Version: 1:2.8.1-1
Severity: normal

Dear Maintainer,
Egoboo uses an out-dated bundled version of the Enet library.
As per Debian best-practice it should make use of the libraries already
available in Debian.

I have prepared a patch which makes egoboo pick up Debian's Enet and not use
the bundled version, please consider applying it (and adding a dependencies on
libenet as appropriate).
From bb73278a87646308a42d9c68727d623beadcce76 Mon Sep 17 00:00:00 2001
From: Martin Erik Werner martinerikwer...@gmail.com
Date: Mon, 5 Mar 2012 01:32:24 +0100
Subject: [PATCH] Debundle and use Debian's Enet

---
 src/Makefile  |5 ++---
 src/game/Makefile |6 +++---
 src/game/Makefile.lua |2 +-
 src/game/network.c|8 
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 57d0df2..58c237f 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,10 +14,9 @@ PROJ_NAME := egoboo-2.x
 
 .PHONY: all clean
 
-all: enet egoboo
+all: egoboo
 
 clean:
-	make -C ./enet clean
 	make -C ./game clean
 
 ./enet/lib/libenet.a:
@@ -25,7 +24,7 @@ clean:
 
 enet:   ./enet/lib/libenet.a
 
-egoboo: enet
+egoboo:
 	make -C ./game all PREFIX=$(PREFIX) PROJ_NAME=$(PROJ_NAME)
 	
 egoboo_lua: enet
diff --git a/src/game/Makefile b/src/game/Makefile
index f8ac07f..21828db 100755
--- a/src/game/Makefile
+++ b/src/game/Makefile
@@ -33,8 +33,8 @@ SDLCONF_L := $(shell ${SDL_CONF} --libs)
 # the compiler options
 
 CC  := gcc
-INC := -I. -I.. -I../enet/include ${SDLCONF_I} -I./extensions -I./file_formats -I./platform
-LDFLAGS := ${SDLCONF_L} -L../enet/lib -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -lenet
+INC := -I. -I.. ${SDLCONF_I} -I./extensions -I./file_formats -I./platform
+LDFLAGS := ${SDLCONF_L} -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -lenet
 
 # use different options if the environmental variable PREFIX is defined
 ifdef ($(PREFIX),)
@@ -43,7 +43,7 @@ else
 	OPT := -Os -Wall -DPREFIX=\${PREFIX}\ -D_NIX_PREFIX
 endif
 
-CFLAGS  := ${OPT} ${INC}
+CFLAGS  := ${OPT} -DENET11 ${INC}
 
 #
 # definitions of the target projects
diff --git a/src/game/Makefile.lua b/src/game/Makefile.lua
index 537c788..01ae58d 100755
--- a/src/game/Makefile.lua
+++ b/src/game/Makefile.lua
@@ -24,7 +24,7 @@ SDLCONF_L := $(shell ${SDL_CONF} --libs)
 
 CC  := gcc
 OPT := -Os -Wall -DPREFIX=\${PREFIX}\
-INC := -I. -I.. -I../enet/include -I/usr/include/lua5.1 ${SDLCONF_I} -I./extensions -I./file_formats -I./platform
+INC := -I. -I.. -I/usr/include/lua5.1 ${SDLCONF_I} -I./extensions -I./file_formats -I./platform
 CFLAGS  := ${OPT} ${INC} -DUSE_LUA_CONSOLE
 LDFLAGS := ${SDLCONF_L} -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -llua5.1
 
diff --git a/src/game/network.c b/src/game/network.c
index 9d48114..33e3d37 100755
--- a/src/game/network.c
+++ b/src/game/network.c
@@ -1845,7 +1845,7 @@ int cl_joinGame( const char* hostname )
 log_info( cl_joinGame: Creating client network connection...  );
 // Create my host thingamabober
 /// @todo Should I limit client bandwidth here?
-net_myHost = enet_host_create( NULL, 1, 0, 0 );
+net_myHost = enet_host_create( NULL, 1, 2, 0, 0 );
 if ( NULL == net_myHost )
 {
 // can't create a network connection at all
@@ -1861,7 +1861,7 @@ int cl_joinGame( const char* hostname )
 log_info( cl_joinGame: Attempting to connect to %s:%d\n, hostname, NET_EGOBOO_PORT );
 enet_address_set_host( address, hostname );
 address.port = NET_EGOBOO_PORT;
-net_gameHost = enet_host_connect( net_myHost, address, NET_EGOBOO_NUM_CHANNELS );
+net_gameHost = enet_host_connect( net_myHost, address, NET_EGOBOO_NUM_CHANNELS, 0 );
 if ( NULL == net_gameHost )
 {
 log_info( cl_joinGame: No available peers to create a connection!\n );
@@ -1904,7 +1904,7 @@ int sv_hostGame()
 address.port = NET_EGOBOO_PORT;
 
 log_info( sv_hostGame: Creating game on port %d\n, NET_EGOBOO_PORT );
-net_myHost = enet_host_create( address, MAX_PLAYER, 0, 0 );
+net_myHost = enet_host_create( address, MAX_PLAYER, 2, 0, 0 );
 if ( NULL == net_myHost )
 {
 log_info( sv_hostGame: Could not create network connection!\n );
@@ -2180,4 +2180,4 @@ player_t* chr_get_ppla( const CHR_REF ichr )
 if ( !VALID_PLA( iplayer ) ) return NULL;
 
 return PlaStack.lst + iplayer;
-}
\ No newline at end of file
+}
-- 
1.7.9.1



Bug#660609: glusterfs-client: Cannot access volume mounted with acl support, i386 architecture

2012-03-04 Thread Пушкин Сергей
Rebuilding glusterfs package with DEB_BUILD_HARDENING=0 has no effect -  
volume mounted with

acl support is still inaccessible.

here are md5sums of rebuilt package:

381ac5927faf2ddea16f3af8e2065da7  glusterfs-client_3.2.5-2_i386.deb
adbe0effc72c7163d9ef267a4f803a6a  glusterfs-common_3.2.5-2_i386.deb
af199790642132ffccd00f7b0237d11e  glusterfs-dbg_3.2.5-2_i386.deb
741d03e38bbd9b055193833df61d3cee  glusterfs-examples_3.2.5-2_all.deb
efe75261b6c33bcbddbcd48c15ddd031  glusterfs-server_3.2.5-2_i386.deb



Patrick Matthäi pmatth...@debian.org писал(а) в своём письме Fri, 02 Mar  
2012 03:03:39 +0800:



Could you please this:
* Rebuild the glusterfs package without hardening. Just change in
debian/rules:
 export DEB_BUILD_HARDENING=1
to

export DEB_BUILD_HARDENING=0



--
Sergey Pushkin



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



Bug#662259: RFP: tspsg -- TSP Solver and Generator

2012-03-04 Thread Carlo Stemberger
Package: wnpp
Severity: wishlist


* Package name: tspsg
  Version : 0.1
  Upstream Author : Lёppa contacts[at]oleksii[dot]name
* URL : http://tspsg.info/
* License : GPL
  Programming Lang: C++
  Description : TSP Solver and Generator

This software is intended to generate and solve Travelling Salesman
Problem (TSP) tasks. It uses Branch and Bound method for solving. An
input is a number of cities and a matrix of city-to-city travel prices.
The matrix can be populated with random values in a given range (useful
for generating tasks). The result is an optimal route, its price,
step-by-step matrices of solving and solving graph. The task can be
saved in internal binary format and opened later. The result can be
printed or saved as PDF, HTML, or ODF.

TSPSG may be useful for teachers to generate test tasks or just for
regular users to solve TSPs. Also, it may be used as an example of using
Branch and Bound method to solve a particular task.



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



Bug#646422: postler: diff for NMU version 0.1.1-1.3

2012-03-04 Thread Hector Oron
tags 646422 + pending
thanks

Dear maintainer,

I've prepared an NMU for postler (versioned as 0.1.1-1.3) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
  Hector Oron
diff -Nru postler-0.1.1/debian/changelog postler-0.1.1/debian/changelog
--- postler-0.1.1/debian/changelog	2012-02-19 17:08:31.0 +0100
+++ postler-0.1.1/debian/changelog	2012-03-05 03:43:44.0 +0100
@@ -1,3 +1,11 @@
+postler (0.1.1-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: Checking for function vasprintf : no (Closes: #646422)
+- Thanks Nobuhiro Iwamatsu for report and patch.
+
+ -- Hector Oron zu...@debian.org  Mon, 05 Mar 2012 02:42:42 +
+
 postler (0.1.1-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru postler-0.1.1/debian/patches/fix-vasprintf-check.patch postler-0.1.1/debian/patches/fix-vasprintf-check.patch
--- postler-0.1.1/debian/patches/fix-vasprintf-check.patch	1970-01-01 01:00:00.0 +0100
+++ postler-0.1.1/debian/patches/fix-vasprintf-check.patch	2012-03-05 03:44:34.0 +0100
@@ -0,0 +1,18 @@
+Author: Nobuhiro Iwamatsu iwama...@nigauri.org
+Subject: Fix vasprintf check which causes FTBFS on arm*
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646422
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/791319
+
+diff --git a/wscript b/wscript
+index db8dbba..4af9bc6 100644
+--- a/wscript
 b/wscript
+@@ -132,7 +132,7 @@ def configure (conf):
+ conf.check (header_name='sys/filio.h')
+ conf.check (fragment='#define _GNU_SOURCE\n#include stdio.h\n' \
+ 'int main(char** argv, int argc)\n' \
+-'{ char* a;\nvasprintf(a, %s, ); return 0; }', \
++'{ char* a;\nva_list ap;\nvasprintf(a, %s, ap); return 0; }', \
+ define_name='HAVE_VASPRINTF', msg='Checking for function vasprintf', \
+ mandatory=True)
+ check_function ('socket', 'sys/socket.h')
diff -Nru postler-0.1.1/debian/patches/series postler-0.1.1/debian/patches/series
--- postler-0.1.1/debian/patches/series	2012-02-19 15:09:26.0 +0100
+++ postler-0.1.1/debian/patches/series	2012-03-05 03:44:34.0 +0100
@@ -1 +1,2 @@
+fix-vasprintf-check.patch
 01_indicate_0.6.patch


Bug#661287: pytables testsuite failures on arm, armhf etc

2012-03-04 Thread Yaroslav Halchenko
 IMHO the best solution is to adopt Julian's patch for blosc disabling
 and upload the new package to allow migration to testing.
 Just let me know how to proceed.

I guess that would indeed be the best resolution for now 

 I don't know if there is some special protocol/procedure for importing
 changes from ubuntu.

not the one I am aware off -- just extract from the total patch present
in Ubuntu i.e.
http://patches.ubuntu.com/p/pytables/pytables_2.3.1-2ubuntu3.patch
and adjust to care about sparc as well

 Maybe Julian would like to push the patch into debian-science directly.

Julian -- would you like to join the team (Debian science) and help with
maintenance of pytables in Debian? ;)

;)
-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic



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



Bug#662091: sends SGML parsers to an sgml.dcl that isn't there

2012-03-04 Thread Neil Roeth

On 03/04/2012 04:42 PM, Samuel Bronson wrote:
(Anyway, since it seems to be a problem in that package, I've 
reassigned it accordingly, and closed the clone of this bug for opensp.) 


OK, thanks.

--
Neil Roeth




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



Bug#662260: RFP: pgrouting -- Geospatial routing functionality for PostGIS/PostgreSQL

2012-03-04 Thread Carlo Stemberger
Package: wnpp
Severity: wishlist


* Package name: pgrouting
  Version : 1.05
  Upstream Author : pgRouting pgrouting-...@lists.osgeo.org
* URL : http://www.pgrouting.org/
* License : GPL, Boost Software License
  Programming Lang: C, C++
  Description : Geospatial routing functionality for PostGIS/PostgreSQL

pgRouting extends the PostGIS / PostgreSQL geospatial database to
provide geospatial routing functionality.

Advantages of the database routing approach are:
* Data and attributes can be modified by many clients, like Quantum GIS
  and uDig through JDBC, ODBC, or directly using Pl/pgSQL. The clients can
  either be PCs or mobile devices.
* Data changes can be reflected instantaneously through the routing
  engine. There is no need for precalculation.
* The “cost” parameter can be dynamically calculated through SQL and its
  value can come from multiple fields or tables.


Core Features

pgRouting provides functions for:
* Shortest Path Dijkstra: routing algorithm without heuristics
* Shortest Path A-Star: routing for large datasets (with heuristics)
* Shortest Path Shooting-Star: routing with turn restrictions (with
  heuristics)
* Traveling Salesperson Problem (TSP)
* Driving Distance calculation (Isolines)



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



Bug#662280: egoboo: Incorrect permission on data files

2012-03-04 Thread Martin Erik Werner
Package: egoboo
Version: 1:2.8.1-1
Severity: normal
Tags: upstream patch

Dear Maintainer,
The upstream tarball for egoboo comes with all data files set to +x and this is
not fixed in the build either.

I've attached a small patch which fixes the permissions in the Debian build,
please consider applying it.

Also please notify upstream about this issue and ask them to fix the
permissions in their tarballs.

-- System Information:

Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-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 egoboo depends on:
ii  egoboo-data   1:2.8.1-1
ii  libc6 2.13-26
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglu1-mesa [libglu1]7.11.2-1
ii  libphysfs12.0.2-5
ii  libsdl-image1.2   1.2.12-1
ii  libsdl-mixer1.2   1.2.12-1
ii  libsdl-ttf2.0-0   2.0.11-1
ii  libsdl1.2debian   1.2.15-1

egoboo recommends no packages.

egoboo suggests no packages.

-- no debconf information
From aa0885c1375bdfd7ae5e5516f1bd117a3aae3bfa Mon Sep 17 00:00:00 2001
From: Martin Erik Werner martinerikwer...@gmail.com
Date: Mon, 5 Mar 2012 04:22:08 +0100
Subject: [PATCH] fix data permissions

---
 debian/rules |6 ++
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index cb2f97c..169e702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,6 @@ override_dh_installchangelogs:
 
 override_dh_fixperms:
 	chmod -R 644 debian/egoboo/etc/egoboo-2.x/*
-
-# need workaround for dirs
-#	chmod -R 644 debian/egoboo-data/usr/share/games/
-
+	find debian/egoboo-data/usr/share/games/ -type d -exec chmod 755 '{}' +
+	find debian/egoboo-data/usr/share/games/ -type f -exec chmod 644 '{}' +
 	dh_fixperms
-- 
1.7.9.1



Bug#662297: Update homepage.

2012-03-04 Thread Andrew Starr-Bochicchio
Package: guvcview
Version: 1.5.0-1
Severity: wishlist

Guvcview has moved to sourceforge. The homepage in debian/control is
out-dated. The new one is located at http://guvcview.sourceforge.net/

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1



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



Bug#662300: egoboo: left and up movement does not work

2012-03-04 Thread Martin Erik Werner
Package: egoboo
Version: 1:2.8.1-1
Severity: important

Dear Maintainer,
It appears that egoboo does not parse the KEY_UP and KEY_LEFT actions properly, 
when pressing UP the character moves down and when pressing LEFT the character 
moves right, but the DOWN and RIGTH keys do what they should.

I have tested remapping to WASD for movement with the same effect, so something
is going wrong somewhere else...

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

Kernel: Linux 3.1.0-1-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 egoboo depends on:
ii  egoboo-data   1:2.8.1-1
ii  libc6 2.13-26
ii  libenet1a 1.3.3-2
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglu1-mesa [libglu1]7.11.2-1
ii  libphysfs12.0.2-5
ii  libsdl-image1.2   1.2.12-1
ii  libsdl-mixer1.2   1.2.12-1
ii  libsdl-ttf2.0-0   2.0.11-1
ii  libsdl1.2debian   1.2.15-1

egoboo recommends no packages.

egoboo 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#661505:

2012-03-04 Thread Andreas Guelzow
I believe this is fixed in 1.11.0.

Andreas
-- 
Andreas Guelzow aguel...@pyrshep.ca




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



Bug#661506: gnumeric: formula ranges are not coloured in the entry box

2012-03-04 Thread Andreas Guelzow
This has been fixed in 1.11.2.
-- 
Andreas Guelzow aguel...@pyrshep.ca




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



Bug#660324: picolisp FTBFS on armhf

2012-03-04 Thread Hector Oron
Hello,

On Sat, Feb 18, 2012 at 10:17:53AM +, peter green wrote:
 Package: picolisp
 Version: 3.0.9.3-1
 severity: important
 tags: patch
 
 Picolisp FTBFS on armhf with a PIE related error.  The attatched
 patch disables use of PIE on armhf to make the package build (it is
 already disabled on amd64)

As I see it there are two problems in the package:

1. Hardening rules are not properly passed to the build system, for that you
might need to set CFLAGS and LDFLAGS as:
  make -C src CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) OS=Linux 
CPU=$(DEB_HOST_ARCH_CPU) picolisp tools gate
  make -C src64 CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) OS=Linux

  This way the build system takes the flags, but FTBFS, with full hardening set.


2. amd64 and armhf arches fail because the linkage is trying to link non-PIE 
object code.

The following patch should fix the issue with -fPIE, but you are still not 
passing hardening flags to the build.
I have not been able to test on armhf, but once I do, and if you dont have 
inconvenient I shall proceed with a NMU.

diff -Naur picolisp-3.0.9.3/debian/rules picolisp-3.0.9.3.x/debian/rules
--- picolisp-3.0.9.3/debian/rules   2012-02-17 15:19:30.0 +
+++ picolisp-3.0.9.3.x/debian/rules 2012-03-05 03:34:42.0 +
@@ -5,11 +5,6 @@
 DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_ARCH_OS  := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
   
-ifeq (amd64,$(DEB_HOST_ARCH_CPU))
-  # disabled on amd64
-  DEB_BUILD_HARDENING_PIE := 0
-endif
-
 include /usr/share/hardening-includes/hardening.make
 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
diff -Naur picolisp-3.0.9.3/src/Makefile picolisp-3.0.9.3.x/src/Makefile
--- picolisp-3.0.9.3/src/Makefile   2012-03-05 03:29:47.0 +
+++ picolisp-3.0.9.3.x/src/Makefile 2012-03-05 03:28:25.0 +
@@ -13,7 +13,7 @@
-W -Wimplicit -Wreturn-type -Wunused -Wformat \
-Wuninitialized -Wstrict-prototypes \
-D_GNU_SOURCE  -D_FILE_OFFSET_BITS=64
-
+CFLAGS += -fPIE
 
 OS ?=
 LDFLAGS ?=
diff -Naur picolisp-3.0.9.3/src64/Makefile picolisp-3.0.9.3.x/src64/Makefile
--- picolisp-3.0.9.3/src64/Makefile 2012-03-05 03:29:47.0 +
+++ picolisp-3.0.9.3.x/src64/Makefile   2012-03-05 03:28:45.0 +
@@ -24,6 +24,7 @@
endif
 endif
 
+CFLAGS += -fPIE
 OS ?=
 LDFLAGS ?=
   

Regards,
-- 
  Hector Oron



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



Bug#662348: i915: please save more useful debugging info when GPU locks up

2012-03-04 Thread Jonathan Nieder
Source: linux-2.6
Version: 2.6.32-41
Severity: wishlist
Tags: upstream patch

After an i915 GPU hang, apparently[*] the most convenient and useful
information a person can provide is the last batch buffer.  A patch
applied in the 2.6.34 merge window taught the driver to save this
information on error:

  9df30794f609 drm/i915: Record batch buffer following GPU error 2010-02-18

Ben, would the attached patches make sense for squeeze?  (Warning:
untested.  I don't have a machine using Intel graphics.)

With the first applied, one can do the following after a GPU hang.

mount -t debugfs debugfs /sys/kernel/debug
cat /sys/kernel/debug/dri/0/i915_error_state i915_error_state

A later patch adds a notice inviting the user to do that to the kernel
log.

The patches do not seem very risky (the first one adds the error state
collection feature and the ones afterwards are minor tweaks I noticed
while hunting for potential bugfixes relating to that), but this is
more complication than stable_kernel_rules.txt encourages.  So these
are not meant as candidates for inclusion in 2.6.32.y+drm33.z.

[*] judging from http://intellinuxgraphics.org/how_to_report_bug.html:
for GPU hang, get the last batch buffer (see the guide).

Chris Wilson (4):
  drm/i915: Record batch buffer following GPU error
  drm/i915: Only print an message if there was an error
  drm/i915: Only print 'generating error event' if we actually are
  drm/i915: Include 'i915_error_state' hint for when the GPU catches
fire

Daniel Vetter (2):
  drm/i915: unload: fix error_work races
  drm/i915: unload: don't leak error state

 drivers/gpu/drm/i915/i915_debugfs.c |   85 +++
 drivers/gpu/drm/i915/i915_dma.c |   10 +-
 drivers/gpu/drm/i915/i915_drv.h |   21 +++
 drivers/gpu/drm/i915/i915_gem.c |2 +-
 drivers/gpu/drm/i915/i915_irq.c |  266 ---
 drivers/gpu/drm/i915/i915_reg.h |1 +
 6 files changed, 359 insertions(+), 26 deletions(-)



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



Bug#650536: update!

2012-03-04 Thread Kees Cook
Okay, here's the latest version. Some notes:

- It requires the lastest dpkg-dev (still in experimental) to get
  the dpkg-buildflags that supports --query-features.

- The hardening checker only expects the hardened features that are
  defaulted on for the architecture of the package it is examining.

- The hardening checker checks if it is running as part of the
  internal test suite, so that it is disabled for all tests except
  its own, since the bulk of the internal tests do not build with
  hardening flags, and only for i386 and amd64 since there isn't
  a sane way to generate the tags file on the fly for a test.

Doing manual testing shows that building, for example, the hello
package as-is triggers appropriate warnings, and when I fix the hello
package to import the dpkg-buildflags correctly, the lintian warnings
go away. :)

-Kees

-- 
Kees Cook@debian.org
From 550f6f0ef62a965118dc510f59329e66d73668d7 Mon Sep 17 00:00:00 2001
From: Kees Cook k...@outflux.net
Date: Thu, 1 Dec 2011 16:04:00 -0800
Subject: [PATCH] Add initial lintian checks for ELF hardening

This adds the hardening-info collector which depends on the
new --lintian mode of the hardening-check tool found in the
hardening-includes package.

Signed-off-by: Kees Cook k...@debian.org
---
 checks/binaries|   10 +++
 checks/binaries.desc   |   53 +++-
 collection/hardening-info  |   98 
 collection/hardening-info.desc |7 ++
 debian/changelog   |5 +-
 debian/control |5 +-
 lib/Lintian/Collect/Binary.pm  |   27 
 t/tests/binaries-hardening/debian/Makefile |   18 +
 t/tests/binaries-hardening/debian/hello.c  |   17 +
 t/tests/binaries-hardening/desc|9 +++
 t/tests/binaries-hardening/tags|5 ++
 11 files changed, 251 insertions(+), 3 deletions(-)
 create mode 100755 collection/hardening-info
 create mode 100644 collection/hardening-info.desc
 create mode 100644 t/tests/binaries-hardening/debian/Makefile
 create mode 100644 t/tests/binaries-hardening/debian/hello.c
 create mode 100644 t/tests/binaries-hardening/desc
 create mode 100644 t/tests/binaries-hardening/tags

diff --git a/checks/binaries b/checks/binaries
index 0e3c956..f3d01fd 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -1,6 +1,7 @@
 # binaries -- lintian check script -*- perl -*-
 
 # Copyright (C) 1998 Christian Schwarz and Richard Braakman
+# Copyright (C) 2012 Kees Cook
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -437,6 +438,15 @@ foreach my $file (@{$info-sorted_file_info}) {
 tag 'program-not-linked-against-libc', $file;
 }
 }
+
+# Check for missing hardening characteristics. This currently
+# handles the following checks:
+# no-relro no-fortify-functions no-stackprotector no-bindnow no-pie
+if (exists($info-hardening_info-{$file})) {
+foreach my $tag (@{$info-hardening_info-{$file}}) {
+tag $tag, $file;
+}
+}
 }
 }
 
diff --git a/checks/binaries.desc b/checks/binaries.desc
index 4e0ad1e..f269c70 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -2,7 +2,7 @@ Check-Script: binaries
 Author: Christian Schwarz schw...@debian.org
 Abbrev: bin
 Type: binary, udeb
-Needs-Info: objdump-info, file-info, strings, index
+Needs-Info: hardening-info, objdump-info, file-info, strings, index
 Info: This script checks binaries and object files for bugs.
 
 Tag: arch-independent-package-contains-binary-or-object
@@ -299,3 +299,54 @@ Info: This package provides an OCaml bytecode executable linked with a
  custom runtime. Such executables cannot be stripped and require
  special care. Their usage is deprecated in favour of shared libraries
  for C stubs (dll*.so).
+
+Tag: no-stackprotector
+Severity: normal
+Certainty: possible
+Info: This package provides an ELF binary that lacks the stack protector
+ function tt__stack_chk_fail/tt. Either there are no character arrays used
+ on the stack of any routines, or the package was not built with the
+ default Debian compiler flags defined by ttdpkg-buildflags/tt. If built
+ using ttdpkg-buildflags/tt directly, be sure to import ttCFLAGS/tt
+ and/or ttCXXFLAGS/tt.
+Ref: http://wiki.debian.org/Hardening
+
+Tag: no-fortify-functions
+Severity: normal
+Certainty: possible
+Info: This package provides an ELF binary that lacks the use of fortified
+ libc functions. Either there are no potentially unfortified functions
+ called by any routines, all unfortified calls have already been fully
+ validated at compile-time, or the package was not built with the default
+ Debian compiler flags defined by ttdpkg-buildflags/tt. If built using
+ 

Bug#660324: picolisp: diff for NMU version 3.0.9.3-1.1

2012-03-04 Thread Hector Oron
tags 660324 + pending
thanks

Dear maintainer,

I've prepared an NMU for picolisp (versioned as 3.0.9.3-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
  Hector Oron
diff -Nru picolisp-3.0.9.3/debian/changelog picolisp-3.0.9.3/debian/changelog
--- picolisp-3.0.9.3/debian/changelog	2012-02-17 16:19:30.0 +0100
+++ picolisp-3.0.9.3/debian/changelog	2012-03-05 04:46:11.0 +0100
@@ -1,3 +1,10 @@
+picolisp (3.0.9.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix building with fPIE on amd64 and armhf (Closes: #660324) 
+
+ -- Hector Oron zu...@debian.org  Mon, 05 Mar 2012 03:45:36 +
+
 picolisp (3.0.9.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru picolisp-3.0.9.3/debian/patches/picolisp_fix_build_with_PIE.patch picolisp-3.0.9.3/debian/patches/picolisp_fix_build_with_PIE.patch
--- picolisp-3.0.9.3/debian/patches/picolisp_fix_build_with_PIE.patch	1970-01-01 01:00:00.0 +0100
+++ picolisp-3.0.9.3/debian/patches/picolisp_fix_build_with_PIE.patch	2012-03-05 04:44:53.0 +0100
@@ -0,0 +1,47 @@
+Description: short summary of the patch
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ picolisp (3.0.9.3-1) unstable; urgency=low
+ .
+   * New upstream release.
+   * Sync to upstream tip.
+Author: Kan-Ru Chen kos...@debian.org
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: http://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- picolisp-3.0.9.3.orig/src/Makefile
 picolisp-3.0.9.3/src/Makefile
+@@ -13,7 +13,7 @@ CFLAGS = -c -O2 -pipe \
+ 	-W -Wimplicit -Wreturn-type -Wunused -Wformat \
+ 	-Wuninitialized -Wstrict-prototypes \
+ 	-D_GNU_SOURCE  -D_FILE_OFFSET_BITS=64
+-
++CFLAGS += -fPIE
+ 
+ OS ?=
+ LDFLAGS ?=
+--- picolisp-3.0.9.3.orig/src64/Makefile
 picolisp-3.0.9.3/src64/Makefile
+@@ -24,6 +24,7 @@ else
+ 	endif
+ endif
+ 
++CFLAGS += -fPIE
+ OS ?=
+ LDFLAGS ?=
+ 
diff -Nru picolisp-3.0.9.3/debian/patches/series picolisp-3.0.9.3/debian/patches/series
--- picolisp-3.0.9.3/debian/patches/series	2012-02-17 16:19:30.0 +0100
+++ picolisp-3.0.9.3/debian/patches/series	2012-03-05 04:45:09.0 +0100
@@ -2,3 +2,4 @@
 picolisp_fix_manpage.patch
 picolisp_build_on_multi_cpu.patch
 picolisp_fix_shbang_path.patch
+picolisp_fix_build_with_PIE.patch
diff -Nru picolisp-3.0.9.3/debian/rules picolisp-3.0.9.3/debian/rules
--- picolisp-3.0.9.3/debian/rules	2012-02-17 16:19:30.0 +0100
+++ picolisp-3.0.9.3/debian/rules	2012-03-05 04:46:26.0 +0100
@@ -5,11 +5,6 @@
 DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_ARCH_OS  := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
-ifeq (amd64,$(DEB_HOST_ARCH_CPU))
-  # disabled on amd64
-  DEB_BUILD_HARDENING_PIE := 0
-endif
-
 include /usr/share/hardening-includes/hardening.make
 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)


Bug#662348: i915: please save more useful debugging info when GPU locks up

2012-03-04 Thread Jonathan Nieder
Jonathan Nieder wrote:

 Ben, would the attached patches make sense for squeeze?  (Warning:
 untested.  I don't have a machine using Intel graphics.)

Attached this time.
From: Chris Wilson ch...@chris-wilson.co.uk
Date: Thu, 18 Feb 2010 10:24:56 +
Subject: drm/i915: Record batch buffer following GPU error

commit 9df30794f609d9412f14cfd0eb7b45dd64d0b14e upstream.

In order to improve our diagnostic capabilities following a GPU hang
and subsequent reset, we need to record the batch buffer that triggered
the error. We assume that the current batch buffer, plus a few details
about what else is on the active list, will be sufficient -- at the very
least an improvement over nothing.

The extra information is stored in /debug/dri/.../i915_error_state
following an error, and may be decoded using
intel_gpu_tools/tools/intel_error_decode.

v2: Avoid excessive work under spinlocks.
v3: Include ringbuffer for later analysis.
v4: Use kunmap correctly and record more buffer state.
v5: Search ringbuffer for current batch buffer
v6: Use a work fn for the impossible IRQ error case.
v7: Avoid non-atomic paths whilst in IRQ context.

Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
Signed-off-by: Eric Anholt e...@anholt.net
Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 drivers/gpu/drm/i915/i915_debugfs.c |   85 +
 drivers/gpu/drm/i915/i915_dma.c |2 +
 drivers/gpu/drm/i915/i915_drv.h |   21 
 drivers/gpu/drm/i915/i915_irq.c |  224 +--
 drivers/gpu/drm/i915/i915_reg.h |1 +
 5 files changed, 326 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_debugfs.c 
b/drivers/gpu/drm/i915/i915_debugfs.c
index 1372796497c0..8b427c005766 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -350,6 +350,36 @@ static int i915_ringbuffer_info(struct seq_file *m, void 
*data)
return 0;
 }
 
+static const char *pin_flag(int pinned)
+{
+   if (pinned  0)
+   return  P;
+   else if (pinned  0)
+   return  p;
+   else
+   return ;
+}
+
+static const char *tiling_flag(int tiling)
+{
+   switch (tiling) {
+   default:
+   case I915_TILING_NONE: return ;
+   case I915_TILING_X: return  X;
+   case I915_TILING_Y: return  Y;
+   }
+}
+
+static const char *dirty_flag(int dirty)
+{
+   return dirty ?  dirty : ;
+}
+
+static const char *purgeable_flag(int purgeable)
+{
+   return purgeable ?  purgeable : ;
+}
+
 static int i915_error_state(struct seq_file *m, void *unused)
 {
struct drm_info_node *node = (struct drm_info_node *) m-private;
@@ -357,6 +387,7 @@ static int i915_error_state(struct seq_file *m, void 
*unused)
drm_i915_private_t *dev_priv = dev-dev_private;
struct drm_i915_error_state *error;
unsigned long flags;
+   int i, page, offset, elt;
 
spin_lock_irqsave(dev_priv-error_lock, flags);
if (!dev_priv-first_error) {
@@ -368,6 +399,7 @@ static int i915_error_state(struct seq_file *m, void 
*unused)
 
seq_printf(m, Time: %ld s %ld us\n, error-time.tv_sec,
   error-time.tv_usec);
+   seq_printf(m, PCI ID: 0x%04x\n, dev-pci_device);
seq_printf(m, EIR: 0x%08x\n, error-eir);
seq_printf(m,   PGTBL_ER: 0x%08x\n, error-pgtbl_er);
seq_printf(m,   INSTPM: 0x%08x\n, error-instpm);
@@ -379,6 +411,59 @@ static int i915_error_state(struct seq_file *m, void 
*unused)
seq_printf(m,   INSTPS: 0x%08x\n, error-instps);
seq_printf(m,   INSTDONE1: 0x%08x\n, error-instdone1);
}
+   seq_printf(m, seqno: 0x%08x\n, error-seqno);
+
+   if (error-active_bo_count) {
+   seq_printf(m, Buffers [%d]:\n, error-active_bo_count);
+
+   for (i = 0; i  error-active_bo_count; i++) {
+   seq_printf(m,   %08x %8zd %08x %08x %08x%s%s%s%s,
+  error-active_bo[i].gtt_offset,
+  error-active_bo[i].size,
+  error-active_bo[i].read_domains,
+  error-active_bo[i].write_domain,
+  error-active_bo[i].seqno,
+  pin_flag(error-active_bo[i].pinned),
+  tiling_flag(error-active_bo[i].tiling),
+  dirty_flag(error-active_bo[i].dirty),
+  
purgeable_flag(error-active_bo[i].purgeable));
+
+   if (error-active_bo[i].name)
+   seq_printf(m,  (name: %d), 
error-active_bo[i].name);
+   if (error-active_bo[i].fence_reg != 
I915_FENCE_REG_NONE)
+   seq_printf(m,  (fence: %d), 
error-active_bo[i].fence_reg);
+
+   seq_printf(m, \n);
+   }
+   }
+
+   for (i = 0; 

Bug#662287: [78437ab] Fix for Bug#662287 committed to git

2012-03-04 Thread Jonathan Nieder

tags 662287 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Jonathan Nieder jrnie...@gmail.com on Sun, 4 Mar 2012 22:03:13 -0600.
 The fix will be in the next upload. 
=
Depend on libpng-dev instead of libpng12-dev at build time

Closes: #662287
=

You can check the diff of the fix at:


http://anonscm.debian.org/gitweb/?p=pkg-chromium/pkg-chromium.git;a=commitdiff;h=78437ab





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



Bug#662287: chromium-browser: Please Build-Depends on libpng-dev, change from libpng12-dev

2012-03-04 Thread Jonathan Nieder
Hi,

Nobuhiro Iwamatsu wrote:

 Libpng maintainers plan transition of libpng[0].
 Version 1.2 is used for libpng of current debian, but will shifts 
 to version 1.5 in this transition.
 Your package still does it depending on libpng12-dev.

Could you add Provides: libpng12-dev to libpng-dev so this sort of
change would not be necessary?

Anyway, patched.

Cheers,
Jonathan



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



Bug#660084: I am using nvidia

2012-03-04 Thread Brent S Elmer
Yes,  I do using Nvidia and the 295 upgrade probably about coincides
with when evolution started crashing.  I have several wheezy machines
all up to date and the only one that crashes evolution is the one using
nvidia.  The others are radeon or noveau.




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



Bug#662430: gnome-shell segfault at 10 ip 00007fca74976c0f sp 00007fca52224658 error 6 in libnvidia-tls.so.295.20[7fca74976000+3000]

2012-03-04 Thread Alain Kelder

Package: gnome-shell
Version: 3.2.2.1-1
Severity: normal

Dear Maintainer,

Starting around a couple of weeks ago or so, gnome shell began crashing 
on me occasionally. I can recreate this by hitting the super key and 
then typing as little as a single letter, which performs a search, which 
causes the crash. Sometimes, the display sort of flashes and continues, 
sometimes I get the following message:


Oh no! Something has gone wrong.
A problem has occurred and the system can't recover.
Please log out and try again.

The following messages get logged:

messages:Mar  4 20:20:10 loon kernel: [ 1479.646341] gnome-shell[4963]: 
segfault at 10 ip 7fca74976c0f sp 7fca52224658 error 6 in 
libnvidia-tls.so.295.20[7fca74976000+3000]


kern.log:Mar  4 20:20:10 loon kernel: [ 1479.646341] gnome-shell[4963]: 
segfault at 10 ip 7fca74976c0f sp 7fca52224658 error 6 in 
libnvidia-tls.so.295.20[7fca74976000+3000]


syslog:Mar  4 20:20:10 loon kernel: [ 1479.646341] gnome-shell[4963]: 
segfault at 10 ip 7fca74976c0f sp 7fca52224658 error 6 in 
libnvidia-tls.so.295.20[7fca74976000+3000]
syslog:Mar  4 20:20:10 loon x-session-manager[3432]: WARNING: App 
'gnome-shell.desktop' respawning too quickly
syslog:Mar  4 20:20:10 loon x-session-manager[3432]: WARNING: 
Application 'gnome-shell.desktop' killed by signal


daemon.log:Mar  4 20:20:10 loon x-session-manager[3432]: WARNING: App 
'gnome-shell.desktop' respawning too quickly
daemon.log:Mar  4 20:20:10 loon x-session-manager[3432]: WARNING: 
Application 'gnome-shell.desktop' killed by signal


auth.log:Mar  4 20:20:10 loon polkitd(authority=local): Unregistered 
Authentication Agent for 
unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name 
:1.75, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, 
locale en_US.utf8) (disconnected from bus)



System is a Dell Latitude E6520 with the following video card:

01:00.0 VGA compatible controller: nVidia Corporation GF119 [Quadro NVS 
4200M] (rev a1)


The nvidia packages I have installed:

ii  glx-alternative-nvidia   0.2.1
ii  libgl1-nvidia-alternatives   295.20-1
ii  libgl1-nvidia-glx295.20-1
ii  libglx-nvidia-alternatives   295.20-1
ii  nvidia-alternative   295.20-1
ii  nvidia-glx   295.20-1
ii  nvidia-installer-cleanup 2011+3
ii  nvidia-kernel-common 2011+3
ii  nvidia-kernel-dkms   295.20-1
ii  nvidia-settings  295.20-1
ii  nvidia-support   2011+3
ii  nvidia-vdpau-driver  295.20-1
ii  nvidia-xconfig   295.20-1
ii  xserver-xorg-video-nvidia295.20-1


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

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 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 gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gir1.2-accountsservice-1.0   0.6.15-4
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-2
ii  gir1.2-clutter-1.0   1.8.4-1
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.6-1
ii  gir1.2-freedesktop   1.31.10-1
ii  gir1.2-gconf-2.0 3.2.3-3
ii  gir1.2-gdkpixbuf-2.0 2.24.1-1
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.10-1
ii  gir1.2-gmenu-3.0 3.2.0.1-2
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.2.2-1
ii  gir1.2-networkmanager-1.00.9.2.0-2
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.104-2
ii  gir1.2-soup-2.4  2.34.3-1
ii  gir1.2-telepathyglib-0.120.16.2-1+b1
ii  gir1.2-telepathylogger-0.2   0.2.12-1
ii  gir1.2-upowerglib-1.00.9.15-2
ii  gjs  1.30.1-1
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-settings-daemon3.2.2-2
ii  gnome-shell-common   3.2.2.1-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc6 

<    1   2   3   4   5   >