Bug#565308: RFP: mariadb-server

2012-05-02 Thread William Van Hevelingen

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Any update on this request?

I would love to see it packaged. Debates about whether it should replace
mysql should be done later so we can get the package as fast as possible.

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

iQIcBAEBAgAGBQJPoMmtAAoJEG/X455CzBnzhLoQAIB/y2EgS63cNh/DMfYsrl2D
z4uoAG266xC6JRHO4IbEzladuogWfMeyRwPsu/GE5iCLNYSQ550obd4Ol8ICS/gO
H4IhlUs9Hsd1GaflvXOdONkqfDsxThxAh4fulOwiqL0ISFzGbTw9psc7zmCC0H8z
biFCoCM82dq+XB4KQdVreSUzmmNTsPXhOphsedMGEhAqv+DywrWbh5q+AgcMo5wi
pvENFuKpb/+ZHhje2cAFkls/bh6zCf3i3Rnh7lv028oopw10Dl9o3GKdrLLTj/lQ
DUsPXZW0nsmjIQBdvUxvNGCRpZvVp7qHGwbWYUJPXiELYBvY+gm95fWuq6q/oGtg
0T/4yLQLImhDsSYgUu9aNFNftnEzVdQrH4KIrUOU4l+0d2bbCvNPYaCVgtTXAbM6
17iTDMII59/pKQ2FbZCDx2EHO3xryA9C+6I6NqNLjYfMTYKqSWF54GLkxSpVFVWj
pbW8YZLwSUZjNd8bGAqqRmUJch+b4+K4DDycBOjfxUIhuEdO1Fwp0BriP/mXcdLS
axqzCguU31oL2Zxe8EODPL4I9fyuYA/YVHqFSvptVzeQ96pzLL9rAHKIw30UzQwn
UIuUeDUvzSwmQc+cZrVV1U47s3OloeVdKBkIj3ltAmFe+DjyhXtUiJw9LGLsDHDu
lV6biXYBi81jyGibCkfI
=qgp5
-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#671142: [PATCH] axel: Helping to update to packaging format 3.0

2012-05-02 Thread jari . aalto
Package: axel
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

From 7325419b6b21429429c68c4d3571be08dcfe7365 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Wed, 2 May 2012 08:23:34 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/README.source|2 --
 debian/axel.docs|2 +-
 debian/changelog|9 +
 debian/compat   |2 +-
 debian/control  |   10 +-
 debian/patches/00list   |3 ---
 .../{01_bug_report.dpatch = 01-bug-report.patch}   |8 ++--
 .../patches/{02_axelkapt.dpatch = 02-axelkapt.patch}   |   10 +++---
 .../{03_manpage_err.dpatch = 03-manpage-err.patch} |8 ++--
 debian/patches/series   |3 +++
 debian/rules|   15 +--
 debian/source/format|1 +
 12 files changed, 36 insertions(+), 37 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_bug_report.dpatch = 01-bug-report.patch} (94%)
 rename debian/patches/{02_axelkapt.dpatch = 02-axelkapt.patch} (77%)
 rename debian/patches/{03_manpage_err.dpatch = 03-manpage-err.patch} (70%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 5770e53..000
--- a/debian/README.source
+++ /dev/null
@@ -1,2 +0,0 @@
-Please read the README.source provided with the documentation of the
-dpatch package
diff --git a/debian/axel.docs b/debian/axel.docs
index 977e38a..e29be12 100644
--- a/debian/axel.docs
+++ b/debian/axel.docs
@@ -1,4 +1,4 @@
 API
 CREDITS
 README
-debian/README.source
+
diff --git a/debian/changelog b/debian/changelog
index a0a6758..df4cd44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+axel (2.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+
+ -- Jari Aalto jari.aa...@cante.net  Wed, 02 May 2012 08:21:18 +0300
+
 axel (2.4-1) unstable; urgency=low
 
   * New upstream release 2.4
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 5394b3d..2776bfc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: axel
 Section: web
 Priority: optional
 Maintainer: Y Giridhar Appaji Nag app...@debian.org
-Standards-Version: 3.8.1
-Build-Depends: gettext, debhelper (= 5), dpatch
+Standards-Version: 3.9.3
+Build-Depends: gettext, debhelper (= 9)
 Homepage: http://axel.alioth.debian.org/
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/axel/unstable
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/axel/unstable/?op=log
 
 Package: axel
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: light download accelerator - console version
  Axel tries to accelerate the downloading process by using multiple connections
  for one file.  It can also use multiple mirrors for one download.  Axel tries
@@ -21,7 +21,7 @@ Package: axel-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: axel (= ${binary:Version})
+Depends: ${misc:Depends}, axel (= ${binary:Version})
 Description: light download accelerator - debugging symbols
  Axel tries to accelerate the downloading process by using multiple connections
  for one file.  It can also use multiple mirrors for one download.  Axel tries
@@ -32,7 +32,7 @@ Description: light download accelerator - debugging symbols
 
 Package: axel-kapt
 Architecture: all
-Depends: python, axel, kaptain, xterm | x-terminal-emulator
+Depends: ${misc:Depends}, python, axel, kaptain, xterm | x-terminal-emulator
 

Bug#671131: It seems that memory leak in kvm very seriously

2012-05-02 Thread Michael Tokarev
On 02.05.2012 06:28, Cun Zhang wrote:
 Subject:It seems that memory leak in kvm with Windows XP guest very seriously
 Package: qemu-kvm
 Version: 1:1.0+dfsg-11
 Severity: normal
 
 Dear Maintainer,
 
 After I upgrade the kernel to 3.2.0, the WinXP guest in the kvm VM
 become so slow, and I found memory leak seems happen. When the guest
 start, it just need only less then 300M memory. However with serveral
 operating to  start/close softwares, 2G memory is used out in the
 guest. Momery isn't freed when all softwares are closed.

Interesting.  You say that the problem is related to the kernel
upgrade, yet you're filling the bug against qemu-kvm.


 I start guest OS with the following commands:
 
 kvm -m 2048 -smp 2 -soundhw ac97 -hda /media/sda5/WindowsXP.ovl -rtc
 base=localtime,clock=host -net nic,vlan=0 -net user,vlan=0 -vga std -vnc
 :3 -usbdevice tablet 

You assigned 2Gb memory to your guest, and you complain that the guest
uses 2Gb memory.  I don't see the logic here.

Why do you think guest should free memory back to the HOST - if guest
has 2Gb at its disposal and don't even KNOW that it is running in some
virtual environment?  It just uses whatever it thinks it physically
has, where's the problem?

 More information can be provided if you give me several detailed debug
 suggestion.

Yes please.  The main question is: which behavour do you consider a leak,
which behavour you expect and why.

Thanks,

/mjt



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



Bug#665950: Research/Questions on GOsa² issue: ,,unescaped arguments used on a command line''

2012-05-02 Thread Fabian Hickert
Hi Mike, 

I've checked the hook execution on a normal 2.6.11,  while your edu
server is still downloading ;)

You've already guessed it, escaping of the dn and the password is
definitely required here (functions.inc: ~3066). 
And I think it is required in your edu server too.

A patch for 2.6.11 is attached, but I'm not sure if it applies to your
edu version. 
But I would appreciate it, if you give it a try and let me know, so I
can skip installing your whole server. 

HTH 
Fabian




Am Freitag, den 27.04.2012, 20:32 +0200 schrieb Mike Gabriel:
 Hi Fabian,
 
 On Fr 27 Apr 2012 18:26:25 CEST Fabian Hickert wrote:
 
  I didn't found time to address this bug today. But I'm back in my office
  on wednesday, sorry.
 
 Ok, thanks for this info!
 
  What version of GOsa do you use, 2.6.12?
 
 2.6.11-3+squeeze1 as in Debian squeeze-proposed-updates.
 
  There is still escaping for the password hook parameters in
  html/password.php or do you mean another place where a hook is executed?
 
 Easiest would be to install a Debian Edu main server. It will setup  
 GOsa out-of-the-box with the setup we refer to.
 http://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.4+r0-DVD.iso
 
 The configuration gosa.conf in that Debian Edu version is this:
 http://anonscm.debian.org/viewvc/debian-edu/trunk/src/debian-edu-config/etc/gosa/gosa.conf?r1=77207view=log
 
 ... and the hooks scripts are here:
 http://anonscm.debian.org/viewvc/debian-edu/trunk/src/debian-edu-config/share/debian-edu-config/tools/
 
 The version Debian package gosa 2.6.11-3+squeeze1 comes with several patches:
 https://oss.gonicus.de/repositories/gosa/branches/squeeze/patches/
 
  Can you explain where exactly the problem occurs, this would help a lot?
 
 My information is (I currently have no D-E main server around to test  
 this...):
 
* install a D-E main server (main server + workstation)
* during D-I setup user name and password for initial user
* login after reboot with initial user
* start iceweasel, visit GOsa (http://www.intern/gosa
* set a password containing a space via GOsa in Debian Edu for initial (or
  any other user)
* using the password fails...
 
 Any more info can be provided if needed. You can also contact me via  
 Jabber, contact me privately for the Jabber ID.
 
 Greets,
 Mike
 

-- 
Besuchen Sie uns auf dem LinuxTag in Berlin vom 23.-26.05.2012.
Halle 7.2a, Stand 133

Fabian Hickert fabian.hick...@gonicus.de (System Engineer)
* GONICUS GmbH * Moehnestrasse 11-17 * D-59755 Arnsberg
* Tel.: +49 (0) 29 32 / 9 16 - 0 * Fax: +49 (0) 29 32 / 9 16 - 242
* http://www.GONICUS.de * http://twitter.com/gonicus

*Sitz der Gesellschaft: Moehnestrasse 11-17 * D-59755 Arnsberg
*Geschaeftsfuehrer: Rainer Luelsdorf, Alfred Schroeder
*Vorsitzender des Beirats: Juergen Michels
*Amtsgericht Arnsberg * HRB 1968
Index: functions.inc
===
--- functions.inc	(revision 21128)
+++ functions.inc	(working copy)
@@ -3059,8 +3059,8 @@
 
   if ($command != ){
 /* Walk through attribute list */
-$command= preg_replace(/%userPassword/, $password, $command);
-$command= preg_replace(/%dn/, $dn, $command);
+$command= preg_replace(/%userPassword/, escapeshellarg($password), $command);
+$command= preg_replace(/%dn/, escapeshellarg($dn), $command);
 
 if (check_command($command)){
   @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, Execute);


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


Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-05-02 Thread Stefan Hornburg (Racke)

On 04/18/2012 11:40 AM, Alberto Serrano wrote:

Hi Racke,

We have been experiencing the same issue since upgrade to 0.67.0 (yesterday
at 19:00 GMT+2 approx.). Imap server connections don't work properly
anymore.

In /var/log/syslog, the imap log entries stop after initial connection:
  Apr 18 06:45:02 server imapd: Connection, ip=[:::X.X.X.X]

Before, log entries showed information regarding the login user:  Â… imapd:
LOGIN, user=Â…

When testing imapd via telnet:

$ telnet server 143
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP
ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for
distribution information.
01 LOGIN user password

After introducing the LOGIN command, there is no further output and seconds
later the connection is lost.

So it seems the issue is related to the login process. When using other
commands via telnet, the imapd server complains as expected:
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP
ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for
distribution information.
foo
foo NO Error in IMAP command received by server.

Curiously, after downgrading all courier packages to 0.66.3-4,  and imap,
imap-ssl to 4.9.3-4 the problem persists.



The upstream author offers two possible explanations for the stalled login:

http://sourceforge.net/mailarchive/forum.php?thread_name=cone.1335910949.185798.18151.1000%40monster.email-scan.comforum_name=courier-imap

Regards
Racke


--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




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



Bug#671136: Boot failed: Could not read from CDROM (code 000c) debian guest in KVM VM on debian host

2012-05-02 Thread Michael Tokarev
On 02.05.2012 08:33, bug...@i2pmail.org wrote:
 Package: kvm
 Version: 1:0.12.5+dfsg-5+squeeze8
 
 This bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670997 can also be 
 about kvm itself (or qemu?) not about cdrom images, so reporting it there.
 
 Debian stable + backports KVM is unable to boot debian stable 64 bit 
 netinstall, while working for 32 bit version.
 
 The errors seen in KVM BIOS is:
 Boot failed: Could not read from CDROM (code 000c)
 No bootable device.
 
 Host system information:
 
 kvm 1:0.12.5+dfsg-5+squeeze8
 qemu 0.12.5+dfsg-3squeeze1

Note these are not from backports.

 $ uname -a
 Linux fenix 3.2.0-0.bpo.2-amd64 #1 SMP Sun Mar 25 10:33:35 UTC 2012 x86_64 
 GNU/Linux
 
 More information in the other bug report 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670997

Please provide the command line you use to start the guest.

I just verified - both amd64 and i386 6.0.4 images work in qemu-kvm-0.12
from squeeze.  ia64 image does not work with the message you indicated
in the subject of the bugreport, but as has been said in #670997, it is
not supposed to work.

Thanks,

/mjt




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



Bug#665950: Research/Questions on GOsa² issue: ,,unescaped arguments used on a command line''

2012-05-02 Thread Cajus Pollmeier
Hi Mike,

can you check if the patch does what you want. If so, I'll prepare a new 
upload.

Cheers,
Cajus


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


Bug#650951: Patch for the l10n upload of slapos.core

2012-05-02 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):
 Quoting Christian PERRIER (bubu...@debian.org):
  
  Dear maintainer of slapos.core,
  
  On Friday, April 06, 2012 I sent you a notice announcing my intent to 
  upload an
  NMU of your package to fix its pending l10n issues, after an initial
  notice sent on Sunday, April 01, 2012.
  
  We finally agreed that you would do the update yourself at the end of
  the l10n update round.
 
 
 Arnaud, ping?

Ping, again




signature.asc
Description: Digital signature


Bug#668706: [BTS#668706] templates://graphite-carbon/{graphite-carbon.templates} : Final update for English review

2012-05-02 Thread Christian PERRIER
Dear Debian maintainer,

On Saturday, April 14, 2012, I notified you of the beginning of a review process
concerning debconf templates for graphite-carbon.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading graphite-carbon with these changes
right now.

The second phase of this process will begin on Saturday, May 05, 2012, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Saturday, May 26, 2012. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Sunday, May 27, 2012, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-engl...@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: graphite-carbon/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove database files when purging graphite-carbon?
 The /var/lib/graphite/whisper directory contains the whisper database
 files.
 .
 You may want to keep these database files even if you completely
 remove graphite-carbon, in case you plan to reinstall it later.
Source: graphite-carbon
Section: utils
Priority: optional
Maintainer: Jonas Genannt jonas.gena...@capi2name.de
Build-Depends: debhelper (= 8), python-all (= 2.6.6-3~)
Standards-Version: 3.9.3
DM-Upload-Allowed: yes
Homepage: https://launchpad.net/graphite

Package: graphite-carbon
Architecture: all
Depends: adduser,
 python-twisted-core,
 python-whisper,
 ${misc:Depends},
 ${python:Depends}
Description: backend data caching and persistence daemon for Graphite
 Graphite is a web application using the Twisted framework to provide
 real-time visualization and storage of numeric time-series data.
 .
 The Carbon daemon processes the incoming time-series data and saves it
 as Whisper database files.
--- graphite-carbon.old/debian/graphite-carbon.templates2012-04-14 
07:31:47.490447027 +0200
+++ graphite-carbon/debian/graphite-carbon.templates2012-05-02 
08:35:16.772852984 +0200
@@ -1,9 +1,18 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: graphite-carbon/postrm_remove_databases
 Type: boolean
 Default: false
-_Description: Should whisper database files removed then package is purged?
- The directory /var/lib/graphite/whisper contains the whisper database
+_Description: Remove database files when purging graphite-carbon?
+ The /var/lib/graphite/whisper directory contains the whisper database
  files.
  .
- If you are removing Carbon package in order to later install a more
- recent version the data should be kept.
+ You may want to keep these database files even if you completely
+ remove graphite-carbon, in case you plan to reinstall it later.
--- graphite-carbon.old/debian/control  2012-04-14 07:31:47.490447027 +0200
+++ graphite-carbon/debian/control  2012-04-18 18:29:24.922086560 +0200
@@ -15,7 +15,8 @@
  ${misc:Depends},
  ${python:Depends}
 Description: backend data caching and persistence daemon for Graphite
- Carbon is an Twisted daemon that process incoming time-series
- data and saves that data as Whisper database files on disc.
+ Graphite is a web application using the Twisted framework to provide
+ real-time visualization and storage of numeric time-series data.
  .
- Carbon daemon is needed for an fully functional graphite-web app.
+ The Carbon daemon 

Bug#661465: [Openjdk] Bug#661465: openjdk-7-jre: dependency on gconf2

2012-05-02 Thread Michele Renda

On 05/02/2012 02:36 AM, Matthias Klose wrote:

I'm not keen on this downgrade. I think there is at least one issue which wants
to have a -jdk-headless package. However this needs an update for
update-java-alternatives as well. Any volunteer to work on this?

Hello Matthias,

Can you please give me some details about the issues we could have 
downgrading the gnome related dependencies as Recommends?


Which modification is needed on update-java-alternatives? (may be I can 
help)


Thank you
Michele



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



Bug#670462: linux-2.6: Support new armhf kernel variant for Versatile Express (vexpress)

2012-05-02 Thread Vagrant Cascadian
The following trimmed down debian/config/armhf/config.vexpress still worked 
for me in qemu (built against 3.2.16-1). It also trimmed out the extraneous 
Supported text in the defines file. The control file can be generated, as I 
understand it, so didn't include in this diff.

diff -u linux-2.6-3.2.16/debian/config/armhf/defines 
linux-2.6-3.2.16/debian/config/armhf/defines
--- linux-2.6-3.2.16/debian/config/armhf/defines
+++ linux-2.6-3.2.16/debian/config/armhf/defines
@@ -2,6 +2,7 @@
 flavours:
  mx5
  omap
+ vexpress
 kernel-arch: arm
 
 [image]
@@ -28,0 +30,8 @@
+
+[vexpress_build]
+image-file: arch/arm/boot/zImage
+
+[vexpress_description]
+hardware: ARM Ltd. Versatile Express
+hardware-long: ARM Ltd. Versatile Express family of processors
+

only in patch2:
unchanged:
--- linux-2.6-3.2.16.orig/debian/config/armhf/config.vexpress
+++ linux-2.6-3.2.16/debian/config/armhf/config.vexpress
@@ -0,0 +1,54 @@
+##
+## file: arch/arm/Kconfig
+##
+## choice: ARM system type
+CONFIG_ARCH_VEXPRESS=y
+## end choice
+
+## arch/arm/mach-vexpress/Kconfig
+CONFIG_ARCH_VEXPRESS_CA9X4=y
+
+CONFIG_LOG_BUF_SHIFT=14
+CONFIG_OPROFILE=m
+
+CONFIG_SMP=y
+CONFIG_VMSPLIT_2G=y
+CONFIG_HOTPLUG_CPU=y
+
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
+
+CONFIG_NEON=y
+
+
+CONFIG_MTD=m
+CONFIG_MTD_CONCAT=m
+CONFIG_MTD_PARTITIONS=m
+CONFIG_MTD_CMDLINE_PARTS=m
+CONFIG_MTD_CHAR=m
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_CFI=m
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_ARM_INTEGRATOR=m
+CONFIG_MISC_DEVICES=m
+
+CONFIG_NET_ETHERNET=m
+CONFIG_SMSC911X=m
+
+CONFIG_SERIO_AMBAKMI=y
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+
+CONFIG_FB=y
+CONFIG_FB_ARMCLCD=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+
+CONFIG_SND_ARMAACI=m
+
+CONFIG_USB=m
+CONFIG_USB_ISP1760_HCD=m
+CONFIG_MMC=y
+CONFIG_MMC_ARMMMCI=y
+
+CONFIG_RTC_DRV_PL031=y



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



Bug#661109: lsb: Please include helper function for init scripts on upstart-based systems

2012-05-02 Thread Steve Langasek
On Tue, May 01, 2012 at 09:45:44AM +0200, Didier 'OdyX' Raboud wrote:
 Le 01.05.2012 07:42, Steve Langasek a écrit :
  My opinion is that this is best done in the single /lib/lsb/init-functions
  file.  The filename is an interface defined in the LSB, but there's nothing
  in the LSB that says this interface can't provide additional shell
  functions; and having this all in a single place simplifies the interface
  for the Debian init scripts.  And if you've followed the discussion on
  debian-devel, you know that there's quite a lot of interest in having
  simpler init scripts. :)

  If you decide not to include this patch in lsb/init-functions, then I guess
  I'll propose a new shell include as you describe; but I really don't think
  that's the best solution.

 That's convincing enough for me. I just committed the attached patch and
 will push it later today. I plan to upload it after the new Fancy output
 (as 4.1+Debian1) will have reached testing, along with other stuff.

 Thanks for your patch, cheers,

Great, thanks!

BTW, I'm sorry to say I've just noticed the patch I sent has a bug; the
output of 'which initctl' should be suppressed, otherwise each init script
using this function will output /sbin/initctl which we don't want.

So the line should be:

   if which initctl /dev/null  initctl version | grep -q upstart

Sorry for the bug.

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


signature.asc
Description: Digital signature


Bug#618576: xen-3.2-1: VNC display over HVM XEN 3/Lenny AMD64, displays a blank, screen when Debian-Installer Squeeze AMD64 is running on it

2012-05-02 Thread Jonas Camillus Jeppesen

Hi

Although I am not sure about the Xen version used by my VPS host I am 
experiencing the exact same problem.


The Debian 6 install menu displays fine and I can navigate to sub menu 
etc. But upon choosing Install, Graphical install, Expert Install, 
... I get a blank display as discribed by Diego.


Has anyone found a solution to this problem?

Best regards
Jonas



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



Bug#671143: pyexiv2: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-02 Thread Jakub Wilk

Source: pyexiv2
Version: 0.3.2-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pyexiv2 FTBFS if built twice in a row:
|  dpkg-source -b pyexiv2-0.3.2
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building pyexiv2 using existing ./pyexiv2_0.3.2.orig.tar.gz
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/metadata.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/metadata.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/iptc.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/iptc.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/preview.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/preview.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/utils.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/utils.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/xmp.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/xmp.pyc in debian/source/include-binaries 
if you want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/exif.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/exif.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/src/pyexiv2/__init__.pyc: binary file contents changed
| dpkg-source: error: add src/pyexiv2/__init__.pyc in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/searchindex.js has no 
final newline (either original or modified version)
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/objects.inv: binary file contents changed
| dpkg-source: error: add doc/_build/objects.inv in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/developers.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/api.html has no final 
newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/genindex.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/index.html has no final 
newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/tutorial.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/py-modindex.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/search.html has no final 
newline (either original or modified version)
| dpkg-source: warning: file pyexiv2-0.3.2/doc/_build/release_procedure.html 
has no final newline (either original or modified version)
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/.doctrees/index.doctree: binary file contents changed
| dpkg-source: error: add doc/_build/.doctrees/index.doctree in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/.doctrees/release_procedure.doctree: binary file 
contents changed
| dpkg-source: error: add doc/_build/.doctrees/release_procedure.doctree in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/.doctrees/environment.pickle: binary file contents 
changed
| dpkg-source: error: add doc/_build/.doctrees/environment.pickle in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/.doctrees/tutorial.doctree: binary file contents 
changed
| dpkg-source: error: add doc/_build/.doctrees/tutorial.doctree in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
pyexiv2-0.3.2/doc/_build/.doctrees/developers.doctree: binary file contents 
changed
| dpkg-source: error: add doc/_build/.doctrees/developers.doctree in 

Bug#671144: pype: FTBFS if built twice in a row: detected 11 unwanted binary files

2012-05-02 Thread Jakub Wilk

Source: pype
Version: 2.9.1-3
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pype FTBFS if built twice in a row:
|  dpkg-source -b pype-2.9.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/man/man1/pype.1.gz
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/doc/pype/readme.txt.gz
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/doc/pype/changelog.Debian.gz
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/doc/pype/changelog.gz
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/doc/pype/todo.txt.gz
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/blank.ico
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/pype.ico
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/red.png
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/py.ico
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/green.png
| dpkg-source: error: unwanted binary file: 
debian/pype/usr/share/pype/icons/yellow.png
| dpkg-source: error: detected 11 unwanted binary files (add them in 
debian/source/include-binaries to allow their inclusion).
| dpkg-buildpackage: error: dpkg-source -b pype-2.9.1 gave error exit status 29

--
Jakub Wilk



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



Bug#671145: lua-copas: incomplete short description

2012-05-02 Thread Tollef Fog Heen
Package: lua-copas
Severity: normal

The description reads: «Copas is a dispatcher of concurrent TCP/IP
requests for»

There seems to be words missing. :-)

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

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

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are




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



Bug#671146: python-anyjson: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: python-anyjson
Version: 0.3.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-anyjson FTBFS if built twice in a row:
|  dpkg-source -b python-anyjson-0.3.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-anyjson using existing 
./python-anyjson_0.3.1.orig.tar.gz
| dpkg-source: warning: ignoring deletion of file anyjson.egg-info/SOURCES.txt
| dpkg-source: info: local changes detected, the modified files are:
|  python-anyjson-0.3.1/anyjson.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-anyjson_0.3.1-1.diff.cWtJOY
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-anyjson-0.3.1 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671148: pytimechart: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: pytimechart
Version: 1.0.0~rc1-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pytimechart FTBFS if built twice in a row:
|  dpkg-source -b pytimechart-1.0.0~rc1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building pytimechart using existing 
./pytimechart_1.0.0~rc1.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  pytimechart-1.0.0~rc1/pytimechart.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/pytimechart_1.0.0~rc1-2.diff.78pTcZ
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b pytimechart-1.0.0~rc1 gave error 
exit status 2

--
Jakub Wilk



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



Bug#671147: python-oauth2: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: python-oauth2
Version: 1.5.211-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-oauth2 FTBFS if built twice in a row:
|  dpkg-source -b python-oauth2-1.5.211
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-oauth2 using existing 
./python-oauth2_1.5.211.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-oauth2-1.5.211/oauth2.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-oauth2_1.5.211-1.diff.fWWHt6
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-oauth2-1.5.211 gave error 
exit status 2

--
Jakub Wilk



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



Bug#618576: [Pkg-xen-devel] Bug#618576: xen-3.2-1: VNC display over HVM, XEN 3/Lenny AMD64, displays a blank screen when Debian-Installer Squeeze, AMD64 is running on it

2012-05-02 Thread Jonas Camillus Jeppesen

Hi,

when this happens, did you try to reconnect to the
VNC server? Did it work?

Thomas

For me it did not help to reconnect. It still displayed a blank screen.

Sorry for flooding the bug report with small replies.

Best regards
Jonas



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



Bug#671149: trac-customfieldadmin: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: trac-customfieldadmin
Version: 0.2.6+r10460-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-customfieldadmin FTBFS if built twice in a row:
|  dpkg-source -b trac-customfieldadmin-0.2.6+r10460
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-customfieldadmin using existing 
./trac-customfieldadmin_0.2.6+r10460.orig.tar.gz
| dpkg-source: warning: file 
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/SOURCES.txt
 has no final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/PKG-INFO
|  
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/SOURCES.txt
|  
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/dependency_links.txt
|  
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/entry_points.txt
|  
trac-customfieldadmin-0.2.6+r10460/0.11/TracCustomFieldAdmin.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-customfieldadmin_0.2.6+r10460-1.diff.an0yUn
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-customfieldadmin-0.2.6+r10460 
gave error exit status 2

--
Jakub Wilk



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



Bug#671150: trac-xmlrpc: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: trac-xmlrpc
Version: 1.1.2+r10706-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-xmlrpc FTBFS if built twice in a row:
|  dpkg-source -b trac-xmlrpc-1.1.2+r10706
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-xmlrpc using existing 
./trac-xmlrpc_1.1.2+r10706.orig.tar.gz
| dpkg-source: warning: file 
trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/SOURCES.txt has no final 
newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/PKG-INFO
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/SOURCES.txt
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/dependency_links.txt
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/entry_points.txt
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/top_level.txt
|  trac-xmlrpc-1.1.2+r10706/trunk/TracXMLRPC.egg-info/zip-safe
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-xmlrpc_1.1.2+r10706-1.diff.PLUUEH
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-xmlrpc-1.1.2+r10706 gave error 
exit status 2

--
Jakub Wilk



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



Bug#670055: cups-filters: Printing a text file fails when Liberation is the only TrueType font available

2012-05-02 Thread Fabian Greffrath

Hi Till,

have you seen this?

 - Fabian


Am 30.04.2012 15:38, schrieb Fabian Greffrath:

tags 670055 -moreinfo -unreproducible +patch
severity 670055 important
thanks

Am 30.04.2012 14:30, schrieb Fabian Greffrath:

I have to clarify one other thing with fontconfig upstream and will
then send my final patch for cups-filters.


And here it is.

Till, yould you please apply this patch upstream ASAP?

- Fabian







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



Bug#611479: pyicqt: fails to start service (tuple out of range error)

2012-05-02 Thread Stephan Thamm
Hi,
the error message is only a bug in the debug code of pyicqt. It prevents 
messages from being written to the log and does not influence the control flow 
of the rest of the program. The bug was triggered by harmless deprecation 
warnings for the `md5` module on my system.

It can be fixed with the applied patch.
-- 
So far, farewell
Thammi
diff -Naur pyicqt-0.8.1.5.orig/src/debug.py pyicqt-0.8.1.5/src/debug.py
--- pyicqt-0.8.1.5.orig/src/debug.py	2009-08-24 14:37:59.0 +0200
+++ pyicqt-0.8.1.5/src/debug.py	2012-05-02 08:38:45.652740630 +0200
@@ -15,7 +15,7 @@
 
 def observer2(eventDict):
 	edm = eventDict['message']
-	if isinstance(edm, tuple): # LogEvent can be in tuple
+	if isinstance(edm, tuple) and len(edm): # LogEvent can be in tuple
 		edm = edm[0]
 	if isinstance(edm, LogEvent):
 		if edm.category == INFO and config.debugLevel  3:


Bug#670983: dfc: 'man dfc' typos: mentionned and substracting

2012-05-02 Thread Khalid El Fathi
tags 670983 + fixed-upstream
thanks

I've committed those typo fixes upstream. They'll be in the next
upstream release.

Thanks,
Khalid.



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



Bug#593464: proxychains: doesn't work with i386 binaries on amd64 platform

2012-05-02 Thread Ronny
Package: libproxychains3
Version: 3.1-3
Followup-For: Bug #593464

Dear Maintainer,

please switch the libproxychains3 package to support multiarch installs,
its a single flag in the package config,
and solves the needs for people that sadly have to depend on tools that aren't

after its done we can just linstall libproxychains:i386 after adding the i386
architecture

which is far better than downloading a i386 tarball and copying the shared libs
to the lib32 dir

-- Ronny



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

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

Versions of packages libproxychains3 depends on:
ii  libc6  2.13-30

Versions of packages libproxychains3 recommends:
ii  dnsutils  1:9.8.1.dfsg.P1-4

Versions of packages libproxychains3 suggests:
ii  proxychains  3.1-3

-- 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#671151: RM: multicat [hurd-i386 kfreebsd-i386 kfreebsd-amd64] -- ANAIS; Architectures not allowed

2012-05-02 Thread Alessio Treglia
Package: ftp.debian.org
Severity: normal

Hi,

please remove kfreebsd's and hurd's binaries of multicat as they
are no longer supported by source.

Thanks in advance.



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



Bug#661109: lsb: Please include helper function for init scripts on upstart-based systems

2012-05-02 Thread Didier 'OdyX' Raboud
Le 02.05.2012 08:55, Steve Langasek a écrit :
 BTW, I'm sorry to say I've just noticed the patch I sent has a bug; the
 output of 'which initctl' should be suppressed, otherwise each init script
 using this function will output /sbin/initctl which we don't want.
 
 So the line should be:
 
if which initctl /dev/null  initctl version | grep -q upstart

Good catch. That said, wouldn't the following be more robust ?

if [ -x /sbin/initctl ]  /sbin/initctl version | /bin/grep -q upstart

In init-functions, no PATH is defined (all executables are currently
called with full paths). And only upstart ships /sbin/initctl, right?

Cheers,

OdyX







signature.asc
Description: OpenPGP digital signature


Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban

Hi,

I'm using this:
export DEB_CROSS_NO_BIARCH=yes

before starting to compile the GCC.

I've take a look found that libgcc_s.so.1 is in this folder:

debian/tmp/usr/x86_64-linux-gnu/lib64
not in
debian/tmp/usr/x86_64-linux-gnu/lib

Best regards,
Adrian

On 05/01/2012 02:04 PM, Matthias Klose wrote:

dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libgcc1-amd64-cross debian/libgcc1-dbg-amd64-cross
dh_installdirs -plibgcc1-amd64-cross usr/share/doc/libgcc1-amd64-cross
usr/x86_64-linux-gnu/lib
mv debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1
debian/libgcc1-amd64-cross/usr/x86_64-linux-gnu/lib/.
mv: cannot stat `debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1': No such
file or directory
make[1]: *** [stamps/08-binary-stamp-libgcc] Error 1

find out where this file gets installed instead. I think that nobody tried yet
to build a cross compiler targeting a biarch target. patches welcome.




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



Bug#671103: [powerpc] [ATi Rage 128 Pro AGP] x.org doesn't work with R128 at all

2012-05-02 Thread Michel Dänzer
On Die, 2012-05-01 at 17:09 -0400, Douglas Mencken wrote: 
 
 [   237.879] (EE) Unable to find a valid framebuffer device
 [   237.879] (EE) R128(0): Failed to open framebuffer device, consult
 warnings and/or errors above for possible reasons

As discussed on IRC, you need to make sure that the aty128fb driver is
active in the kernel, not OFfb. You should be able to achieve that by
either building aty128fb into the kernel or disabling OFfb on the kernel
command line and making sure the aty128fb module is loaded, e.g. by
adding it to the list of modules to be loaded in the initrd or
in /etc/modules.

You may still need a xorg.conf anyway, hopefully someone on the
debian-powerpc list (CC'd) can help with that if so.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#671152: mirror submission for mirrors.linsrv.tk

2012-05-02 Thread Mike Guilmot
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirrors.linsrv.tk
Type: leaf
Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 s390x sparc 
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
IPv6: no
CDImage-upstream: debian.advalem.net
Updates: twice
Maintainer: Mike Guilmot mguil...@gmail.com
Country: FR France
Location: Roubaix
Sponsor: Linsrv http://www.linsrv.tk
Comment: 100mbit



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



Bug#671153: machine stopped working in kernel task bdi-default

2012-05-02 Thread Giuseppe Sacco
Package: linux-image-2.6.32-5-amd64
Version: 2.6.32-41squeeze2

Hi,
this morning this machine was not working anymore: it was responding to
ping and nothing else (no postgresql, no ssh, no samba, no ldaps, no
apache2). The machine was not powerd off. And since it is headless I
could not check anything on the console.

Once powercycled, I found this message in syslog:
May  2 07:10:01 /USR/SBIN/CRON[25505]: (munin) CMD (if [ -x /usr/bin/munin-cron 
]; then /usr/bin/munin-cron; fi)
May  2 07:10:29 kernel: [19241.580034] INFO: task bdi-default:25 blocked for 
more than 120 seconds.
May  2 07:10:29 kernel: [19241.580037] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
May  2 07:10:29 kernel: [19241.580039] bdi-default   D  0   
 25  2 0x
May  2 07:10:29 kernel: [19241.580043]  880196c754c0 0046 
 0008
May  2 07:10:29 kernel: [19241.580047]  00015780 00015780 
f9e0 880196e5ffd8
May  2 07:10:29 kernel: [19241.580050]  00015780 00015780 
880196ccc6a0 880196ccc998
May  2 07:10:29 kernel: [19241.580054] Call Trace:
May  2 07:10:29 kernel: [19241.580062]  [810414f5] ? 
select_task_rq_fair+0x472/0x836
May  2 07:10:29 kernel: [19241.580067]  [812fb53d] ? 
schedule_timeout+0x2e/0xdd
May  2 07:10:29 kernel: [19241.580070]  [812fb3f4] ? 
wait_for_common+0xde/0x15b
May  2 07:10:29 kernel: [19241.580074]  [8104a450] ? 
default_wake_function+0x0/0x9
May  2 07:10:29 kernel: [19241.580078]  [81064d8a] ? 
kthread_create+0x93/0x121
May  2 07:10:29 kernel: [19241.580082]  [810c8fde] ? 
bdi_start_fn+0x0/0xd2
May  2 07:10:29 kernel: [19241.580088]  [8105a854] ? 
lock_timer_base+0x26/0x4b
May  2 07:10:29 kernel: [19241.580091]  [8105a8dc] ? 
try_to_del_timer_sync+0x63/0x6c
May  2 07:10:29 kernel: [19241.580094]  [8105a8f1] ? 
del_timer_sync+0xc/0x16
May  2 07:10:29 kernel: [19241.580096]  [812fb5bc] ? 
schedule_timeout+0xad/0xdd
May  2 07:10:29 kernel: [19241.580099]  [8105a970] ? 
process_timeout+0x0/0x5
May  2 07:10:29 kernel: [19241.580102]  [810c8f16] ? 
bdi_forker_task+0x1f5/0x2bd
May  2 07:10:29 kernel: [19241.580107]  [8103aa76] ? 
__wake_up_common+0x44/0x72
May  2 07:10:29 kernel: [19241.580110]  [810c8d21] ? 
bdi_forker_task+0x0/0x2bd
May  2 07:10:29 kernel: [19241.580112]  [81064c4d] ? kthread+0x79/0x81
May  2 07:10:29 kernel: [19241.580116]  [81011baa] ? 
child_rip+0xa/0x20
May  2 07:10:29 kernel: [19241.580119]  [81064bd4] ? kthread+0x0/0x81
May  2 07:10:29 kernel: [19241.580121]  [81011ba0] ? 
child_rip+0x0/0x20
May  2 07:13:35 /USR/SBIN/CRON[25503]: (CRON) error (grandchild #25505 failed 
with exit status 1)

this is while the machine was a overloaded by a massive postgresql
import that start every morning at 7:02.

Thanks,
Giuseppe




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



Bug#671155: python-memcache: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: python-memcache
Version: 1.48-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-memcache FTBFS if built twice in a row:
|  dpkg-source -b python-memcache-1.48
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-memcache using existing 
./python-memcache_1.48.orig.tar.gz
| dpkg-source: warning: ignoring deletion of file memcache.pyc
| dpkg-source: warning: ignoring deletion of file Makefile
| dpkg-source: warning: file 
python-memcache-1.48/python_memcached.egg-info/SOURCES.txt has no final newline 
(either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  python-memcache-1.48/python_memcached.egg-info/PKG-INFO
|  python-memcache-1.48/python_memcached.egg-info/SOURCES.txt
|  python-memcache-1.48/python_memcached.egg-info/dependency_links.txt
|  python-memcache-1.48/python_memcached.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-memcache_1.48-1.diff.kU7sKB
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-memcache-1.48 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671154: ITP: lhasa -- lha archive decompressor

2012-05-02 Thread Jon Dowland
Package: wnpp
Severity: wishlist
Owner: Jon Dowland j...@debian.org

* Package name: lhasa
  Version : 0.0.4
  Upstream Author : Simon Howard frag...@removethistoemailme.gmail.com
* URL : http://fragglet.github.com/lhasa/
* License : ISC
  Programming Lang: C
  Description : lha archive decompressor

Lhasa is a library for parsing LHA (.lzh) archives and a free replacement
for the Unix LHA tool.

Currently it is only possible to read from (ie. decompress) archives;
generating (compressing) LHA archives may be an enhancement for future
versions. The aim is to be compatible with as many different variants
of the LHA file format as possible, including LArc (.lzs) and
PMarc (.pma). A suite of archives generated from different tools is
included for regression testing.

The command line tool aims to be interface-compatible with the non-free
Unix LHA tool (command line syntax and output), for backwards compatibility
with tools that expect particular output.

Lhasa is licensed under the ISC license, which is a simplified version of
the MIT/X11 license that is functionally identical.

It's my intention to initially package the lhasa binary and later add
the library package.


signature.asc
Description: Digital signature


Bug#671156: python-slimmer: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: python-slimmer
Version: 0.1.30-5
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-slimmer FTBFS if built twice in a row:
|  dpkg-source -b python-slimmer-0.1.30
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-slimmer using existing 
./python-slimmer_0.1.30.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-slimmer-0.1.30/slimmer.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-slimmer_0.1.30-5.diff.53Fv8l
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-slimmer-0.1.30 gave error 
exit status 2

--
Jakub Wilk



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



Bug#671157: python-xlib: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-02 Thread Jakub Wilk

Source: python-xlib
Version: 0.14+20091101-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-xlib FTBFS if built twice in a row:
|  dpkg-source -b python-xlib-0.14+20091101
| dpkg-source: warning: no source format specified in debian/source/format, see 
dpkg-source(1)
| dpkg-source: info: using source format `1.0'
| dpkg-source: info: building python-xlib using existing 
python-xlib_0.14+20091101.orig.tar.gz
| dpkg-source: info: building python-xlib in python-xlib_0.14+20091101-1.diff.gz
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/doc/html/index.html:
| dpkg-source: error:   new version is symlink to python-xlib_toc.html
| dpkg-source: error:   old version is nonexistent
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/debian/python-xlib/usr/share/doc/python-xlib/html/index.html:
| dpkg-source: error:   new version is symlink to python-xlib_toc.html
| dpkg-source: error:   old version is nonexistent
| dpkg-source: warning: newly created empty file 'doc/ps/python-xlib.pg' will 
not be represented in diff
| dpkg-source: warning: newly created empty file 'doc/ps/python-xlib.cp' will 
not be represented in diff
| dpkg-source: warning: newly created empty file 'doc/ps/python-xlib.ky' will 
not be represented in diff
| dpkg-source: warning: newly created empty file 'doc/ps/python-xlib.auxtmp' 
will not be represented in diff
| dpkg-source: warning: newly created empty file 'doc/ps/python-xlib.tp' will 
not be represented in diff
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/doc/ps/python-xlib.dvi: binary file contents changed
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/debian/python-xlib/usr/share/doc/python-xlib/changelog.Debian.gz:
 binary file contents changed
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/debian/python-xlib/usr/share/doc/python-xlib/changelog.gz:
 binary file contents changed
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/debian/python-xlib/usr/share/doc/python-xlib/html/texi2html.gz:
 binary file contents changed
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/shapewin.py' will not be 
represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/profilex.py' will not be 
represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/childwin.py' will not be 
represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/draw.py' will not be 
represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/threadtest.py' will not 
be represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/usr/share/doc/python-xlib/examples/draw-proto.py' will not 
be represented in diff
| dpkg-source: error: cannot represent change to 
python-xlib-0.14+20091101/debian/python-xlib/usr/share/info/python-xlib.info.gz:
 binary file contents changed
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/DEBIAN/postinst' will not be represented in diff
| dpkg-source: warning: executable mode 0755 of 
'debian/python-xlib/DEBIAN/prerm' will not be represented in diff
| dpkg-source: warning: the diff modifies the following upstream files:
|  doc/html/python-xlib_1.html
|  doc/html/python-xlib_10.html
|  doc/html/python-xlib_11.html
|  doc/html/python-xlib_12.html
|  doc/html/python-xlib_13.html
|  doc/html/python-xlib_14.html
|  doc/html/python-xlib_15.html
|  doc/html/python-xlib_16.html
|  doc/html/python-xlib_17.html
|  doc/html/python-xlib_18.html
|  doc/html/python-xlib_19.html
|  doc/html/python-xlib_2.html
|  doc/html/python-xlib_20.html
|  doc/html/python-xlib_21.html
|  doc/html/python-xlib_22.html
|  doc/html/python-xlib_23.html
|  doc/html/python-xlib_24.html
|  doc/html/python-xlib_25.html
|  doc/html/python-xlib_3.html
|  doc/html/python-xlib_4.html
|  doc/html/python-xlib_5.html
|  doc/html/python-xlib_6.html
|  doc/html/python-xlib_7.html
|  doc/html/python-xlib_8.html
|  doc/html/python-xlib_9.html
|  doc/html/python-xlib_toc.html
|  doc/ps/python-xlib.aux
|  doc/ps/python-xlib.fn
|  doc/ps/python-xlib.fns
|  doc/ps/python-xlib.log
|  doc/ps/python-xlib.ps
|  doc/ps/python-xlib.toc
|  doc/ps/python-xlib.vr
|  doc/ps/python-xlib.vrs
| dpkg-source: info: use the '3.0 (quilt)' format to have separate and 
documented changes to upstream files, see dpkg-source(1)
| dpkg-source: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b python-xlib-0.14+20091101 gave error 
exit status 1

--
Jakub Wilk



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

Bug#671158: gearmand: FTBFS[kfreebsd]: error: 'O_CLOEXEC' was not declared in this scope

2012-05-02 Thread Christoph Egger
Package: src:gearmand
Version: 0.32-1
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

  CXXutil/pidfile.o
util/pidfile.cc: In member function 'bool 
datadifferential::util::Pidfile::create()':
util/pidfile.cc:122:64: error: 'O_CLOEXEC' was not declared in this scope
make[2]: *** [util/pidfile.o] Error 1
make[2]: Leaving directory 
`/build/buildd-gearmand_0.32-1-kfreebsd-amd64-P9FDZ7/gearmand-0.32'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd-gearmand_0.32-1-kfreebsd-amd64-P9FDZ7/gearmand-0.32'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=gearmandarch=kfreebsd-amd64ver=0.32-1stamp=1335928760

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org




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



Bug#671159: ns3: FTBFS[kfreebsd* mips* sparc]: build hangs

2012-05-02 Thread Christoph Egger
Package: src:ns3
Version: 3.13+dfsg-1
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

[ 603/1218] cxx: src/internet/model/ipv4-end-point.cc - 
build/src/internet/model/ipv4-end-point.cc.1.o
E: Caught signal 'Terminated': terminating immediately
make: *** [build-arch] Terminated
make[1]: *** [override_dh_auto_build] Terminated

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=ns3arch=kfreebsd-i386ver=3.13%2Bdfsg-1stamp=1335910634

The alternate output in 2 logs is just killing the processes in a
different order.

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org




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



Bug#671086: libgl1-mesa-glx: Cannot install both libgl1-mesa-swx11 and libgl1-mesa-glx

2012-05-02 Thread Sylvain
Hi,

On Tue, May 01, 2012 at 04:47:48PM -0400, Robert Hooker wrote:
 The software driver compatible with libgl1-mesa-glx is in
 libgl1-mesa-dri (swrast_dri.so), libgl1-mesa-swx11 is an alternate
 implementation that can't be used at the same time.

Thanks for the explanation, my mistake.

Maybe it would worth noting in libgl1-mesa-swx11's description that
another software implementation is also available in libgl1-mesa-dri?


On Tue, May 01, 2012 at 10:46:09PM +0200, Julien Cristau wrote:
 If you keep reopening without substantiating your claims I'll have to
 ask the BTS owners to act, because as much as I like wasting my time I
 have better things to do.

I wish you didn't waste my, your and other people's time by keeping
repeating this is not a bug or that is not true bluntly instead of
a 2-lines time-saving explanation.  How about doing that next time?

Regards,
Sylvain



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



Bug#659363: Hibernate freezes on HP dc7900 with Linux 3.2 (regression)

2012-05-02 Thread Per Olofsson
Hi again,

2012-04-23 00:42, Jonathan Nieder skrev:
 Per Olofsson wrote:
 
  Here is the final patch which fixes the bug:
 Thanks, Pelle.  This is e9cbc5a6270b from the linux-next branch of
 Rafael's linux-pm tree[1] and should be part of linux-next when
 Stephen next rebuilds it.  It applies without change to the 3.2.y
 tree, so I'm attaching a patch for the packaging repo that applies the
 fix for convenience.
 
 Hope that helps,
 Jonathan
 
 [1] git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

There is now a less intrusive patch in Linus' git repo:
f8262d476823a7ea1eb497ff9676d1eab2393c75

Originally posted here:
http://marc.info/?l=linux-kernelm=133522096505280w=2

It will hopefully end up in stable 3.2.

-- 
Pelle



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



Bug#668972: synapse: immediately segfaults on startup

2012-05-02 Thread Julien Lavergne
Le 04/16/2012 10:02 AM, Albin Stjerna a écrit :
 Dear Maintainer,
 The following is printed in dmesg:
 [  162.023274] synapse[3357]: segfault at 0 ip 7f5c80420080 sp 
 7fffe4150678 error 4 in libglib-2.0.so.0.3000.2[7f5c803b9000+f6000]

 When running synapse manually, I get this:
 albin@hecate ~ % synapse
 [08:01:09.886505 Info] Starting up...
 [08:01:09.916331 Info] [UILauncher] Binding activation to ShiftAltg
 [08:01:09.916401 GtkHotkey-Debug] Listener Type: GtkHotkeyX11Listener
 [08:01:09.927220 Info] [GuiViewDefault] Screen is NOT composited.
 [08:01:09.927402 Info] [GuiViewDefault] Using gtk-im-context-simple input 
 method.
 [08:01:09.957685 Warning] desktop-file-service.vala:299: Desktop session type 
 is not recognized, assuming GNOME.
 [08:01:10.008533 Warning] [DesktopFileInfo] Unable to create AppInfo
 [08:01:10.044183 Warning] [DesktopFileInfo] Key file does not have key 'Type'
 [08:01:10.118279 GLib-Critical] g_regex_replace_eval: assertion `string != 
 NULL' failed
 [08:01:10.118317 Critical] string_strip: assertion `self != NULL' failed
 zsh: segmentation fault  synapse
Thanks for your bug report. Could you test and report back with the
packages there : http://people.ubuntu.com/~gilir/synapse/

Regards,
Julien Lavergne



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



Bug#671160: pty is not closed when closing tabs

2012-05-02 Thread Guo Yixuan

Package: roxterm-gtk2
Version: 2.6.2-1
Severity: normal

Hi,

After opening and closing several tabs, lsof shows:
# only pasting relevant lines
$ lsof /dev/pts
roxterm 10061  gyx   13r   CHR  136,0  0t03 /dev/pts/0
roxterm 10061  gyx   20u   CHR  136,1  0t04 /dev/pts/1
...
roxterm 10061  gyx   50u   CHR 136,16  0t0   19 /dev/pts/16
This bug seems to be fixed in commit 5cf36ff, but it's still affect 
current version.


Regards,
Guo Yixuan

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

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

Versions of packages roxterm-gtk2 depends on:
ii  libc6   2.13-30
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.0-4
ii  libgtk2.0-0 2.24.10-1
ii  libice6 2:1.0.8-2
ii  libpango1.0-0   1.29.4-3+b1
ii  librsvg2-common 2.36.1-1
ii  libsm6  2:1.2.1-2
ii  libvte9 1:0.28.2-4
ii  libx11-62:1.4.4-4
ii  roxterm-common  2.6.2-1

roxterm-gtk2 recommends no packages.

roxterm-gtk2 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#652080: Bug #652080: mirrors: please, provide https mirror

2012-05-02 Thread Aron Xu
Hi,

I think providing https mirror will make the hosting a lot difficult,
since it may use up a lot of CPU time and other server resources.
Packages of public mirrors is public anyway, and I see no usefulness
of encrypting them. apt-transport-https is useful when somebody is
hosting private APT repository with some packages that don't want to
be cached, etc.

-- 
Regards,
Aron Xu



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



Bug#671161: udev: Nokia N9 wrongly labeled as having a removable media

2012-05-02 Thread Paul Menzel
Package: udev
Version: 175-3.1
Severity: normal

Dear Debian folks,


connecting the Nokia N9 mobile phone to my system over the USB port, it
is not mounted by my file manager. Since it depends on udisks I tried

$ sudo udisks --mount /dev/sdb
Mount failed: Error mounting: mount: no medium found on /dev/sdb

but this failed as seen above. The device is strangely mapped to group
floppy.

$ ls -l /dev/sdb
brw-rw---T 1 root floppy 8, 16 Mai  1 20:14 /dev/sdb

The cause seems to be in `/lib/udev/rules.d/91-permissions.rules` which
has the following line

SUBSYSTEM==block, ATTRS{removable}==1,  GROUP=floppy

marking my device that it has a removable media.

Since it is just a phone without a card slot it is always reported that
there is no media inserted and therefore it cannot be mounted.

Can a separate rule for the N9 be added?

I am attaching some log information.

$ dmesg
[…]
[ 2933.838214] usb 1-1: USB disconnect, device number 3
[ 2938.276307] usb 1-1: new high-speed USB device number 4 using 
ehci_hcd
[ 2938.410890] usb 1-1: New USB device found, idVendor=0421, 
idProduct=0518
[ 2938.410901] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[ 2938.410908] usb 1-1: Product: Nokia N9
[ 2938.410914] usb 1-1: Manufacturer: Nokia
[ 2938.410918] usb 1-1: SerialNumber: 
[ 2938.413342] scsi4 : usb-storage 1-1:1.0
[ 2939.414342] scsi 4:0:0:0: Direct-Access NokiaNokia N9
 0316 PQ: 0 ANSI: 2
[ 2939.424920] sd 4:0:0:0: [sdb] Attached SCSI removable disk

$ /sbin/udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[10524.007129] add  /devices/pci:00/:00:12.2/usb1/1-1 
(usb)
KERNEL[10524.009484] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0 (usb)
UDEV  [10524.029333] add  /devices/pci:00/:00:12.2/usb1/1-1 
(usb)
KERNEL[10524.133644] add  /module/uas (module)
KERNEL[10524.134565] add  /bus/usb/drivers/uas (drivers)
UDEV  [10524.134626] add  /module/uas (module)
UDEV  [10524.135836] add  /bus/usb/drivers/uas (drivers)
KERNEL[10524.148776] add  /module/usb_storage (module)
KERNEL[10524.150421] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2 (scsi)
KERNEL[10524.150475] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/scsi_host/host2 
(scsi_host)
KERNEL[10524.150504] add  /bus/usb/drivers/usb-storage (drivers)
UDEV  [10524.151301] add  /bus/usb/drivers/usb-storage (drivers)
UDEV  [10524.152950] add  /module/usb_storage (module)
UDEV  [10524.157898] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0 (usb)
UDEV  [10524.158910] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2 (scsi)
UDEV  [10524.160247] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/scsi_host/host2 
(scsi_host)
KERNEL[10525.152764] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0 (scsi)
KERNEL[10525.152837] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0 
(scsi)
KERNEL[10525.152870] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/scsi_disk/2:0:0:0
 (scsi_disk)
KERNEL[10525.153030] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/scsi_device/2:0:0:0
 (scsi_device)
KERNEL[10525.153237] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0
 (bsg)
UDEV  [10525.154424] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0 (scsi)
KERNEL[10525.156139] add  /devices/virtual/bdi/8:16 (bdi)
KERNEL[10525.156505] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb
 (block)
UDEV  [10525.156946] add  /devices/virtual/bdi/8:16 (bdi)
KERNEL[10525.158361] change   
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb
 (block)
UDEV  [10525.163747] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0 
(scsi)
UDEV  [10525.163811] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/scsi_device/2:0:0:0
 (scsi_device)
UDEV  [10525.163852] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0
 (bsg)
UDEV  [10525.165418] add  
/devices/pci:00/:00:12.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0/scsi_disk/2:0:0:0
 (scsi_disk)
KERNEL[10525.175996] change   

Bug#659363: Hibernate freezes on HP dc7900 with Linux 3.2 (regression)

2012-05-02 Thread Jonathan Nieder
Per Olofsson wrote:

 There is now a less intrusive patch in Linus' git repo:
 f8262d476823a7ea1eb497ff9676d1eab2393c75

Thanks.  Does it work well against 3.2.y?

[...]
 It will hopefully end up in stable 3.2.

If it works well, please feel free to contact Greg and Ben at
sta...@vger.kernel.org mentioning the commit to ensure they consider
it for inclusion in 3.2.y and 3.3.y.  Greg will probably want an ack
from Bojan or Rafael, so it's probably easiest to do this as a reply
to the [PATCH v11] thread so they are cc-ed.

Hope that helps,
Jonathan



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



Bug#671162: basemap: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-02 Thread Jakub Wilk

Source: basemap
Version: 1.0.2-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

basemap FTBFS if built twice in a row:
|  dpkg-source -b basemap-1.0.2
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building basemap using existing ./basemap_1.0.2.orig.tar.gz
| dpkg-source: warning: ignoring deletion of file src/pj_open_lib.c.orig
| dpkg-source: error: cannot represent change to basemap-1.0.2/nad2bin: binary 
file contents changed
| dpkg-source: error: add nad2bin in debian/source/include-binaries if you want 
to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to basemap-1.0.2/nad2bin.o: 
binary file contents changed
| dpkg-source: error: add nad2bin.o in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/searchindex.js has no 
final newline (either original or modified version)
| dpkg-source: error: cannot represent change to 
basemap-1.0.2/doc/build/html/objects.inv: binary file contents changed
| dpkg-source: error: add doc/build/html/objects.inv in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/genindex.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/index.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/search.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/api/index.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/api/basemap_api.html 
has no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/aeqd.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/omerc.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/cyl.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/download.html 
has no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/stere.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/gnomon.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/index.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/hammer.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/lcc.html has no 
final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/mbtfpq.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/merc.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/examples.html 
has no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/gall.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/robin.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/geography.html 
has no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/plaea.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/sinu.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/cass.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/intro.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/nsper.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/eqdc.html has 
no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/graticule.html 
has no final newline (either original or modified version)
| dpkg-source: warning: file basemap-1.0.2/doc/build/html/users/mapcoords.html 
has no 

Bug#671163: debomatic: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-02 Thread Jakub Wilk

Source: debomatic
Version: 0.10-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

debomatic FTBFS if built twice in a row:
|  dpkg-source -b debomatic-0.10
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building debomatic using existing 
./debomatic_0.10.orig.tar.gz
| dpkg-source: error: cannot represent change to 
debomatic-0.10/docs/_build/doctrees/index.doctree: binary file contents changed
| dpkg-source: error: add docs/_build/doctrees/index.doctree in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
debomatic-0.10/docs/_build/doctrees/environment.pickle: binary file contents 
changed
| dpkg-source: error: add docs/_build/doctrees/environment.pickle in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: error: cannot represent change to 
debomatic-0.10/docs/_build/latex/Deb-o-Matic.pdf: binary file contents changed
| dpkg-source: error: add docs/_build/latex/Deb-o-Matic.pdf in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: warning: newly created empty file 
'docs/_build/latex/Deb-o-Matic.ind' will not be represented in diff
| dpkg-source: warning: newly created empty file 
'docs/_build/latex/Deb-o-Matic.idx' will not be represented in diff
| dpkg-source: error: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b debomatic-0.10 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671164: Incorrect terminal size (79x24)

2012-05-02 Thread Guo Yixuan

Package: roxterm-gtk3
Version: 2.6.2-1
Severity: normal

Hi,

The default terminal size is 80x24, but when I start roxterm, there's 
apparently a (very short) moment when its right window edge jumps to 
left, rendering the term size to 79x24. (with no 
~/.config/roxterm.sourceforge.net/. I use xfce4/xfwm4)


Regards,
Guo Yixuan

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

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

Versions of packages roxterm-gtk3 depends on:
ii  libc6   2.13-30
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.0-4
ii  libgtk-3-0  3.2.3-1
ii  libice6 2:1.0.8-2
ii  libpango1.0-0   1.29.4-3+b1
ii  librsvg2-common 2.36.1-1
ii  libsm6  2:1.2.1-2
ii  libvte-2.90-9   1:0.30.1-4
ii  libx11-62:1.4.4-4
ii  roxterm-common  2.6.2-1

roxterm-gtk3 recommends no packages.

roxterm-gtk3 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#671165: dreampie: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: dreampie
Version: 1.1.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

dreampie FTBFS if built twice in a row:
|  dpkg-source -b dreampie-1.1.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building dreampie using existing 
./dreampie_1.1.1.orig.tar.gz
| dpkg-source: warning: file 
dreampie-1.1.1/build/subp-py2/dreampielib/subprocess/split_to_singles.py has no 
final newline (either original or modified version)
| dpkg-source: warning: file 
dreampie-1.1.1/build/subp-py3/dreampielib/subprocess/split_to_singles.py has no 
final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  dreampie-1.1.1/build/subp-py2/dreampielib/__init__.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/common/__init__.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/common/brine.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/common/objectstream.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/subprocess/__init__.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/subprocess/find_modules.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/subprocess/split_to_singles.py
|  dreampie-1.1.1/build/subp-py2/dreampielib/subprocess/trunc_traceback.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/__init__.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/common/__init__.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/common/brine.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/common/objectstream.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/subprocess/__init__.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/subprocess/find_modules.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/subprocess/split_to_singles.py
|  dreampie-1.1.1/build/subp-py3/dreampielib/subprocess/trunc_traceback.py
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/dreampie_1.1.1-1.diff.xrRpE0
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b dreampie-1.1.1 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671166: trac-announcer: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: trac-announcer
Version: 0.12.1+r10986-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-announcer FTBFS if built twice in a row:
|  dpkg-source -b trac-announcer-0.12.1+r10986
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-announcer using existing 
./trac-announcer_0.12.1+r10986.orig.tar.gz
| dpkg-source: warning: file 
trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/requires.txt has no 
final newline (either original or modified version)
| dpkg-source: warning: file 
trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/SOURCES.txt has no 
final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/PKG-INFO
|  trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/SOURCES.txt
|  
trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/dependency_links.txt
|  trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/entry_points.txt
|  trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/requires.txt
|  trac-announcer-0.12.1+r10986/trunk/TracAnnouncer.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-announcer_0.12.1+r10986-2.diff.TFQ4Rb
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-announcer-0.12.1+r10986 gave 
error exit status 2

--
Jakub Wilk



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



Bug#662649: base-files: Request inclusion of Creative Commons licenses in /usr/share/common-licenses

2012-05-02 Thread Guus Sliepen
On Mon, Apr 30, 2012 at 12:44:01PM -0700, Russ Allbery wrote:

  CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/legalcode
  CC-BY-SA-3.0: http://creativecommons.org/licenses/by-sa/3.0/legalcode 
 
 I've run statistics on these from time to time, and they're not that
 widely used.  The most recent numbers, from last September, of packages
 using these licenses are:
 
 CC-BY 3.068
 CC-BY-SA 3.0133
 
 By comparison, the least-used license family in common-licenses (the GFDL)
 is used by 939 packages.
 
 It's possible that this has changed dramatically since last September, but
 it seems somewhat unlikely.

My apologies for not finding bug 562920. Personally, my criteria would be
whether inclusion of these licenses would reduces bloat. Since these licenses
are used in multiple packages, it would already reduce bloat in the archive by
several MB (compressed). The CC licenses are used in a few packages included by
both Gnome and KDE desktops (gnome-icon-theme and shared-desktop-ontologies),
but not in any base installation paackages, so the impact on the average user's
free disk space would be negligable.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen g...@debian.org


signature.asc
Description: Digital signature


Bug#662969: yabause: Hardening flags not enabled

2012-05-02 Thread Guillaume Duhamel
Heya,

I've commited a slighty modified version of the patch in the upstream
repository:
http://yabause.svn.sourceforge.net/viewvc/yabause?view=revisionrevision=2890

This include the changes to the CMakeLists.txt to not hide CFLAGS, but
doesn't include the change to the autopackage script as it's not used
in the build
process (and autopackage is a dead project anyways...).



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



Bug#671167: youtube-dl downloading from blip doesn't seem to work any more

2012-05-02 Thread David Starner
Package: youtube-dl
Version: 2012.02.27-1

Running youtube-dl -t
http://blip.tv/nostalgia-chick/nostalgia-chick-top-ten-songs-about-sex-from-musicals-5466604
gives a 38k mkv file that says This video is only available in the
Blip Player.

-- 
Kie ekzistas vivo, ekzistas espero.



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



Bug#671168: nautilus-pastebin: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: nautilus-pastebin
Version: 0.7.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

nautilus-pastebin FTBFS if built twice in a row:
|  dpkg-source -b nautilus-pastebin-0.7.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building nautilus-pastebin using existing 
./nautilus-pastebin_0.7.1.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  nautilus-pastebin-0.7.1/po/nautilus-pastebin.pot
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/nautilus-pastebin_0.7.1-1.diff.vHkU0I
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b nautilus-pastebin-0.7.1 gave error 
exit status 2

--
Jakub Wilk



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



Bug#671169: pyquery: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-02 Thread Jakub Wilk

Source: pyquery
Version: 1.1.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pyquery FTBFS if built twice in a row:
|  dpkg-source -b pyquery-1.1.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building pyquery using existing ./pyquery_1.1.1.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  pyquery-1.1.1/pyquery.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/pyquery_1.1.1-1.diff.TExauM
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b pyquery-1.1.1 gave error exit status 
2

--
Jakub Wilk



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



Bug#671170: tin: Enable command line option -D by recompiling with -DDEBUG

2012-05-02 Thread Jari Aalto
Package: tin
Version: 1:2.1.0-1
Severity: normal

Option -D is not working in the program:

-D debug-level
   Enter  debug-level  (1  =  NNTP,  2 = filter, 4 = newsrc, 8 = threading, 
16 = memory, 32 =
   attributes, 64 = misc).

$ tin  -D 1 -r -g gmane
Option not enabled. Recompile with -DDEBUG.

The option is important for examining connection troubles:

$ tin -r -g gmane
in 2.1.0 release 20111224 (Bridgend) [UNIX] (c) Copyright 1991-2012 Iain 
Lea.
Connecting to news.gmane.org...
news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok)
Reading keymap file...
Reading input history file...
Reading mail active file...
Reading global attributes file...
Reading attributes file...

nothing happens, program exits

Please recompile sources.



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



Bug#671055: manpages-ru: severely outdated

2012-05-02 Thread Sergey Slipchenko
2012/5/1 Simon Paillard spaill...@debian.org:
 Package: manpages-ru
 Version: 0.98-4
 Severity: important

 Last manpages-ru upload occurred in 2005 (same version since etch), where
 the only change was the change of maintainer name..
 Last manpages-ru with upstream changes occurred in 2001 (11 years ago!!)
 http://packages.debian.org/changelogs/pool/main/m/manpages-ru/manpages-ru_0.98-4/changelog

 It looks to me the debian package is abandoned, and manpages-ru little
 useful/precise to Russian users.

 In the mean time, man-pages-ru project provides up to date translations:
 http://sourceforge.net/projects/man-pages-ru/
 3.39 translation is provided (released on 23th april in english)

 Does someone on debian-l10n-russ...@lists.debian.org volunteer to
 update that package with man-pages-ru ?

It's distributed under GNU FDL, AFAIK it's not compatible with DFSG.


 Dmitri, do you want to orphan the package ?
 http://www.debian.org/doc/manuals/developers-reference/pkgs.html#orphaning

 Regards,

 --
 Simon Paillard



 --
 To UNSUBSCRIBE, email to debian-l10n-russian-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20120501144119.GA17438@toshi




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



Bug#657553: Minor update

2012-05-02 Thread Geoff Clements

Just a small update:

I have upgraded my laptop from Ubuntu 10.04 to Ubuntu 12.04: Avahi 
still works correctly after the update and I can resolve all .local 
addresses with it. However, my Debian (Testing) desktop still loses the 
.local addresses a few minutes after starting to run avahi-daemon.


--
Geoff



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



Bug#671171: apache2.2: mod_speling offers only permanent redirects

2012-05-02 Thread Simon Waters
Package: apache2.2-bin
Version: 2.2.16-6+squeeze4zynet1
Severity: wishlist
File: apache2.2


mod_speling offers only permanent redirects, whilst this saves on CPU it
means that you are potentially storing issues for renaming content of a
web site in future as browsers will cache this indefinitely.

I propose a patch that adds SpellingRedirectTemporary 

So that adding SpellingRedirectTemporary On to the configuation causes
Apache to issue 302 redirects instead of 301, which are pre-expired
causing clients to always retry.


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

Kernel: Linux 2.6.32-25-hvmflexiant (SMP w/1 CPU core)
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 apache2.2-bin depends on:
ii  libapr11.4.2-6+squeeze3  The Apache Portable Runtime Librar
ii  libaprutil11.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libaprutil1-dbd-sqlite 1.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libaprutil1-ldap   1.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libc6  2.11.3-2  Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libpcre3   8.02-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8o-4squeeze12 SSL shared libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

apache2.2-bin recommends no packages.

apache2.2-bin suggests no packages.

-- no debconf information
--- orig/httpd-2.2.16/modules/mappers/mod_speling.c	2008-04-17 15:10:52.0 +0100
+++ apache2-2.2.16/modules/mappers/mod_speling.c	2012-05-02 09:50:15.0 +0100
@@ -60,6 +60,7 @@
 typedef struct {
 int enabled;
 int case_only;
+int redirect_temporary;
 } spconfig;
 
 /*
@@ -77,6 +78,7 @@
 
 cfg-enabled = 0;
 cfg-case_only = 0;
+cfg-redirect_temporary = 0;
 return cfg;
 }
 
@@ -109,6 +111,9 @@
 AP_INIT_FLAG(CheckCaseOnly, ap_set_flag_slot,
   (void*)APR_OFFSETOF(spconfig, case_only), OR_OPTIONS, 
  whether or not to fix only miscapitalized requests),
+AP_INIT_FLAG(SpellingRedirectTemporary, ap_set_flag_slot,
+  (void*)APR_OFFSETOF(spconfig, redirect_temporary), OR_OPTIONS, 
+ whether to issue a 301 or a 302 on spelling errors),
 { NULL }
 };
 
@@ -399,6 +404,8 @@
   : Fixed spelling: %s to %s,
   r-uri, nuri, ref);
 
+		if (cfg-redirect_temporary == 1) return HTTP_MOVED_TEMPORARILY;
+
 return HTTP_MOVED_PERMANENTLY;
 }
 /*


Bug#671172: [xserver-xorg-video-nouveau] Flightgear buffer flush fails, freezing system

2012-05-02 Thread David Baron
Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20120322+ab7291d-1
Severity: normal

--- Please enter the report below this line. ---
Latest and greatest improved extreme penguin racer--large scale artifacts gone 
(nice work!). So dared to try flightgear.

I know that Nouveau is not yet up to this most demanding hw-accelerated app,

However, before the upgrade, the app would eventually appear, had similar 
artifacts as penguin racer and refresh was intermitant at best. Not playable 
but I was not expecting it to be.

After upgrade, there is a buffer flush failure which freezes the system which 
must then be reset. No way out to kill fgfs or restart X.

No trace of message in logs. Can get text by repeating the failure if needed 
(but resets and be dangerous to filesystems).


--- System information. ---
Architecture: i386
Kernel:   Linux 3.1.0-1-686-pae

Debian Release: wheezy/sid
  500 unstableftp.us.debian.org 
  500 testing ftp.us.debian.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6   (= 2.4) | 2.13-31
libdrm-nouveau1a (= 2.4.23) | 2.4.33-1
libudev0(= 146) | 175-3.1
xorg-video-abi-12| 
xserver-xorg-core (= 2:1.11.99.901) | 2:1.12.1-1


Recommends(Version) | Installed
===-+-
libgl1-mesa-dri (= 7.11.1) | 8.0.2-2


Package's Suggests field is empty.



-8---8---8---8---8---8---8---8---8--
Please attach the file: 
  /tmp/reportbug-ng-xserver-xorg-video-nouveau-UPP5TJ.txt 
to the mail. I'd do it myself if the output wasn't too long to handle.

  Thank you!
-8---8---8---8---8---8---8---8---8--


Bug#671170: tin: Enable command line option -D

2012-05-02 Thread jaalto
tags 671170 patch
thanks debian/rules |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 862c6a9..0580199 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,8 @@ config.status:
 		--enable-included-msgs --enable-nls \
 		--enable-mh-mail-handling --enable-cancel-locks \
 		--with-pkg-config \
-		--with-mime-default-charset=ISO-8859-15
+		--with-mime-default-charset=ISO-8859-15 \
+		--enable-debug
 
 build: build-arch build-indep
 build-arch: debian/.stamp-build


Bug#671170: tin: Enable command line option -D by recompiling with -DDEBUG

2012-05-02 Thread Marco d'Itri
On May 02, Jari Aalto jari.aa...@cante.net wrote:

 Option not enabled. Recompile with -DDEBUG.
Maybe there is a reason if this is not the default.
Did you investigate which side effects this causes, especially related 
to performances?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#671173: gccxml fails if ccache is not installed

2012-05-02 Thread Sylvain Joyeux
Package: gccxml
Version: 0.9.0+cvs20120420-2
Severity: important

Dear Maintainer,

gccxml 0.9.0+cvs20120420-2 is failing if ccache is not installed with

  sh: 1: /usr/lib/ccache/c++: not found
  error: could not identify compiler via -E preprocessing
  Support item 
ERROR_unsupported_compiler_in_gxConfiguration_GetCompilerId/find_flags is not 
available:
   checked 
/usr/share/gccxml-0.9/ERROR_unsupported_compiler_in_gxConfiguration_GetCompilerId/find_flags
  Could not determine GCCXML_FLAGS setting.
  GCC-XML version 0.9.0
  No arguments given for GCC C++ parser.  Not running it.

The GCC version is 4.6

installing ccache fixes the issue

*** End of the template - remove these lines ***


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

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

Versions of packages gccxml depends on:
ii  g++ 4:4.6.3-4
ii  libc6   2.13-31
ii  libgcc1 1:4.7.0-6
ii  libstdc++6  4.7.0-6

gccxml recommends no packages.

gccxml 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#671174: vidir: interact with version control systems

2012-05-02 Thread Enrico Zini
Package: moreutils
Version: 0.46
Severity: wishlist

Hello,

when using vidir in a directory under a VCS, it would be awesome if it
could issue svn mv or git mv instead of just renames.

I'd accept this bug to be considered invalid, though, as it has the
potential of complicating vidir's code considerably.

An alternate strategy would be to implement a vcs-friendly 'mv' command,
and have vidir use it if available.


Ciao,

Enrico


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 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 moreutils depends on:
ii  libc62.13-30
ii  libipc-run-perl  0.91-1
ii  perl 5.14.2-9

moreutils recommends no packages.

Versions of packages moreutils suggests:
ii  libtime-duration-perl  none
ii  libtimedate-perl   1.2000-1

-- 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#671175: ITP: httpbench -- very simple HTTP benchmarking program

2012-05-02 Thread Khalid El Fathi
Package: httpbench
Severity: wishlist

Package: wnpp
Severity: wishlist
Owner: Khalid El Fathi kha...@elfathi.fr

* Package name: httpbench
  Version : 0.2.1.1
  Upstream Author : Paul Buetow p...@buetow.org
* URL : http://httpbench.buetow.org
* License : GPL-3.0+
  Programming Lang: C
  Description : very simple HTTP benchmarking program
  Benchmarks HTTP servers with some features missing in ab and siege.



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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#246621: FYI dhclient supports this now

2012-05-02 Thread Guillem Jover
tags 246621 patch
thanks

On Sat, 2012-04-28 at 20:22:23 -0700, Andrew Pollock wrote:
 Just wanted to let you know that dhclient now sports a -x option to quit the
 client without releasing the lease, so ifupdown could now do something about
 this if it wanted to.

Here's an untested patch fixing this.

thanks,
guillem
diff -Naur ifupdown-0.7~rc2+experimental/debian/changelog ifupdown-0.7~rc2+experimental-lease/debian/changelog
--- ifupdown-0.7~rc2+experimental/debian/changelog	2012-04-25 00:38:04.0 +0200
+++ ifupdown-0.7~rc2+experimental-lease/debian/changelog	2012-05-02 11:46:07.201292138 +0200
@@ -1,3 +1,12 @@
+ifupdown (0.7~rc2+experimental+nmu1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Do not release the current DHCP lease on interface shutdown when
+using isc-dhcp-client, by passing -x instead of -r. (Closes: #246621)
+Breaks old isc-dhcp-client versions  4.0.0 not supporting -x.
+
+ -- Guillem Jover guil...@debian.org  Wed, 02 May 2012 11:43:41 +0200
+
 ifupdown (0.7~rc2+experimental) experimental; urgency=low
 
   * Try to bring hotplug interfaces up on initscript restart
diff -Naur ifupdown-0.7~rc2+experimental/debian/control ifupdown-0.7~rc2+experimental-lease/debian/control
--- ifupdown-0.7~rc2+experimental/debian/control	2012-04-25 00:37:27.0 +0200
+++ ifupdown-0.7~rc2+experimental-lease/debian/control	2012-05-02 11:42:38.512257396 +0200
@@ -12,6 +12,7 @@
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${net:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-base, initscripts (= 2.88dsf-13.3)
+Breaks: isc-dhcp-client ( 4.0.0)
 Suggests: isc-dhcp-client | dhcp-client, ppp, rdnssd, ${net:Suggests}
 Replaces: netbase (= 4.47)
 Conflicts: dhcp-client ( 3.0)
diff -Naur ifupdown-0.7~rc2+experimental/ifupdown.nw ifupdown-0.7~rc2+experimental-lease/ifupdown.nw
--- ifupdown-0.7~rc2+experimental/ifupdown.nw	2012-04-25 00:37:27.0 +0200
+++ ifupdown-0.7~rc2+experimental-lease/ifupdown.nw	2012-05-02 11:32:06.805124913 +0200
@@ -4711,7 +4711,7 @@
 elsif (execable(/sbin/dhcpcd))
 
   down
-dhclient -v -r -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp/dhclient.%iface%.leases %iface% \
+dhclient -v -x -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp/dhclient.%iface%.leases %iface% \
 if (execable(/sbin/dhclient))
 dhclient3 -r -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp3/dhclient.%iface%.leases %iface% \
 elsif (execable(/sbin/dhclient3))
@@ -4937,7 +4937,7 @@
 if (execable(/sbin/dhclient))
 
   down
-dhclient -6 -r -pf /run/dhclient6.%iface%.pid -lf /var/lib/dhcp/dhclient6.%iface%.leases %iface% \
+dhclient -6 -x -pf /run/dhclient6.%iface%.pid -lf /var/lib/dhcp/dhclient6.%iface%.leases %iface% \
 if (execable(/sbin/dhclient))
 ip link set dev %iface% down \
 		if (iface_is_link())
@@ -5187,7 +5187,7 @@
 elsif (execable(/sbin/dhcpcd))
 
   down
-dhclient -v -r -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp/dhclient.%iface%.leases %iface% \
+dhclient -v -x -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp/dhclient.%iface%.leases %iface% \
 if (execable(/sbin/dhclient))
 dhclient3 -r -pf /run/dhclient.%iface%.pid -lf /var/lib/dhcp3/dhclient.%iface%.leases %iface% \
 elsif (execable(/sbin/dhclient3))
@@ -5266,7 +5266,7 @@
 if (execable(/sbin/dhclient))
 
   down
-dhclient -6 -r -pf /run/dhclient6.%iface%.pid -lf /var/lib/dhcp/dhclient6.%iface%.leases %iface% \
+dhclient -6 -x -pf /run/dhclient6.%iface%.pid -lf /var/lib/dhcp/dhclient6.%iface%.leases %iface% \
 if (execable(/sbin/dhclient))
 ifconfig %iface% down
 


Bug#671170: tin: Enable command line option -D by recompiling with -DDEBUG

2012-05-02 Thread jaalto
On 2012-05-02 11:44, Marco d'Itri wrote:
| On May 02, Jari Aalto jari.aa...@cante.net wrote:
| 
|  Option not enabled. Recompile with -DDEBUG.
| Maybe there is a reason if this is not the default.
| Did you investigate which side effects this causes, especially related 
| to performances?

Can't do anything with tin(1), because it does not connect to the
server and debug wasn't available.



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



Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban

For example if I'm trying to build the gcc-4.6 the error at the end is:

dh_installdeb -pgcc-4.6-x86-64-linux-gnu-base
dh_md5sums -pgcc-4.6-x86-64-linux-gnu-base
dh_builddeb -pgcc-4.6-x86-64-linux-gnu-base
dpkg-deb: building package `gcc-4.6-x86-64-linux-gnu-base' in 
`../gcc-4.6-x86-64-linux-gnu-base_4.6.3-5_i386.deb'.

touch stamps/08-binary-stamp-base
dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libmudflap0-4.6-dev-amd64-cross
dh_installdirs -plibmudflap0-4.6-dev-amd64-cross 
usr/share/doc/gcc-4.6-x86-64-linux-gnu-base/mudflap
DH_COMPAT=2 dh_movefiles -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6/include/mf-runtime.h

dh_movefiles: Compatibility levels before 5 are deprecated (level 2 in use)
dh_installdirs -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6
DH_COMPAT=2 dh_movefiles -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6/libmudflap*.a

dh_movefiles: Compatibility levels before 5 are deprecated (level 2 in use)
rm -f debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.so
mv debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.a 
debian/libmudflap0-4.6-dev-amd64-cross/usr/lib/gcc/x86_64-linux-gnu/4.6/
mv: cannot stat `debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.a': No 
such file or directory

make[1]: *** [stamps/08-binary-stamp-libmudflapdev] Error 1
make[1]: Leaving directory `/home/adrian/devel/cross-compiler/gcc-4.6-4.6.3'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit 
status 2


And I found the files libmudflap*.a in the director lib64 not in lib.


On 05/02/2012 10:28 AM, Adrian Ban wrote:

Hi,

I'm using this:
export DEB_CROSS_NO_BIARCH=yes

before starting to compile the GCC.

I've take a look found that libgcc_s.so.1 is in this folder:

debian/tmp/usr/x86_64-linux-gnu/lib64
not in
debian/tmp/usr/x86_64-linux-gnu/lib

Best regards,
Adrian

On 05/01/2012 02:04 PM, Matthias Klose wrote:

dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libgcc1-amd64-cross debian/libgcc1-dbg-amd64-cross
dh_installdirs -plibgcc1-amd64-cross usr/share/doc/libgcc1-amd64-cross
usr/x86_64-linux-gnu/lib
mv debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1
debian/libgcc1-amd64-cross/usr/x86_64-linux-gnu/lib/.
mv: cannot stat `debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1': 
No such

file or directory
make[1]: *** [stamps/08-binary-stamp-libgcc] Error 1
find out where this file gets installed instead. I think that nobody 
tried yet

to build a cross compiler targeting a biarch target. patches welcome.




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



Bug#671175: ITP: httpbench -- very simple HTTP benchmarking program

2012-05-02 Thread Gergely Nagy
reassign 671175 wnpp
owner 671175 Khalid El Fathi kha...@elfathi.fr
thanks

Khalid El Fathi kha...@elfathi.fr writes:

 Package: httpbench
 Severity: wishlist

 Package: wnpp
 Severity: wishlist
 Owner: Khalid El Fathi kha...@elfathi.fr

Almost!

Please don't send double pseudo-headers, the second set was correct, but
the former overrode it, and your ITP did not get assigned to the wnpp
pseudo package, nor were you recorded as owner of the report.

I have reassigned and set you as owner, as intended, but in the future
please try to pay a little more attention. Thanks!

 * Package name: httpbench
   Version : 0.2.1.1
   Upstream Author : Paul Buetow p...@buetow.org
 * URL : http://httpbench.buetow.org
 * License : GPL-3.0+
   Programming Lang: C
   Description : very simple HTTP benchmarking program
   Benchmarks HTTP servers with some features missing in ab and siege.

What features does it provide over ab or siege? And why a separate
program instead of trying to push those features into ab or siege?

I understand upstream has a NIH (BECAUSE I CAN!) syndrome, but that
does not necessarily mean it's a good idea to package every bit of
code..

-- 
|8]




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



Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban
My guess is that the problem is not in the GCC package, but somewhere in 
the debian/rules.d/ files.

But I'm not familiar with the make files.

On 05/02/2012 01:12 PM, Adrian Ban wrote:

For example if I'm trying to build the gcc-4.6 the error at the end is:

dh_installdeb -pgcc-4.6-x86-64-linux-gnu-base
dh_md5sums -pgcc-4.6-x86-64-linux-gnu-base
dh_builddeb -pgcc-4.6-x86-64-linux-gnu-base
dpkg-deb: building package `gcc-4.6-x86-64-linux-gnu-base' in 
`../gcc-4.6-x86-64-linux-gnu-base_4.6.3-5_i386.deb'.

touch stamps/08-binary-stamp-base
dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libmudflap0-4.6-dev-amd64-cross
dh_installdirs -plibmudflap0-4.6-dev-amd64-cross 
usr/share/doc/gcc-4.6-x86-64-linux-gnu-base/mudflap
DH_COMPAT=2 dh_movefiles -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6/include/mf-runtime.h
dh_movefiles: Compatibility levels before 5 are deprecated (level 2 in 
use)
dh_installdirs -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6
DH_COMPAT=2 dh_movefiles -plibmudflap0-4.6-dev-amd64-cross 
usr/lib/gcc/x86_64-linux-gnu/4.6/libmudflap*.a
dh_movefiles: Compatibility levels before 5 are deprecated (level 2 in 
use)

rm -f debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.so
mv debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.a 
debian/libmudflap0-4.6-dev-amd64-cross/usr/lib/gcc/x86_64-linux-gnu/4.6/
mv: cannot stat `debian/tmp/usr/x86_64-linux-gnu/lib/libmudflap*.a': 
No such file or directory

make[1]: *** [stamps/08-binary-stamp-libmudflapdev] Error 1
make[1]: Leaving directory 
`/home/adrian/devel/cross-compiler/gcc-4.6-4.6.3'

make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit 
status 2


And I found the files libmudflap*.a in the director lib64 not in lib.


On 05/02/2012 10:28 AM, Adrian Ban wrote:

Hi,

I'm using this:
export DEB_CROSS_NO_BIARCH=yes

before starting to compile the GCC.

I've take a look found that libgcc_s.so.1 is in this folder:

debian/tmp/usr/x86_64-linux-gnu/lib64
not in
debian/tmp/usr/x86_64-linux-gnu/lib

Best regards,
Adrian

On 05/01/2012 02:04 PM, Matthias Klose wrote:

dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libgcc1-amd64-cross debian/libgcc1-dbg-amd64-cross
dh_installdirs -plibgcc1-amd64-cross usr/share/doc/libgcc1-amd64-cross
usr/x86_64-linux-gnu/lib
mv debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1
debian/libgcc1-amd64-cross/usr/x86_64-linux-gnu/lib/.
mv: cannot stat 
`debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1': No such

file or directory
make[1]: *** [stamps/08-binary-stamp-libgcc] Error 1
find out where this file gets installed instead. I think that nobody 
tried yet

to build a cross compiler targeting a biarch target. patches welcome.




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



Bug#671172: [xserver-xorg-video-nouveau] Flightgear buffer flush fails, freezing system

2012-05-02 Thread Sven Joachim
tags 671172 + moreinfo
thanks

On 2012-05-02 11:35 +0200, David Baron wrote:

 Latest and greatest improved extreme penguin racer--large scale artifacts 
 gone 
 (nice work!). So dared to try flightgear.

 I know that Nouveau is not yet up to this most demanding hw-accelerated app,

 However, before the upgrade, the app would eventually appear, had similar 
 artifacts as penguin racer and refresh was intermitant at best. Not playable 
 but I was not expecting it to be.

 After upgrade, there is a buffer flush failure which freezes the system which 
 must then be reset. No way out to kill fgfs or restart X.

That's more likely a problem of the 3D driver (in the libgl1-mesa-dri
package) that was updated as well.

 No trace of message in logs. Can get text by repeating the failure if needed 
 (but resets and be dangerous to filesystems).

If you have a second computer you can try to log in via ssh or capture
kernel logs with netconsole.

 Please attach the file: 
   /tmp/reportbug-ng-xserver-xorg-video-nouveau-UPP5TJ.txt 
 to the mail. I'd do it myself if the output wasn't too long to handle.

Please send that file or, if it no longer exists,  the output of
/usr/share/bug/xserver-xorg-core/script 31.  And use reportbug next
time instead of the reportbug-ng crapware.

Cheers,
   Sven



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



Bug#671176: security upgrade breaks Read() for me

2012-05-02 Thread Steinar H. Gunderson
Package: libmagickcore3
Version: 6.6.0.4-3+squeeze2
Severity: grave

Hi,

I have a PerlMagick application that does essentially (for an Image::Magick
object):

  $img-Set(size='1280x24');
  $err = $img-Read('xc:white');

After upgrading to 6.6.0.4-3+squeeze2 (the security fix from a few days ago),
this now breaks, with $err now being

  Exception 435: unable to open image `xc:white':  @ error/blob.c/OpenBlob/2489

Downgrading libmagickcore3 to 6.6.0.4-3 immediately fixes the problem.
(I don't have -squeeze1 immediately handy, but it's been running fine
on that version for a while.)

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

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

Versions of packages libmagickcore3 depends on:
ii  libbz2-1.0 1.0.5-6+squeeze1  high-quality block-sorting file co
ii  libc6  2.11.3-2  Embedded GNU C Library: Shared lib
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze4FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgomp1   4.4.5-8   GCC OpenMP (GOMP) support library
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libjasper1 1.900.1-7+squeeze1The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  liblcms1   1.18.dfsg-1.2+b3  Color management library
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libltdl7   2.2.6b-2  A system independent dlopen wrappe
ii  libpng12-0 1.2.44-1+squeeze4 PNG library - runtime
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtiff4   3.9.4-5+squeeze4  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-2+squeeze3 GNOME XML library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages libmagickcore3 recommends:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre

Versions of packages libmagickcore3 suggests:
pn  libmagickcore3-extra  none (no description available)

-- no debconf information



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



Bug#670398: Deadlock in hid_reset when Dell iDRAC is reset

2012-05-02 Thread Sven Hoexter
On Tue, May 01, 2012 at 10:15:37AM +0530, shyam_i...@dell.com wrote:

Hi,

 It doesn't seem like this is the same bug.
 
 Was the usb reset issue found while resetting the iDRAC ?

Ok we just tried a 'racadm racreset hard' on a R210 and yes
we can reproduce that issue.

We would highly appreciate it to get the fix for that
issue included in the Debian/squeeze kernel aswell.
Maybe it would fix our original issue aswell but that needs
to be tested.

I've just requested some test hardware at my workplace to
conduct further testing.

Sven






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



Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Matthias Klose
On 02.05.2012 12:21, Adrian Ban wrote:
 My guess is that the problem is not in the GCC package, but somewhere in the
 debian/rules.d/ files.
 But I'm not familiar with the make files.

guesses don't help.

you never said something about the configuration options, e.g. about host, build
and target. to not get confused, maybe target a powerpc biarch compiler first?



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



Bug#671177: cdebootstrap fails to bootstrap sid

2012-05-02 Thread Baurzhan Muftakhidinov
Package: cdebootstrap
Version: 0.5.8+b1
Severity: important

Dear Maintainer,

cdebootstrap fails to bootstrap Debian sid, because of
cdebootstrap-helper-apt fails to download Translations-en files.

I have fixed it by re-packing cdebootstrap-helper-apt.deb and adding
to DEBIAN/postinst the next line

apt-get -o Acquire::Languages=none -o Debug::NoLocking=1 update

instead of
apt-get -o Debug::NoLocking=1 update

I have tried different Debian mirrors, but always see this error.
The cut from log is shown below:

-- cut --
O: Setting up cdebootstrap-helper-apt (1) ...
O: Ign bootstrap: . InRelease
O: Use of uninitialized value $msg{code} in numeric eq (==) at
/usr/lib/apt/methods/bootstrap line 100, GEN0 line 7.
O: Get:1 bootstrap: . Release.gpg [836 B]
O: Get:2 bootstrap: . Release [209 kB]
O: Err bootstrap: ./main Translation-en
O:
O: Err bootstrap: ./main Translation-en
O:
O: Err bootstrap: ./main Translation-en
O:
O: Err bootstrap: ./main Translation-en
O:
O: Err bootstrap: ./main Translation-en
O:
O: W
O: :
O: Failed to fetch bootstrap:/dists/./main/i18n/Translation-en
O:
O: E
O: :
O: Some index files failed to download. They have been ignored, or old
ones used instead.
O:
O: dpkg: error processing cdebootstrap-helper-apt (--install):
O:  subprocess installed post-installation script returned error exit
status 100
O: Errors were encountered while processing:
O:  cdebootstrap-helper-apt
E: Internal error: install
-- cut --

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
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 cdebootstrap depends on:
ii  debian-archive-keyring  2010.08.28
ii  gpgv1.4.12-4
ii  libbz2-1.0  1.0.6-1
ii  libc6   2.13-31
ii  libdebian-installer-extra4  0.80
ii  libdebian-installer40.80
ii  liblzma55.1.1alpha+20110809-3
ii  wget1.13.4-3
ii  zlib1g  1:1.2.6.dfsg-2

cdebootstrap recommends no packages.

cdebootstrap 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#413839: Avertissement Alerte.

2012-05-02 Thread Sandrine Leleu


Mettre à jour votre quota de boîte aux lettres,


Je vous annonce que votre compte de messagerie a dépassé son limite de  
stockage.
Vous ne serez pas en mesure d'envoyer et de recevoir des courriels et  
compte de

messagerie seront supprimées de notre serveur. Pour éviter ce problème, être
conseillé de vérifier votre compte e-mail en cliquant sur le lien ci-dessous.

http://mesqllc.com/phpform/use/201/form1.html


Merci.
L'administrateur du système, l'équipe de direction.







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



Bug#671044: install-reloc is invoked with too many arguments

2012-05-02 Thread Sylvain
Hi Bruno,

On Wed, May 02, 2012 at 03:43:00AM +0200, Bruno Haible wrote:
 Hi Sylvain,
 
  I received the bug report below when compiling GNU FreeDink on
  Debian/kFreeBSD and Debian/Hurd.
  
  It seems that there's an issue with install-reloc:
  https://buildd.debian.org/status/fetch.php?pkg=freedinkarch=kfreebsd-amd64ver=1.08.20120427-1stamp=1335561117
  https://buildd.debian.org/status/fetch.php?pkg=freedinkarch=hurd-i386ver=1.08.20120427-1stamp=133752
  
RELOC_LIBRARY_PATH_VAR=LD_LIBRARY_PATH RELOC_LIBRARY_PATH_VALUE= 
  RELOC_PREFIX=/usr 
  RELOC_DESTDIR=/build/buildd-freedink_1.08.20120427-1-kfreebsd-amd64-I0HlF8/freedink-1.08.20120427/debian/freedink-engine
   RELOC_COMPILE_COMMAND=gcc -g -O2 -Wall -std=c99 -I/usr/include/SDL 
  -D_GNU_SOURCE=1 -D_REENTRANT  RELOC_SRCDIR=../gnulib/lib 
  RELOC_BUILDDIR=../gnulib/lib RELOC_CONFIG_H_DIR=.. RELOC_EXEEXT= 
  RELOC_STRIP_PROG=: RELOC_INSTALL_PROG=/usr/bin/install -c 
  ../autotools/install-reloc freedink freedinkedit 
  '/build/buildd-freedink_1.08.20120427-1-kfreebsd-amd64-I0HlF8/freedink-1.08.20120427/debian/freedink-engine/usr/games'
Usage: ../autotools/install-reloc library_path_var library_path_value 
  prefix destdir compile_command srcdir builddir config_h_dir exeext 
  strip_command install_command... destprog
  
  AFAICS 'install-reloc', when run with environment variables, expects
  exactly:
  - 1 executable
  - 1 destprog dir
  
  In this case, the relocatable-prog macros invokes install-reloc with:
  - 2 executables (freedink, freedinkedit)
  - 1 destprog dir
 
 Indeed, when invoked with RELOC_* environment variables, 'install-reloc'
 was meant to install one program only. This was how it was meant to be
 invoked from Automake. But this changed in Automake on 2008-09-07, see
 http://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=4295fe33eb23fb9440ee6a7404ec064067266372
 
 Can you please try this modified 'install-reloc' program instead?
 Save it and do a chmod +x install-reloc before you can use it.
 Does it help on hurd-i386 (or on kFreeBSD as well, without the other patch)?

Thanks for the prompt fix :)

The new install-reloc works correctly on GNU/kFreeBSD :

  test -z /usr/games || /bin/mkdir -p 
/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games
   RELOC_LIBRARY_PATH_VAR=LD_LIBRARY_PATH RELOC_LIBRARY_PATH_VALUE= 
RELOC_PREFIX=/usr 
RELOC_DESTDIR=/usr/src/freedink-1.08.20120427/debian/freedink-engine 
RELOC_COMPILE_COMMAND=gcc -g -O2 -Wall -std=c99 -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  RELOC_SRCDIR=../gnulib/lib 
RELOC_BUILDDIR=../gnulib/lib RELOC_CONFIG_H_DIR=.. RELOC_EXEEXT= 
RELOC_STRIP_PROG=: RELOC_INSTALL_PROG=/usr/bin/install -c 
../autotools/install-reloc freedink freedinkedit 
'/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games'
  /usr/bin/install -c freedink freedinkedit 
/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games

Note, though, that FreeDink does not have its own libraries, to
install-reloc is just invoking 'install'.  This didn't test the path
where install-reloc installs the wrapper.

I'll try on Debian/Hurd when I have the environment ready.

Cheers!
Sylvain



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



Bug#671178: clive: Can't locate object method err via package clive::Util::Log

2012-05-02 Thread Jean-Michel Vourgère
Package: clive
Version: 2.2.27-1

clive doesn't seem to work with that url:

$ clive --format=mp4 
'http://www.dailymotion.com/video/xqj6kz_greenpeace-survole-l-usine-nucleaire-de-bugey_news'
fetch 
http://www.dailymotion.com/video/xqj6kz_greenpeace-survole-l-usine-nucleaire-de-bugey_news
 ...done.
Can't locate object method err via package clive::Util::Log (perhaps you 
forgot to load clive::Util::Log?) at 
/usr/share/perl5/clive/Host/Dailymotion.pm line 72.
(in cleanup) cannot access `DESTROY' field in class clive::Video at 
/usr/share/perl5/clive/Host/Dailymotion.pm line 72


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


Bug#671179: git annex copy silently does nothing if no local copy is available

2012-05-02 Thread Enrico Zini
Package: git-annex
Version: 3.20120418
Severity: normal

Hello,

first of all, thank you for git-annex.

I have three repositories:

  laptop (my laptop)
  archive (the big 2T archive USB disk)
  desktop (my old desktop, which I'm using mostly as a backup)

And a file I care about:

  laptop:/store$ git annex whereis file.ext
  whereis file.ext (1 copy) 
---- -- archive (Archivio 2T usb drive)
  ok

I'm on my laptop and I'd like a copy of file.ext to be backed up to my old
desktop:

  laptop:/store$ git annex copy file.ext --to=desktop
  laptop:/store$ echo $?
  0

This said nothing and did nothing, successfully :(

But if I move to the repo in the 2T disk, which has the file, it works:

  laptop:/store$ cd /media/archive/
  laptop:/media/archive$ git annex copy file.ext --to=desktop
  copy file.ext (checking desktop...) (to desktop...) 
  
SHA256-xx--
 x 100%   xx.xxMB/sx:xx:xx (xfer#1, to-check=0/1)
  
  sent x bytes  received 31 bytes  .xx bytes/sec
  total size is x  speedup is 1.00
  ok


Ciao,

Enrico


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 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 git-annex depends on:
ii  curl7.25.0-1
ii  git 1:1.7.10-1
ii  libc6   2.13-30
ii  libffi5 3.0.10-3
ii  libgmp102:5.0.4+dfsg-1
ii  libpcre31:8.30-4
ii  openssh-client  1:5.9p1-5
ii  rsync   3.0.9-1
ii  uuid1.6.2-1.3
ii  wget1.13.4-3

git-annex recommends no packages.

Versions of packages git-annex suggests:
ii  bup   none
ii  gnupg 1.4.12-4
ii  graphviz  2.26.3-10

-- 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#671180: RFP: libnginx-perl -- Nginx::Perl - full-featured perl support for nginx

2012-05-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

   Package name: libnginx-perl
Version: 1.2.0.4
Upstream Author: Alexandr Gomoliako z...@zzz.org.ua
URL: 
http://search.cpan.org/~zzz/Nginx-Perl-1.2.0.4/src/http/modules/perl/Perl.pm
License: same as nginx Debian package
Description: Nginx::Perl - full-featured perl support for nginx

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#671172: [xserver-xorg-video-nouveau] Flightgear buffer flush fails, freezing system

2012-05-02 Thread David Baron
On Wednesday 02 May 2012 13:24:21 Sven Joachim wrote:
 tags 671172 + moreinfo
 thanks
 
 On 2012-05-02 11:35 +0200, David Baron wrote:
  Latest and greatest improved extreme penguin racer--large scale artifacts
  gone (nice work!). So dared to try flightgear.
  
  I know that Nouveau is not yet up to this most demanding hw-accelerated
  app,
  
  However, before the upgrade, the app would eventually appear, had similar
  artifacts as penguin racer and refresh was intermitant at best. Not
  playable but I was not expecting it to be.
  
  After upgrade, there is a buffer flush failure which freezes the system
  which must then be reset. No way out to kill fgfs or restart X.
 
 That's more likely a problem of the 3D driver (in the libgl1-mesa-dri
 package) that was updated as well.
Reassign if appropriate

 
  No trace of message in logs. Can get text by repeating the failure if
  needed (but resets and be dangerous to filesystems).
 
 If you have a second computer you can try to log in via ssh or capture
 kernel logs with netconsole.
 
  Please attach the file:
/tmp/reportbug-ng-xserver-xorg-video-nouveau-UPP5TJ.txt

Here it is.
--- Output from package bug script ---
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct 17  2008 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2072872 May  1 04:12 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV44 [GeForce 6200 
TurboCache(TM)] [10de:0161] (rev a1)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 4805 Apr 30 21:59 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.12  (buildmeister@builder101)  Fri Oct  8 
13:54:10 PDT 2010

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section ServerFlags
 Option AutoAddDevices False
 Option AllowEmptyInput False
# Option IgnoreABITrue
EndSection

Section Files
#RgbPath /etc/X11/rgb
ModulePath  /usr/lib/xorg/modules
FontPath/usr/share/fonts/X11/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Load   record
Load   glx
Load   dbe
Load   extmod
EndSection

Section InputDevice
Identifier Keyboard0
Driver kbd
EndSection

Section InputDevice
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/input/mice
Option ZAxisMapping 4 5 6 7
EndSection

Section Monitor

#DisplaySize  320   240 # mm
  # created by KGamma
Identifier Monitor0
VendorName PTS
ModelName  309
HorizSync   30.0 - 70.0
VertRefresh 50.0 - 160.0
Gamma   0.75 0.6 0.55
Option DPMS
EndSection

Section Device

### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option PciRetry  # [bool]
#Option SyncOnGreen   # [bool]
#Option NoAccel  

Bug#671181: silently loses staged but uncommitted files when pulling over a new repo

2012-05-02 Thread Enrico Zini
Package: git
Version: 1:1.7.10-1
Severity: normal

Hello,

thank you for maintaining git.

While setting up a new repository, I stumbled into a sequence of commands that,
although it has an obvious mistake in it, surprisingly causes data loss.

# Let's create a new repo

  $ mkdir rep1
  $ cd rep1
  rep1$ git init
  Initialized empty Git repository in /home/enrico/rep1/.git/

# Let's add an important file to it

  rep1$ echo important data  important-file
  rep1$ git add important-file
  # Whoops! Forgot to commit.

# Let's create another repo (or clone rep1 to rep2)

  rep1$ cd ..
  $ mkdir rep2
  $ cd rep2
  rep2$ git init
  Initialized empty Git repository in /home/enrico/rep2/.git/

# Let's add a file on the other repo

  rep2$ touch silly-file
  rep2$ git add silly-file
  rep2$ git commit -m Added silly file
  [master (root-commit) 74e9d18] Added silly file
   0 files changed
   create mode 100644 silly-file

# Let's pull rep2 into rep1

  rep2$ cd ../rep1
  rep1$ git remote add rep2 ../rep2/
  rep1$ git pull rep2 master
  remote: Counting objects: 3, done.
  remote: Total 3 (delta 0), reused 0 (delta 0)
  Unpacking objects: 100% (3/3), done.
  From ../rep2
   * branchmaster - FETCH_HEAD

# Let's have a look and panic

  rep1$ ls -la
  total 12
  drwxr-xr-x 3 enrico enrico 4096 May  2 12:42 .
  drwxr-xr-x 4 enrico enrico 4096 May  2 12:41 ..
  drwxr-xr-x 8 enrico enrico 4096 May  2 12:42 .git
  -rw-r--r-- 1 enrico enrico0 May  2 12:42 silly-file
  rep1$ git st
  # On branch master
  nothing to commit (working directory clean)
  # HELP! Where has important-file gone?

Although that stage was uncommitted, that it could be lost with all its
contents over a pull looks like a bug.


Ciao,

Enrico


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 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 git depends on:
ii  git-man  1:1.7.10-1
ii  libc62.13-30
ii  libcurl3-gnutls  7.25.0-1
ii  liberror-perl0.17-1
ii  libexpat12.1.0-1
ii  perl-modules 5.14.2-9
ii  zlib1g   1:1.2.6.dfsg-2

Versions of packages git recommends:
ii  less 444-2
ii  openssh-client [ssh-client]  1:5.9p1-5
ii  patch2.6.1-3
ii  rsync3.0.9-1

Versions of packages git suggests:
pn  gettext-base  0.18.1.1-5
pn  git-arch  none
pn  git-cvs   none
pn  git-daemon-run | git-daemon-sysvinit  none
pn  git-doc   1:1.7.10-1
pn  git-elnone
pn  git-email none
pn  git-gui   none
pn  git-svn   1:1.7.10-1
pn  gitk  1:1.7.10-1
pn  gitwebnone

-- 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#671182: /usr/bin/python: double free or corruption

2012-05-02 Thread Jean-Michel Vourgère
Package: reportbug
Version: 6.3.1
Severity: important

I tried to report a bug in clive, but reportbug, invoked from the command line, 
crashed after saying a new version was available in sid, and I decided to 
submit anyways:

nirgal@ऊ:~$ reportbugg
*** glibc detected *** /usr/bin/python: double free or corruption (!prev): 
0x0952a418 ***
=== Backtrace: =
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6e221)[0xb745f221]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6fa88)[0xb7460a88]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x73781)[0xb7464781]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(realloc+0xdd)[0xb7464c0d]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x4f2f3)[0xb6def2f3]
=== Memory map: 
08048000-0826d000 r-xp  fe:01 6046614/usr/bin/python2.7
0826d000-082c2000 rw-p 00224000 fe:01 6046614/usr/bin/python2.7
082c2000-082ce000 rw-p  00:00 0 
08d44000-09a17000 rw-p  00:00 0  [heap]
af90-af951000 rw-p  00:00 0 
af951000-afa0 ---p  00:00 0 
afacd000-afcce000 rw-p  00:00 0 
afcce000-afd2e000 rw-s  00:04 2293765/SYSV (deleted)
afd2e000-afd8e000 rw-s  00:04 2260995/SYSV (deleted)
afd8e000-afdbd000 r-xp  fe:01 6250963
/usr/lib/i386-linux-gnu/libbluray.so.1.1.0
afdbd000-afdbe000 r--p 0002f000 fe:01 6250963
/usr/lib/i386-linux-gnu/libbluray.so.1.1.0
afdbe000-afdbf000 rw-p 0003 fe:01 6250963
/usr/lib/i386-linux-gnu/libbluray.so.1.1.0
afdbf000-afdcd000 r-xp  fe:01 7733463
/lib/i386-linux-gnu/libudev.so.0.13.0
afdcd000-afdce000 r--p d000 fe:01 7733463
/lib/i386-linux-gnu/libudev.so.0.13.0
afdce000-afdcf000 rw-p e000 fe:01 7733463
/lib/i386-linux-gnu/libudev.so.0.13.0
afdcf000-afe18000 r-xp  fe:01 7733400
/lib/i386-linux-gnu/libdbus-1.so.3.7.0
afe18000-afe19000 r--p 00049000 fe:01 7733400
/lib/i386-linux-gnu/libdbus-1.so.3.7.0
afe19000-afe1a000 rw-p 0004a000 fe:01 7733400
/lib/i386-linux-gnu/libdbus-1.so.3.7.0
afe36000-afe4d000 r-xp  fe:01 6299677
/usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so
afe4d000-afe4e000 r--p 00016000 fe:01 6299677
/usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so
afe4e000-afe4f000 rw-p 00017000 fe:01 6299677
/usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so
afe4f000-afe79000 r-xp  fe:01 6791251
/usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so
afe79000-afe7a000 r--p 0002a000 fe:01 6791251
/usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so
afe7a000-afe7b000 rw-p 0002b000 fe:01 6791251
/usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so
afe7b000-b0e9b000 r--p  fe:01 6086825
/usr/share/icons/hicolor/icon-theme.cache
b0e9b000-b4fa9000 r--p  fe:01 6088026
/usr/share/icons/gnome/icon-theme.cache
b4fa9000-b537d000 r--p  fe:01 6203548
/usr/share/icons/Gion/icon-theme.cache
b537d000-b5388000 r--p  fe:01 6308507
/usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf
b5388000-b5397000 r--p  fe:01 6308508
/usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf
b5397000-b5399000 r-xp  fe:01 6767475
/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
b5399000-b539a000 r--p 1000 fe:01 6767475
/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
b539a000-b539b000 rw-p 2000 fe:01 6767475
/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
b539b000-b539c000 r--s  fe:01 9175441
/var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le32d4.cache-3
b539c000-b53a2000 r--s  fe:01 9175182
/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le32d4.cache-3
b53a2000-b53a9000 r--s  fe:01 9175437
/var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3
b53a9000-b53aa000 r--s  fe:01 9175415
/var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le32d4.cache-3
b53aa000-b53cc000 r--s  fe:01 9175419
/var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le32d4.cache-3
b53cc000-b53ce000 r--s  fe:01 9175251
/var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le32d4.cache-3
b53ce000-b53d2000 r--s  fe:01 9175433
/var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le32d4.cache-3
b53d2000-b53df000 r--s  fe:01 9175414
/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le32d4.cache-3
b53df000-b53e5000 r--s  fe:01 9175436
/var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le32d4.cache-3
b53e5000-b53eb000 r--s  fe:01 9175249
/var/cache/fontconfig/089dead882dea3570ffc31a9898cfb69-le32d4.cache-3
b53eb000-b53ec000 r--s  fe:01 9175434
/var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le32d4.cache-3
b53ec000-b53fa000 r--s  fe:01 9175314
/var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3
b53fa000-b5408000 r--s  fe:01 9175185
/var/cache/fontconfig/865f88548240fee46819705c6468c165-le32d4.cache-3

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban

The system on which I've tried to compile

root@MyDebian:/home/adrian/devel/cross-compiler/gcc-4.6-4.6.3/debian/rules.d# 
uname -a
Linux MyDebian 3.3.0-1-686-pae #1 SMP Sun Apr 29 05:37:54 EEST 2012 i686 
GNU/Linux


I'm using those values to compile cross-compiler GCC:

unset ARCH  # make sure it's not exported
export ARCH=amd64 # set to the value we want to use
export cARCH=i386   # set current arch
export DEBIAN_KERNEL_JOBS=$(echo `grep Processor /proc/cpuinfo | wc 
-l`*2 | bc)


#GCCVER=4.7
#GCCSUBVER=4.7.0
#GCCPATCH=4
GCCVER=4.6
GCCSUBVER=4.6.3
GCCPATCH=5
BINUTILSVER=2.22

# Build and install GCC
cd gcc-${GCCVER}-${GCCSUBVER}
export GCC_TARGET=$ARCH
export DEB_CROSS_INDEPENDENT=yes
export WITHOUT_LANG=java,fortran,pascal,obj,obj-c++,ada,treelang
export DEB_CROSS_NO_BIARCH=yes
export USE_NJOBS=$(echo $(cat /proc/cpuinfo | grep ^processor | wc -l)*2 
| bc)
#export 
DEBUILD_PRESERVE_ENVVARS=GCC_TARGET,DEB_CROSS_INDEPENDNET,WITHOUT_LANG,DEB_CROSS_NO_BIARCH,USE_NJOBS


chmod ugo+x debian/rules
debian/rules control
dpkg-buildpackage -us -uc -b -rfakeroot
cd ..

#sudo dpkg -i *-VERSION-$ARCH-linux-gnu*.deb *-$ARCH-cross_VERSION*.deb


From the gcc compilation:

checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for i486-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out

Hope those info helps.

Best regards

On 05/02/2012 01:32 PM, Matthias Klose wrote:

On 02.05.2012 12:21, Adrian Ban wrote:

My guess is that the problem is not in the GCC package, but somewhere in the
debian/rules.d/ files.
But I'm not familiar with the make files.

guesses don't help.

you never said something about the configuration options, e.g. about host, build
and target. to not get confused, maybe target a powerpc biarch compiler first?




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



Bug#666110: pvbatch / openmpi refuses under chroot

2012-05-02 Thread Michael Banck
tags 666110 +pending
thanks

Hi,

On Thu, Apr 19, 2012 at 12:27:43AM +0200, Michael Banck wrote:
 On Tue, Apr 03, 2012 at 06:33:24PM +0200, Sylvestre Ledru wrote:
  On 03/04/2012 18:21, Julien Cristau wrote:
  On Thu, Mar 29, 2012 at 20:20:43 +0200, Sylvestre Ledru wrote:
  
  On 29/03/2012 20:06, Anton Gladky wrote:
  I have similar problem on liggghts/lammps packages, which are running
  under openmpi [1] and [2].
  
  It would be good to try a  patch from LP-bug [3].
  Indeed. I am currently building openmpi 1.4.3-3 with the fix.
  
  Are you also going to upload it? :)
  Not yet, see the comment #38:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666110#38
  I have a build issue with openmpi. I reported to upstream but no answer yet:
  http://lists.alioth.debian.org/pipermail/pkg-openmpi-maintainers/2012-February/003106.html
  (I pinged them recently)
 
 I had no trouble building openmpi_1.4.3-2.1 in a current unstable
 chroot.  I think this bug is grave enough it warrants a fix to the
 unstable package before tending to new upstream versions, I believe you
 have trouble with 1.4.5?
 
 I could NMU the current unstable version with the patch if you agree.

I have just uploaded an NMU to DELAYED/3-day.  Let me know if I should
move it to 0-day. Debdiff attached.


Michael
diff -u openmpi-1.4.3/debian/changelog openmpi-1.4.3/debian/changelog
--- openmpi-1.4.3/debian/changelog
+++ openmpi-1.4.3/debian/changelog
@@ -1,3 +1,11 @@
+openmpi (1.4.3-2.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/patches/arm_support: fix ARM timer code, by Leif Lindholm. 
+Closes: #666110.
+
+ -- Michael Banck mba...@debian.org  Wed, 02 May 2012 00:34:48 +0200
+
 openmpi (1.4.3-2.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -u openmpi-1.4.3/debian/patches/arm_support 
openmpi-1.4.3/debian/patches/arm_support
--- openmpi-1.4.3/debian/patches/arm_support
+++ openmpi-1.4.3/debian/patches/arm_support
@@ -255,7 +255,7 @@
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ openmpi-1.4.3/opal/include/opal/sys/arm/timer.h2011-01-06 
14:49:50.0 +0200
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,40 @@
 +/*
 + * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 + * University Research and Technology
@@ -279,12 +279,20 @@
 +
 +#define OPAL_HAVE_SYS_TIMER_GET_CYCLES 1
 +
++#include sys/times.h
++
 +typedef uint64_t opal_timer_t;
 +
 +static inline opal_timer_t
 +opal_sys_timer_get_cycles(void)
 +{
-+return 0;
++opal_timer_t ret;
++struct tms accurate_clock;
++
++times(accurate_clock);
++ret = accurate_clock.tms_utime + accurate_clock.tms_stime;
++
++return ret;
 +}
 +
 +#endif /* ! OMPI_SYS_ARCH_TIMER_H */


Bug#625832: python-mpi4py: importing MPI fails

2012-05-02 Thread Michael Banck
severity 625832 important
tags 625832 +unreproducible
thanks

Hi,

On Sun, May 08, 2011 at 12:22:35PM +0100, Juha Jäykkä wrote:
 That result is independent of number of ranks and whether I start the program 
 with or without orterun. The hello.c is very short:
 
 #include mpi.h
 #include stdio.h
 int main(int argc, char **argv) {
   int rc, id;  
   rc=MPI_Init(argc, argv);
   rc=MPI_Comm_rank(MPI_COMM_WORLD, id);
   printf(My id = %i\n, id);
   MPI_Finalize();
 }

I cannot reproduce this with the version in stable, nor with the
unstable version built on stable or in an unstable chroot.  I am
downgrading this bug and mark it unreproducible for now.

How did you compile the above program, what architecture was this on and
was it on an update unstable system?  Can you try again with an updated
unstable system?


Cheers,

Michael



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



Bug#671183: Bug in PHP5-RRD

2012-05-02 Thread Sebastian Birkl
Package: php5-rrd
Version: 1.0.5-2

Hi,

when installing php5-rrd on latest debian testing it tries to invoke
some apache script, but no apache installed (i use nginx).
thus its falling into an error.

--
Setting up php5-rrd (1.0.5-2) ...
invoke-rc.d: unknown initscript, /etc/init.d/apache2 not found.
dpkg: error processing php5-rrd (--configure):
 subprocess installed post-installation script returned error exit status 100
Setting up rrdtool (1.4.7-1) ...
configured to not write apport reports
  Errors were encountered while processing:
 php5-rrd
E: Sub-process /usr/bin/dpkg returned an error code (1)
--

luna:~# dpkg --status php5-rrd
Package: php5-rrd
Status: install ok half-configured
Priority: optional
Section: php
Installed-Size: 92
Maintainer: Dario Minnucci mid...@debian.org
Architecture: amd64
Source: php-rrd
Version: 1.0.5-2
Depends: libc6 (= 2.2.5), librrd4 (= 1.4~rc2), phpapi-20100525
Conffiles:
 /etc/php5/mods-available/rrd.ini bee79cb6ed3ae2a8314a2e734077ad29
Description: rrd module for PHP 5
 PHP bindings to rrd tool system
 .
 Procedural and simple OO wrapper for rrdtool - data logging and
 graphing system for time series data.
Homepage: http://pecl.php.net/package/rrd

thanks



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



Bug#671072: fontconfig: FTBFS: size of array '_static_assert_on_line_59_failed' is negative

2012-05-02 Thread Thorsten Glaser
Keith Packard dixit:

I've sent this patch upstream. Please test and report back.

OK, doing so. Thanks.

This patch isn't really tested as I don't have such a machine, but I

In case you _are_ interested: https://wiki.debian.org/Aranym/Quick

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



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



Bug#671122: mail-notification: TLSv1 connections fail with libssl1.0.0 version 1.0.1b-1

2012-05-02 Thread Scott Barker
On Wed, May 02, 2012 at 07:43:03AM +0200, Stephen Kitt wrote:
 I suppose it worked with version 1.0.0h-1, can you confirm?

That is correct - no problems with 1.0.0h-1.

 There are some other packages still having problems with 1.0.1b-1, so
 it would appear that some things aren't fixed yet (perhaps unrelated
 to this problem in particular). mail-notification doesn't do anything
 fancy with openssl though...
 
 I do have occasional access to an Exchange 2003 server so I'll try to
 reproduce the bug on my end.

Thanks, Stephen. Much appreciated.

-- 
Scott Barker
Linux Consultant
sc...@mostlylinux.ca
http://www.mostlylinux.ca



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



Bug#271662: nullmailer 1.10 fixes this

2012-05-02 Thread Anand Kumria
Hi,

nullmailer 1.10 fixes this.

An upload of the new version might be required.

Regards,
Anand



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



Bug#586682: NMU to DELAYED/10

2012-05-02 Thread Colin Watson
On Mon, Apr 09, 2012 at 02:40:55PM +0200, Robert Millan wrote:
 I've uploaded a NMU to DELAYED/10 to fix these bugs:

Thanks; I've applied this to our git repository.

   * non-registered-device.diff: Fix NULL dereference condition, patch
 from Jeremie Koenig.  (Closes: #586682)

This was actually unnecessary.  If you look at the context of the patch
you applied, you can see that it had already been applied upstream, in
2.3:

  http://anonscm.debian.org/gitweb/?p=parted/parted.git;a=commitdiff;h=4af29e02

So I'll back out this patch in our next maintainer upload.

Cheers,

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#671170: tin: Enable command line option -D by recompiling with -DDEBUG

2012-05-02 Thread Urs Janßen
On Wed, May 02, 2012 at 11:44:52AM +0200, Marco d'Itri wrote:
 On May 02, Jari Aalto jari.aa...@cante.net wrote:
 
  Option not enabled. Recompile with -DDEBUG.
 Maybe there is a reason if this is not the default.
 Did you investigate which side effects this causes, especially related 
 to performances?

as using -D has some security issues:

| SECURITY
|When tin is started in debug mode (’’-D n’’) it will create world 
read‐
|able  files  in  $TMPDIR  which  may contain the users NNTP password in
|cleartext. On multiuser-systems $TMPDIR should be set to a  safe loca‐
|tion before starting tin in debug mode (e.g.  TMPDIR=$HOME tin -D 1).

the default is to disable -D at compile time. If tin wouldn't use $TMPDIR
but i.e.  ${TIN_HOMEDIR:-$HOME} or the like as default localtion this
wouldn't be an issue, unfortunately $TMPDIR (or even hardcoded /tmp) was
choosen about 20 years ago and I don't like to change the well known
location of files...

When tin is compiled with -DDEBUG // --enable-debug but -D n isn't given
at startup there should be no noticible drawbacks; all the debugging code is
guarded by

#ifdef DEBUG
 if (debug  DEBUG_LEVEL) {
/* ... */
 }
#endif

HTH,
urs



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



Bug#671184: RFS: usbmuxd/1.0.8-1 (new upstream release)

2012-05-02 Thread Julien Lavergne
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package usbmuxd

 * Package name: usbmuxd
   Version : 1.0.8-1
 * URL : http://www.libimobiledevice.org/
 * License : LGPL 2.1  GPL 2
   Section : utils

  It builds those binary packages:

libusbmuxd-dev - USB multiplexor daemon for iPhone and iPod Touch devices - 
devel
 libusbmuxd2 - USB multiplexor daemon for iPhone and iPod Touch devices - librar
 libusbmuxd2-dbg - USB multiplexor daemon for iPhone and iPod Touch devices - 
debug
 usbmuxd- USB multiplexor daemon for iPhone and iPod Touch devices

  To access further information about this package, please visit the following 
URL:

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


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

dget -x 
http://mentors.debian.net/debian/pool/main/u/usbmuxd/usbmuxd_1.0.8-1.dsc

  More information about hello can be obtained from http://www.example.com.

  Changes since the last upload:

usbmuxd (1.0.8-1) experimental; urgency=low

  * New upstream release.
  * debian/patches:
   - 90-cve-2012-0065.patch: Remove, merged upstream.
   - 02-udev-usbmux-owner.patch: Refreshed.
   - 03-revert-ifdef-USBMUXD_DAEMON.patch: Refreshed.
  * debian/compat
   - Update to 9.
  * debian/control:
   - Update to match new SONAME.
   - Update Standards-Version to 3.9.3 (no change needed).
   - Build-depend on debhelper (= 9).
  * debian/rules:
   - Update to match new SONAME.
   - Use DEB_*_MAINT_APPEND.
  * debian/libusbmuxd*.install  debian/libusbmuxd*.symbols
   - Update to match new SONAME.
  * debian/libusbmuxd2.symbols:
   - Update with new symbols.
  * debian/watch:
   - Update location of the tarballs.
  * debian/copyright:
   - Update with new license on common/*.

  Regards,
   Julien Lavergne

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

Kernel: Linux 3.2.0-22-generic (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#671044: install-reloc is invoked with too many arguments

2012-05-02 Thread Sylvain
On Wed, May 02, 2012 at 12:43:48PM +0200, Sylvain wrote:
 Hi Bruno,
 
 On Wed, May 02, 2012 at 03:43:00AM +0200, Bruno Haible wrote:
  Hi Sylvain,
  
   I received the bug report below when compiling GNU FreeDink on
   Debian/kFreeBSD and Debian/Hurd.
   
   It seems that there's an issue with install-reloc:
   https://buildd.debian.org/status/fetch.php?pkg=freedinkarch=kfreebsd-amd64ver=1.08.20120427-1stamp=1335561117
   https://buildd.debian.org/status/fetch.php?pkg=freedinkarch=hurd-i386ver=1.08.20120427-1stamp=133752
   
 RELOC_LIBRARY_PATH_VAR=LD_LIBRARY_PATH RELOC_LIBRARY_PATH_VALUE= 
   RELOC_PREFIX=/usr 
   RELOC_DESTDIR=/build/buildd-freedink_1.08.20120427-1-kfreebsd-amd64-I0HlF8/freedink-1.08.20120427/debian/freedink-engine
RELOC_COMPILE_COMMAND=gcc -g -O2 -Wall -std=c99 -I/usr/include/SDL 
   -D_GNU_SOURCE=1 -D_REENTRANT  RELOC_SRCDIR=../gnulib/lib 
   RELOC_BUILDDIR=../gnulib/lib RELOC_CONFIG_H_DIR=.. RELOC_EXEEXT= 
   RELOC_STRIP_PROG=: RELOC_INSTALL_PROG=/usr/bin/install -c 
   ../autotools/install-reloc freedink freedinkedit 
   '/build/buildd-freedink_1.08.20120427-1-kfreebsd-amd64-I0HlF8/freedink-1.08.20120427/debian/freedink-engine/usr/games'
 Usage: ../autotools/install-reloc library_path_var library_path_value 
   prefix destdir compile_command srcdir builddir config_h_dir exeext 
   strip_command install_command... destprog
   
   AFAICS 'install-reloc', when run with environment variables, expects
   exactly:
   - 1 executable
   - 1 destprog dir
   
   In this case, the relocatable-prog macros invokes install-reloc with:
   - 2 executables (freedink, freedinkedit)
   - 1 destprog dir
  
  Indeed, when invoked with RELOC_* environment variables, 'install-reloc'
  was meant to install one program only. This was how it was meant to be
  invoked from Automake. But this changed in Automake on 2008-09-07, see
  http://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=4295fe33eb23fb9440ee6a7404ec064067266372
  
  Can you please try this modified 'install-reloc' program instead?
  Save it and do a chmod +x install-reloc before you can use it.
  Does it help on hurd-i386 (or on kFreeBSD as well, without the other patch)?
 
 Thanks for the prompt fix :)
 
 The new install-reloc works correctly on GNU/kFreeBSD :
 
   test -z /usr/games || /bin/mkdir -p 
 /usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games
RELOC_LIBRARY_PATH_VAR=LD_LIBRARY_PATH RELOC_LIBRARY_PATH_VALUE= 
 RELOC_PREFIX=/usr 
 RELOC_DESTDIR=/usr/src/freedink-1.08.20120427/debian/freedink-engine 
 RELOC_COMPILE_COMMAND=gcc -g -O2 -Wall -std=c99 -I/usr/include/SDL 
 -D_GNU_SOURCE=1 -D_REENTRANT  RELOC_SRCDIR=../gnulib/lib 
 RELOC_BUILDDIR=../gnulib/lib RELOC_CONFIG_H_DIR=.. RELOC_EXEEXT= 
 RELOC_STRIP_PROG=: RELOC_INSTALL_PROG=/usr/bin/install -c 
 ../autotools/install-reloc freedink freedinkedit 
 '/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games'
   /usr/bin/install -c freedink freedinkedit 
 /usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games
 
 Note, though, that FreeDink does not have its own libraries, to
 install-reloc is just invoking 'install'.  This didn't test the path
 where install-reloc installs the wrapper.
 
 I'll try on Debian/Hurd when I have the environment ready.

I tested the fix under Debian/Hurd.  AFAICS it works :)

I'll upload a new Debian version of FreeDink with the updated
install-reloc so we'll see if the autobuilders agree.

-- 
Sylvain



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



Bug#671044: freedink: FTBFS[!linux]: too many args to install-reloc

2012-05-02 Thread Sylvain
Hi,

On Wed, May 02, 2012 at 02:49:33AM +0200, Bruno Haible wrote:
 I'm applying this patch. Please let me know if this fixes the Freedink
 builds on GNU/kFreeBSD or not.
 
 
 2012-05-01  Bruno Haible  br...@clisp.org
 
   relocatable-prog: Enable ELF ORIGIN trick also on GNU/kFreeBSD.
   * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Treat kFreeBSD like Linux.
   * build-aux/reloc-ldflags: Likewise.
   Suggested by Steven Chamberlain ste...@pyro.eu.org.
 
 --- build-aux/reloc-ldflags.orig  Wed May  2 02:43:45 2012
 +++ build-aux/reloc-ldflags   Wed May  2 02:41:45 2012
 @@ -54,7 +54,7 @@
  esac
  
  case $host_os in
 -  linux*) # Supported since Linux 2.1 and glibc 2.1.
 +  linux* | kfreebsd*)
  rpath=
  save_IFS=$IFS; IFS=:
  for dir in $library_path_value; do
 --- m4/relocatable.m4.origWed May  2 02:43:45 2012
 +++ m4/relocatable.m4 Wed May  2 02:42:57 2012
 @@ -1,4 +1,4 @@
 -# relocatable.m4 serial 17
 +# relocatable.m4 serial 18
  dnl Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation, Inc.
  dnl This file is free software; the Free Software Foundation
  dnl gives unlimited permission to copy and/or distribute it,
 @@ -41,7 +41,7 @@
  AC_CHECK_FUNCS([_NSGetExecutablePath])
  case $host_os in
mingw*) is_noop=yes ;;
 -  linux*) use_elf_origin_trick=yes ;;
 +  linux* | kfreebsd*) use_elf_origin_trick=yes ;;
  esac
  if test $is_noop = yes; then
RELOCATABLE_LDFLAGS=:

The fix seems to have the expected result (install-reloc not invoked) under 
kFreeBSD:

  make[4]: entrant dans le répertoire « /usr/src/freedink-1.08.20120427/src »
  test -z /usr/games || /bin/mkdir -p 
/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games
/usr/bin/install -c freedink freedinkedit 
'/usr/src/freedink-1.08.20120427/debian/freedink-engine/usr/games'

Though, I'm wondering if it would be better to always invoke
install-reloc somehow.  We'd probably have spotted this issue earlier
if install-reloc were invoked under GNU/Linux as well.  WDYT?

-- 
Sylvain



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



Bug#671185: opendnssec-enforcer: Include migration-script for 1.3-1.4

2012-05-02 Thread Casper Gielen
Package: opendnssec-enforcer
Version: 1.4.0~a1-2
Severity: important

Dear Maintainer,
opendnssec 1.4 uses a slightly different database-format, the conversion
script is not included in the package.

/usr/share/doc/opendnssec-enforcer/MIGRATION refers to
enforcer/utils/migrate_adapters_1.mysql and 
enforcer/utils/migrate_adapters_1.sqlite3 .
These files are not included in the package.

I found a copy at
http://fisheye.opendnssec.org/browse/~br=tag%3AOpenDNSSEC-1.4.0a1/opendnssec/tags/OpenDNSSEC-1.4.0a1/enforcer/utils

You may want to consider to automatically run this script on upgrade.

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

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

Versions of packages opendnssec-enforcer depends on:
ii  opendnssec-enforcer-mysql [opendnssec-enforcer-backend]  1.4.0~a1-2

Versions of packages opendnssec-enforcer recommends:
ii  opendnssec-signer  1.4.0~a1-2

Versions of packages opendnssec-enforcer suggests:
ii  opendnssec  1.4.0~a1-2
ii  softhsm 1.3.2-1

-- 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#246621: FYI dhclient supports this now

2012-05-02 Thread Andrew Shadura
Hello,

On Wed, 2 May 2012 11:53:02 +0200
Guillem Jover guil...@debian.org wrote:

 On Sat, 2012-04-28 at 20:22:23 -0700, Andrew Pollock wrote:
  Just wanted to let you know that dhclient now sports a -x option to
  quit the client without releasing the lease, so ifupdown could now
  do something about this if it wanted to.

 Here's an untested patch fixing this.

Hi, but what's the rationale of using it in this context? I'd rather
call it in 'up' to kill any already running dhclient so we don't have
two running at the same moment.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Bug#671186: netgen: usage of profile.d violates policy

2012-05-02 Thread Santiago Vila
Package: netgen
Version: 4.9.13.dfsg-4

Policy says:

  9.9 Environment variables

  A program must not depend on environment variables to get reasonable defaults.
  [...]

  If a program usually depends on environment variables for its
  configuration, the program should be changed to fall back to a
  reasonable default configuration if these environment variables are
  not present. If this cannot be done easily (e.g., if the source code
  of a non-free program is not available), the program must be replaced
  by a small wrapper shell script which sets the environment variables
  if they are not already defined, and calls the original program.


Therefore, using profile.d to define environment variables (which
netgen does by putting small files there) is against policy.

Thanks.



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



Bug#671187: util-linux: mkfs.minix -3 creates incorrect and limited filesystem

2012-05-02 Thread phcoder
Package: util-linux
Version: 2.20.1-4
Severity: normal
Tags: patch


--- util-linux-2.20.1/disk-utils/mkfs.minix.c   2011-10-11 15:23:46.0 
+0200
+++ util-linux-2.20.1-mod/disk-utils/mkfs.minix.c   2012-05-02 
13:56:09.993347189 +0200
@@ -487,7 +487,7 @@ static void setup_tables(void) {
 
if (fs_version == 3) {
Super3.s_log_zone_size = 0;
-   Super3.s_blocksize = BLOCKS;
+   Super3.s_blocksize = MINIX_BLOCK_SIZE;
}
else {
Super.s_log_zone_size = 0;
@@ -773,7 +773,7 @@ int main(int argc, char ** argv) {
if (fs_version == 3)
magic = MINIX3_SUPER_MAGIC;
 
-   if (fs_version == 2) {
+   else if (fs_version == 2) {
if (namelen == 14)
magic = MINIX2_SUPER_MAGIC;
else

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

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

Versions of packages util-linux depends on:
ii  debconf [debconf-2.0]  1.5.42
ii  dpkg   1.16.3
ii  initscripts2.88dsf-22.1
ii  install-info   4.13a.dfsg.1-10
ii  libblkid1  2.20.1-4
ii  libc6  2.13-32
ii  libncurses55.9-7
ii  libselinux12.1.9-4
ii  libslang2  2.2.4-10
ii  libtinfo5  5.9-7
ii  libuuid1   2.20.1-4
ii  lsb-base   4.1+Debian2
ii  tzdata 2012c-1
ii  zlib1g 1:1.2.6.dfsg-2

util-linux recommends no packages.

Versions of packages util-linux suggests:
pn  dosfstools  3.0.12-1
pn  kbd 1.15.3-9
pn  util-linux-locales  none

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:



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



Bug#246621: FYI dhclient supports this now

2012-05-02 Thread Andrew Shadura
Hello,

On Wed, 2 May 2012 14:01:43 +0200
Andrew Shadura bugzi...@tut.by wrote:

  On Sat, 2012-04-28 at 20:22:23 -0700, Andrew Pollock wrote:
   Just wanted to let you know that dhclient now sports a -x option
   to quit the client without releasing the lease, so ifupdown could
   now do something about this if it wanted to.

  Here's an untested patch fixing this.

 Hi, but what's the rationale of using it in this context? I'd rather
 call it in 'up' to kill any already running dhclient so we don't have
 two running at the same moment.

Aha, I see now (I've just read the discussion which is here since 2004).
Maybe it's better to make it an optional, but still -r by default? Or
-x is better?

-- 
WBR, Andrew


signature.asc
Description: PGP signature


  1   2   3   4   >