Bug#611791: [SRM] Approval for libmms_0.6-1squeeze1

2011-03-16 Thread Reinhard Tartler
On Thu, Mar 10, 2011 at 15:11:27 (CET), Fabian Greffrath wrote:

 Am Dienstag, den 08.03.2011, 20:44 + schrieb Adam D. Barratt:
  libmms 0.6.2-2 has just entered testing without any complaints.
 Please go ahead with the stable upload.

 the package is already prepared in the stable branch of our libmms git
 repo. Please upload if you find some time. ;)

Uploaded and waiting for a SRM to have it processed.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#611791: [SRM] Approval for libmms_0.6-1squeeze1

2011-03-16 Thread Adam D. Barratt
On Wed, 2011-03-16 at 06:59 +0100, Reinhard Tartler wrote:
 On Thu, Mar 10, 2011 at 15:11:27 (CET), Fabian Greffrath wrote:
 
  Am Dienstag, den 08.03.2011, 20:44 + schrieb Adam D. Barratt:
   libmms 0.6.2-2 has just entered testing without any complaints.
  Please go ahead with the stable upload.
 
  the package is already prepared in the stable branch of our libmms git
  repo. Please upload if you find some time. ;)
 
 Uploaded and waiting for a SRM to have it processed.

Unfortunately the upload hit p-u-NEW after things had been frozen for
6.0.1; it will therefore not be processed until after 6.0.1 has been
released and will be included in 6.0.2.

Regards,

Adam




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



Bug#618538: ia32-libs-gtk: Attempts to load x86_64 modules when i686 is needed

2011-03-16 Thread George Chriss
Package: ia32-libs-gtk
Version: 20110117
Severity: important


When starting Firefox 4 RC1 on this system, I receive the following error 
messages:

===
Gtk-Message: Failed to load module canberra-gtk-module: 
/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64
Gtk-Message: Failed to load module gail: /usr/lib/gtk-2.0/modules/libgail.so: 
wrong ELF class: ELFCLASS64

(firefox-bin:32053): Gtk-WARNING **: 
/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS6
[Repeats for a bunch of additional modules and shared libraries.]
===

Firefox runs but with a stripped-down UI and possibly other missing 
functionality.
Same behavior on Skype's 32-bit client.

Is this a simple directory linking problem?  Possibly related to Bug #582809?


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

Kernel: Linux 2.6.37-rc1gsc5nov2010 (SMP w/4 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 ia32-libs-gtk depends on:
ii  ia32-libs   20110117 ia32 shared libraries for use on a
ii  lib32asound21.0.23-2.1   shared library for ALSA applicatio
ii  lib32gcc1   1:4.4.5-8GCC support library (32 bit Versio
ii  lib32stdc++64.4.5-8  The GNU Standard C++ Library v3 (3
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.2-10Embedded GNU C Library: 32-bit sha

ia32-libs-gtk recommends no packages.

ia32-libs-gtk 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#618532: postgresql-9.0 won't install, complaining of permissions on server.key

2011-03-16 Thread Martin Pitt
Hello David,

David Starner [2011-03-15 18:37 -0700]:
 FATAL: private key file server.key has group or world access
 2011-03-15 18:21:36 PDT DETAIL: File must be owned by the database
 user or root, must have no write permission for group, and must have
 no permissions for other. ... failed!

Did you happen to change the ssl-cert package's snakeoil certificate manually?
The permissions should be

$ sudo ls -l /etc/ssl/private/ssl-cert-snakeoil.key
-rw-r- 1 root ssl-cert 891 2011-03-03 18:26 
/etc/ssl/private/ssl-cert-snakeoil.key

I assume this was somehow made world-readable?

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#597223: USB flash drive attempts to be mounted as ISO9660 after installation

2011-03-16 Thread Bob Smith
Release: Wheezy / testing (daily netinst image)

Affected by this bug.  Did a direct copy to USB as directed by docs (# cat 
debian.iso  /dev/sdX).  An entry is added to fstab for the USB drive as an 
iso9660/udf filesystem after installation.  Automounting of all USB drives fail.

Fix.  Delete the entry from /etc/fstab.  Automounting USB flash drives work.


  



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



Bug#618433: Corrected patch

2011-03-16 Thread Mattias Ellert
tags 618433 patch
thanks

Hi!

I here attach a corrected version of the broken patch that fixes the
issue.

Mattias

diff -ur doxygen-1.7.3.orig/src/dot.cpp doxygen-1.7.3/src/dot.cpp
--- doxygen-1.7.3.orig/src/dot.cpp	2010-12-15 23:09:16.0 +0100
+++ doxygen-1.7.3/src/dot.cpp	2011-03-16 08:06:36.390911302 +0100
@@ -899,6 +899,8 @@
 
 //
 
+#define DIRECT_DOT_RUN 1
+
 DotManager *DotManager::m_theInstance = 0;
 
 DotManager *DotManager::instance()
@@ -915,6 +917,7 @@
   m_dotRuns.setAutoDelete(TRUE);
   m_dotMaps.setAutoDelete(TRUE);
   m_queue = new DotRunnerQueue;
+#ifndef DIRECT_DOT_RUN
   int i;
   int numThreads = QMIN(32,Config_getInt(DOT_NUM_THREADS));
   if (numThreads==0) numThreads = QMAX(1,QThread::idealThreadCount()+1);
@@ -932,6 +935,7 @@
 }
   }
   ASSERT(m_workers.count()0);
+#endif
 }
 
 DotManager::~DotManager()
@@ -1023,11 +1027,22 @@
   portable_sysTimerStart();
   // fill work queue with dot operations
   DotRunner *dr;
+  int prev=1;
   for (li.toFirst();(dr=li.current());++li)
   {
+#ifdef DIRECT_DOT_RUN
+msg(Running dot for graph %d/%d\n,prev,numDotRuns);
+if(!dr-run()) return FALSE;
+DotRunner::CleanupItem cleanup = dr-cleanup();
+if (!cleanup.file.isEmpty())
+{
+  QDir(cleanup.path).remove(cleanup.file);
+}
+prev++;
+  }
+#else
 m_queue-enqueue(dr);
   }
-  int prev=1;
   // wait for the queue to become empty
   while ((i=m_queue-count())0)
   {
@@ -1059,6 +1074,7 @@
   {
 m_workers.at(i)-cleanup();
   }
+#endif
   portable_sysTimerStop();
   if (setPath)
   {


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


Bug#618540: iw: Bit rate not displayed for n-mode networks

2011-03-16 Thread Stefan Luetje
Package: iw
Version: 0.9.19-1
Severity: minor

When connected to an n-mode network, the bit rate is not displayed by iw.

# iw dev wlan0 link
Connected to bc:05:42:50:bc:a8 (on wlan0)
SSID: NETGEAR
freq: 2412
RX: 23614148 bytes (56215 packets)
TX: 3678522 bytes (18206 packets)
signal: -41 dBm
tx bitrate:  MCS 45 40Mhz short GI

# iw dev wlan0 station dump
Station bc:05:42:50:bc:a8 (on wlan0)
inactive time:  7040 ms
rx bytes:   26045295
rx packets: 66599
tx bytes:   4183345
tx packets: 19688
signal: -41 dBm
tx bitrate:  MCS 45 40Mhz short GI

# iwconfig wlan0
wlan0 IEEE 802.11bgn  ESSID:NETGEAR  
  Mode:Managed  Frequency:2.412 GHz  Access Point: BC:05:42:50:BC:A8   
  Bit Rate=0 kb/s   Tx-Power=20 dBm   
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=67/70  Signal level=-43 dBm  
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

# lspci -vnn
04:00.0 Network controller [0280]: Atheros Communications Inc. AR5008 Wireless 
Network Adapter [168c:0023] (rev 01)
Subsystem: Atheros Communications Inc. Device [168c:3071]
Flags: bus master, 66MHz, medium devsel, latency 168, IRQ 16
Memory at febf (32-bit, non-prefetchable) [size=64K]
Capabilities: [40] #80 []
Kernel driver in use: ath9k



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'squeeze-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)

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

Versions of packages iw depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libnl11.1-6  library for dealing with netlink s

iw recommends no packages.

iw suggests no packages.

-- debconf-show failed




signature.asc
Description: Digital signature


Bug#618539: upgrading clamav-milter breaks configuration : does not restart

2011-03-16 Thread Erwan David
Package: clamav-milter
Version: 0.97+dfsg-2
Severity: important

When upgrading clamav-milter, a line 
LogClean

was added to /etc/clamav/clamav-milter.conf

This line is erroneous and clamav-milter did not restart.
I changed it for a LogClean off in order to make it start.

-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav

Config file: clamd.conf
---
LogFile = /var/log/clamav/clamav.log
LogFileUnlock disabled
LogFileMaxSize = 4294967295
LogTime = yes
LogClean disabled
LogSyslog disabled
LogFacility = LOG_LOCAL6
LogVerbose disabled
ExtendedDetectionInfo = yes
PidFile = /var/run/clamav/clamd.pid
TemporaryDirectory disabled
DatabaseDirectory = /var/lib/clamav
OfficialDatabaseOnly disabled
LocalSocket = /var/run/clamav/clamd.ctl
LocalSocketGroup = clamav
LocalSocketMode = 666
FixStaleSocket = yes
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = 15
StreamMaxLength = 10485760
StreamMinPort = 1024
StreamMaxPort = 2048
MaxThreads = 12
ReadTimeout = 180
CommandReadTimeout = 5
SendBufTimeout = 200
MaxQueue = 100
IdleTimeout = 30
ExcludePath disabled
MaxDirectoryRecursion = 15
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
CrossFilesystems = yes
SelfCheck = 3600
VirusEvent disabled
ExitOnOOM disabled
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = clamav
AllowSupplementaryGroups = yes
Bytecode = yes
BytecodeSecurity = TrustSigned
BytecodeTimeout = 6
BytecodeMode = Auto
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = yes
ScanPE = yes
ScanELF = yes
DetectBrokenExecutables disabled
ScanMail = yes
ScanPartialMessages disabled
PhishingSignatures = yes
PhishingScanURLs = yes
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = 3
StructuredMinSSNCount = 3
StructuredSSNFormatNormal = yes
StructuredSSNFormatStripped disabled
ScanHTML = yes
ScanOLE2 = yes
OLE2BlockMacros disabled
ScanPDF = yes
ScanArchive = yes
ArchiveBlockEncrypted disabled
MaxScanSize = 104857600
MaxFileSize = 26214400
MaxRecursion = 16
MaxFiles = 1
ClamukoScanOnAccess disabled
ClamukoScannerCount = 3
ClamukoScanOnOpen disabled
ClamukoScanOnClose disabled
ClamukoScanOnExec disabled
ClamukoIncludePath disabled
ClamukoExcludePath disabled
ClamukoMaxFileSize = 5242880
DevACOnly disabled
DevACDepth disabled
DevLiblog disabled

Config file: freshclam.conf
---
LogFileMaxSize = 4294967295
LogTime = yes
LogSyslog disabled
LogFacility = LOG_LOCAL6
LogVerbose disabled
PidFile = /var/run/clamav/freshclam.pid
DatabaseDirectory = /var/lib/clamav/
Foreground disabled
Debug disabled
AllowSupplementaryGroups disabled
UpdateLogFile = /var/log/clamav/freshclam.log
DatabaseOwner = clamav
Checks = 24
DNSDatabaseInfo = current.cvd.clamav.net
DatabaseMirror = db.local.clamav.net, database.clamav.net
MaxAttempts = 5
ScriptedUpdates = yes
TestDatabases = yes
CompressLocalDatabase disabled
ExtraDatabase disabled
DatabaseCustomURL disabled
HTTPProxyServer disabled
HTTPProxyPort disabled
HTTPProxyUsername disabled
HTTPProxyPassword disabled
HTTPUserAgent disabled
NotifyClamd = /etc/clamav/clamd.conf
OnUpdateExecute disabled
OnErrorExecute disabled
OnOutdatedExecute disabled
LocalIPAddress disabled
ConnectTimeout = 30
ReceiveTimeout = 30
SubmitDetectionStats disabled
DetectionStatsCountry disabled
DetectionStatsHostID disabled
SafeBrowsing disabled
Bytecode = yes

Config file: clamav-milter.conf
---
LogFile = /var/log/clamav/clamav-milter.log
LogFileUnlock disabled
LogFileMaxSize = 3145728
LogTime = yes
LogSyslog = yes
LogFacility = LOG_LOCAL6
LogVerbose = yes
PidFile = /var/run/clamav/clamav-milter.pid
TemporaryDirectory = /tmp
FixStaleSocket = yes
MaxThreads = 10
ReadTimeout = 120
Foreground disabled
User = clamav
AllowSupplementaryGroups = yes
MaxFileSize = 26214400
ClamdSocket = unix:/var/run/clamav/clamd.ctl
MilterSocket = /var/run/clamav/clamav-milter.ctl
MilterSocketGroup = clamav
MilterSocketMode = 666
LocalNet disabled
OnClean = Accept
OnInfected = Reject
OnFail = Defer
RejectMsg = Infected by virus %v
AddHeader = Replace
ReportHostname disabled
VirusAction disabled
Chroot disabled
Whitelist disabled
SkipAuthenticated disabled
LogInfected = Full
LogClean = off

Software settings
-
Version: devel-debian/0.95+dfsg-1-6642-g51a3521
WARNING: Version mismatch: libclamav=devel-debian/0.95+dfsg-1-6642-g51a3521, 
clamconf=0.97
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2 
JIT

Database information

Database directory: /var/lib/clamav/
WARNING: freshclam.conf and clamd.conf point to different database directories
daily.cld: version 12843, sigs: 73381, built on Wed Mar 16 00:08:00 2011
bytecode.cld: version 142, sigs: 40, built on Tue Mar  8 19:28:23 2011
main.cld: version 53, sigs: 846214, built 

Bug#617466: marked as done (release-notes: Instructions do not restart script after reboot.)

2011-03-16 Thread Andrei Popescu
 Date: Sat, 12 Mar 2011 23:40:02 +0100
 From: Javier Fernández-Sanguino Peña j...@computer.org
 To: Karl O. Pinc k...@meme.com, 617466-cl...@bugs.debian.org
 Subject: Re: Bug#617466: release-notes: Instructions do not restart script
  after reboot.
 Sender: Javier Fernandez-Sanguino jav...@gmail.com
 Mail-Followup-To: Karl O. Pinc k...@meme.com,
  617466-cl...@bugs.debian.org
 User-Agent: Mutt/1.5.20 (2009-06-14)
 
 On Tue, Mar 08, 2011 at 11:23:34PM -0600, Karl O. Pinc wrote:
  I see no instructions in the squeeze release notes that say to restart
  'script' after reboot, so the script only records the first half of
  the upgrade.
 
 Thank you.  I have added a footnote to the text to indicate this. It is
 now in the SVN revision 8554 of the release notes.

Hi Javier,

May I suggest the attached small patch to your footnote?

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
diff --git a/trunk/release-notes/en/upgrading.dbk b/trunk/release-notes/en/upgrading.dbk
index d634011..1b775fa 100644
--- a/trunk/release-notes/en/upgrading.dbk
+++ b/trunk/release-notes/en/upgrading.dbk
@@ -944,8 +944,8 @@ work due to the preinst checks introduced by the maintainer --
 para
 You should reboot the system 
 footnoteparaIf you are logging the upgrade as described in
-xref linkend=upgradingpackages/, please, use again commandscript/command to
-log the next steps of the upgrade after the reboot in order to log the
+xref linkend=upgradingpackages/, please use commandscript/command again to
+log the next steps of the upgrade after the reboot, in order to log the complete
 result of the actions described in xref linkend=upgrading-full/.
 /para/footnote
 once you have upgraded both the kernel and  systemitem role=packageudev/systemitem.


signature.asc
Description: Digital signature


Bug#617789: iceweasel-vimperator: seems incompatible with iceweasel 3.6.16-5

2011-03-16 Thread Julien Cristau
On Wed, Mar 16, 2011 at 00:01:19 +0100, Ansgar Burchardt wrote:

 I would suggest trying to identify the minimal changes required to make
 vimperator work with Squeeze's iceweasel again.  Please file a request
 for a stable update in the release.debian.org pseudo-package (reportbug
 release.debian.org) once you have an updated package.  Also include the
 proposed diff in the bug report.
 
Regressions from security updates should be fixed through
security.debian.org with a followup DSA.  So you should contact the
security team, not release.

Cheers,
Julien



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



Bug#617937: ITP: libmousex-strictconstructor-perl -- Make your object constructors blow up on unknown attributes

2011-03-16 Thread Ralf Treinen
Hello,

On Sat, Mar 12, 2011 at 07:17:55PM +0100, Dominique Dumont wrote:
 
 Package: wnpp
 Owner: Dominique Dumont domi.dum...@free.fr
 Severity: wishlist
 X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org
 
 * Package name: libmousex-strictconstructor-perl
   Version : 0.02
   Upstream Author : Fuji, Goro (gfx) gfuji(at)cpan.org
 * URL : http://search.cpan.org/dist/MouseX-StrictConstructor/
 * License : Artistic or GPL-1+
   Programming Lang: Perl
   Description : Make your object constructors blow up on unknown 
 attributes
 
 Simply loading this module makes your constructors strict. If your
 constructor is called with an attribute argument that your class does not
 declare, then it dies. This is a great way to catch small typos.

please mention in the package description that this applies to the
perl programming language (as I suppose it does).

-Ralf.



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



Bug#618169: pcp-gui: FTBFS: ui_pmchart.h:30:30: fatal error: qassistantclient.h: No such file or directory

2011-03-16 Thread Julien Cristau
On Wed, Mar 16, 2011 at 16:05:47 +1100, Nathan Scott wrote:

 
 - Lucas Nussbaum lu...@lucas-nussbaum.net wrote:
   In file included from pmchart.h:17:0,
from console.h:19,
from console.cpp:15:
   ui_pmchart.h:30:30: fatal error: qassistantclient.h: No such file or
  directory
   compilation terminated.
 
 Hmm, this might be a bug in the sid Qt4 version, and not in pcp-gui ...
 the ui_pmchart.h file is generated (by uic-qt4 tool, above), so I guess
 somehow thats not being correctly written wrt the QAssistantClient class.
 The build dependencies look correct (libqt4-dev) as far as I can tell.
 
qt 4.7 removed libqtassistantclient, so you now need
libqtassistantclient-dev.

Cheers,
Julien



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



Bug#618541: sh: firefox: not found

2011-03-16 Thread Mathieu Malaterre
Package: gmsh
Version: 2.4.2.dfsg-5
Severity: normal


Hi,

  When iceweasel/firefox is not installed, one get a message:

sh: firefox: not found

  when looking at the online documentation. It would be nice if firefox would 
be replaced by xdg-open in the Common/DefaultOptions.h file.

  I would also suggest replacing emacs with sensible-editor too.

Thanks !

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

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 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 gmsh depends on:
ii  dpkg1.15.8.10Debian package management system
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libblas3gf [libblas.so. 1.2-8Basic Linear Algebra Reference imp
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcgns22.5.4-3  CFD General Notation System librar
ii  libfltk1.1  1.1.10-2+b1  Fast Light Toolkit - shared librar
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgfortran34.4.5-8  Runtime library for GNU Fortran ap
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-4  The OpenGL utility library (GLU)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblapack3gf [liblapack 3.2.1-8  library of linear algebra routines
ii  libopencascade-foundati 6.3.0.dfsg.1-6   OpenCASCADE CAE platform shared li
ii  libopencascade-modeling 6.3.0.dfsg.1-6   OpenCASCADE CAE platform shared li
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libstdc++6  4.5.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gmsh recommends:
ii  mpi-default-bin   0.6Standard MPI runtime programs

gmsh 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#611791: [SRM] Approval for libmms_0.6-1squeeze1

2011-03-16 Thread Fabian Greffrath

Am 16.03.2011 07:21, schrieb Adam D. Barratt:

Unfortunately the upload hit p-u-NEW after things had been frozen for
6.0.1; it will therefore not be processed until after 6.0.1 has been
released and will be included in 6.0.2.


Oh, come on. Isn't it possible to still get this into 6.0.1? It's such 
a tiny patch...


 - Fabian



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



Bug#587368: Patch for the l10n upload of nis

2011-03-16 Thread Christian PERRIER

Dear maintainer of nis,

On Monday, March 07, 2011 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Sunday, March 06, 2011.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

(some PO files may have only trivial changes: these are the result of
running debconf-updatepo on the package tree which I always do in such cases)

The corresponding changelog is:


Source: nis
Version: 3.17-31.1
Distribution: UNRELEASED
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Sun, 06 Mar 2011 23:47:48 +0100
Closes: 587368 601920 617380 617809 618481
Changes: 
 nis (3.17-31.1) UNRELEASED; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * Danish (Joe Hansen).  Closes: #587368
   * Vietnamese (Clytie Siddall).  Closes: #601920
   * Galician (Miguel Anxo Bouzada).  Closes: #617380
   * Brazilian Portuguese (Eder L. Marques).  Closes: #617809
   * Catalan (Innocent De Marchi).  Closes: #618481

-- 


diff -Nru nis-3.17.old/debian/changelog nis-3.17/debian/changelog
--- nis-3.17.old/debian/changelog	2011-03-06 23:43:03.339936323 +0100
+++ nis-3.17/debian/changelog	2011-03-15 18:09:42.967212038 +0100
@@ -1,3 +1,15 @@
+nis (3.17-31.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+  * Danish (Joe Hansen).  Closes: #587368
+  * Vietnamese (Clytie Siddall).  Closes: #601920
+  * Galician (Miguel Anxo Bouzada).  Closes: #617380
+  * Brazilian Portuguese (Eder L. Marques).  Closes: #617809
+  * Catalan (Innocent De Marchi).  Closes: #618481
+
+ -- Christian Perrier bubu...@debian.org  Sun, 06 Mar 2011 23:47:48 +0100
+
 nis (3.17-31) unstable; urgency=low
 
   * Run debconf-updatepo since the translation tools aren't able to do
diff -Nru nis-3.17.old/debian/po/ca.po nis-3.17/debian/po/ca.po
--- nis-3.17.old/debian/po/ca.po	2011-03-06 23:43:03.335936224 +0100
+++ nis-3.17/debian/po/ca.po	2011-03-15 18:09:42.631203722 +0100
@@ -1,16 +1,16 @@
-# nis (debconf) translation to Catalan.
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# Aleix Badia i Bosch aba...@ica.es, 2004
-#
+# Copyright (C) 2004-2011 Free Software Foundation, Inc.
+# Aleix Badia i Bosch aba...@ica.es, 2004
+# Innocent De Marchi tangram.pe...@gmail.com, 2011
 #
 msgid 
 msgstr 
-Project-Id-Version: nis_3.10-6_templates\n
+Project-Id-Version: nis_3.17-31.1_templates\n
 Report-Msgid-Bugs-To: n...@packages.debian.org\n
 POT-Creation-Date: 2010-01-03 15:43+\n
-PO-Revision-Date: 2006-09-02 21:51+0100\n
-Last-Translator: Aleix Badia i Bosch aba...@ica.es\n
+PO-Revision-Date: 2011-03-15 16:13+0100\n
+Last-Translator: Innocent De Marchi tangram.pe...@gmail.com\n
 Language-Team: Catalan debian-l10n-cata...@lists.debian.org\n
+Language: ca\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -18,10 +18,8 @@
 #. Type: string
 #. Description
 #: ../templates:2001
-#, fuzzy
-#| msgid Enter your NIS domain
 msgid NIS domain:
-msgstr Introduïu el domini de NIS
+msgstr Domini NIS
 
 #. Type: string
 #. Description
@@ -30,19 +28,14 @@
 #. things such as:
 #. 'nom de domaine (domainname)' (for a French translation)
 #: ../templates:2001
-#, fuzzy
-#| msgid 
-#| You now need to choose a NIS domainname for your system. If you want this 
-#| machine to just be a client, enter the NIS domainname of your network. 
-#| Otherwise choose an appropriate NIS domainname.
 msgid 
 Please choose the NIS \domainname\ for this system. If you want this 
 machine to just be a client, you should enter the name of the NIS domain you 
 wish to join.
 msgstr 
-Heu d'escollir el nom del domini de NIS del sistema. Si voleu que 
-l'ordinador només sigui un client introduïu el nom del domini de NIS de la 
-xarxa, en cas contrari escolliu un nom del domini apropiat.
+Si us plau, escogiu el «nom de domini» NIS per a aquest sistema. Si voleu 
+que l'ordinador només sigui un client, introduïu el nom del domini NIS al 
+qual desitjau unir-vos.
 
 #. Type: string
 #. Description
@@ -55,6 +48,8 @@
 Alternatively, if this machine is to be a NIS server, you can either enter a 
 new NIS \domainname\ or the name of an existing NIS domain.
 msgstr 
+Com alternativa, si aquesta màquina és un sevidor NIS, podeu escriure un nou 
+«nom de domini» NIS o el nom d'un domini NIS ja existent.
 
 #~ msgid Your system needs more configuration
 #~ msgstr El sistema necessita més configuració
diff -Nru nis-3.17.old/debian/po/cs.po nis-3.17/debian/po/cs.po
--- nis-3.17.old/debian/po/cs.po	2011-03-06 23:43:03.335936224 +0100
+++ nis-3.17/debian/po/cs.po	2011-03-07 20:00:36.682312127 +0100
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2009-06-02 10:06+0100\n
 Last-Translator: 

Bug#618509: Info received (Bug#618509: Acknowledgement ([bluez-alsa] no audio in headset))

2011-03-16 Thread Török Edwin
Sorry, looks like a kernel bug not bluez-alsa bug, I filed one upstream:
https://bugzilla.kernel.org/show_bug.cgi?id=31162



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



Bug#618542: mc: please follow upstream progress

2011-03-16 Thread alex bodnaru
Package: mc
Version: 3:4.7.0.9-1
Severity: normal


hello friends,

sorry to sound pushy, but there seems to be active development of 
mc upstream.
please provide it to us too.

thanks in advance
alex

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

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

Versions of packages mc depends on:
ii  e2fslibs 1.41.12-2   ext2/ext3/ext4 file system librari
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcomerr2   1.41.12-2   common error description library
ii  libglib2.0-0 2.28.1-1+b1 The GLib library of C routines
ii  libgpm2  1.20.4-3.3  General Purpose Mouse - shared lib
ii  libslang22.2.2-4 The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.51-1 MIME files 'mime.types'  'mailcap

Versions of packages mc suggests:
ii  arj3.10.22-9 archiver for .arj files
ii  bzip2  1.0.5-6   high-quality block-sorting file co
pn  catdvi none(no description available)
ii  dbview 1.0.4-1   View dBase III files
pn  djvulibre-bin  none(no description available)
ii  evince [pdf-viewer]2.30.3-3  Document (PostScript, PDF) viewer
ii  file   5.04-5Determines file type using magic
pn  gv none(no description available)
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  lynx   2.8.8dev.8-1  Text-mode WWW Browser (transitiona
ii  odt2txt0.4+git20100620-1 simple converter from OpenDocument
ii  perl   5.10.1-17 Larry Wall's Practical Extraction 
ii  python 2.6.6-3+squeeze5  interactive high-level object-orie
pn  python-botonone(no description available)
ii  python-tz  2010b-1   Python version of the Olson timezo
ii  unzip  6.0-4 De-archiver for .zip files
ii  zip3.0-3 Archiver for .zip files

-- 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#617290: Patch

2011-03-16 Thread Jonas Smedegaard

On Tue, Mar 15, 2011 at 06:18:49PM -0400, Etienne Laurin wrote:

I had the same problem. The wrapper script keep calling itself. Here a
patch for the fix.


Ohh, yes. I forgot about this silly bug.  Thanks for reminding me!! :-)


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#617626: SOLVED!!!

2011-03-16 Thread PhillyG
My problem has been fixed. In theory, the bugs are in the installation; and, in 
order to close the report, 
the fixes need to be incorporated into the installation.

The alternative is to incorporate the fixes into a pre-installation ReadMe.txt

In any case, I want to thank your team for the save!

WELL DONE!


On Mar 16, 2011, at 1:48 AM, Christian PERRIER wrote:

 Quoting Miguel Figueiredo (el...@debianpt.org):
 A Quarta 16 Março 2011 00:14:45 PhillyG você escreveu:
 It works for me! Thank you very much.
 
 This may be the same as #571535.
 
 
 I used the xorg.conf referenced in [1]: 
 http://jjorge.free.fr/myfreetv/xorg.conf
 I am attaching it to this note in case someone else with this problem reads 
 this installation-report.
 
 
 So, this bug can be closed?


Bug#618544: aptitude: the enhances dependency is not being displayed in the bottom panel

2011-03-16 Thread alex bodnaru
Package: aptitude
Version: 0.6.3-3.2
Severity: normal


hello friends,

thanks for aptitude.
one thing you might have forgot: in the bottom panel before the final 'g'o, 
dependencies are being displayed for packages to be added or removed. here, 
the enhances dependency is not being displayed. for example:
  * libreoffice-emailmerge has an invalid dependency type! libreoffice-writer
doesn't seem urgent, but it's there.

thanks in advance,
alex

-- Package-specific info:
aptitude 0.6.3 compiled at Oct 18 2010 22:11:25
Compiler: g++ 4.4.5
Compiled against:
  apt version 4.10.1
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-gate.so.1 =  (0xb781f000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0xb7702000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb76bc000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb76b5000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb75f5000)
libept.so.1 = /usr/lib/libept.so.1 (0xb75a4000)
libxapian.so.22 = /usr/lib/sse2/libxapian.so.22 (0xb73a4000)
libz.so.1 = /usr/lib/libz.so.1 (0xb739)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb730)
libboost_iostreams.so.1.42.0 = /usr/lib/libboost_iostreams.so.1.42.0 
(0xb72e7000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb72ce000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb71df000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb71b9000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb719d000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7056000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb7052000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb704e000)
libuuid.so.1 = /lib/libuuid.so.1 (0xb704a000)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0xb7039000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb702f000)
/lib/ld-linux.so.2 (0xb782)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]0.8.11.5 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.4High-level library for managing De
ii  libgcc1 1:4.5.2-4GCC support library
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.5-1  SQLite 3 shared library
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  libxapian22 1.2.4-1  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2.1  parse Debian changelogs and output
ii  sensible-utils0.0.6  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
ii  tasksel   2.89   Tool for selecting tasks for insta

-- 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#618545: cups-client: upgrade pulls in samba

2011-03-16 Thread Jonathan Nieder
Package: cups-client
Version: 1.4.6-2

Hi,

From today's upgrade:

 # cupt full-upgrade
 Building the package cache... [done]
 Initializing package resolver and worker... [done]
 Scheduling requested actions... [done]
 Resolving possible unmet dependencies... 
 The following 29 packages will be INSTALLED:

 libasn1-8-heimdal libdcerpc0 libgensec0 libgssapi2-heimdal libhcrypto4-heimdal 
libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal 
libkrb5-26-heimdal libldb1 libndr-standard0 libndr0 libregistry0 
libroken18-heimdal libsamba-hostconfig0 libsamba-util0 libsamdb0 libtevent0 
libwbclient0 libwind0-heimdal python-ldb python-samba python-talloc python-tdb 
samba-common samba-common-bin samba4-clients samba4-common-bin 

 The following 23 packages will be UPGRADED:

 cups-bsd cups-client cups-common dictionaries-common gcc-snapshot grub-common 
grub-pc liba52-0.7.4 libcups2 libcupsimage2 libgail18 libgeoip1 libgtk-3-0 
libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common 
libgtk2.0-dev libplot2c2 libppl-c4 libppl9 libpwl5 

 Need to get 112MiB/135MiB of archives. After unpacking 45.5MiB will be used.
 Do you want to continue? [y/N/q] 

I take it that that is because of

[ Martin-Éric Racine ]
* Added Recommends:smbclient to cups-client (Closes: #616015).

which is about the cupsaddsmb utility using smbclient --- but that
does not fulfill the requirement will have to be present in all but
unusual installations by a long shot.

Would it be possible to downgrade the recommendation to a Suggests?
Alternatively, should cupsaddsmb should go in a separate package which
Depends on cups-client?

Thanks for keeping printing working well.

Regards,
Jonathan



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



Bug#617841: [Build-common-hackers] Bug#617841: cdbs: support for exporting multiarch path variable

2011-03-16 Thread Jonas Smedegaard

On Fri, Mar 11, 2011 at 10:52:08AM -0800, Steve Langasek wrote:

Multiarch support is coming to Debian soon.  It would be helpful if cdbs
would start exporting DEB_HOST_MULTIARCH along with the other standard
dpkg-architecture variables.  (This variable will only be available once
dpkg 1.16.0 is uploaded; however there's no reason for cdbs not to start
exporting it now, it will just be empty until dpkg support is in place.)


Took me some time to get around to looking at this - sorry about that.

 From a brief test it seems that it won't just be empty if unsupported 
but will fail with an exit code 9.


So seems to me to not make sense to apply your patch as-is: needs to at 
least fail gracefully.


Can someone perhaps help verify if the following (all on one line) is 
more sensible:


  DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH || true)


Thanks,

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

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


signature.asc
Description: Digital signature


Bug#618183: vtkedge: FTBFS: /bin/sh: /usr/bin/vtkEncodeString: not found

2011-03-16 Thread Andreas Tille
Hi Mehdi,

thanks for your patch but this does not apply.  The file
  vtkGenerateVTKConfig.cmake
which is subject of the patch is auto generated and I do not
have a clue how to fix the cmake.in file (which strangely does
not contain those strings you are changing).

I commited the patch into SVN in any case but did not activated
in the series file.  (Remark: Any DD has write permissions to
the Debian Med SVN - so if you like you can change things there.)

Any help is welcome

  Andreas.

On Tue, Mar 15, 2011 at 10:14:01PM +0100, Mehdi Dogguy wrote:
 clone 618183 -1
 reassign -1 vtk
 retitle -1 vtkEncodeString is in bin/ according to VTKConfig.cmake
 thanks
 
 On 03/13/2011 06:47 PM, Lucas Nussbaum wrote:
  
  [ 19%] Generating vtkKWEWireframePainter_vs.cxx /bin/sh: 
  /usr/bin/vtkEncodeString: not found make[3]: *** 
  [Rendering/vtkKWEWireframePainter_vs.cxx] Error 127
  
 
 Looks like this failure is due to a typo in
 /usr/lib/vtk-5.6/VTKConfig.cmake which tells cmake to use
 /usr/bin/vtkEncodeString when it should be /usr/lib/vtk-5.6/vtkEncodeString.
 
 The attached patch fixes the issue. Please let me know if you intend to
 upload a fix or if you prefer an NMU.
 
 This fix is not enough to get vtkedge building fine though. It fails with:
 
 make[3]: Entering directory `/tmp/vtkedge-0.1.0/obj-x86_64-linux-gnu'
 [ 60%] Building CXX object
 VolumeRendering/CMakeFiles/vtkKWEVolumeRendering.dir/vtkKWEGPUVolumeRayCastMapper.o
 [ 61%] Building CXX object
 VolumeRendering/CMakeFiles/vtkKWEVolumeRendering.dir/vtkKWERepresentativeVolumeImageCreator.o
 [ 62%] Building CXX object
 VolumeRendering/CMakeFiles/vtkKWEVolumeRendering.dir/vtkKWEVolumeMapper.o
 /tmp/vtkedge-0.1.0/VolumeRendering/vtkKWEVolumeMapper.cxx: In member
 function 'void vtkKWEVolumeMapper::Initialize(vtkRenderWindow*,
 vtkVolume*)':
 /tmp/vtkedge-0.1.0/VolumeRendering/vtkKWEVolumeMapper.cxx:264:87: error:
 no matching function for call to
 'vtkVolumeTextureMapper3D::IsRenderSupported(vtkVolumeProperty*)'
 /usr/include/vtk-5.6/vtkVolumeTextureMapper3D.h:112:15: note: candidate
 is: virtual int
 vtkVolumeTextureMapper3D::IsRenderSupported(vtkVolumeProperty*,
 vtkRenderer*)
 make[3]: ***
 [VolumeRendering/CMakeFiles/vtkKWEVolumeRendering.dir/vtkKWEVolumeMapper.o]
 Error 1
 
 … which looks like #614433.
 
 So, some work has to be done in vtkedge too…
 
 Regards,
 
 -- 
 Mehdi Dogguy مهدي الدڤي
 http://dogguy.org/

 From 34f327fbadda04c649f758db85933be578dec2cb Mon Sep 17 00:00:00 2001
 From: Mehdi Dogguy me...@dogguy.org
 Date: Tue, 15 Mar 2011 21:35:34 +0100
 Subject: [PATCH] vtkEncodeString is in lib/ not in bin/
 
 ---
  vtkGenerateVTKConfig.cmake |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/vtkGenerateVTKConfig.cmake b/vtkGenerateVTKConfig.cmake
 index 388e262..1fdb5b5 100644
 --- a/vtkGenerateVTKConfig.cmake
 +++ b/vtkGenerateVTKConfig.cmake
 @@ -242,7 +242,7 @@ IF(VTK_WRAP_JAVA)
SET(VTK_WRAP_JAVA_EXE_CONFIG 
 ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_BIN_DIR}/vtkWrapJava${VTK_EXE_EXT})
SET(VTK_JAVA_JAR_CONFIG 
 ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_JAVA_DIR}/vtk.jar)
  ENDIF(VTK_WRAP_JAVA)
 -SET(VTK_ENCODESTRING_EXE_CONFIG 
 ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_BIN_DIR}/vtkEncodeString${VTK_EXE_EXT})
 +SET(VTK_ENCODESTRING_EXE_CONFIG 
 ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_PACKAGE_DIR}/vtkEncodeString${VTK_EXE_EXT})
  
  # VTK style script locations.
  SET(VTK_DOXYGEN_HOME_CONFIG 
 ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_DOXYGEN_DIR})
 -- 
 1.7.2.5
 

 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-med-packaging

-- 
http://fam-tille.de



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



Bug#618545: cups-client: upgrade pulls in samba

2011-03-16 Thread Jonathan Nieder
Jonathan Nieder wrote:

 Alternatively, should cupsaddsmb should go in a separate package which
 Depends on cups-client?

For Depends on cups-client, please read Depends on smbclient.
Sorry for the noise.



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



Bug#618480: Fwd: Bug#618480: __unified_syscall bug

2011-03-16 Thread Felix von Leitner
 maybe someone has an idea. I don’t think a function needs a
 “frame pointer” but have no idea about that cfi thing.

The cfi stuff is in the wrong syntax, at least for my as version
(current binutils).  Also this is about exception handling, which I
don't think we need because we call a syscall, not a function pointer
into userland which could potentially throw exceptions.

I suggest debugging the signal issue with glibc and then use
dietlibc for the final program :-)

Felix




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



Bug#541004: O: snes9x -- X binaries for snes9x - Super NES Emulator

2011-03-16 Thread Alexander Reichle-Schmehl
Hi Benoît!

Am 15.03.2011 20:47, schrieb Benoît Ryder:

 I recently noticed this package was orphaned and planned to help.
 Being new to Debian packages and community, I preferred to familiarize
 with all of this first.
 This package has been removed today from sid, so I think it's time to
 get involved. Is it too late for an adoption?

For an adoption yes (as the package got removed, there's nothing you can
adopt).  However, you can try to reintroduce the package again.  The old
packages will stay available at
http://snapshot.debian.org/package/snes9x/ and you can base your work
upon them.

Note however, that according to the removal bug, there's no upstream
development any more (so you'll have to do that, too; not sure if it's
possible as the package has been in non-free), and that there seems to
be a free alternative.


Best regards,
  Alexander



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



Bug#618545: [Pkg-cups-devel] Bug#618545: cups-client: upgrade pulls in samba

2011-03-16 Thread Martin Pitt
Jonathan Nieder [2011-03-16  3:24 -0500]:
 Would it be possible to downgrade the recommendation to a Suggests?

Yes, I think we should do that. Committed the change to the packaging
VCS.

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#618546: icedove: Icedove can't attach files on gnome vfs share

2011-03-16 Thread John Hughes
Package: icedove
Version: 3.0.11-1+squeeze1
Severity: normal


Even though /usr/lib/icedove/components/libmozgnome.so exists icedove can't
attach files on Gnome VFS shares.

(Interestingly iceweasel can open files on shares from the URL entry field,
but not from the file open dialog).

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

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

Versions of packages icedove depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-1  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libsqlite3-0   3.7.3-1   SQLite 3 shared library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  psmisc 22.11-1   utilities that use the proc file s
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-us [myspell-dictio 1:3.2.1-2  English_american dictionary for my
ii  myspell-fr [myspell-dictionar 1.4-25 The French dictionary for myspell 

Versions of packages icedove suggests:
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font

-- 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#618547: laptop-mode-tools: Broken behaviour in 1.57-1

2011-03-16 Thread Francis Russell
Package: laptop-mode-tools
Version: 1.57-1
Severity: important


Since updating to 1.57-1, I've been observing strange behaviour from
laptop-mode tools. For example, when unplugging the power, sometimes it
will call the brightness changing command, sometimes not. Same with
plugging thw power back in.

Debug information from console seems to indicate that laptop mode sees
the change in power status instantly and appears to act on in. My ext4
filesystems always get remounted with new options, but the screen issue
appears to be non-deterministic, I haven't looked further to see if
other settings are not being updated correctly.

I also downgraded back to 1.55-1 and experienced none of these issues.

Francis


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

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

Versions of packages laptop-mode-tools depends on:
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  psmisc22.13-1utilities that use the proc file s
ii  util-linux2.17.2-9.1 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid 1:2.0.8-1  Advanced Configuration and Power I
ii  ethtool   1:2.6.37-1 display or change Ethernet device 
ii  hal   0.5.14-5   Hardware Abstraction Layer
ii  hdparm9.32-1 tune hard disk parameters for high
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  sdparm1.06-3 Output and modify SCSI device para
ii  udev  166-1  /dev/ and hotplug management daemo
ii  wireless-tools30~pre9-5  Tools for manipulating Linux Wirel

laptop-mode-tools suggests no packages.

-- Configuration Files:
/etc/laptop-mode/conf.d/auto-hibernate.conf changed:
DEBUG=0
ENABLE_AUTO_HIBERNATION=1
HIBERNATE_COMMAND=/usr/sbin/hibernate
AUTO_HIBERNATION_BATTERY_CHARGE_PERCENT=4
AUTO_HIBERNATION_ON_CRITICAL_BATTERY_LEVEL=1

/etc/laptop-mode/conf.d/bluetooth.conf changed:
DEBUG=0
CONTROL_BLUETOOTH=1
BATT_ENABLE_BLUETOOTH=0
AC_ENABLE_BLUETOOTH=0
BLUETOOTH_INTERFACES=hci0

/etc/laptop-mode/conf.d/hal-polling.conf changed:
DEBUG=0
CONTROL_HAL_POLLING=auto
BATT_DISABLE_HAL_POLLING=1
AC_DISABLE_HAL_POLLING=1
HAL_POLLING_DEVICES=/dev/scd?

/etc/laptop-mode/conf.d/intel-hda-powersave.conf changed:
DEBUG=0
CONTROL_INTEL_HDA_POWER=1
BATT_INTEL_HDA_POWERSAVE=1
LM_AC_INTEL_HDA_POWERSAVE=0
NOLM_AC_INTEL_HDA_POWERSAVE=0
INTEL_HDA_DEVICE_TIMEOUT=10
INTEL_HDA_DEVICE_CONTROLLER=0

/etc/laptop-mode/conf.d/lcd-brightness.conf changed:
DEBUG=0
CONTROL_BRIGHTNESS=1
BATT_BRIGHTNESS_COMMAND=nvclock -S 60
LM_AC_BRIGHTNESS_COMMAND=nvclock -S 100
NOLM_AC_BRIGHTNESS_COMMAND=nvclock -S 100
BRIGHTNESS_OUTPUT=/dev/null

/etc/laptop-mode/conf.d/sched-mc-power-savings.conf changed:
DEBUG=0
CONTROL_SCHED_MC_POWER_SAVINGS=1

/etc/laptop-mode/laptop-mode.conf changed:
ENABLE_LAPTOP_MODE_TOOLS=1
VERBOSE_OUTPUT=0
LOG_TO_SYSLOG=1
DEBUG=0
ENABLE_LAPTOP_MODE_ON_BATTERY=1
ENABLE_LAPTOP_MODE_ON_AC=0
ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED=0
ENABLE_AUTO_MODULES=0
MINIMUM_BATTERY_CHARGE_PERCENT=3
DISABLE_LAPTOP_MODE_ON_CRITICAL_BATTERY_LEVEL=1
HD=/dev/[hs]d[abcdefgh]
PARTITIONS=auto /dev/mapper/*
ASSUME_SCSI_IS_SATA=1
LM_BATT_MAX_LOST_WORK_SECONDS=120
LM_AC_MAX_LOST_WORK_SECONDS=120
CONTROL_READAHEAD=1
LM_READAHEAD=3072
NOLM_READAHEAD=128
CONTROL_NOATIME=0
USE_RELATIME=1
CONTROL_HD_IDLE_TIMEOUT=0
LM_AC_HD_IDLE_TIMEOUT_SECONDS=60
LM_BATT_HD_IDLE_TIMEOUT_SECONDS=60
NOLM_HD_IDLE_TIMEOUT_SECONDS=7200
CONTROL_HD_POWERMGMT=auto
BATT_HD_POWERMGMT=128
LM_AC_HD_POWERMGMT=254
NOLM_AC_HD_POWERMGMT=254
CONTROL_HD_WRITECACHE=0
NOLM_AC_HD_WRITECACHE=1
NOLM_BATT_HD_WRITECACHE=0
LM_HD_WRITECACHE=0
CONTROL_MOUNT_OPTIONS=1
LM_DIRTY_RATIO=60
NOLM_DIRTY_RATIO=40
LM_DIRTY_BACKGROUND_RATIO=1
NOLM_DIRTY_BACKGROUND_RATIO=10
DEF_UPDATE=5
DEF_XFS_AGE_BUFFER=15
DEF_XFS_SYNC_INTERVAL=30
DEF_XFS_BUFD_INTERVAL=1
DEF_MAX_AGE=30
XFS_HZ=100
LM_SECONDS_BEFORE_SYNC=2


-- 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#618546: icedove: Icedove can't attach files on gnome vfs share

2011-03-16 Thread John Hughes

Ubuntu seem to have this as bug

https://bugs.launchpad.net/ubuntu/+source/mozilla-thunderbird/+bug/105088

(among others).




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



Bug#618489: [php-maint] Bug#618489: php5-common: priviledge escalation in /etc/cron.d/php5

2011-03-16 Thread sean finney
Hi Stephane,

On Tue, Mar 15, 2011 at 04:17:50PM +, Stephane Chazelas wrote:
 09,39 * * * * root   [ -x /usr/lib/php5/maxlifetime ]  [ -d 
 /var/lib/php5 ]  find /var/lib/php5/ -type f -cmin 
 +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm
 
 when /var/lib/php5/foo/passwd has exceeded its maxlifetime but
 not the ones in /var/lib/php5/bar, assuming foo appears before
 bar, find will output /var/lib/php5/foo/passwd and then spend a
 few minutes in /var/lib/php5/bar during which the attacker can
 replace his /var/lib/php5/foo directory with a symlink to /etc.
 Then xargs will remove /etc/passwd.

Wouldn't xargs just remove the symlink?  I could see this being a
problem if xargs was putting something *into* the files, but don't
see the particular issue here.

Sean



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



Bug#618546: Icedove can't attach files on gnome vfs share

2011-03-16 Thread John Hughes

Related firefox bug in Bugzilla:

https://bugzilla.mozilla.org/show_bug.cgi?id=526293





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



Bug#618548: ricoh-kernel: Drivers for recent ricoh card readers (SD/MMC/MS)

2011-03-16 Thread mourad
Package: ricoh-kernel
Version: WNPP
Severity: wishlist

Hi,

The ricoh-kernel (r5c822/832 card reader) project is not a part of the trunk
kernel tree and it would be interesting to have it as ready to build package
(with dkms, for example).

It can help for laptop card reader compatibility particularly for memory stick
support !

Sources are available here : http://gitorious.org/ricoh-kernel

Could your consider to study packaging and integration of that driver ?

Best regards

Mourad



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

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



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



Bug#618550: mozilla-libreoffice: Missing Replaces: mozilla-openoffice.org(something)

2011-03-16 Thread Marc Glisse
Package: mozilla-libreoffice
Version: 1:3.3.1-1
Severity: normal

Hello,

apt-get dist-upgrade failed because of a conflict on
/usr/lib/mozilla/plugins/libnpsoplugin.so. Simply restarting it with -f
solved it.

This appears to be caused by the lack of a Replaces: field advertising
the conflict with older mozilla-openoffice.org packages.

PS: dist-upgrade chose to remove dmaths and report-builder from
openoffice.org instead of upgrading them to libreoffice, but that's not
as bad.

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

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

Versions of packages mozilla-libreoffice depends on:
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libgcc11:4.5.2-4 GCC support library
ii  libreoffice-core   1:3.3.1-1 office productivity suite -- arch-
ii  libstdc++6 4.5.2-4   The GNU Standard C++ Library v3
ii  ure1.7.0+LibO3.3.1-1 LibreOffice UNO runtime environmen

Versions of packages mozilla-libreoffice recommends:
ii  iceape-browser2.0.12-1   Iceape Navigator (Internet browser
ii  iceweasel 3.5.17-1   Web browser based on Firefox
ii  konqueror-nsplugins   4:4.4.5-2  Netscape plugin support for Konque
ii  libreoffice-base  1:3.3.1-1  office productivity suite -- datab
ii  libreoffice-calc  1:3.3.1-1  office productivity suite -- sprea
ii  libreoffice-draw  1:3.3.1-1  office productivity suite -- drawi
ii  libreoffice-impress   1:3.3.1-1  office productivity suite -- prese
ii  libreoffice-math  1:3.3.1-1  office productivity suite -- equat
ii  libreoffice-writer1:3.3.1-1  office productivity suite -- word 

mozilla-libreoffice 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#618549: mantis: The SOAP API uses deprecated split() php function,

2011-03-16 Thread Giuseppe Iannello
Package: mantis
Version: 1.1.8+dfsg-10
Severity: important


The split() function is deprecated in php 5.3.
Changing all the occurrences of split() in 
/usr/share/mantis/www/core/filter_api.php with explode() fixes the problem.


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

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

Versions of packages mantis depends on:
ii  apache2  2.2.16-6Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]  2.2.16-6Apache HTTP Server - traditional n
ii  dbconfig-common  1.8.46  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.36.1Debian configuration management sy
ii  libapache2-mod-php5  5.3.3-7 server-side, HTML-embedded scripti
ii  libnusoap-php0.7.3-4 SOAP toolkit for PHP
ii  libphp-adodb 5.10-1  The ADOdb database abstraction lay
ii  libphp-phpmailer 5.1-1   full featured email transfer class
ii  php5-cli 5.3.3-7 command-line interpreter for the p
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages mantis recommends:
ii  mysql-client-5.1 [mysql-clien 5.1.49-3   MySQL database client binaries
ii  php5-mysql5.3.3-7MySQL module for php5

Versions of packages mantis suggests:
ii  mysql-server  5.1.49-3   MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-serve 5.1.49-3   MySQL database server binaries and
ii  php5-cli  5.3.3-7command-line interpreter for the p

-- Configuration Files:
/etc/mantis/config_local.php changed [not included]

-- debconf information excluded



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



Bug#615870: No fallbacks

2011-03-16 Thread Luca Capello
Hi there!

Sebastian, the Debian BTS does not automatically forward replies to the
submitter, so if you want to be sure to reach her/him, please cc:
her/him (done for this bug).

On Thu, 03 Mar 2011 19:03:48 +0100, Sebastian Spaeth wrote:
 Thanks for reporting. This is a change in behavior that should have been
 documented, true. and sorry for that.

 I will submit a patch that adapts the default config file to point out
 that only one ui interface is valid. To make our life easier we won't
 support dynamic plugins and fallback plugins.

Is this the only rationale to remove such a feature?

 We are even considering to deprecate the Curses interface :-).

Please do not.  AFAIK Curses.Blinkenlights is the only interface that
allow interactive commands: even if they are not documented, at least
'q' nicely quits OfflineIMAP.

 So this is more of a documentation bug than everything else.

No, it breaks existing configurations, thus it is also a regression.

 Just out of interest. Do you actually depend on the ability to use
 multiple interface options?

FWIW, not myself.

Thx, bye,
Gismo / Luca


pgpyDPxIpnUcZ.pgp
Description: PGP signature


Bug#618183: vtkedge: FTBFS: /bin/sh: /usr/bin/vtkEncodeString: not found

2011-03-16 Thread Mehdi Dogguy

On 16/03/2011 09:31, Andreas Tille wrote:

Hi Mehdi,

thanks for your patch but this does not apply.  The file
vtkGenerateVTKConfig.cmake which is subject of the patch is auto
generated and I do not have a clue how to fix the cmake.in file (which
strangely does not contain those strings you are changing).



The patch applies against “vtk” source package, not against “vtkedge”.
Sorry for the misunderstanding.

Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#618551: offlineimap: [IMAP-IMAP] IOError: [Errno 32] Broken pipe

2011-03-16 Thread Luca Capello
Package: offlineimap
Version: 6.3.2~rc3-2
Severity: normal

Hi there!

Recently, I changed my OfflineIMAP configuration and moved to
synchronise two IMAP servers because of Gnus not really supporting
Maildir [1], and followed Roland Mas's blog post at [2].

[1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8055
[2] 
http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html

While the previous configuration worked with no problems in autorefresh
mode, the new one always gives the error below:
=
luca.capello@gismo:~$ offlineimap -u Curses.Blinkenlights
[...]
Syncing support.it.Vola: IMAP - MappedIMAP
Scanning folder [MappedIMAP/support.it.Vola]
Scanning folder [IMAP/support.it.Vola]
Syncing support.it.ZaLab: IMAP - MappedIMAP
Scanning folder [MappedIMAP/support.it.ZaLab]
Scanning folder [IMAP/support.it.ZaLab]
Next sync in 30:00
2: [active]  *Control: .
* Finished processing account PcaHome
Copying folder structure from IMAP to MappedIMAP
Establishing connection to home.pca.it:993.
WARNING: Error occured attempting to sync account PcaHome: Traceback (most 
recent call last):
  File /usr/lib/pymodules/python2.6/offlineimap/accounts.py, line 206, in 
syncrunner
self.sync(siglistener)
  File /usr/lib/pymodules/python2.6/offlineimap/accounts.py, line 245, in sync
remoterepos.syncfoldersto(localrepos, [statusrepos])
  File /usr/lib/pymodules/python2.6/offlineimap/repository/Base.py, line 143, 
in syncfoldersto
destfolders = dest.getfolders()
  File /usr/lib/pymodules/python2.6/offlineimap/repository/IMAP.py, line 238, 
in getfolders
listresult = listfunction(directory = self.imapserver.reference)[1]
  File /usr/lib/python2.6/imaplib.py, line 487, in list
typ, dat = self._simple_command(name, directory, pattern)
  File /usr/lib/python2.6/imaplib.py, line 1060, in _simple_command
return self._command_complete(name, self._command(name, *args))
  File /usr/lib/python2.6/imaplib.py, line 850, in _command
self.send('%s%s' % (data, CRLF))
  File /usr/lib/pymodules/python2.6/offlineimap/imaplibutil.py, line 58, in 
send
self.outfd.write(data)
IOError: [Errno 32] Broken pipe

Next sync in 30:00
1: [  0:10]   PcaHome: imap(luca.capello): Info: Disconnected for 
inactivity bytes=228496/11784489

luca.capello@gismo:~$
=

Beside having a local IMAP server now, the other difference is that the
user above comes from an LDAP server, with group 513/'Domain Users' [3],
the default RID for all Windows users [4].  My ~/.offlineimaprc is
included below.

[3] 
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#WKURIDS
[4] not mapping this group to the UNIX 'users' one was my fault and it
will be eventually done

Thx, bye,
Gismo / Luca

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

Kernel: Linux 2.6.37-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 offlineimap depends on:
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
ii  doc-base  0.10.1 utilities to manage online documen
pn  python-kerberos   none (no description available)

-- no debconf information

# -*- mode: conf -*-


[general]
### http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
metadata = ~/.local/share/offlineimap
accounts = PcaHome

[mbnames]
enabled = no
filename = ~/.mutt_mailboxes
header = mailboxes 
peritem = +%(accountname)s/%(foldername)s
sep =  
footer = \n

[Account PcaHome]
# localrepository = MaildirHome
localrepository = LocalImap
remoterepository = PcaHomeImaps
autorefresh = 30
quick = 3

# [Repository MaildirHome]
# type = Maildir
# localfolders = ~/Maildir
# sep = .
# ### useful for SSDs
# restoreatime = no

[Repository LocalImap]
type = IMAP
preauthtunnel = MAIL=maildir:$HOME/Maildir /usr/lib/dovecot/imap
holdconnectionopen = yes

[Repository PcaHomeImaps]
type = IMAP
ssl = yes
remotehost = home.pca.it
remoteuser = luca.capello

## http://wiki.dovecot.org/MailLocation/Maildir
## Dovecot by default uses Maildir++ directory layout. This means
## that all mailboxes are stored in a single directory and prefixed
## with a dot (Maildir/.folder.subfolder).
## 
http://news.gmane.org/find-root.php?message_id=%3c20051005151034.GB12989%40excelhustler.com%3e
# Using Courier remotely and want to duplicate its mailbox naming
# locally?  Try this:
#
### using a local Dovecot server this is not needed, given that the
### folder are already in Maildir++ format
### with 'type = Maildir', check http://bugs.debian.org/499755
# nametrans = lambda foldername: re.sub('^INBOX\.*', '.', foldername)

### temporary 

Bug#502772: [pkg-cryptsetup-devel] Bug#502772: gnome autologin user should depend on boot passsword

2011-03-16 Thread Harald Jenny
On Tue, Mar 15, 2011 at 10:31:33AM -0700, Josh Triplett wrote:
 Package: cryptsetup
 Version: 2:1.0.6+20090405.svn49-1
 Followup-For: Bug #502772
 
 reopen 502772
 retitle 502772 Associate usernames with passphrases; provide username 
 associated with passphrase used
 thanks
 
 This bug report seems to have gotten closed based on an incorrect
 interpretation of the original report.  Reopening, retitling, and
 re-requesting.
 
 The report makes the reasonable request that since an encrypted
 filesystem can have multiple passphrases associated with it, those
 passphrases could have associated usernames.  Cryptsetup could then use
 the passphrase provided to look up the associated username, and provide
 that username to later phases of the boot process somehow, such as to
 GDM to allow it to select that username for autologin.  Thus, the user
 would enter their passphrase to decrypt the disk, and not need to
 subsequently log in with a username and password.
 
 That seems like a reasonable request, and it should not impact system
 security in any way.
 
 - Josh Triplett

Dear Josh Triplett,

you may also want to check libpam-mount if this suits your needs (although it
requires some config on the machine).

Kind regards
Harald Jenny

 
 
 
 ___
 pkg-cryptsetup-devel mailing list
 pkg-cryptsetup-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-cryptsetup-devel



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



Bug#587102: Please document the conflict with autotools-dev

2011-03-16 Thread Marcin Owsiany
tag 587102 patch
thanks

Please do document the issue with autotools-dev. I'm starting to use your
package for packages where I already use autotools-dev addon, and if I didn't
happen to look at dh-autoreconf bug list, this bug would cause me to
unnecesarily waste time. OTOH If the manpage contained this information, it
would be a flawless experience, as I did read the manpage :-)

It seems more people will be in the same situation, so it's worthwile to
document this.

--- dh-autoreconf-2/dh-autoreconf.pod   2010-07-23 12:25:07.0 +0100
+++ dh-autoreconf.pod   2011-03-16 09:19:21.0 +
@@ -26,6 +26,13 @@
 CDEB_DH_AUTORECONF_CLEAN_ARGS to pass arguments to dh_autoreconf_clean. See
 their manual pages for information on available arguments.
 
+=head1 CAVEATS
+
+dh_autoreconf is a superset of the autotools-dev debhelper addons, so
+you do not need --with=autotools_dev if you use --with=autoreconf. In
+fact, in most cases they should not be used together, as it may lead to
+unpredictable behaviour.
+
 =head1 SEE ALSO
 
 Ldebhelper(7), Ldh(1), Ldh_autoreconf(1), Ldh_autoreconf_clean(1)


-- 
Marcin Owsiany porri...@debian.org http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#618489: [php-maint] Bug#618489: php5-common: priviledge escalation in /etc/cron.d/php5

2011-03-16 Thread Stephane Chazelas
2011-03-16 09:59:55 +0100, sean finney:
 Hi Stephane,

Hi Sean,

 On Tue, Mar 15, 2011 at 04:17:50PM +, Stephane Chazelas wrote:
  09,39 * * * * root   [ -x /usr/lib/php5/maxlifetime ]  [ -d 
  /var/lib/php5 ]  find /var/lib/php5/ -type f -cmin 
  +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm
  
  when /var/lib/php5/foo/passwd has exceeded its maxlifetime but
  not the ones in /var/lib/php5/bar, assuming foo appears before
  bar, find will output /var/lib/php5/foo/passwd and then spend a
  few minutes in /var/lib/php5/bar during which the attacker can
  replace his /var/lib/php5/foo directory with a symlink to /etc.
  Then xargs will remove /etc/passwd.
 
 Wouldn't xargs just remove the symlink?  I could see this being a
 problem if xargs was putting something *into* the files, but don't
 see the particular issue here.
[...]

No, please look carefully. It's not passwd that's the
symlink, it's foo (to /etc). rm would remove
/var/lib/php5/foo/passwd, that is it would unlink the passwd
entry from the directory pointed to by foo, that is /etc.

It's such a common mistake that it is documented in GNU
findutils documentation which I gave a reference to.

Cheers,
Stephane



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



Bug#618552: ERROR: must be root when root user name is not root

2011-03-16 Thread Sylvain Le Gall
Package: flashplugin-nonfree
Version: 1:2.8.2
Severity: minor
Tags: patch


On my system, there is two users which share uid 0: root-atto and root. 

The patch provided replace the whoami = root by id -u = 0 which is
maybe more general (relying on numeric id is probably more secure).

This is a totally optional patch -- my situation is not common.

Regards
Sylvain Le Gall


-- Package-specific info:
Debian version: 6.0
Architecture: amd64
Package version: 1:2.8.2
Adobe Flash Player version: LNX 10,3,162,29
MD5 checksums:
49b55c7eb8044453e5f6f2e4b3cb4084  
/var/cache/flashplugin-nonfree/flashplayer10_2_p3_64bit_linux_111710.tar.gz
267bfdb38d14c9d96d0d04e273c3d961  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
/usr/lib/gnash/libgnashplugin.so - priority 10
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root-atto root 34 Mar 16 10:32 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'

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

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

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  gnupg  1.4.10-4  GNU privacy guard - a free PGP rep
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-1  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  wget   1.12-2.1  retrieves files from the web

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  flashplugin-nonfree-extrasoun none (no description available)
ii  iceweasel 3.5.16-4   Web browser based on Firefox
pn  konqueror-nsplugins   none (no description available)
ii  msttcorefonts 2.7transitional dummy package
ii  ttf-dejavu2.31-1 Metapackage to pull in ttf-dejavu-
ii  ttf-mscorefonts-installer [ms 3.3Installer for Microsoft TrueType c
pn  ttf-xfree86-nonfree   none (no description available)
ii  x-ttcidfont-conf  32 TrueType and CID fonts configurati

-- no debconf information
--- /usr/sbin/update-flashplugin-nonfree2010-09-17 20:42:15.0 
+0200
+++ ./update-flashplugin-nonfree2011-03-16 10:31:23.0 +0100
@@ -23,7 +23,7 @@
exit 1
 }
 
-[ `whoami` = root ] || die_hard must be root
+[ `id -u` = 0 ] || die_hard must be root
 
 show_usage() {
echo Usage:


Bug#618489: [php-maint] Bug#618489: php5-common: priviledge escalation in /etc/cron.d/php5

2011-03-16 Thread sean finney
On Wed, Mar 16, 2011 at 09:27:29AM +, Stephane Chazelas wrote:
 No, please look carefully. It's not passwd that's the
 symlink, it's foo (to /etc). rm would remove
 /var/lib/php5/foo/passwd, that is it would unlink the passwd
 entry from the directory pointed to by foo, that is /etc.

oh, right.  well good catch then, i guess we'll need to prepare
a stable security update...


sean



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



Bug#618553: www.debian.org: Possible broken encoding in international/Swedish/relaterade.wml

2011-03-16 Thread Helge Kreutzmann
Package: www.debian.org
Severity: normal

Looking at line 77 of relaterade.wml there seems to be some encoding
problems in this file.

In links this line is rendered fine, however, the next line does not.

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#618554: opensc: takes forever to find reader when pcscd is not present or running

2011-03-16 Thread Benjamin FRANCOIS
Package: opensc
Version: 0.11.13-1.1
Severity: important

Greetings,

Noticing that browsing with Iceweasel 3.5 / Firefox 4 became unbearably
slow, I dug a little bit and found out that the culprit was none other
than opensc taking forever to find my (plugged in) reader.

$ time opensc-tool -l
[opensc-tool] reader-pcsc.c:906:pcsc_detect_readers:
SCardEstablishContext failed: 0x8010001d [opensc-tool]
reader-pcsc.c:1015:pcsc_detect_readers: returning with: No readers
found Readers known about: Nr.Driver Name
0  openct Aladdin eToken PRO 64k
1  openct OpenCT reader (detached)

real0m4.911s
user0m0.004s
sys 0m0.000s

Running it through strace, I noticed the following:

stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0
stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0
stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0
stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0
stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0
stat64(/var/run/pcscd/pcscd.comm, 0xbfe4d8cc) = -1 ENOENT (No such
file or directory) nanosleep({0, 1}, NULL) = 0

My issue was solved by installing pcscd, but I believe pcscd should be
at least listed as a Recommends: for the opensc package, or opensc 
should not take that much time trying to find this nonexistent file 
(my reader worked fine without pcscd)

Thanks !

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

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

Versions of packages opensc depends on:
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib 
ii  libltdl7 2.2.6b-2A system independent dlopen wrappe 
ii  libopensc2   0.11.13-1.1 Smart card library with support fo 
ii  libssl0.9.8  0.9.8o-5SSL shared libraries

opensc recommends no packages.

opensc suggests no packages.

-- no debconf information



-- 
Benjamin FRANCOIS - Systems and Network Support Engineer
SmartJog TV-Radio | Phone: +33 1 5868 6227 | Fax: +33 1 5868 6255
27 Blvd Hippolyte Marques, 94200 Ivry-sur-Seine, FRANCE
http://www.smartjog.com - http://www.tv-radio.com | A TDF Group company



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



Bug#618547: laptop-mode-tools: Broken behaviour in 1.57-1

2011-03-16 Thread Ritesh Raj Sarraf
On 03/16/2011 02:21 PM, Francis Russell wrote:
 Since updating to 1.57-1, I've been observing strange behaviour from
 laptop-mode tools. For example, when unplugging the power, sometimes it
 will call the brightness changing command, sometimes not. Same with
 plugging thw power back in.

 Debug information from console seems to indicate that laptop mode sees
 the change in power status instantly and appears to act on in. My ext4
 filesystems always get remounted with new options, but the screen issue
 appears to be non-deterministic, I haven't looked further to see if
 other settings are not being updated correctly.

 I also downgraded back to 1.55-1 and experienced none of these issues.

Please enable logging in laptop-mode.conf and provide the output.
Also, do you have any other tools interfering with display? KDE/GNOME?

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System




signature.asc
Description: OpenPGP digital signature


Bug#618488: dpkg-cross libidl fix

2011-03-16 Thread Neil Williams
On Wed, 16 Mar 2011 01:31:14 +
Wookey woo...@wookware.org wrote:

 +++ Neil Williams [2011-03-15 22:29 +]:
   i.e the % and the u are now not part of libIDL_cv_long_long_format
   
   can you fix that upstream? I'll fix it in the ubuntu version.
  
  The change may need to have a version check sorted out somewhere around:
  if [ $PACKAGE = libidl -o $PACKAGE_NAME = libIDL ]; then
 
 I wondered if we could supply values for different versions. That
 would indeed be more correct (except that I have no idea what cutoff
 version to use). 

:-(

Upstream would know and their VCS will reveal where the value is
expanded and hence when the code changed.
 
  In other words, it's about time that this change and all the others
  like it, get pushed upstream and handled properly.
 
 How would this be handled upstream? For a configure-time compiled test
 which needs to be run on the host arch dpkg-cross cached supply of the
 answers is correct is it not?

Upstream need to change their m4 support to explicitly handle
cross-compiling just like glib do - when cross-compiling, the m4 macros
fall back to a set of values which upstream determine based on the
$host_alias value. Yes, the m4 can produce a warning and moan about
cross-compiling being unsupported or whatever, just as glib does, but
upstream have a FAR better understanding of what this value should be
and they are the only ones who can ensure that it remains in sync with
the rest of their code.

dpkg-cross caches are/were *never* the right long term answer - except
where the value is absolutely identical across all packages on the
relevant architecture (so endianness etc.). Caches need to be
expendable, caches need to be temporary and I already regret adding
this support to dpkg-cross in the first place. I see no reason for this
to survive when dpkg-cross finally merges into the Multi-Arch dpkg. The
genuinely architecture-specific config files can merge, the cache
cannot.

The other choice for upstream is that they change to using #ifdef and
other mechanisms in the compile-time code itself, exactly as glib does
- or, indeed, change to using glib as a dependency and get this
information via glib macros.
 
  The value we do have is probably only usable for ARM anyway.
 
 I did wonder about that. It's the same on amd64 so 'll' may be quite
 widespread. The other options or 'i' and 'I64' which may well only
 apply on strange systems with funny C-libraries.

All the more reason for this to be handled upstream in a series of
#ifdef sections or by using a library which uses such sections to expose
a macro which does the work for them.

There are ways to do this, the libidl upstream just need to be told
that the current system was never usable, never properly supported and
only ever worked due to a series of horrible hacks like dpkg-cross -
hacks which are going way quite soon now.

This specific test is a solved problem. Numerous libraries already
implement precisely this kind of support and do it in ways that do not
rely on executing a compiled test during the ./configure. libidl needs
to do the same.

I think this bug should be cloned and the clone re-assigned to libidl
with a view to getting it forwarded upstream. Then I can remove the
libidl support and possibly the entire cache support from dpkg-cross
(closing this bug in the process) so that it is easier to convince the
dpkg maintainers to take the configs which we DO need in dpkg - the
actual arch-specific ones, not the package-specific ones which,
frankly, I added in error during the development of Crush.

cross-config.cache is my fault, it's my error and dpkg-cross should
move away from providing it. It cannot survive Multi-Arch.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpXYg0bSavm3.pgp
Description: PGP signature


Bug#616419: tex-gyre: Please register in fontconfig as metric compatible alternatives to the Adobe Fonts

2011-03-16 Thread Fabian Greffrath

reassign 616419 fontconfig
found 616419 2.8.0-2.1
notfound 616419 2.004.1-2
tags 616419 + patch
thanks

Am 15.03.2011 09:33, schrieb Hilmar Preusse:

Could you explian exactly what has to be done or even provide the
necessary implementation?


As changes to existing fonfconfig config files are necessary, I 
reassign this request to the fontconfig package.


Dear fontconfig maintainers, citing the project home page, TeX Gyre 
is an extensive remake and extension of the freely available 35 base 
PostScript fonts distributed with Ghostscript ver. 4.00. The important 
aspect of the project is providing not only the support for TeX but 
also the cross-platform OpenType format of the fonts.


The attached patch will register these fonts as metric compatible 
alternatives for the original Type 1 fonts (which look fugly if e.g. 
used to render web pages that request the Helvetica font).


 Cheers,
- Fabian
diff -Naru fontconfig-2.8.0/conf.d/30-metric-aliases.conf fontconfig-2.8.0.TeXGyre//conf.d/30-metric-aliases.conf
--- fontconfig-2.8.0/conf.d/30-metric-aliases.conf	2009-11-16 18:24:52.0 +0100
+++ fontconfig-2.8.0.TeXGyre//conf.d/30-metric-aliases.conf	2011-03-16 10:46:08.0 +0100
@@ -12,6 +12,10 @@
 			Nimbus Sans L
 			Nimbus Roman No9 L
 			Nimbus Mono L
+		TeX Gyre fonts:
+			TeXGyreHeros
+			TeXGyreTermes
+			TeXGyreCursor
 
 		Microsoft fonts:
 			Arial
@@ -30,7 +34,7 @@
 			Thorndale AMT
 			Cumberland AMT
 
-	 Of these, URW fonts are design compatible with PostScrict fonts,
+	 Of these, URW and TeX Gyre fonts are design compatible with PostScrict fonts,
 	 and the Liberation, StarOffice, and AMT ones are compatible with
 	 Microsoft fonts.
 
@@ -53,6 +57,7 @@
 	!-- PostScript --
 	alias binding=same
 	  familyNimbus Sans L/family
+	  familyTeXGyreHeros/family
 	  default
 	  familyHelvetica/family
 	  /default
@@ -60,6 +65,7 @@
 
 	alias binding=same
 	  familyNimbus Roman No9 L/family
+	  familyTeXGyreTermes/family
 	  default
 	  familyTimes/family
 	  /default
@@ -67,6 +73,7 @@
 
 	alias binding=same
 	  familyNimbus Mono L/family
+	  familyTeXGyreCursor/family
 	  default
 	  familyCourier/family
 	  /default
@@ -161,6 +168,7 @@
 	  familyHelvetica/family
 	  accept
 	  familyNimbus Sans L/family
+	  familyTeXGyreHeros/family
 	  /accept
 	/alias
 
@@ -168,6 +176,7 @@
 	  familyTimes/family
 	  accept
 	  familyNimbus Roman No9 L/family
+	  familyTeXGyreTermes/family
 	  /accept
 	/alias
 
@@ -175,6 +184,7 @@
 	  familyCourier/family
 	  accept
 	  familyNimbus Mono L/family
+	  familyTeXGyreCursor/family
 	  /accept
 	/alias
 
diff -Naru fontconfig-2.8.0/conf.d/30-texgyre-aliases.conf fontconfig-2.8.0.TeXGyre//conf.d/30-texgyre-aliases.conf
--- fontconfig-2.8.0/conf.d/30-texgyre-aliases.conf	1970-01-01 01:00:00.0 +0100
+++ fontconfig-2.8.0.TeXGyre//conf.d/30-texgyre-aliases.conf	2011-03-16 10:42:00.0 +0100
@@ -0,0 +1,28 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+!--
+  TeX Gyre provides metric and shape compatible fonts for some Adobe families.
+  Helvetica, Courier, and Times are handled in 30-metric-aliases.conf.
+  --
+	alias binding=same
+	  familyAvant Garde/family
+	  acceptfamilyTeXGyreAdventor/family/accept
+	/alias
+	alias binding=same
+	  familyBookman/family
+	  acceptfamilyTeXGyreBonum/family/accept
+	/alias
+	alias binding=same
+	  familyNew Century Schoolbook/family
+	  acceptfamilyTeXGyreSchola/family/accept
+	/alias
+	alias binding=same
+	  familyPalatino/family
+	  acceptfamilyTeXGyrePagella/family/accept
+	/alias
+	alias binding=same
+	  familyZapf Chancery/family
+	  acceptfamilyTeXGyreChorus/family/accept
+	/alias
+/fontconfig
diff -Naru fontconfig-2.8.0/conf.d/45-latin.conf fontconfig-2.8.0.TeXGyre//conf.d/45-latin.conf
--- fontconfig-2.8.0/conf.d/45-latin.conf	2009-11-16 18:24:52.0 +0100
+++ fontconfig-2.8.0.TeXGyre//conf.d/45-latin.conf	2011-03-16 10:48:21.0 +0100
@@ -19,6 +19,7 @@
 		familyLuxi Serif/family
 		familyThorndale AMT/family
 		familyThorndale/family
+		familyTeXGyreTermes/family
 		defaultfamilyserif/family/default
 	/alias
 !--
@@ -35,6 +36,7 @@
 		familyAlbany/family
 		familyNimbus Sans L/family
 		familyLuxi Sans/family
+		familyTeXGyreHeros/family
 		defaultfamilysans-serif/family/default
 	/alias
 !--
@@ -52,6 +54,7 @@
 		familyCumberland AMT/family
 		familyCumberland/family
 		familyNimbus Mono L/family
+		familyTeXGyreCursor/family
 		defaultfamilymonospace/family/default
 	/alias
 !--
@@ -71,6 +74,7 @@
 		familyITC Zapf Chancery Std/family
 		familyZapfino/family
 		familyComic Sans MS/family
+		familyTeXGyreChorus/family
 		defaultfamilycursive/family/default
 	/alias
 
diff -Naru fontconfig-2.8.0/conf.d/60-latin.conf fontconfig-2.8.0.TeXGyre//conf.d/60-latin.conf
--- fontconfig-2.8.0/conf.d/60-latin.conf	2009-11-16 18:24:52.0 +0100
+++ fontconfig-2.8.0.TeXGyre//conf.d/60-latin.conf	2011-03-16 10:49:26.0 +0100
@@ -11,6 +11,7 @@
 			familyLuxi 

Bug#618364: [kadu] Block windows close on new message doesn't work

2011-03-16 Thread Patryk Cisek
On Tue, Mar 15, 2011 at 12:15:31PM +0100, Bartosz Janda wrote:
 I've checked Block window ... and I've set Max time to block to 30
 seconds, and it still doesn't work (on 0.6.6~rc3-1 too).
 I've installed Kadu (0.6.6~rc2-1) on fresh Debian Squeeze and it doesn't work.
I consulted Kadu Team. Looks like there's a bug in tabs plugin.
Unfortunately there's not enough time to fix it before 0.6.6, thus it
will NOT get fixed until AFTER 0.6.6 gets released. For the time being
the only workaround is to disable tabs plugin.

-- 
Patryk Cisek



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



Bug#611791: [SRM] Approval for libmms_0.6-1squeeze1

2011-03-16 Thread Philipp Kern
On Wed, Mar 16, 2011 at 09:04:52AM +0100, Fabian Greffrath wrote:
 Am 16.03.2011 07:21, schrieb Adam D. Barratt:
 Unfortunately the upload hit p-u-NEW after things had been frozen for
 6.0.1; it will therefore not be processed until after 6.0.1 has been
 released and will be included in 6.0.2.
 Oh, come on. Isn't it possible to still get this into 6.0.1? It's
 such a tiny patch...

Sorry, no.  There's a reason for freezing p-u and that's not patch size.
(Rather buildd delays, announcements that get drafted, calls for testing, etc.)

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Bug#618542: [Pkg-mc-devel] Bug#618542: mc: please follow upstream progress

2011-03-16 Thread Yury V. Zaytsev
On Wed, 2011-03-16 at 10:11 +0200, alex bodnaru wrote:

 sorry to sound pushy, but there seems to be active development of 
 mc upstream. please provide it to us too.

Surprise-surprise! I am an upstream developer, so I happen to know that
the package lags far behind the latest released version, but there are
reasons for that and the most important one is the lack of time to
implement the accumulated amount of changes that need to be done
properly.

I can explain where we are now and what needs to be done and maybe you
can think of how you can help. Otherwise, I always hope that I'll get to
it on the next weekend, but so far I don't know when exactly this will
happen.

Are you willing to help me with the packaging or you are just posting
that to remind me what I keep in mind already?
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#618555: spatch: exception Failure(More that one variable in decl. Have to split to transform.)

2011-03-16 Thread Jonathan Nieder
Package: coccinelle
Version: 0.2.4.deb-3

Hi,

Given the uninitialized.cocci and fast-import.c as below[1], we
find:

 $ spatch -sp_file uninitialized.cocci fast-import.c
 init_defs_builtins: /usr/share/coccinelle/standard.h
 HANDLING: fast-import.c
 Fatal error: exception Failure(More that one variable in decl. Have to split 
to transform.)

I see two problems:

 1. The message is unclear.  I suppose the intent is something like

fatal: cannot transform a line with multiple declarations in it

 2. The limitation is unfortunate.

Known problem?  Do I understand correctly?

Thanks for spatch. :)  It's a great tool.
Jonathan

[1]
-- 8 -- uninitialized.cocci -- 8 --
@@
identifier x;
type T;
@@

- T x = x;
+ T x;
-- 8 -- snipsnip -- 8 --
-- 8 -- fast-import.c -- 8 --
static void parse_merge(void)
{
int *list = NULL, *n, *e = e;
}
-- 8 -- snipsnip -- 8 --



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



Bug#617626: SOLVED!!!

2011-03-16 Thread Christian PERRIER
Quoting PhillyG (phillyg...@gmail.com):

 the fixes need to be incorporated into the installation.

Not exactly. Maybe in xorg packages, though I'm not sure that these
can cope which each and every tweak needed by each and every hardware piece..:-)


I suggest you summarize the original problem: what hardware is
involved, what problem is faced, what solution is neededthen we
reassign this to xorg and leave up to its maintainers to decide if the
bug can be fixed so that the needed tweaks are automatically included
for your hardware.



signature.asc
Description: Digital signature


Bug#618183: vtkedge: FTBFS: /bin/sh: /usr/bin/vtkEncodeString: not found

2011-03-16 Thread Andreas Tille
Hi Medhi,

On Wed, Mar 16, 2011 at 10:26:31AM +0100, Mehdi Dogguy wrote:
 thanks for your patch but this does not apply.  The file
 vtkGenerateVTKConfig.cmake which is subject of the patch is auto
 generated and I do not have a clue how to fix the cmake.in file (which
 strangely does not contain those strings you are changing).


 The patch applies against “vtk” source package, not against “vtkedge”.
 Sorry for the misunderstanding.

It's finally not your fault if I'm missing the reassign. :-)

In this case I would prefer a NMU because from the point of Debian Med
maintainers I would not get my fingers in to many other things.

Kind regards

   Andreas.

-- 
http://fam-tille.de



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



Bug#612027: q4wine: Ships file in /usr/lib64/

2011-03-16 Thread Gerfried Fuchs
   Hi, Boris!

* Boris Pek tehnic...@mail.ru [2011-02-05 13:26:31 CET]:
 How wrong time... I hope that the sponsor will help to quickly upload
 a revised package.

 Do you plan to fix this issue also in an update to squeeze? I hope so!

 Thanks in advance,
Rhonda 
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



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



Bug#618069: nmapsi4: FTBFS: loghistory.cpp:36:27: error: call of overloaded 'QString(NULL)' is ambiguous

2011-03-16 Thread Francesco Cecconi
Hi,

 nmapsi4 0.2.1 upstream version fix this bug.

Best regard,
-- 
Francesco cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#618542: [Pkg-mc-devel] Bug#618542: mc: please follow upstream progress

2011-03-16 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


hello yuri,

On 03/16/2011 12:15 PM, Yury V. Zaytsev wrote:
 On Wed, 2011-03-16 at 10:11 +0200, alex bodnaru wrote:
 
 sorry to sound pushy, but there seems to be active development of 
 mc upstream. please provide it to us too.
 
 Surprise-surprise! I am an upstream developer, so I happen to know that
 the package lags far behind the latest released version, but there are
 reasons for that and the most important one is the lack of time to
 implement the accumulated amount of changes that need to be done
 properly.

so there are changes you plan from upstream to the debian release.
though these must be kept to a minimum, but i trust you know what you want.
 
 I can explain where we are now and what needs to be done and maybe you
 can think of how you can help. Otherwise, I always hope that I'll get to
 it on the next weekend, but so far I don't know when exactly this will
 happen.

i'd like to help, point me and others to your plan.
 
 Are you willing to help me with the packaging or you are just posting
 that to remind me what I keep in mind already?
  
of course ;) .

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

iJwEAQECAAYFAk2AlPoACgkQ2nA3WyrfyeO8pwQAnVJTXmYk7Slc6XbznxnbE1pD
lZ17kFU6c244UlyXTAQWnaxVbXYW//nL2eii3NQ/PihyvTMLGNSQG5qjh/SqUgLI
z8Efr95KhxpPeNZ007UinMEfPG/uuJypPUgheLCTk+KlIivCIZpIXAV4R5XY05u1
dg/7i8B4k6q/dbmsnPQ=
=VSH1
-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#612124: Acknowledgement (libxerces2-java: Depends-line broken due to hidden special character)

2011-03-16 Thread Gerfried Fuchs
Hi!

* Martin Millnert mar...@millnert.se [2011-02-06 06:24:04 CET]:
 Update2:  dpkg can install the .deb.

 apt-get and aptitude also can install the package.

 Conclusion-suggestion: Dependency resolution in apt/aptitude is broken |
 libxerces2-java is broken.

 What exactly is broken here in your sense? I am unable to figure out
what your exact problem is from your mails.

 Can you please try to explain in a non-chaotic way what you expect the
package managers to do, and what was the result of your operations? Then
we can try to work from that.

 Thanks,
Rhonda
-- 
http://flattr.com/thing/47066/Debian-BTS-cleaning-up



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



Bug#618277: PHASE mismatch in ifupdown script

2011-03-16 Thread Kel Modderman
On Tuesday 15 March 2011 22:24:07 Tormod Volden wrote:
 On Tue, Mar 15, 2011 at 12:46 PM, Kel Modderman wrote:
  Can you explain what is actually wrong with the shell code I've been using 
  for
  a few years, which stops it from functioning as advertised?
 
  I'm not going to be interested enough to consume time investigating a 
  problem
  based on a guess.
 
  Thanks, Kel.
 
 
 Hi Kel,
 
 Yes, by analyzing the code I can say what goes wrong: Upon network
 interface activation, the action intended for the post-up phase is
 not executed (because the script is not in any if-post-up.d directory
 - it is linked in the if-up.d directory but $PHASE will here be up).
 The action in question is init_wpa_cli() from functions.sh. This
 function only does something if $WPA_ACTION_SCRIPT is set. Therefore
 if you personally have been using this code for some years without
 WPA_ACTION_SCRIPT set, you would not have experienced any problem.
 What the advertised use for this is, I do not know. But it is
 certainly not working as intended. So I will /guess/ ;) there are
 users out there who have problems with their WPA_ACTION_SCRIPT setup.

/etc/network/interfaces
---
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa-roam.conf

iface default inet dhcp
---

# ifup -v wlan0
Configuring interface wlan0=wlan0 (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/bridge
run-parts: executing /etc/network/if-pre-up.d/hostapd
run-parts: executing /etc/network/if-pre-up.d/wireless-tools
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
wpa_supplicant: wait for wpa_cli to attach
wpa_supplicant: wpa-driver nl80211,wext (default)
wpa_supplicant: /sbin/wpa_supplicant -s -B -P /var/run/wpa_supplicant.wlan0.pid 
-i wlan0 -W -D nl80211,wext -c /etc/wpa_supplicant/wpa-roam.conf
Starting /sbin/wpa_supplicant...
wpa_supplicant: creating sendsigs omission pidfile: 
/lib/init/rw/sendsigs.omit.d/wpasupplicant.wpa_supplicant.wlan0.pid
run-parts --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/000resolvconf
run-parts: executing /etc/network/if-up.d/mountnfs
run-parts: executing /etc/network/if-up.d/ntpdate
run-parts: executing /etc/network/if-up.d/openssh-server
run-parts: executing /etc/network/if-up.d/wpasupplicant
wpa_supplicant: /sbin/wpa_cli -B -P /var/run/wpa_action.wlan0.pid -i wlan0 -p 
/var/run/wpa_supplicant -a /sbin/wpa_action
Starting /sbin/wpa_cli...

# ifdown wlan0 -v
Configuring interface wlan0=wlan0 (inet)
run-parts --verbose /etc/network/if-down.d
run-parts: executing /etc/network/if-down.d/resolvconf
run-parts: executing /etc/network/if-down.d/wpasupplicant
wpa_supplicant: terminating wpa_cli daemon via pidfile 
/var/run/wpa_action.wlan0.pid
Stopped /sbin/wpa_cli (pid 3707).
run-parts --verbose /etc/network/if-post-down.d
run-parts: executing /etc/network/if-post-down.d/bridge
run-parts: executing /etc/network/if-post-down.d/hostapd
run-parts: executing /etc/network/if-post-down.d/wireless-tools
run-parts: executing /etc/network/if-post-down.d/wpasupplicant
wpa_supplicant: terminating wpa_supplicant daemon via pidfile 
/var/run/wpa_supplicant.wlan0.pid
Stopped /sbin/wpa_supplicant (pid 3660).
wpa_supplicant: removing 
/lib/init/rw/sendsigs.omit.d/wpasupplicant.wpa_supplicant.wlan0.pid

 
 Upon network deactivation, for the same reasons, kill_wpa_supplicant()
 is not run. This I can verify myself even without using WPA: 1. See
 that there is a running /sbin/wpa_supplicant process. 2. Deactivate
 networking for instance with nm-applet. 3. See that
 /sbin/wpa_supplicant, against intended behaviour, is still running and
 has therefore not been killed by kill_wpa_supplicant() . In case you
 added that logger line, you can see how the ifupdown script is called.
 This is not a guess :)

This process is started/stopped via D-Bus and has *nothing* to do with
the ifupdown shell script glue you are doing your guesswork on.

Kel.



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



Bug#618556: linux-image-2.6.32-5-486: modprobe NFTL kills DiskOnChip2000 contents

2011-03-16 Thread Alexander Gattin
Package: linux-2.6
Version: 2.6.32-30
Severity: normal


Hello,

I was experimenting with DoC 2000 chip
(MD2200-D48) on Netier NetXpress XL1000
thin client PC:
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.686031] DiskOnChip found at 0xd4000
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.686371] DiskOnChip 2000 responds to 
 DWORD access
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.686781] Detected 3 chips per floor.
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.686983] NAND device: Manufacturer 
 ID: 0x98, Chip ID: 0x73 (Toshiba NAND 16MiB 3,3V 8-bit)
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.687395] 3 NAND chips detected
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690025] Found DiskOnChip ANAND 
 Media Header at 0xc000
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690721] Found DiskOnChip ANAND 
 Media Header at 0x1
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690816] DataOrgID= ANAND
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690827] NumEraseUnits= 3069
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690839] FirstPhysicalEUN = 3
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690850] FormattedSize= 
 49233920
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.690861] UnitSizeFactor   = 255
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.696905] Bad block table at page 97, 
 version 0x55
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.697531] Bad block table at page 
 129, version 0x55
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.701303] nand_read_bbt: Bad block at 
 0x00f0
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.701375] nand_read_bbt: Bad block at 
 0x019d8000
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.701467] nand_read_bbt: Bad block at 
 0x0299
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.701492] nand_read_bbt: Bad block at 
 0x02ac
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.701524] nand_read_bbt: Bad block at 
 0x02d74000
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.713168] Creating 1 MTD partitions 
 on DiskOnChip 2000 (NFTL Model):
 Jan  2 04:47:32 xrgtn-cf8g kernel: [ 2251.713330] 
 0x00014000-0x0300 :  DiskOnChip BDTL partition

I tried to find any filesystem on the DoC 2000's
mtdblock devices:
 Jan  2 05:11:27 xrgtn-cf8g kernel: [ 3686.843071] VFS: Can't find a romfs 
 filesystem on dev mtdblock0.
// please notice clock correction -- CR2032 was dead
// on the motherboard, so I ran date -s '...'
 Mar 15 14:25:00 xrgtn-cf8g kernel: [11177.884165] VFS: Can't find a valid FAT 
 filesystem on dev mtdblock1.
 Mar 15 14:25:03 xrgtn-cf8g kernel: [11181.374462] VFS: Can't find a valid FAT 
 filesystem on dev mtdblock0.

After I loaded nftl module, it waited for some
time and then just started formatting DoC 2000
device killing image of WinNT4sp5 and boot code:
 Mar 15 14:27:42 xrgtn-cf8g kernel: [11340.272388] Formatting block 5
 Mar 15 14:27:42 xrgtn-cf8g kernel: [11340.302240] Formatting block 6
 Mar 15 14:27:42 xrgtn-cf8g kernel: [11340.330700] Formatting block 7
 ...
 Mar 15 14:29:11 xrgtn-cf8g kernel: [11428.466856] Formatting block 3070
 Mar 15 14:29:11 xrgtn-cf8g kernel: [11428.519806] NFTL: cannot calculate a 
 geome try to match size of 0x177a0.
 Mar 15 14:29:11 xrgtn-cf8g kernel: [11428.519880] NFTL: using C:1001 H:16 S:6 
 (== 0x17760 sects)

After that the modprobe nftl process hung:
 Mar 15 14:32:47 xrgtn-cf8g kernel: [11644.456312] INFO: task modprobe:7988 
 blocked for more than 120 seconds.

So there are 2 issues:
1. uncontrolled destructive behaviour on NFTL module
2. lockup (it locks up even on the second and any
   later try, after flash contents have been already
   destroyed)

-- 
WBR,
xrgtn

-- Package-specific info:
** Version:
Linux version 2.6.32-5-486 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 Wed Jan 12 03:28:50 UTC 2011

** Command line:
auto BOOT_IMAGE=debian root=803

** Not tainted

** Kernel log:
[  724.468135]  [c1110c3d] ? kobject_get+0xf/0x13
[  724.468235]  [c10b157f] ? __blkdev_get+0xaa/0x2b8
[  724.468331]  [c10cb1c7] ? register_disk+0xb0/0xfd
[  724.468443]  [c1108ff6] ? add_disk+0x9a/0xe8
[  724.468538]  [c1108809] ? exact_match+0x0/0x4
[  724.468632]  [c1108b9b] ? exact_lock+0x0/0xd
[  724.468732]  [c870778a] ? add_mtd_blktrans_dev+0x1ca/0x1d9 [mtd_blkdevs]
[  724.468847]  [c873140b] ? nftl_add_mtd+0x175/0x19b [nftl]
[  724.468952]  [c8707330] ? register_mtd_blktrans+0x1cd/0x1e4 [mtd_blkdevs]
[  724.469066]  [c8736000] ? init_nftl+0x0/0xa [nftl]
[  724.469169]  [c100113c] ? do_one_initcall+0x54/0x154
[  724.469273]  [c1045211] ? sys_init_module+0xa7/0x1da
[  724.469375]  [c100314c] ? syscall_call+0x7/0xb
[  844.468317] INFO: task modprobe:2046 blocked for more than 120 seconds.
[  844.468447] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables this 
message.
[  844.468557] modprobe  D c10d0a9c 0  2046   2003 0x
[  844.468743]  c798a080 0086 c7802200 c10d0a9c c798a23c 3f6388a6 0048 
c7993a50
[  844.469177]  c7993a50 c10d0d3f c10d105d c7993a50 c8681104 c798a080 

Bug#572419: mirror submission for mirror.bjtu.edu.cn

2011-03-16 Thread ideal
Hi,

When rsync from some European mirror like ftp.nl.debian.org or
ftp.se.debian.org, some times  the connection timed out problem happened,
so I changed to ftp.au.debian.org, it becomes better now.

Thank you.

2011/3/3 ideal idealit...@gmail.com

 Hi,

 2011/3/3 Simon Paillard spaill...@debian.org


 It was not my point, the first step is just to anonymously rsync from
 ftp.nl.debian.org in IPv6 and see how fast it goes for you.


 Sorry, I misunderstand that. Below is the result of anonymously rsync from
 ftp.nl.debian.org:

 sent 2998171 bytes  received 22961640322 bytes  2803471.71 bytes/sec
 total size is 528651406672  speedup is 23.02

 Currently it rsync from ftp.nl.debian.org 5 time a day in crontab.

 Thank you.




Bug#612097: Re[2]: Bug#612097: Re[2]: Bug#612097: Permission to upload q4wine to testing-proposed-updates for fixing #612027

2011-03-16 Thread Gerfried Fuchs
Hi!

* Boris Pek tehnic...@mail.ru [2011-02-28 20:02:14 CET]:
  You asked for permission to upload q4wine to stable. What do you
  think I mean?
 
 Ok. I can articulate otherwise.
 
 I applied this patch to q4wine sources 0.118-4 and built q4wine 0.118-5.
 There was no error when assembling the package.

 And the diff was acknowledged by Julien, so the next stage to happen is
the actual upload. You are expected to get the package uploaded to
stable. You should run this through your sponsor to upload the package,
just like you are running an upload to unstable through your sponsor.

 If you are unable to find a sponsor for the upload to stable, feel free
to ping me and I'll look if I can find the time to do it for this time.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



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



Bug#612124: Acknowledgement (libxerces2-java: Depends-line broken due to hidden special character)

2011-03-16 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-02-06 06:19, Martin Millnert wrote:
 An update.
 
 My first assumption seems to be wrong, but something else seems to be
 seriously wrong:
 
 root@sslvpn-test:/usr/src# aptitude why libxerces2-java gcj-4.4-base
 p   libxerces2-java  Depends  default-jre-headless | 
 java1-runtime-headless | java2-runtime-headless
 p   gcj-4.4-jre-headless Provides java2-runtime-headless  
   
 p   gcj-4.4-jre-headless Depends  gcj-4.4-base (= 4.4.5-2)
   
 root@sslvpn-test:/usr/src# aptitude why libxerces2-java sun-java6-jre
 p   libxerces2-java Depends  default-jre-headless | java1-runtime-headless | 
 java2-runtime-headless
 i   sun-java6-jre   Provides java2-runtime-headless   
  
 
 http://packages.debian.org/sid/java2-runtime-headless
 
 Either of the packages on the above URL should satisfy the dependency,
 yet neither aptitute nor apt-get manages to understand that the virtual
 package is provided for already.
 
 I'm at a loss as to why this does not install w/o gcj.
 
 Regards,
 Martin
 


Hi

Your problem is most likely that recommends are being installed by
default and libxerces2-java recommends  libxerces2-java-gcj. (It could
also come from a dependency of libxerces2-java(-gcj))
  Installing recommends by default was enabled in Lenny (as I recall).

~Niels


 On Sun, 2011-02-06 at 05:06 +, Debian Bug Tracking System wrote:
 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

 If you wish to submit further information on this problem, please
 send it to 612...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 
 
 
 
 
 __
 This is the maintainer address of Debian's Java team
 http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. 
 Please use
 debian-j...@lists.debian.org for discussions and questions.
 

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

iQIcBAEBCAAGBQJNgJj9AAoJEAVLu599gGRCLR8P/1K1ZgvKtfA6Kp5Ibm2/Qe0I
Q3+Ir9gY8iofAowtseiGivjA+BDPnYHpi4BjIbb0fr+c+/0jkhXfyqQKYljCkI60
sHSQRJqUlm3qN7mPQM9+5b/USSd8Yr6YzEHqTkhxuqrO/jXZ5Kg5NyvZs6GkElaV
8mA9GLaNOwsc2ISAYECgduoGgKLkT42pjY6ETbHwnV39fykrzzqDhtTpYkGaEvfz
vT2ds0EVWhzGaZMelocadrIRruNAwtkUYZLQ7cTjTnDq45s4mC4E557JZ4cZXYhp
ulrod0keuSkn5hQm6d2+zaZtoMWzx4ZQVvpbFM86QvLDr4S7X1GH441BIi1VRHid
ngJoqZH/fvt+GnUMSMmZc5Kxv6UTRq8r422yFFXXdYtucss9w4ZuKgB7QxTbCcw+
cexU4n2MzZyK+O2xw3AJoe47tQD4bXHqTk+XEPqA+uKKFX7RHg0aWaKDyaN2dwAu
FxDKym2HKVa2Fvq4QXJ+c7cn2QXUxstu1uIb1jrVx581SfcfVdlaQf7wRoyrzTEe
U7Zyg83MK4/eS/eTYoS0WzM8Pi41ShIpQl9FL1A9FTNJ9Oeuye+8zSTw+Uqiti4h
H79QCS0H/gL120kSyxP0lJ9bpd/5KyXfAYvCaikXgOGXNETsqultBB6F9wrZVsxc
i/TmjBTesUSw8NQZYNTh
=IMpO
-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#618557: gi.repository's Gtk.Window() fails with gtk3

2011-03-16 Thread chrysn
Package: python-gobject
Version: 2.27.0-2
Severity: normal
Tags: experimental

when trying to create a gtk window using gtk3, i get the following:

 from gi.repository import Gtk
 w = Gtk.Window()
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/pymodules/python2.6/gtk-2.0/gi/module.py, line 234, in 
__getattr__
self._import()
  File /usr/lib/pymodules/python2.6/gtk-2.0/gi/module.py, line 228, in _import
overrides_modules = __import__('gi.overrides', fromlist=[self._namespace])
  File /usr/lib/pymodules/python2.6/gtk-2.0/gi/overrides/Gtk.py, line 60, in 
module
class Editable(Gtk.Editable):
  File /usr/lib/pymodules/python2.6/gtk-2.0/gi/types.py, line 139, in __init__
cls._setup_vfuncs()
  File /usr/lib/pymodules/python2.6/gtk-2.0/gi/types.py, line 107, in 
_setup_vfuncs
vfunc_info.get_name()))
TypeError: Class implementing Gtk.Editable should implement the method 
do_changed()
 

i have gir1.2-gtk-3.0 installed in version 3.0.2-1. everything works
well with gir1.2-gtk-2.0. it seems to me that pygobject mixes up gtk3
stuff (without any gir1.2-gtk installed, not even the Gtk import works)
with gtk2 stuff (the /gtk-2.0/ part in the backtrace's paths).

at [1] it was pointed out that i could just comment [the exception in
line 107] out and the overrides should load -- that indeed makes it
work, i'm just not familiar enough with gtk3 to say how completely it
works, and there is probably a deeper reason to that exception.

i hope the information below is complete; i created this bug report from
a schroot as i have software installed that conflicts with gir1.2 on my
main system.

[1] http://rotty.yi.org/irclogs/gnome/#python/2010-11-17/


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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-gobject depends on:
ii  gir1.2-glib-2.0 0.10.4-1 Introspection data for GLib, GObje
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libffi5 3.0.9-3  Foreign Function Interface library
ii  libgirepository-1.0-1   0.10.4-1 Library for handling GObject intro
ii  libglib2.0-02.28.2-1 The GLib library of C routines
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

Versions of packages python-gobject recommends:
ii  python-gobject-cairo  2.27.0-2   Python Cairo bindings for the GObj

Versions of packages python-gobject suggests:
pn  python-gobject-dbgnone (no description available)


signature.asc
Description: Digital signature


Bug#610576: Build of emacs_23.2+1-7

2011-03-16 Thread Arne Babenhauserheide
 In case somebody is interested I can send the emacs23_23.2 
  +1-7.debian.tar.gz including the patch (unfortunately did not update the 
  version due to lack of a decent editor :) or the .deb files (not signed, 
  since I'm not a maintainer). 

Yes, please! 

Best wishes, 
Arne

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


Bug#618398: dictionaries-common-dev: Package build with auto-hash fails to install if it doesn't provide /var/lib/ispell/dictionary.hash

2011-03-16 Thread Agustin Martin
reopen 618398
thanks

2011/3/16 Robert Luberda rob...@debian.org:
 Agustin Martin pisze:
 Hi, Robert, thanks for debugging,

 I have moved ispell-autobuildhash call at update-default-ispell before the
 symlinking step. I'd expect this to also fix the problem.


 Thanks, but unfortunately it doesn't work. ispell-autobuildhash seems to
 do nothing  when called within maintainer scripts without --force or
 --triggered:


  unless ( $triggered or $force ){
   exit if dico_activate_trigger(ispell-autobuildhash);
  }


The problem is that I forgot that I triggerized ispell-autobuildhash.

Above code enables ispell-autobuildhash trigger when run under dpkg
control and runs normally otherwise (also if --triggered or --force).
The problem is that ispell-autobuildhash trigger is run after all
ispell dicts postinsts. Since symlink setting is currently done from
ispell dicts postinsts the problem is still present, so I am reopening
the bug report.

I also noticed this last night and was thinking about possible ways to
deal with this, one is doing as you suggested, but I'd prefer to put
as little extra stuff as possible in maintainer scripts. The other is
to also triggerize update-default-ispell, so in the real run symlink
is set after ispell-autobuildhash real run. I do not expect this to
affect the removal scripts, so this is currently my favorite choice,
but I have to think a bit more about this.

Note that this problem only becomes present when using new auto-compat
feature. I still did not announce it to dict-common-dev mailing list,
and was waiting  until I find it reasonably solid. I am however happy
that you are using it, so testing codebase is higher.

Let me a couple of days to think about this. Expect a new upload soon.

Thanks for your feedback,

-- 
Agustin



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



Bug#570365: Bad pagetable: 000f

2011-03-16 Thread ubik pl
Hello,
I try to run nvidia drivers(260.19.44  195.36.24)  on  asus at3iont-i
deluxe debian squeeze 2.6.32-5-xen-amd64 #1
SMP Wed Jan 12 05:46:49 UTC 2011 x86_64 GNU/Linux but also get errors:

Message from syslogd@neptun2 at Mar 16 12:20:13
kernel:[   36.146786] Bad pagetable: 000f [#2
SMP


Message from syslogd@neptun2 at Mar 16 12:20:13
kernel:[   36.146797] last sysfs file: /sys/bus/acpi/drivers/NVIDIA ACPI
Video Driver/uevent
Is there any workaround ?

Regards,


Bug#618542: [Pkg-mc-devel] Bug#618542: mc: please follow upstream progress

2011-03-16 Thread Yury V. Zaytsev
On Wed, 2011-03-16 at 12:46 +0200, alex bodnaru wrote:

 so there are changes you plan from upstream to the debian release.
 though these must be kept to a minimum, but i trust you know what you want.

No, basically I just want to update the package to 4.7.5.1 now that it
is out and close the bugs that are no longer relevant to the latest
release.

The problem is that the migration of the package code to git needs to be
completed first and then, there are so much changes between 4.7.0.x and
4.7.5.1 that the package has to be revamped.

I am not planning on making any changes in the upstream code that are
not Debian-specific.

 i'd like to help, point me and others to your plan.

Great! Please check pkg-mc-devel at alioth out for my latest message
(what I replied to Andreas).

In theory, actually, the package can be revamped by making use of the
latest svn snapshot and as soon as I migrate the repository I can just
roll out your changes if you provide me with a patch.

Please check the message at alioth and tell me what do you think you'd
like to do:

1) Help with migration
2) Help with packaging
3) Help with bugs / triaging

Thanks!
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#579509: ctpl version 0.3 available at m.d.n

2011-03-16 Thread Evgeni Golov
On 10/17/2010 10:35 PM, Jonathan Michalon wrote:

 I've just uploaded a new package of ctpl on debian-mentors.
 It involves version 0.3, which introduces an ABI / API break. I've managed 
 this
 the best way I can for now, but I'm not sure whether this is correct, 
 especially
 for the symbols file.

Hi Jonathan,

first of all a HUGE sorry for not mailing you about ctpl before. Yes, I
still want to upload it, and I think we can manage it in a breeze. :)

Your symbols update looks good (as far as I can tell).
Lintian told me (with --pedantic), that the packages did not have an
upstream changelog and looking at the upstream tarball it seems the
changelog is in NEWS for upstream, thus I added the following to
debian/rules:
override_dh_installchangelogs:
dh_installchangelogs NEWS

packaging-wise this is the only change I'd do before uploading, so you
did a really good job here!

I'd like to discuss some orga stuff before uploading though.
ctpl is currently only needed for geany-plugins (in which you are
interested IIRC). Thus I'd like to suggest you join pkg-geany on Alioth
[1], we put your package into Git there and maintain with three pairs of
eyes for two distributions from there. Oh, and I promise to upload fast
from now on :)

[1] https://alioth.debian.org/projects/pkg-geany/



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



Bug#616736: opencascade: please update to 6.5.0

2011-03-16 Thread Denis Barbier
On 2011/3/11 Denis Barbier wrote:
 On 2011/3/11 Adam C Powell IV:
 [...]
 I just removed .bak files from 'upstream', and pushed 'master',
 'upstream' and 'pristine-tar' branches on Alioth.  As an alternative,
 you may now generate a tar.bz2 by running
   pristine-tar checkout ../opencascade_6.5.0.dfsg.orig.tar.bz2

 My new one contains 40389652 bytes and:
   $ md5sum opencascade_6.5.0.dfsg.orig.tar.bz2
   537699c4d4018c118dd1ca306bdd9861  opencascade_6.5.0.dfsg.orig.tar.bz2

 Hmm, checked out the pristine-tar branch, but the pristine-tar command
 failed with:

 $ pristine-tar checkout ../opencascade_6.5.0.dfsg.orig.tar.bz2
 fatal: Path 'opencascade_6.5.0.dfsg.orig.tar.bz2.delta' exists on disk, but 
 not in 'refs/remotes/alioth/pristine-tar'.
 /usr/bin/pristine-tar: git show 
 refs/remotes/alioth/pristine-tar:opencascade_6.5.0.dfsg.orig.tar.bz2.delta 
 failed


 That's weird.
 Here:
  $ git show-ref refs/remotes/alioth/pristine-tar
  de09af9a0c65d4a058123a5dbce84005b8cb7797 refs/remotes/alioth/pristine-tar
 And you can see at
  http://git.debian.org/?p=debian-science/packages/opencascade.git;a=tree;h=de09af9a0c65d4a058123a5dbce84005b8cb7797;hb=pristine-tar
 that opencascade_6.5.0.dfsg.orig.tar.bz2.delta does exist.

 What does the above command display in your repo?
 Or maybe the error message is wrong, you simply have to delete your
 existing tarball?

Ping.
Adam, do you know when you will have time to compile these packages?
IMO the current git can be uploaded into experimental.

Denis



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



Bug#618559: Use priorities in /usr/lib/mime/packages/gnumeric

2011-03-16 Thread Marc Glisse
Package: gnumeric
Version: 1.10.8-1squeeze5
Severity: normal

Hello,

could you please add a priority= field to the entries in
/usr/lib/mime/packages/gnumeric?

In particular, the msexcel entries should have a priority lower than
libreoffice, say for instance 2 (that's what abiword uses for msword).

Gnumeric is a very nice software, but it just doesn't work as well as
libreoffice at showing random MSexcel files.

Feel free to reassign to libreoffice-calc if you believe they are the
ones who should increase their priority value.

Thank you,

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

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

Versions of packages gnumeric depends on:
ii  debconf [de 1.5.38   Debian configuration management sy
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gnumeric-co 1.10.8-1squeeze5 spreadsheet application for GNOME 
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0- 2.28.1-1+b1  The GLib library of C routines
ii  libgoffice- 0.8.13-1 Document centric objects library -
ii  libgsf-1-11 1.14.19-3Structured File Library - runtime 
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpango1.0 1.28.3-1+squeeze2Layout and rendering of internatio
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  procps  1:3.2.8-10   /proc file system utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnumeric recommends:
ii  evince2.30.3-3   Document (PostScript, PDF) viewer
ii  lp-solve  5.5.0.13-7 Solve (mixed integer) linear progr

Versions of packages gnumeric suggests:
ii  epiphany-browser   2.30.6-1  Intuitive GNOME web browser
pn  gnumeric-doc   none(no description available)
pn  gnumeric-plugins-extra none(no description available)
ii  ttf-liberation 1.06.0.20100721-1 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

-- debconf information:
  gnumeric/existing-process: false
  gnumeric/existing-process-title:



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



Bug#618181: gnustep-dl2: FTBFS: EOModelerEditor.m:52:38: fatal error: GNUstepBase/GSCategories.h: No such file or directory

2011-03-16 Thread Federico Gimenez Nieto


On 03/15/2011 05:39 PM, Yavor Doganov wrote:
 
 Without investigation: most probably this is related to the new
 behavior of GCC 4.5 to bail out immediately if an #include'd header is
 not present.
 

Thanks Yavor, i'll prepare the fixed package.

Cheers
Federico



signature.asc
Description: OpenPGP digital signature


Bug#618545: [Pkg-cups-devel] Bug#618545: cups-client: upgrade pulls in samba

2011-03-16 Thread Martin-Éric Racine
2011/3/16 Jonathan Nieder jrnie...@gmail.com:

    [ Martin-Éric Racine ]
    * Added Recommends:smbclient to cups-client (Closes: #616015).

 which is about the cupsaddsmb utility using smbclient --- but that
 does not fulfill the requirement will have to be present in all but
 unusual installations by a long shot.

 Would it be possible to downgrade the recommendation to a Suggests?

Looking back at the original bug report that prompted this, I guess
that yes, a mere Suggests ought to be enough.

Martin-Éric



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



Bug#618560: /usr/sbin/service: Provide chkconfig (to enable/disable services)

2011-03-16 Thread Olaf van der Spek
Package: sysvinit-utils
Version: 2.88dsf-13.1
Severity: wishlist
File: /usr/sbin/service

Hi,

Could you provide (RH) chkconfig such that a simple UI is provided to manage 
services?

If you need help, I'm willing to work on this one myself.

Greetings,

Olaf

http://linuxcommand.org/man_pages/chkconfig8.html

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

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

Versions of packages sysvinit-utils depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

sysvinit-utils recommends no packages.

Versions of packages sysvinit-utils suggests:
pn  sash  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#618277: PHASE mismatch in ifupdown script

2011-03-16 Thread Tormod Volden
I agree that nowadays this is usually run through dbus and
network-manager and not the ifupdown and /etc/interfaces way, but the
result is the same. Please look at
/etc/NetworkManager/dispatcher.d/01ifupdown - it sets $PHASE and does
run-parts on the corresponding /etc/network/if-XXX.d directory.

So in your example above, when run-parts: executing
/etc/network/if-down.d/wpasupplicant is executed, $PHASE is set to
down. And the pre-down clause can not be executed since there is
no if-pre-down.d file.

You do agree that any post-up and pre-down clauses in ifupdown.sh will
not be run, right? In some cases they will not be reached anyway
because do_start() and do_stop() /exit/ the whole script, but in some
cases do_start() and do_stop() simply /return/ and the script
continues into these case $PHASE clauses. Maybe this is not the
majority of user cases (and not yours) but in these cases I think
things are not working as intended. Or would you think these clauses
are never reached by anyone and should rather be removed?

 This process is started/stopped via D-Bus and has *nothing* to do with
 the ifupdown shell script glue you are doing your guesswork on.

If by this process you refer to wpa_supplicant, I corrected that in
the following message which you might have missed.



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



Bug#618561: Improper handling of multiple not-running arrays in mdadm-raid

2011-03-16 Thread Michael Tautschnig
Package: mdadm
Version: 3.1.4-1+8efb9d1
Severity: minor

When executing mdadm-startall on a system with multiple (yet not running) arrays
I noticed the following warning, despite things otherwise working fine:

test: 259: /lib/init/rw/.mdadm/md0-uevent: unexpected operator

Changing /etc/init.d/mdadm-raid to /bin/bash and adding some debug output I got:

STATEDIR:/lib/init/rw/.mdadm uevent:/sys/block/md*/uevent sentinel:md*-uevent
+ test -e /lib/init/rw/.mdadm/md0-uevent /lib/init/rw/.mdadm/md1-uevent
/etc/init.d/mdadm-raid: line 180: test: /lib/init/rw/.mdadm/md0-uevent: binary 
operator expected

where line 180 is in fact line 176 in the original script. The simple reason is
that * is expanded only here as

# ls /sys/block/md*/uevent
ls: cannot access /sys/block/md*/uevent: No such file or directory

Maybe my setup is very specific as all this occurred because I intentionally
stopped my arrays, but it would still be nice if this were handled more
gracefully.

Many thanks,
Michael



pgp619MTKkanI.pgp
Description: PGP signature


Bug#618562: syscall in libc6 is broken for __NR_fanotify_mark

2011-03-16 Thread Chen Jie
Package: libc6
Version: 2.11.2-10

syscall(__NR_fanotify_mark, fanotify_fd, flags, mask, dfd, pathname),
failed with 'Invalid argument'.
strace shows 'syscall' didn't pass the correct parameters:
syscall(0x10f1, 0x3, 0x11, 0, 0x20, 0, 0xff9c, 0x4013e0)
( The expected one is: syscall(0x10f1, 0x3, 0x17, 0x20, 0, -100, 0x4013e0) )

Direct __NR_fanotify_mark call works.

Test platform is fuloong-2f box:
1. CPU: loongson 2f
2. libc6 version 2.11.2-10 and 2.11.2-11
3. Linux-2.6.37 with fanotify enabled (64bit kernel)  (also tried Linux-2.6.38)
4. Debian squeeze mipsel (o32 ABI)

Attachment is the source code of test program, usage:
1. tar xf fanotify-test.tar.bz2
2. cd fanotify-test
3. gcc -o fa-test *.c
4. ./fa-test

Note: modify missing.h to switch between indirect __NR_fanotify_mark
syscall and direct syscall.


fanotify-test.tar.bz2
Description: BZip2 compressed data


Bug#618373: intent to adopt

2011-03-16 Thread Nicholas Bamber

retitle 618373 ITA: libhtml-template-perl -- HTML::Template
owner 618373 micho...@periapt.co.uk
thanks

This will find a nice home in the Debian perl group.



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



Bug#502772: [pkg-cryptsetup-devel] Bug#502772: gnome autologin user should depend on boot passsword

2011-03-16 Thread Josh Triplett
On Wed, Mar 16, 2011 at 10:32:47AM +0100, Harald Jenny wrote:
 On Tue, Mar 15, 2011 at 10:31:33AM -0700, Josh Triplett wrote:
  Package: cryptsetup
  Version: 2:1.0.6+20090405.svn49-1
  Followup-For: Bug #502772
  
  reopen 502772
  retitle 502772 Associate usernames with passphrases; provide username 
  associated with passphrase used
  thanks
  
  This bug report seems to have gotten closed based on an incorrect
  interpretation of the original report.  Reopening, retitling, and
  re-requesting.
  
  The report makes the reasonable request that since an encrypted
  filesystem can have multiple passphrases associated with it, those
  passphrases could have associated usernames.  Cryptsetup could then use
  the passphrase provided to look up the associated username, and provide
  that username to later phases of the boot process somehow, such as to
  GDM to allow it to select that username for autologin.  Thus, the user
  would enter their passphrase to decrypt the disk, and not need to
  subsequently log in with a username and password.
  
  That seems like a reasonable request, and it should not impact system
  security in any way.
  
  - Josh Triplett
 
 you may also want to check libpam-mount if this suits your needs (although it
 requires some config on the machine).

That only applies in the case of an encrypted user home directory, not
an encrypted root partition.

- Josh Triplett



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



Bug#554671: Pending upload

2011-03-16 Thread Goedson Teixeira Paix�o
tags +554671 pending
thanks

Thank you for the patch. 
An upload incorporating the changes is already prepared. Missing is a
clean build and signing for upload, which I'll when I get to my
notebook later tonight.




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



Bug#618372: intent to adopt

2011-03-16 Thread Nicholas Bamber

title 618372 ITA: libhtml-tableextract-perl --HTML::TableExtract
owner 618372 nicho...@periapt.co.uk
thanks

Another welcome package for the Debian perl group



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



Bug#617240:

2011-03-16 Thread Mathieu Malaterre
Jakub,

  I am staring at the code of mysqlclient:

...
/*
  Wen using the embedded library, users might run into link problems,
  duplicate declaration of __cxa_pure_virtual, solved by declaring it a
  weak symbol.
*/
#if defined(USE_MYSYS_NEW)  ! defined(DONT_DECLARE_CXA_PURE_VIRTUAL)
C_MODE_START
int __cxa_pure_virtual () __attribute__ ((weak));
C_MODE_END
#endif
...

Shouldn't the mysqlclient package be compiled with the following
definition -DDONT_DECLARE_CXA_PURE_VIRTUAL

I believe the bug is in the debian/rules files which does not add this
defition in the CXXFLAGS

Comments ?
-- 
Mathieu



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



Bug#618563: manpage, site

2011-03-16 Thread jidanni
X-debbugs-Cc: bug-enscr...@gnu.org
Package: enscript
Version: 1.6.5.2-1
Severity: wishlist
File: /usr/share/man/man1/enscript.1.gz

The Debian man page doesn't mention
http://www.gnu.org/software/enscript/ .
And that site doesn't mention that enscript can do more than ASCII now.
But there is no mention of what to do with UTF-8.



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



Bug#618564: etherboot - includes binary-only firmware: drivers/net/bnx2_fw.h

2011-03-16 Thread Bastian Blank
Package: etherboot
Version: 5.4.4-9
Severity: serious

etherboot, like gpxe and ipxe, includes at least a binary-only firmware:
drivers/net/bnx2_fw.h or similar.

Bastian

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

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



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



Bug#618565: taskjuggler: Please consider packaging TaskJugglerIII

2011-03-16 Thread Meike Reichle
Package: taskjuggler
Version: 2.4.3-2
Severity: wishlist

Since TaskJuggler has been removed from testing and unstable, in order to get
rid of the remaining kde3 applications, please consider packaging its
reimplementation TaskJugglerIII.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'stable'), (70, 'oldstable'), (70, 
'experimental'), (70, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages taskjuggler depends on:
ii  kdelibs4c2a4:3.5.10.dfsg.1-5 core libraries and binaries for al
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-10GCC support library
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-7+b1 Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libstdc++6 4.4.5-10  The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  poster 1:20050907-1  Create large posters out of PostSc
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages taskjuggler recommends:
pn  khelpcenter4  none (no description available)

taskjuggler 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#618542: [Pkg-mc-devel] Bug#618542: mc: please follow upstream progress

2011-03-16 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


hey yuri,

On 03/16/2011 01:34 PM, Yury V. Zaytsev wrote:
 On Wed, 2011-03-16 at 12:46 +0200, alex bodnaru wrote:
 
 so there are changes you plan from upstream to the debian release.
 though these must be kept to a minimum, but i trust you know what you want.
 
 No, basically I just want to update the package to 4.7.5.1 now that it
 is out and close the bugs that are no longer relevant to the latest
 release.

so bug triaging would be needed. won't you prefer to have an experimental
package and i'd check myself and contact reporters to confirm bug elimination?
 
 The problem is that the migration of the package code to git needs to be
 completed first and then, there are so much changes between 4.7.0.x and
 4.7.5.1 that the package has to be revamped.

do you mean that you wish ./debian/* in git? about upstream, debian packaging
encourages downloading released tar balls, isn't it?
 
 I am not planning on making any changes in the upstream code that are
 not Debian-specific.

so all you'd like to change is file types' association to debian specific
program names, like (gnome-)?www-browser etc.
deb archives, changelog and control files highlighting should be upstream too,
shouldn't they?
 
 i'd like to help, point me and others to your plan.
 
 Great! Please check pkg-mc-devel at alioth out for my latest message
 (what I replied to Andreas).
 
 In theory, actually, the package can be revamped by making use of the
 latest svn snapshot and as soon as I migrate the repository I can just
 roll out your changes if you provide me with a patch.

again, do you mean ./debian/*? i'd personnaly prefer svn/hg, but upstream is git
too.
tell where could i co the latest packaging files.

please fwd that message to me too. i don't seem to find it.
 
 Please check the message at alioth and tell me what do you think you'd
 like to do:
 
 1) Help with migration
 2) Help with packaging
 3) Help with bugs / triaging
 
 Thanks!
  

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

iJwEAQECAAYFAk2AuDcACgkQ2nA3WyrfyePZLwQAtfyHc/0RmojKMbEi8kso99FW
vN+xIfPFg+l1r12U4jxhxHH0COv69StKroxEkdhOo79ZltOYZKGXup4yah88xkTh
Pa+B8M1c2I1t+wRqK+LFbdj4e2soUKPqZmHnMzmBxg1Ze1m9dhNcAtYbPKMAosA8
dLv66yvcYUCkZDe3H/Y=
=c8Mx
-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#617468: [Pkg-cups-devel] Bug#617468: My cups-pdf is also producing blank pages, downgraded to 2.5.0-16 works

2011-03-16 Thread Martin-Éric Racine
2011/3/16 Bin Guo gb2...@comcast.net:
 On Mon, 2011-03-14 at 18:35 +0100, Volker Behr wrote:
 Just as a hint from upstream: you might want to have a look
 at /var/log/cups/cups-pdf_log with LogType set to 7
 in /etc/cups/cups-pdf.conf.
 I myself have no current Debian available for testing at the moment.

 Regards,
 Volker

 This is frustrating: while downgraded cups-pdf works, I have
 another debian system that works fine. No idea what changed,
 but on my laptop definitely only 2.5.0-16 works.

 Logs:
 cups-pdf_log-2.5.0-16-good (downgraded and working on my laptop)
 cups-pdf_log-2.5.1-1-empty (upgraded but empty on my laptop)
 cups-pdf_log-2.5.1-1-good (upgraded but working on another debian)

This is confusing, because the exact same 2.5.1-1 somehow works on
another one of your hosts. I wonder why.

Volker: can you spot anything in those logs that I might have missed?

Martin-Éric



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



Bug#502772: [pkg-cryptsetup-devel] Bug#502772: gnome autologin user should depend on boot passsword

2011-03-16 Thread Jonas Meurer
Hey Josh,

On 16/03/2011 Josh Triplett wrote:
 On Wed, Mar 16, 2011 at 10:32:47AM +0100, Harald Jenny wrote:
  On Tue, Mar 15, 2011 at 10:31:33AM -0700, Josh Triplett wrote:
   Package: cryptsetup
   Version: 2:1.0.6+20090405.svn49-1
   Followup-For: Bug #502772
   
   reopen 502772
   retitle 502772 Associate usernames with passphrases; provide username 
   associated with passphrase used
   thanks
   
   This bug report seems to have gotten closed based on an incorrect
   interpretation of the original report.  Reopening, retitling, and
   re-requesting.
   
   The report makes the reasonable request that since an encrypted
   filesystem can have multiple passphrases associated with it, those
   passphrases could have associated usernames.  Cryptsetup could then use
   the passphrase provided to look up the associated username, and provide
   that username to later phases of the boot process somehow, such as to
   GDM to allow it to select that username for autologin.  Thus, the user
   would enter their passphrase to decrypt the disk, and not need to
   subsequently log in with a username and password.
   
   That seems like a reasonable request, and it should not impact system
   security in any way.
   
   - Josh Triplett
  
  you may also want to check libpam-mount if this suits your needs (although 
  it
  requires some config on the machine).
 
 That only applies in the case of an encrypted user home directory, not
 an encrypted root partition.

as already written, tokentube (sf.net/project/tokentube) might be, what
you're looking for.

for sure, I meant to rephrase this bugreport into an RFP (request for
packaging), not ITP (intend to package). See the page about work-needing
and prospective packages at http://www.debian.org/devel/wnpp/ for more
information.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#618566: message to fast to read

2011-03-16 Thread jidanni
Package: iceweasel
Version: 4.0~rc1-1
Severity: wishlist

Do File  Print choose PDF, and hit [print].

There is a message in a pop-up in the middle of the screen The file...
but it flashes too fast to read and then it is gone.



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



Bug#615246: ITA: : haproxy -- fast and reliable load balancing reverse proxy

2011-03-16 Thread Dererk
Hi Christo Buschek,

It would be nice if you could use the collab-maint[0] repositories
Debian provides so its easier for any possible future co-maintainer to
easily join you within the project itself, instead 3rd party services.

Great to see your ITA.


Cheers,

Dererk


[0] http://wiki.debian.org/Alioth/Git#CollabMaintproject

-- 
BOFH excuse #80:
That's a great computer you have there; have you considered how it would work 
as a BSD machine?




signature.asc
Description: OpenPGP digital signature


Bug#593953: A simple migration plan

2011-03-16 Thread Enrico Zini
Hello,

I'm reopening the bug since this affects users that upgrade tangogps
from lenny to squeeze, and if a simple migration strategy can be found,
it could still make sense to add it to a stable update.

A very simple way to do it could be to ship a shellscript as
/usr/bin/tangogps instead of a symlink. The shellscript being nothing
more than:

  #!/bin/sh
  test -d ~/.foxtrotgps || ln -s ~/.tangogps ~/.foxtrotgps
  exec foxtrotgps

What do you think?


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#618566: message to fast to read

2011-03-16 Thread Mike Hommey
On Wed, Mar 16, 2011 at 09:30:52PM +0800, jida...@jidanni.org wrote:
 Package: iceweasel
 Version: 4.0~rc1-1
 Severity: wishlist
 
 Do File  Print choose PDF, and hit [print].
 
 There is a message in a pop-up in the middle of the screen The file...
 but it flashes too fast to read and then it is gone.

Doesn't happen here... :(

Mike



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



Bug#618567: dpkg: warning: while removing cups, directory '/etc/cups' not empty so not removed.

2011-03-16 Thread jidanni
Package: cups-pdf

Doing
# apt-get install cups-pdf
# apt-get purge cups-pdf
# aptitude purge cups-pdf
dpkg: warning: while removing cups, directory '/etc/cups' not empty so not 
removed.
# find /etc/cups 
/etc/cups
/etc/cups/ssl
/etc/cups/ssl/server.crt
/etc/cups/ssl/server.key
/etc/cups/classes.conf



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



Bug#618566: message to fast to read

2011-03-16 Thread jidanni
 There is a message in a pop-up in the middle of the screen The file...
 but it flashes too fast to read and then it is gone.

MH Doesn't happen here... :(

Test trying to print file:///some/file

Choose Print to File [*] PDF

The popup is titled Printing.



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



Bug#618566: message to fast to read

2011-03-16 Thread Mike Hommey
On Wed, Mar 16, 2011 at 09:45:53PM +0800, jida...@jidanni.org wrote:
  There is a message in a pop-up in the middle of the screen The file...
  but it flashes too fast to read and then it is gone.
 
 MH Doesn't happen here... :(
 
 Test trying to print file:///some/file
 
 Choose Print to File [*] PDF
 
 The popup is titled Printing.

I get a pop titled Printing, but it's a progress popup. Try printing
something bigger ?

Mike



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



Bug#618566: message to fast to read

2011-03-16 Thread jidanni
 MH == Mike Hommey m...@glandium.org writes:
MH I get a pop titled Printing, but it's a progress popup. Try printing
MH something bigger ?

No. You try printing something smaller.

One cannot read the important message before it is gone.



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



Bug#612124: Acknowledgement (libxerces2-java: Depends-line broken due to hidden special character)

2011-03-16 Thread Gerfried Fuchs
Hi!

* Niels Thykier ni...@thykier.net [2011-03-16 12:03:39 CET]:
 On 2011-02-06 06:19, Martin Millnert wrote:
  An update.
  
  My first assumption seems to be wrong, but something else seems to be
  seriously wrong:
  
  root@sslvpn-test:/usr/src# aptitude why libxerces2-java gcj-4.4-base
  p   libxerces2-java  Depends  default-jre-headless | 
  java1-runtime-headless | java2-runtime-headless
  p   gcj-4.4-jre-headless Provides java2-runtime-headless
  
  p   gcj-4.4-jre-headless Depends  gcj-4.4-base (= 4.4.5-2)  
  
  root@sslvpn-test:/usr/src# aptitude why libxerces2-java sun-java6-jre
  p   libxerces2-java Depends  default-jre-headless | java1-runtime-headless 
  | java2-runtime-headless
  i   sun-java6-jre   Provides java2-runtime-headless 
 
  
  http://packages.debian.org/sid/java2-runtime-headless
  
  Either of the packages on the above URL should satisfy the dependency,
  yet neither aptitute nor apt-get manages to understand that the virtual
  package is provided for already.
  
  I'm at a loss as to why this does not install w/o gcj.
 
 Your problem is most likely that recommends are being installed by
 default and libxerces2-java recommends  libxerces2-java-gcj. (It could
 also come from a dependency of libxerces2-java(-gcj))
   Installing recommends by default was enabled in Lenny (as I recall).

 aptitude -r install libxerces2-java doesn't give me any issues neither,
so installing it works both with or without recommends, it doesn't
matter.

 Enjoy,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



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



Bug#618568: [ttf-inconsolata] bold font too wide in konsole

2011-03-16 Thread Bastian Venthur
Package: ttf-inconsolata
Version: 001.010-2
Severity: important

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

a few days ago I noticed that the bold version of inconsolata is not as
wide as the normal version anymore. This makes it unusable with
applications like midnight commander where text is just truncated after
the correct width.

A small screenshot is attached. I don't see this bug with other fonts.


Cheers,

Bastian

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

Debian Release: wheezy/sid
  500 unstableftp.de.debian.org
  500 unstabledebian-multimedia.org
  500 stable  dl.google.com
  101 experimentalftp.de.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
x-ttcidfont-conf| 32
 OR fontconfig  | 2.8.0-2.1



--- Output from package bug script ---
Gew??nscht=Unbekannt/Installieren/R=Entfernen/P=Vollst??ndig L??schen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
 Halb installiert/Trigger erWartet/Trigger anh??ngig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name  Version
   Beschreibung
+++-=--==
ii  fontconfig2.8.0-2.1
   generic font configuration library - support binaries
ii  libfreetype6  2.4.4-1
   FreeType 2 font engine, shared library files
ii  libxft2   2.2.0-2
   FreeType-based font drawing library for X

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org

attachment: fontbug.png

Bug#616736: opencascade: please update to 6.5.0

2011-03-16 Thread Sylvestre Ledru
Le mercredi 16 mars 2011 à 12:44 +0100, Denis Barbier a écrit :
 On 2011/3/11 Denis Barbier wrote:
  On 2011/3/11 Adam C Powell IV:
  [...]
  I just removed .bak files from 'upstream', and pushed 'master',
  'upstream' and 'pristine-tar' branches on Alioth.  As an alternative,
  you may now generate a tar.bz2 by running
pristine-tar checkout ../opencascade_6.5.0.dfsg.orig.tar.bz2
 
  My new one contains 40389652 bytes and:
$ md5sum opencascade_6.5.0.dfsg.orig.tar.bz2
537699c4d4018c118dd1ca306bdd9861  opencascade_6.5.0.dfsg.orig.tar.bz2
 
  Hmm, checked out the pristine-tar branch, but the pristine-tar command
  failed with:
 
  $ pristine-tar checkout ../opencascade_6.5.0.dfsg.orig.tar.bz2
  fatal: Path 'opencascade_6.5.0.dfsg.orig.tar.bz2.delta' exists on disk, 
  but not in 'refs/remotes/alioth/pristine-tar'.
  /usr/bin/pristine-tar: git show 
  refs/remotes/alioth/pristine-tar:opencascade_6.5.0.dfsg.orig.tar.bz2.delta 
  failed
 
 
  That's weird.
  Here:
   $ git show-ref refs/remotes/alioth/pristine-tar
   de09af9a0c65d4a058123a5dbce84005b8cb7797 refs/remotes/alioth/pristine-tar
  And you can see at
   
  http://git.debian.org/?p=debian-science/packages/opencascade.git;a=tree;h=de09af9a0c65d4a058123a5dbce84005b8cb7797;hb=pristine-tar
  that opencascade_6.5.0.dfsg.orig.tar.bz2.delta does exist.
 
  What does the above command display in your repo?
  Or maybe the error message is wrong, you simply have to delete your
  existing tarball?
 
 Ping.
 Adam, do you know when you will have time to compile these packages?
Adam, if you don't have time for this. I can try to build and upload it
for you...

S




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



Bug#617319: libreoffice-base: Edit forms does not work properly

2011-03-16 Thread Francesco
Package: libreoffice-base
Version: 1:3.3.1-1
Followup-For: Bug #617319

Same problem here, and I'd like to tell that:
1) status bar is disabled and not working in form and report view
2) the problem with toolbars is in report view too

I hope it can be useful.

-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (i686)

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

Versions of packages libreoffice-base depends on:
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libgcc11:4.5.2-4 GCC support library
ii  libhsqldb-java 1.8.0.10-9Java SQL database engine
ii  libreoffice-base-core  1:3.3.1-1 office productivity suite -- share
ii  libreoffice-core   1:3.3.1-1 office productivity suite -- arch-
ii  libreoffice-java-commo 1:3.3.1-1 office productivity suite -- arch-
ii  libstdc++6 4.5.2-4   The GNU Standard C++ Library v3
ii  libstlport4.6ldbl  4.6.2-7   STLport C++ class library
ii  openjdk-6-jre [java5-r 6b18-1.8.7-2  OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-r 6.24-1Sun Java(TM) Runtime Environment (
ii  ure1.7.0+LibO3.3.1-1 LibreOffice UNO runtime environmen

libreoffice-base recommends no packages.

Versions of packages libreoffice-base suggests:
pn  libmyodbc | odbc-pos none  (no description available)
pn  libmysql-java | libp none  (no description available)
pn  libreoffice-gcj  none  (no description available)
ii  libreoffice-report-b 1:1.2.1+LibO3.3.1-1 LibreOffice extension for building
ii  unixodbc 2.2.14p2-2  ODBC tools libraries

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.21.3-1Multi-protocol file transfer libra
ii  libdb4.8 4.8.30-4Berkeley v4.8 Database Libraries [
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.5.2-4   GCC support library
ii  libglib2.0-0 2.28.1-1+b1 The GLib library of C routines
ii  libgraphite3 1:2.3.1-0.2 SILGraphite - a smart font rende
ii  libgstreamer-plugins 0.10.30-1   GStreamer libraries from the base
ii  libgstreamer0.10-0   0.10.30-1   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.20.1-2The GTK+ graphical user interface 
ii  libhunspell-1.2-01.2.14-4spell checker and morphological an
ii  libhyphen0   2.7.1-4 ALTLinux hyphenation library - sha
ii  libice6  2:1.0.7-1   X11 Inter-Client Exchange library
ii  libicu44 4.4.2-2 International Components for Unico
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libmythes-1.2-0  2:1.2.1-1   simple thesaurus library
ii  libneon27-gnutls 0.29.5-3An HTTP and WebDAV client library 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.8-2Network Security Service libraries
ii  libpango1.0-01.28.3-1+squeeze1   Layout and rendering of internatio
ii  libpng12-0   1.2.44-1PNG library - runtime
ii  librdf0  1.0.13-2Redland Resource Description Frame
ii  libreoffice-common   1:3.3.1-1   office productivity suite -- arch-
ii  libsm6   2:1.2.0-1   X11 Session Management library
ii  libssl0.9.8  0.9.8o-5SSL shared libraries
ii  libstdc++6   4.5.2-4 The GNU Standard C++ Library v3
ii  libstlport4.6ldbl4.6.2-7 STLport C++ class library
ii  libx11-6 2:1.4.1-5   X11 client-side library
ii  libxaw7  2:1.0.9-2   X11 Athena Widget library
ii  libxext6 2:1.2.0-2   X11 miscellaneous extension librar
ii  libxinerama1 2:1.1.1-1   X11 Xinerama extension library
ii  libxml2  2.7.8.dfsg-2GNOME XML library
ii  libxrandr2   2:1.3.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxslt1.1   1.1.26-6XSLT 1.0 processing library - runt
ii  libxt6   1:1.0.9-2   X11 

  1   2   3   >