Bug#614550: ckbcomp command doesn't operate

2011-02-22 Thread Jonny
Package: console-setup
Version: 1.69

ckbcomp command doesn't operate by the combination with xkb-data 2.1-1:
 # ckbcomp us
 Unknown name $sun_t6_custom

xkb-data 2.1-1 is in experimental.



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



Bug#614547: unmet dependencies: xserver-xorg-input-tslib : Depends: xorg-input-abi-7.0

2011-02-22 Thread Timo Juhani Lindfors
Neil Williams codeh...@debian.org writes:
 I don't see any need to change the debhelper compatibility in order to
 fix this bug. The patch is really excessive. There's a reason for the
 current content of debian/rules and none of that is affected by this
 bug.

That evolved in the following discussion:

From: Julien Cristau jcris...@debian.org
Subject: Re: xf86-input-tslib and xorg 1.9 (Was: Coordinating work
around X.Org drivers)
To: Timo Juhani Lindfors timo.lindf...@iki.fi
Cc: Cyril Brulebois k...@debian.org, debia...@lists.debian.org,
Debian Embedded debian-embed...@lists.debian.org,
Hector Oron zu...@debian.org, Jonas Smedegaard d...@jones.dk
Date: Sun, 13 Feb 2011 22:22:49 +0100

On Sun, Feb 13, 2011 at 23:03:55 +0200, Timo Juhani Lindfors wrote:

 diff --git a/debian/xserver-xorg-input-tslib.install
 b/debian/xserver-xorg-input-tslib.install
 new file mode 100644
 index 000..c3cb272
 --- /dev/null
 +++ b/debian/xserver-xorg-input-tslib.install
 @@ -0,0 +1,3 @@
 +debian/tmp/usr/share/man/man4/* usr/share/man/man4/
 +debian/tmp/usr/lib/xorg/modules/input/tslib_drv.so
 usr/lib/xorg/modules/input/

debian/tmp here looks wrong (or at least unnecessary).  dh_install looks
there in compat level 7 anyway.

 +debian/50-tslib.conf usr/share/X11/xorg.conf.d/

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#614507: xserver-common: Upgrade breaks X

2011-02-22 Thread Sven Joachim
forcemerge 613078 614507
thanks

On 2011-02-22 02:15 +0100, Cyril Brulebois wrote:

 In the meanwhile, I'm reassigning this bug report to the nouveau video
 driver, Sven will probably take you from here.

Looks like another instance of #613078, judging by the graphics card
Nigel has:

VGA-compatible devices on PCI bus:
--
00:0d.0 VGA compatible controller [0300]: nVidia Corporation C61 [GeForce 
6150SE nForce 430] [10de:03d0] (rev a2)

Cheers,
   Sven



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



Bug#492912: xserver-xorg-video-radeon: external VGA goes off when closing lid

2011-02-22 Thread Stefan Frings


I'm sorry for forgetting to answer the last question. The computer
got broken meanwhile, so I cannot re-test that issue anymore. My new
computers have Intel and Nvidia chipsets, so they cannot be used to
re-test.

Bug#614551: ITP: libmojolicious-plugin-basicauth-perl - Basic HTTP auth helper for Mojolicious

2011-02-22 Thread Dmitry E. Oboukhov
Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov un...@debian.org

* Package name: libmojolicious-plugin-basicauth-perl
  Version : 0.04
  Upstream Author : Glen Hinkle temp...@cpan.org
* URL : 
http://search.cpan.org/perldoc?Mojolicious::Plugin::BasicAuth
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Basic HTTP auth helper for Mojolicious

This package contains mojolicious plugin that allows You to use
basic HTTP authentication inside Your mojolicious web application.

-- 
... mpd playing: U.D.O. - Two Faced Women

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#613896: martian-modem-source: build failure; also no quilt

2011-02-22 Thread Geoff Simmons
tags 613896 patch
thanks

On Fri, Feb 18, 2011 at 10:37:35AM -0500, Douglas A. Tutty wrote:
 I'm following the directions in the docs

 # m-a a-i martian-modem

Thanks for your report.  From what I can determine, there are two
problems introduced at martian-modem 20080625-1:

  * unnecessary quilt inclusion in martian-modem-source
  * debhelper not listed as a dependency for martian-modem-source

The patch added in #563508 is applied via quilt during building of
martian-modem-source, but use of quilt is not required when generating a
martian-modem-modules-* package from it with Module-Assistant.  See
#532787 for a similar problem I previously identified involving dpatch.

debhelper (= 5) was a Depends for martian-modem-source in
martian-modem 20080617-1, replaced with ${misc:Depends} at 20080625-1.
As the debhelper dependency is no longer present, it is not installed
when martian-modem-source is, resulting in your second build failure.

Attached is a patch amending both issues.

Geoff
diff -u martian-modem-20080625/debian/control martian-modem-20080625/debian/control
--- martian-modem-20080625/debian/control
+++ martian-modem-20080625/debian/control
@@ -18,7 +18,7 @@
 
 Package: martian-modem-source
 Architecture: i386
-Depends: ${misc:Depends}, make, bzip2
+Depends: ${misc:Depends}, debhelper (= 6), make, bzip2
 Recommends: martian-modem, module-assistant
 Description: Source for the martian-modem driver
  This package provides the source code for the martian-modem kernel module
diff -u martian-modem-20080625/debian/rules martian-modem-20080625/debian/rules
--- martian-modem-20080625/debian/rules
+++ martian-modem-20080625/debian/rules
@@ -143,6 +143,9 @@
 	#any kind of modification can not made to some files (read Copyright)
 	dh_install -p$(PKGMODULE) martian.h usr/src/modules/$(sname)	
 	
+	# Disable quilt inclusion (#613896)
+	sed -i -e 's:include /usr/share/quilt/quilt.make:#include /usr/share/quilt/quilt.make:' debian/${PKGMODULE}/usr/src/modules/${sname}/debian/rules
+	
 	# Have to set permissions now before tar'ing
 	chown -R root.src debian/$(psource)/usr/src/modules
 	cd debian/$(PKGMODULE)/usr/src  tar c modules | bzip2 -9  $(sname).tar.bz2  rm -rf modules; cd -


Bug#542144: netcdf-ruby: changing back from ITP to RFP

2011-02-22 Thread Youhei SASAKI
Hi, 

At Tue, 22 Feb 2011 08:49:04 +0100,
Lucas Nussbaum lu...@lucas-nussbaum.net wrote:
 
 On 22/02/11 at 16:24 +0900, Youhei SASAKI wrote:
  Hi, 
  
  I'm very sorry to any reports.
  
  This package is wating sponser upload by Francesco P. Lovergine.
 
 Have you considered searching another sponsor on
 debian-ment...@lists.debian.org?

At first, I sended RFS to debian-mentors. As a result, he kindly help me
 as a sponsor of this package and Ruby-HDFEOS5. These packages are
already in git repository of Debian-GIS.

These packages depend another *new* package, libnarray-miss-ruby. A few
weeks ago, libnarray-miss-ruby was uploaded Debian official archive. 
So, I'm looking forward to his uploading...

Best wishes,
---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@math.kyoto-u.ac.jp
Department of Mathematics, Kyoto University
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



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



Bug#614552: win32-loader: [INTL:sk] Slovak po-debconf translation

2011-02-22 Thread helix84
Package: win32-loader
Version: 0.6.90
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


sk.po
Description: Binary data


Bug#614471:

2011-02-22 Thread Mathieu Malaterre
reassign 614471 ffmpeg
thanks

 [ 29%] Building CXX object 
 VTK/IO/CMakeFiles/vtkIO.dir/vtkPostgreSQLQuery.cxx.o
 In file included from /usr/include/libavutil/avutil.h:81,
  from /usr/include/libavcodec/avcodec.h:30,
  from /usr/include/libavformat/avformat.h:56,
  from 
 /build/user-paraview_3.8.1-2-amd64-4Wj_N7/paraview-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx:27:
 /usr/include/libavutil/common.h: In function 'int32_t 
 av_clipl_int32(int64_t)':
 /usr/include/libavutil/common.h:154: error: 'UINT64_C' was not declared in 
 this scope

Clearly the issue is in the libavutil.h code (not in paraview)


/**
 * Clips a signed 64-bit integer value into the -2147483648,2147483647 range.
 * @param a value to clip
 * @return clipped value
 */
static inline av_const int32_t av_clipl_int32(int64_t a)
{
if ((a+0x8000u)  ~UINT64_C(0x)) return (a63) ^ 0x7FFF;
else return a;
}


Thanks



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



Bug#614061: rsyslog-mysql: You have an error in your SQL syntax; check the manual ...

2011-02-22 Thread Rainer Gerhards
Just for your information: I have begun to work on this issue and suspect it
is an regression from the imuxsock changes. However, I have unfortunately not
yet been able to reproduce it (but I could not yet try on Debian 6, will do
that shortly). However, I created a new instrumented v5-beta-mysql-test gt
branch and Michael is helping me try it out.

Rainer

 -Original Message-
 From: Michael Biebl [mailto:bi...@debian.org]
 Sent: Monday, February 21, 2011 2:04 PM
 To: Rainer Gerhards; 614...@bugs.debian.org
 Cc: cont...@bugs.debian.org; Florian Ernst
 Subject: Re: Bug#614061: rsyslog-mysql: You have an error in your SQL
 syntax; check the manual ...
 
 tags 6144061 confirmed
 thanks
 
 Hi Rainer,
 
 Here's another v5 specific problem.
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614061
 
 Am 20.02.2011 09:06, schrieb Florian Ernst:
  On Sat, Feb 19, 2011 at 10:46:27PM +0100, Michael Biebl wrote:
  Am 19.02.2011 13:14, schrieb Florian Ernst:
  since updating to 5.7.3-1 rsyslog-mysql apparently fails to
  correctly parse / escape some strings.
 
  Could you please post such example strings?
 
  The type of string that led me to noticing this bevavior was included
  in my original report: the spamd line is the triggering line, the
  following line is the rsyslog db error message.
  So far this error only occured on my system with these spamd lines.
 
  Running rsyslog in debug mode might help to track this issue down, too:
  Run
  rsyslogd -c5 -dn
  for this and attach the output to the bug report.
 
  Attached, but I replaced my DB password with ReplacedPassword.
 
 
 
 
 A debug log is at
 http://bugs.debian.org/cgi-
 bin/bugreport.cgi?msg=15;filename=rsyslog.log;att=1;bug=614061
 
 I can reproduce the problem here, so if you need more information/testing,
 just let me know.
 --
 Why is it that all of the instruments seeking intelligent life in the
universe are
 pointed away from Earth?



Bug#614553: python2.6 - Ignores errors like ESTALE in the module loader

2011-02-22 Thread Bastian Blank
Package: python2.6
Version: 2.6.6-8
Severity: important

python2.6 uses the following loop to import modules:

| for (fdp = _PyImport_Filetab; fdp-suffix != NULL; fdp++) {
| [...]
| fp = fopen(buf, filemode);
| if (fp != NULL) {
| [...]
| break;
| }
| [...]
| }

It checks for non-available files and tries the next pattern. However it
does not even touch errno to find out the error it got. This error can
be ESTALE, EMFILE or ENOMEM; all of them don't provide any knowledge if
the file does not exists (ESTALE can only happen for available files!).

This produces phantom errors of unavailable modules instead of the real
error.

Bastian

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable')
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#614554: webacula: Webacula - Web + Bacula - web interface of a Bacula backup system.

2011-02-22 Thread Marcus Meyer
Package: webacula
Version: 5.5.rc1
Severity: wishlist

The basic features of the program :

* Bacula and Webacula ACLs (Access Control Lists) implemented. ACLs
stored in Bacula database in Webacula tables
* Full supported MySQL, PostgreSQL and Sqlite databases
* Run Job
* Restore all files or selected files from Job by JobId
* Restore the most recent backup for a client
* Restore backup for a client before a specified time
* Show Timeline for Jobs
* Mount, umount Storages
* Show Jobs which executed with errors
* Show a condition of your Volumes
* Show scheduled Jobs (at 24 hours forward)
* Show all running Jobs
* Show terminated Jobs (executed in last 24 hours)
* Search Jobs on several conditions
* Web (ajax) terminal to Bacula Console
* The detailed information on Pools, Volumes, Storages and Clients
* Logbook. Logbook - is simple electronic journal of backups. Records in
logbook are insert, modify, delete manually by the operator. Records can
contain links (usual web-links on which it is possible to click) to Bacula
Jobs or links to other records of this logbook. In logbook insert records,
for example, about Jobs, failures of the equipment, supernumerary
situations, etc.
* RSS feed
* Multilingual support - standard gettext (*.mo) files. Currently
supported languages: English, French, German, Italian, Portuguese Brazil,
Russian, Spanish.
* For web designers : now very easy to create new skins
* Major version number of Webacula will match the version number of
Bacula


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

Kernel: Linux 2.6.36.1.20101125 (SMP w/4 CPU cores)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


Bug#614555: linux-2.6 - New hwmon module: k10temp

2011-02-22 Thread Bastian Blank
Package: linux-2.6
Version: 2.6.32-30
Severity: important

Please add support for the k10 temperatur sensors. The module is
k10temp. It is self-containt and works fine.

Bastian

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable')
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#614079: [Pkg-alsa-devel] Bug#614079: Bug#614079: ALSA does not work with CA0106 chipset

2011-02-22 Thread Karsten Malcher
 Sorry
 ###
 alias snd-card-0 snd-ca0106
 options snd-ca0106 index=0
 alias snd-card-1 snd-hda-intel
 options snd-hda-intel index=1
 alias snd-card-2 snd-usb-audio
 options snd-usb-audio index=2
 ###
 should be correct.

 Elimar


The result of this configuration is: Noise sound - Sorry.

The normal user on the PC was not in the group audio.
Now the sound devices are visible for the user in the same way as root.
Here the outputs with the new configuration:

user@PC:~$ aplay -l
 Liste der Hardware-Geräte (PLAYBACK) 
Karte 0: CA0106 [CA0106], Gerät 0: ca0106 [CA0106]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: CA0106 [CA0106], Gerät 1: ca0106 [CA0106]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: CA0106 [CA0106], Gerät 2: ca0106 [CA0106]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: CA0106 [CA0106], Gerät 3: ca0106 [CA0106]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: Generic [HD-Audio Generic], Gerät 3: ATI HDMI [ATI HDMI]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0


user@PC:~$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=CA0106
CA0106, CA0106
Default Audio Device
front:CARD=CA0106,DEV=0
CA0106, CA0106
Front speakers
rear:CARD=CA0106,DEV=0
CA0106, CA0106
Rear speakers
center_lfe:CARD=CA0106,DEV=0
CA0106, CA0106
Center and Subwoofer speakers
side:CARD=CA0106,DEV=0
CA0106, CA0106
Side speakers
surround40:CARD=CA0106,DEV=0
CA0106, CA0106
4.0 Surround output to Front and Rear speakers
surround41:CARD=CA0106,DEV=0
CA0106, CA0106 4.1
Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CA0106,DEV=0
CA0106, CA0106
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CA0106,DEV=0
CA0106, CA0106
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CA0106,DEV=0
CA0106, CA0106
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=CA0106,DEV=0
CA0106, CA0106
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=Generic
HD-Audio Generic, ATI HDMI
HDMI Audio Output


user@PC:~$ cat /proc/asound/cards
 0 [CA0106 ]: CA0106 - CA0106
  AudigyLS [Unknown] at 0xe800 irq 23
 1 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfebbc000 irq 17
 2 [U0x46d0x825]: USB-Audio - USB Device 0x46d:0x825
  USB Device 0x46d:0x825 at usb-:00:13.2-6, high
speed


user@PC:~$ lsmod | grep snd
snd_hda_codec_atihdmi 2251  1
snd_usb_audio  64070  1
snd_usb_lib13928  1 snd_usb_audio
snd_ca0106 29152  2
snd_seq_midi4400  0
snd_seq_midi_event  4628  1 snd_seq_midi
snd_hda_intel  19987  1
snd_rawmidi15515  3 snd_usb_lib,snd_ca0106,snd_seq_midi 
snd_hda_codec  
   54244  2 snd_hda_codec_atihdmi,snd_hda_intel snd_ac97_codec 
99186  1
snd_ca0106
ac97_bus1086  1 snd_ac97_codec
snd_hwdep   5380  2 snd_usb_audio,snd_hda_codec
snd_pcm60503  5
snd_usb_audio,snd_ca0106,snd_hda_intel,snd_hda_codec,snd_ac97_codec snd_seq 
   
   42881  2 snd_seq_midi,snd_seq_midi_event
snd_timer  15582  2 snd_pcm,snd_seq
snd_seq_device  4493  3 snd_seq_midi,snd_rawmidi,snd_seq
snd46446  19
snd_usb_audio,snd_ca0106,snd_hda_intel,snd_rawmidi,snd_hda_codec,snd_ac97_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore   4598  1 snd
snd_page_alloc  6249  3 snd_ca0106,snd_hda_intel,snd_pcm
usbcore   122034  7
snd_usb_audio,snd_usb_lib,uvcvideo,usbhid,ohci_hcd,ehci_hcd


Regards
Karsten







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



Bug#564441: Bug#590568: hd-media boot.img.gz's installer cannot find squeeze RC2 iso file

2011-02-22 Thread Christian Perrier




Not really. That requires changes to the iso-scan component. As of
now, as soon as a Debian ISO is found, it is used.
   
I found another bugreport with pending patches which could help me. Do 
you know why its not going on ? ;)

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564441

Or should I contact the persons over there ?


Nice catch. I was indeed working on a complete bug triaging of iso-scan 
these days and would probably have come on this one at one moment or 
another...but it is nice of you to point me there.


Apparently (I now remember that discussion), Frans Pop and the original 
bug reporter came to an acceptable patch...so it just needs action by 
someone for being applied.


I plan to do this in a foreseeable future (understand the upcoming 
days..;:-)).


No need to contact people who were involved in the bug report, actually. 
 I'm CC'ing Frédéric Boiteux to this answer, as well as the original 
bug report, so that things are recorded.


For your information, Frans Pop, who participated in the discussion 
about this bug with Frédéric, unfortunately passed last year, in August. 
 You may have read this elsewhere, probably.






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



Bug#614556: cdimage.debian.org: menu option advancedalternative desktops is hidden

2011-02-22 Thread Richard Paris
Package: cdimage.debian.org
Severity: normal



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

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

While using the Multi-Arch DVD -  Squeeze - 20110205-18:38 - the menu option 
for alternative desktops is hidden at the bottom of the screen.  It is 
selectable
if you know it is there at the bottom but it can not be seen.  This problem does
NOT exist with the previous weekly build 20101220.



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



Bug#614557: debian-cd: Businesscard images spit Invalid Release File

2011-02-22 Thread George Stephanos
Package: debian-cd
Severity: grave
Justification: renders package unusable

I'm trying to install wheezy (testing) through USB + businesscard image.
I got the flash drive image from
http://d-i.debian.org/daily-images/amd64/daily/hd-media/boot.img.gz.
DDed to my USB stick. Copied over the businesscard image from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-businesscard.iso
.
All steps are done successfully until Install the base system where it
fails with Debootstrap Error: Invalid Release File: no entry for
main/binary-amd64/Packages.
I have only tried amd64/testing.

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

Kernel: Linux 2.6.35-22-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Bug#613981: serna-free: serna 4.3 is out

2011-02-22 Thread Joachim Breitner
Hi,

Am Montag, den 21.02.2011, 22:34 +0100 schrieb Mathieu Malaterre:
  I did not try building yet, I’ll come to that tomorrow.
 
 Fantastic !

built and uploaded. Thanks for helping out on this.

Now that you are an officially co-maintainer and have the upload rights,
feel free to improve on the package as you feel fit, I’m not claiming
exlusive ownership of the package.

Also note that upstream has set up a bugtracker:
https://bitbucket.org/syntext/serna-free-4-3/issues

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#614558: new upstream version: 2.70

2011-02-22 Thread Holger Levsen
package: rss2email
severity: wishlist
x-debbugs-cc: etienne.mil...@gmail.com

Hi David,

2.70 is out and 2.69 is available on mentors (see 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447144#35) - what are your 
plans for this package?

Also, 518410 and 447144 are tagged pending, which I think is not really true, 
as new upstream versions should not be introduced with an NMU...


cheers,
Holger


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


Bug#614471:

2011-02-22 Thread Lifeng Sun
Hello,

On 09:38 Tue 02/22/11 Feb , Mathieu Malaterre wrote:
 reassign 614471 ffmpeg
 thanks
 
  [ 29%] Building CXX object 
  VTK/IO/CMakeFiles/vtkIO.dir/vtkPostgreSQLQuery.cxx.o
  In file included from /usr/include/libavutil/avutil.h:81,
   from /usr/include/libavcodec/avcodec.h:30,
   from /usr/include/libavformat/avformat.h:56,
   from 
  /build/user-paraview_3.8.1-2-amd64-4Wj_N7/paraview-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx:27:
  /usr/include/libavutil/common.h: In function 'int32_t 
  av_clipl_int32(int64_t)':
  /usr/include/libavutil/common.h:154: error: 'UINT64_C' was not declared in 
  this scope
 
 Clearly the issue is in the libavutil.h code (not in paraview)

This is an issue of paraview. Paraview is written in C++ while
libavutil is written in C. The ISO C99 standard (7.18.4) specifies
that C++ implementations should define UINT64_C only when
__STDC_CONSTANT_MACROS is defined, so even when stdint.h is included,
UINT64_C may be not in scope in C++ programs, but this never happens
in C programs.



Regards,
Lifeng

 
 
 /**
  * Clips a signed 64-bit integer value into the -2147483648,2147483647 range.
  * @param a value to clip
  * @return clipped value
  */
 static inline av_const int32_t av_clipl_int32(int64_t a)
 {
 if ((a+0x8000u)  ~UINT64_C(0x)) return (a63) ^ 0x7FFF;
 else return a;
 }
 
 
 Thanks
 
 
 
 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-science-maintainers

-- 
--- a/VTK/IO/vtkFFMPEGWriter.cxx
+++ b/VTK/IO/vtkFFMPEGWriter.cxx
@@ -21,6 +21,10 @@
 #include vtkFFMPEGConfig.h
 
 extern C {
+#ifndef __STDC_CONSTANT_MACROS
+# define __STDC_CONSTANT_MACROS
+#endif
+
 #ifdef VTK_FFMPEG_HAS_OLD_HEADER
 # include ffmpeg/avformat.h
 #else


signature.asc
Description: GnuPG digital signature


Bug#546748: ruby-fftw3: changing back from ITP to RFP

2011-02-22 Thread Youhei SASAKI
retitle 546748 ITP: ruby-fftw3 -- Ruby interface to the FFTW Ver.3
owner 546748 uwab...@gfd-dennou.org|!

I am looking for a sponsor for my package ruby-fftw3.

* Package name: ruby-fftw3
  Version : 0.2-1
  Upstream Author : Takeshi Horinouchi hourinout_(at)_gfd-dennou.org 
* URL : http://www.gfd-dennou.org/arch/ruby/products/ruby-fftw3/
* License : Ruby's
  Section : ruby

It builds these binary packages:
libfftw3-ruby - Ruby interface to the FFTW Ver.3 library
libfftw3-ruby1.8 - Ruby FFT library using FFTW Ver.3
libfftw3-ruby1.8-dbg - Ruby FFT library using FFTW Ver.3
libfftw3-ruby1.9.1 - Ruby FFT library using FFTW Ver.3
libfftw3-ruby1.9.1-dbg - Ruby FFT library using FFTW Ver.3

The package appears to be lintian clean.

The upload would fix these bugs: 546748

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/r/ruby-fftw3
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/r/ruby-fftw3/ruby-fftw3_0.2-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,
---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@math.kyoto-u.ac.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07






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



Bug#614405: libcgi-application-perl: uses packages deprecated in perl 5.12

2011-02-22 Thread Paul Campbell
unsubscribe



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



Bug#614221: linux-image-2.6.37-1-powerpc: 2.6.37-1-powerpc does not but on iMac G3

2011-02-22 Thread Gunther Furtado
2011/2/21 Gunther Furtado gunfurt...@gmail.com:
 Hi,

 2011/2/20 Ben Hutchings b...@decadent.org.uk:
 On Sun, 2011-02-20 at 10:17 -0300, Gunther Furtado wrote:
 Package: linux-2.6
 Version: 2.6.37-1
 Severity: critical
 Tags: d-i
 Justification: breaks the whole system

 Hi,

 First of all: I cannot run reportbug while running the package I am 
 reporting
 this bug because I cannot boot from it.

 I suspect this is due to my changes to framebuffer driver selection,
 which you obviously noticed.

 The problem is that on PowerPC systems we cannot assume hardware support
 for a text mode (as on PCs) and so we must select from the following
 sets of framebuffer drivers:
 1. Generic drivers using firmware or standard registers
   (FB_OF, FB_VGA16, ...)
 2. Specific drivers without support for GPU acceleration
   (FB_INTEL, FB_NVIDIA, FB_RADEON, ...)
 3. Specific drivers with KMS and GEM/TTM
   (DRM_I915, DRM_NOUVEAU, DRM_RADEON)

 The type 1 drivers generally allow switching to a different driver for
 the same hardware.  But once we have loaded a type 2 or 3 driver there
 is no way to switch without rebooting.

 Previously we built-in several type 2 drivers, which meant KMS was not
 possible.  However, current X drivers for Intel, Nvidia and AMD/ATI
 hardware require KMS and GEM/TTM so we cannot continue to do this.  We
 need to load type 3 drivers, but they are so large that we don't want to
 make them built-in.  Also, the AMD/ATI Radeon driver requests firmware
 for 3D acceleration, which is not available at the time built-in drivers
 are initialised.

 Therefore, I'm trying to build-in type 1 drivers that cover all PowerPC
 hardware.  Apparently that doesn't work.

 Do you see any messages from the kernel, or just a blank screen?


 Sorry I didn't mention it in my previous message but it seems that
 your suspicions are correct:

 The boot messages start to appear until the last to lines that mention
 FB and tty1 (i am not close to my box right now but they have very
 similar structure to the ones that appear when I successfully boot
 2.6.37-trunk-powerpc).

Being precise:

---
Console: colour dummy device 80x25
console [tty0] enabled, boot console disable
---


those are the last two line I see before rebooting.


cheers,

-- 

“Estes aprazíveis pensamentos tornam de tal modo leve o
meu trabalho que nunca estou tão ocioso como quando a ele me
dedico. Nietzsche citando Shakespeare (e como o Niezsche era
muito mentiroso, me resguardo o direito de transferir a culpa)

Gunther Furtado
Curitiba - Paraná - Brasil
gunfurt...@gmail.com



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



Bug#571163: Logwatch dovecot deliver bug

2011-02-22 Thread Alexis Lahouze
This bug is still valid is squeeze. It's annoying to have so many lines 
of dovecot deliver  in my daily logwatch reports.


Best regards. Alexis.




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



Bug#613532: [monit-dev] Suggestion to implement sendmail interface for monit

2011-02-22 Thread Raf Czlonka
Sergey B Kirpichev wrote:
 I think you argue quite convincing against this feature yourself in the 
 discussion thread you refer to. I agree with all your points and may only add 
 this; Delivering alert mails to an external server is a sound principle 
 incase the server should have a e.g. a disk crash. Ten years ago it may have 
 made sense to add this feature, but in todays cloud and virtual servers 
 environment doing local alert mail delivery is becoming a corner case. So, no 
 we will not add this feature and even if we got a patch for it I'm not sure 
 we would include it.

I see that both of you concentrate only on one aspect of my request.
I still think that I should choose what software do I use for mail
delivery and since I already have a MTA configured (msmtp-mta package)
which uses an external SMTP server to send out email - every piece of
software, which tries to send mail locally, uses msmtp without even
knowing about of its existence.
What I'm trying to say is that I didn't have to configure ten programmes
to use GMail - I configured one and all other software uses it
transparently - starting with cron, logcheck, fwanalog, you name it.
Delivering mail to an external server is a great feature - I don't deny
it. I don't really understand your argument about local delivery - you
do allow to use localhost as the server anyway - you don't ask the
user whether the delivery is local-only or using a smart-host, do you?
Well, my case is exactly the same - you don't need to know whether it is
local only or not - the only difference is that the software I use
doesn't listen on port 25. And why should it - the less open ports, the
better.
Implementing usage of /usr/sbin/sendmail or /usr/lib/sendmail doesn't
seem that much harder than implementing SMTP support in monit.

Anyway, thanks for trying. I really appreciate that you went all the way
upstream with this one ;^)

Keep up the good work,
-- 
Raf



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



Bug#614559: fluxbox: Won't start with vertical toolbar

2011-02-22 Thread Matteo Cypriani
Package: fluxbox
Version: 1.3.0-1
Severity: normal

Hi!

Since the last upgrade, Fluxbox refuses to start if the toolbar is
configured to be vertical (right top/center/bottom or left
top/center/bottom).

For instance, if I have the following line in ~/.fluxbox/init, it won't
start (actually it does start, I can briefly see my wallpaper, but it
crashes immediately):
  session.screen0.toolbar.placement:  RightTop

If I have the toolbar configured horizontally (top left/center/right or
bottom left/center/right), it works normally. For example:
  session.screen0.toolbar.placement:  BottomLeft

Cheers,

  Matteo

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

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

Versions of packages fluxbox depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libgcc1 1:4.4.5-12   GCC support library
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libimlib2   1.4.2-8+b2   powerful image loading and renderi
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libstdc++6  4.4.5-12 The GNU Standard C++ Library v3
ii  libx11-62:1.4.1-4X11 client-side library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxft2 2.2.0-2  FreeType-based font drawing librar
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxpm4 1:3.5.9-1X11 pixmap library
ii  libxrandr2  2:1.3.1-1X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  menu2.1.44   generates programs menu for all me
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fluxbox recommends:
ii  xfonts-terminus   4.30-2 Fixed-width fonts for fast reading

Versions of packages fluxbox suggests:
pn  fbautostart   none (no description available)
pn  fbdesknone (no description available)
pn  fbpager   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#614560: blcr-dkms: Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64)

2011-02-22 Thread Mathieu Malaterre
Package: blcr-dkms
Version: 0.8.2-15
Severity: important


Hi,

  I cannot install blcr-dkms on my system:

Processing triggers for gnome-menus ...
Setting up blcr-dkms (0.8.2-15) ...

Creating symlink /var/lib/dkms/blcr/0.8.2/source -
 /usr/src/blcr-0.8.2

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area
make KERNELRELEASE=2.6.37-1-amd64 -C /lib/modules/2.6.37-1-amd64/build 
M=/var/lib/dkms/blcr/0.8.2/build..(bad exit status: 2)

Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/blcr/0.8.2/build/ for more information.
0
0


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 blcr-dkms depends on:
ii  dkms  2.1.1.2-5  Dynamic Kernel Module Support Fram
ii  linux-headers-2.6.37-1-amd64  2.6.37-1   Header files for Linux 2.6.37-1-am
ii  make  3.81-8 An utility for Directing compilati

Versions of packages blcr-dkms recommends:
ii  blcr-util 0.8.2-15   Userspace tools to Checkpoint and 

blcr-dkms 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#590816: bluefeather: changing back from ITP to RFP

2011-02-22 Thread Youhei SASAKI
retitle 590816 ITP: bluefeather -- Extended MarkDown Converter
owner 590816 !
thanks


I am looking for a sponsor for my package bluefeather.

* Package name: bluefeather
  Version : 0.40-1
  Upstream Author : Dice tetradice_(at)_gmail.com
* URL : http://ruby.morphball.net/bluefeather/
* License : GPL 2
  Section : ruby

It builds these binary packages:
bluefeather - Extended MarkDown converter

The package appears to be lintian clean.

The upload would fix these bugs: 590816

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/b/bluefeather
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/b/bluefeather/bluefeather_0.40-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,
---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@math.kyoto-u.ac.jp
Department of Mathematics, Kyoto University
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



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



Bug#614561: bashdb: Fails to install because bashdb.el is missing

2011-02-22 Thread Hilko Bengen
Package: bashdb
Version: 4.2.0.6-1
Severity: grave

The emacs/ directory has been removed by upstream, so the package fails
to install on systems with Emacs installed:

,
| Setting up bashdb (4.2.0.6-1) ...
| install/bashdb: Handling install for emacsen flavor emacs23
| cp: cannot stat `bashdb.el': No such file or directory
| emacs-package-install: /usr/lib/emacsen-common/packages/install/bashdb 
emacs23 emacs23 failed at /usr/lib/emacsen-common/emacs-package-install line 
30, TSORT line 1.
| dpkg: error processing bashdb (--configure):
|  subprocess installed post-installation script returned error exit status 1
| Errors were encountered while processing:
|  bashdb
`

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
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 bashdb depends on:
ii  bash  4.1-3  The GNU Bourne Again SHell
ii  dpkg  1.15.8.10  Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 

bashdb recommends no packages.

Versions of packages bashdb suggests:
ii  emacsen-common1.4.22 Common facilities for all emacsen

-- 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#604775: squid3: Can't access www.google.com when using bind as DNS server

2011-02-22 Thread Joerg Schuetter
Upgrading to 3.1.11 had the same result.
Setting dns_v4_fallback to on (default) as suggested by Amos
solved the issue.
Thanks

Joerg



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



Bug#614560: Acknowledgement (blcr-dkms: Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64))

2011-02-22 Thread Mathieu Malaterre
Forgot the make.log sorry.
DKMS make.log for blcr-0.8.2 for kernel 2.6.37-1-amd64 (x86_64)
Tue Feb 22 10:39:54 CET 2011
make: Entering directory `/usr/src/linux-headers-2.6.37-1-amd64'
/var/lib/dkms/blcr/0.8.2/build/Kbuild:19: /var/lib/dkms/blcr/0.8.2/build/module_files: No such file or directory
cd /var/lib/dkms/blcr/0.8.2/build  env -i PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/usr/lib/dkms ./configure --disable-maintainer-mode --with-linux=2.6.37-1-amd64 --with-installed-libcr --with-installed-util --with-components=modules --prefix=/usr  touch /var/lib/dkms/blcr/0.8.2/build/config-stamp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... no
checking for pwd... /bin/pwd
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gmake... no
checking for make... /usr/bin/make
checking if /usr/bin/make is GNU make... yes (3.81)
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for style of include used by /usr/bin/make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands +=... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for rpmbuild... no
checking for rpmb... no
checking for rpm... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... 

Bug#614562: keepalived: PASS problem after upgrade to squeeze

2011-02-22 Thread Chris
Package: keepalived
Version: 1:1.1.20-1
Severity: normal


Hello,

After upgrading one of two servers using keepalived for vrrp to 
squeeze, I noticed that the two servers wouldn't recognise each
other (basically wouldn't accept the authentication PASS configured
in /etc/keepalived/keepalived.conf).

After some debugging, it appears that keepalived expects now passwords
to be no more than 8 characters long (and even seems to pad it with
special characters if less than 8). Having a password longer than 8
characters seems to throw off the password alltogether.

I fixed it by changing the length of my passwords to less than 8 
characters but I felt it would be useful to report it nonetheless. ;)

Cheers,

Chris


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

Kernel: Linux 2.6.37
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages keepalived depends on:
ii  iproute 20100519-3   networking and traffic control too
ii  ipvsadm 1:1.25.clean-1   Linux Virtual Server support progr
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries

keepalived recommends no packages.

keepalived 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#614563: chromium-browser: Fails to render http://www.gda.bayern.de/findmittel/ead/index.php?fb=102

2011-02-22 Thread Daniel Skorka
Package: chromium-browser
Version: 6.0.472.63~r59945-5+squeeze2
Severity: normal


Hello,

Chromium fails on the above website. To reproduce:

1. Visit address
2. Click one of the numbered entries in the left frame, e.g.
   05.1.2.1.1. Von Sidon bis Jaffa
3. Click one of the entries in the middle frame, e.g.
   Sidon: Stadt-Mitte
4. Click the small image that appears

A window will open and commence resizing itself in small steps until it
fills the whole screen. At this point resizing stops, and the window
becomes usable.

What *should* happen:

A small to medium sized window should open, not resize itself and be usable
right away; Firefox shows this behaviour.

I did not file an upstream bug report.

Regards,
Daniel

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

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

Versions of packages chromium-browser depends on:
ii  chromium-br 6.0.472.63~r59945-5+squeeze2 page inspector for the chromium-br
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcups21.4.4-7  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-gli 0.88-2.1 simple interprocess messaging syst
ii  libevent-1. 1.4.13-stable-1  An asynchronous event notification
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfontconf 2.8.0-2.1generic font configuration library
ii  libfreetype 2.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgl1-mesa 7.7.1-4  A free implementation of the OpenG
ii  libglewmx1. 1.5.4-1  The OpenGL Extension Wrangler - ru
ii  libglib2.0- 2.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libicu444.4.1-7  International Components for Unico
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.8-1 Network Security Service libraries
ii  libpango1.0 1.28.3-1+squeeze1Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libv8-2.2.2 2.2.24-6 V8 JavaScript Engine
ii  libvpx0 0.9.1-2  VP8 video codec (shared library)
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
pn  chromium-browser-l10n 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#614564: conn6: rewritten in perl with IP parameter

2011-02-22 Thread Roland Rosenfeld
Package: hobbit-plugins
Version: 20101207
Severity: wishlist
Tags: patch

When starting up with IPv6 it is sometimes necessary to monitor IPv6
addresses with conn6 plugin without already mentioning their 
records in DNS for the main hostname.

So I wanted to have the option to give an IPv6 as parameter to conn6
which should be tested instead of the  of the given hostname.

The original conn6 script was implemented with /bin/sh and calls perl
for calculating milliseconds, which doesn't sound like a good
performance, so I decided to rewrite it completely in perl and to
implement the above required IP parameter in the new one.

You find my rewritten script as an attachment, now you can either use
conn6 in the way you know it or you can attach a comma separated
list of v6 IPs and/or hostnames with  records after a colon.

Examples:
10.1.2.3 foo # ftp conn6:2001:db8:1::42
10.1.2.4 bar # smtp conn6
10.1.2.5 baz # conn6:baz.example.com dialup
10.1.2.6 router # conn6:2001:db8:1::1,2001:db8:2::1

Tscho

Roland

-- 
Roland Rosenfeld  -  Content Delivery  -  NED  -  Technik
NetCologne Gesellschaft für Telekommunikation mbH  -  HRB 25580, AG Köln
Am Coloneum 9   50829 Köln   Tel.: +49-221--373   Fax: +49-221--7373
Geschäftsführer: Dipl.-Ing. Karl-Heinz Zankel


conn6.pl
Description: Perl program


Bug#614565: RM: paraview -- ROM; Wrong orig source

2011-02-22 Thread Mathieu Malaterre
Package: ftp.debian.org
Severity: normal


As per:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611840

There is a mismatch in between paraview 3.8.1 as uploaded on debian and from 
original source.

I am planning on re-uploading immediately the correct paraview 3.8.1 parackage 
once it has been removed from unstable.

Thanks



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



Bug#603971: libtool: link_all_deplibs not disabled on Hurd

2011-02-22 Thread Alberto Garcia
On Fri, Nov 19, 2010 at 12:02:09AM +0100, Pino Toscano wrote:

 This fixes the test #68 of the test suite (two others are still failing,
 though), and avoid extra dependencies being added to libraries; for example:
   $ curl-config --libs
   -lcurl -lidn -lssh2 -lssl -lcrypto -llber -lldap -lssl -lcrypto -lz
 while it should just return '-lcurl'.

I haven't had the time to check the patch yet, but for your
description I take this is what's causing this compilation failure:

  
https://buildd.debian.org/fetch.cgi?pkg=fuse-emulator-utilsarch=hurd-i386ver=1.0.0-2stamp=1298327513file=logas=raw

Berto



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



Bug#614302: Patch for the issue

2011-02-22 Thread Thomas Goirand
Hi,

Here's a patch for not sending passwords (with an option to keep the old
behavior if you want to).

Thomas
From d5471d0fa7e6554d7e17da9e319e252ce4e9d4aa Mon Sep 17 00:00:00 2001
From: Thomas Goirand tho...@goirand.fr
Date: Tue, 22 Feb 2011 16:57:41 +0800
Subject: [PATCH 2/2] Fixes: CVE-2011-0436 (password being mailed in clear text)

---
 admin/dtc_db.php|   12 
 admin/inc/dtc_config.php|5 +
 admin/tables/config.sql |1 +
 client/new_account_form.php |9 -
 4 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/admin/dtc_db.php b/admin/dtc_db.php
index e6ac59e..2ed1b76 100644
--- a/admin/dtc_db.php
+++ b/admin/dtc_db.php
@@ -165,10 +165,14 @@ $dtc_database = array(
 			named_slavezonefiles_path = varchar(255) NOT NULL default 'slave_zones' ,
 			named_zonefiles_path = varchar(255) NOT NULL default 'zones' ,
 			autogen_default_subdomains = enum('yes','no') NOT NULL default 'yes',
-			backup_script_path = varchar(255) NOT NULL default 'backup.bash' ,
-			bakcup_path = varchar(255) NOT NULL default '/mnt/backup' ,
-			webalizer_stats_script_path = varchar(255) NOT NULL default 'webalizer.bash' ,
-			use_javascript = enum('yes','no') NOT NULL default 'yes' ,
+			autogen_subdomain_list = varchar(255) NOT NULL default 'pop|imap|mail|smtp|ftp',
+			autogen_webmail_alias = enum('yes','no') NOT NULL default 'yes',
+			autogen_webmail_type = enum('squirrelmail','roundcube') NOT NULL default 'squirrelmail',
+			backup_script_path = varchar(255) NOT NULL default 'backup.bash',
+			bakcup_path = varchar(255) NOT NULL default '/mnt/backup',
+			webalizer_stats_script_path = varchar(255) NOT NULL default 'webalizer.bash',
+			use_javascript = enum('yes','no') NOT NULL default 'yes',
+			send_passwords_in_emails = enum('yes','no') NOT NULL default 'no',
 			use_mail_alias_group = enum('yes','no') NOT NULL default 'yes',
 			use_ssl = enum('yes','no') NOT NULL default 'no' ,
 			use_nated_vhost = enum('yes','no') NOT NULL default 'no' ,
diff --git a/admin/inc/dtc_config.php b/admin/inc/dtc_config.php
index bdc28a7..714d5c9 100644
--- a/admin/inc/dtc_config.php
+++ b/admin/inc/dtc_config.php
@@ -719,6 +719,11 @@ function drawGeneralConfig(){
 type = radio,
 values = array(yes,no),
 display_replace = array(_(Yes),_(No))),
+			send_passwords_in_emails = array(
+legend = _(Send passwords in registration emails: ),
+type = radio,
+values = array(yes,no),
+display_replace = array(_(Yes),_(No))),
 			use_ssl = array(
 legend = _(Use SSL: ),
 type = radio,
diff --git a/admin/tables/config.sql b/admin/tables/config.sql
index db321fc..f342744 100644
--- a/admin/tables/config.sql
+++ b/admin/tables/config.sql
@@ -44,6 +44,7 @@ backup_script_path varchar(255) NOT NULL default 'backup.bash',
 bakcup_path varchar(255) NOT NULL default '/mnt/backup',
 webalizer_stats_script_path varchar(255) NOT NULL default 'webalizer.bash',
 use_javascript enum('yes','no') NOT NULL default 'yes',
+send_passwords_in_emails enum('yes','no') NOT NULL default 'no',
 use_ssl enum('yes','no') NOT NULL default 'no',
 use_nated_vhost enum('yes','no') NOT NULL default 'no',
 nated_vhost_ip varchar(16) NOT NULL default '192.168.0.2',
diff --git a/client/new_account_form.php b/client/new_account_form.php
index 4ba0249..1a7b959 100644
--- a/client/new_account_form.php
+++ b/client/new_account_form.php
@@ -9,6 +9,7 @@ function register_user($adding_service=no){
 	global $conf_selling_conditions_url;
 
 	global $conf_message_subject_header;
+	global $conf_send_passwords_in_emails;
 
 	global $secpayconf_currency_letters;
 
@@ -373,11 +374,17 @@ VALUES('.$_REQUEST[reqadm_login].',
 		$the_prod = $a[name]. (.$a[price_dollar]. $secpayconf_currency_letters);
 	}
 
+if($conf_send_passwords_in_emails == yes){
+	$pass_for_email = $_REQUEST[reqadm_pass];
+}else{
+	$pass_for_email = _(- password removed for security reasons -);
+}
+
 	$mail_content = 
 Somebody tried to register an account. Here is the details of the new user:
 
 login: .$_REQUEST[reqadm_login].
-pass: .$_REQUEST[reqadm_pass].
+pass: .$pass_for_email.
 domain: .$_REQUEST[domain_name].
 Company name: .$_REQUEST[compname].
 First name: .$_REQUEST[firstname].
-- 
1.7.2.3



Bug#614566: linux-image-2.6.37-1-686: please add drm/radeon/kms: atombios big endian fixes from 2.6.38-rc5

2011-02-22 Thread Gijs Hillenius
Package: linux-2.6
Version: 2.6.37-1
Severity: wishlist
Tags: upstream


Hello,

Is it possible to add some of the fixes regarding drm/radeon/kms to Debian's 
linux-image 2.6.37?
Specifically, the fixes introduced in 2.6.38-rc5.

KMS is now on by default in Unstable, and without these fixes, my radeon card 
will flicker constantly. 


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
Subsystem: Lenovo ThinkPad T60 [17aa:2015]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express PCI Express Root Port [8086:27a1] (rev 03) (prog-if 00 
[Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: ee00-ee0f
Prefetchable memory behind bridge: d800-dfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller [8086:27d8] (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series [17aa:2010]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 47
Region 0: Memory at ee40 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 
1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: d000-dfff
Memory behind bridge: ee10-ee1f
Prefetchable memory behind bridge: 6000-601f
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 
2 [8086:27d2] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 3000-4fff
Memory behind bridge: ec00-edff
Prefetchable memory behind bridge: e400-e40f
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 
3 [8086:27d4] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=04, subordinate=0b, sec-latency=0
I/O behind bridge: 5000-6fff
Memory behind bridge: e800-e9ff
   

Bug#614567: cron: recurrent error appears in syslog

2011-02-22 Thread kubrick
Package: cron
Version: 3.0pl1-116
Severity: normal

This error appears in the syslog file:

(CRON) error (grandchild #2323 failed with exit status 143)



-- Package-specific info:
--- EDITOR:
not set

--- usr/bin/editor:
/bin/nano

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 35040 Dec 19 01:36 /usr/bin/crontab

--- /var/spool/cron
drwxr-xr-x 5 root root 4096 Feb 12 15:33 /var/spool/cron

--- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 4096 Feb 21 16:50 /var/spool/cron/crontabs


-- 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/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 cron depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  dpkg1.15.8.10Debian package management system
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.72-6 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-6 lightweight Exim MTA (v4) daemon
ii  lockfile-progs0.1.15 Programs for locking and unlocking

Versions of packages cron suggests:
ii  anacron   2.3-14 cron-like program that doesn't go 
pn  checksecurity none (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap   none (no description available)
pn  libnss-ldapd  none (no description available)
pn  libpam-ldap   none (no description available)
pn  libpam-mount  none (no description available)
pn  nis   none (no description available)
pn  nscd  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#129933: twm only checks $HOME; it doesn't call getpwent

2011-02-22 Thread Uwe Kleine-König
On Sat, Jan 19, 2002 at 12:38:29AM -0600, Adam Heath wrote:
 Package: twm
 Version: 4.1.0-5
 Severity: minor
 
 (this is an upstream bug)
 
 If twm is called without $HOME set, it can't find the users home directory, so
 can't look there for config files.
$HOME is the better source to find out about a user's home dir.
getpwent is only used to initialize it.

See
http://www.kernel.org/doc/man-pages/online/pages/man3/getpwnam.3.html#NOTES

 [23:06:56,385,Twm-Log] can't find user's HOME, looking for config file in 
 current directory.
 
 I've straced and ltraced twm, and it calls getenv(HOME), but not getpwent.
 Gimp, in this same situation, does properly find the user's home directory.
 
 This particular user is not logged in.  Su was used to change to the user, and
 start the process.
The easy workaround is to use

env HOME=/what/ever/you/want twm

Best regards
Uwe



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



Bug#584602: ksudoku is very easy, even on hard level

2011-02-22 Thread Gabor Nagy
Package: ksudoku
Version: 4:4.4.5-1
Severity: normal


Sometimes hard setting generates harder boards, ones that take around 15
minutes to solve. Most of the time I can solve the boards between 2 and 8
minutes.

To compare: in the daily newspaper the easy level takes around 8-10 minutes,
medium is around 15, and hard is way more than that.

My impression is that ksudoku sometimes generetes very easy levels (like it
ignores the hard setting), and sometimes generates harder ones (when it doesn't
ignore the setting). Alas even when it generates a harder board, is not
difficult enough.

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

Kernel: Linux 2.6.32-5-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 ksudoku depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  7.7.1-4A free implementation of the OpenG
ii  libglu1-mesa [libglu1]7.7.1-4The OpenGL utility library (GLU)
ii  libkdecore5   4:4.4.5-3  the KDE Platform Core Library
ii  libkdegames5  4:4.4.5-1  libraries and common files for KDE
ii  libkdeui5 4:4.4.5-3  the KDE Platform User Interface Li
ii  libkio5   4:4.4.5-3  the Network-enabled File Managemen
ii  libqt4-opengl 4:4.6.3-4  Qt 4 OpenGL module
ii  libqt4-svg4:4.6.3-4  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3

ksudoku recommends no packages.

ksudoku 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#614061: rsyslog-mysql: You have an error in your SQL syntax; check the manual ...

2011-02-22 Thread Rainer Gerhards
Thanks to Michael Biebl, I was able to nail down the problem. Spamd seems to
write NUL-Bytes (0x00, '\0') into the system log. The new imuxsock has a
regression in that it no longer does the escaping (including check for
NUL-Bytes) that previously happened. I'll now re-enable the escaping code. It
may take a little while because I must carefully evaluate how much I would
like to change (a totally clean solution may have a lot of potential for new
regressions, so I may move this effort to a new devel version instead).

As a side-note, one may think if it is valid that spamd writes these
NUL-Bytes. While this is obviously a problem in rsyslogd in the first place,
I wonder if it were wiser not to write them.

Rainer

 -Original Message-
 From: Rainer Gerhards [mailto:rgerha...@hq.adiscon.com]
 Sent: Tuesday, February 22, 2011 9:42 AM
 To: Michael Biebl; 614...@bugs.debian.org
 Cc: cont...@bugs.debian.org; Florian Ernst
 Subject: Bug#614061: rsyslog-mysql: You have an error in your SQL syntax;
 check the manual ...
 
 Just for your information: I have begun to work on this issue and suspect
it is
 an regression from the imuxsock changes. However, I have unfortunately
 not yet been able to reproduce it (but I could not yet try on Debian 6,
will do
 that shortly). However, I created a new instrumented v5-beta-mysql-test gt
 branch and Michael is helping me try it out.
 
 Rainer
 
  -Original Message-
  From: Michael Biebl [mailto:bi...@debian.org]
  Sent: Monday, February 21, 2011 2:04 PM
  To: Rainer Gerhards; 614...@bugs.debian.org
  Cc: cont...@bugs.debian.org; Florian Ernst
  Subject: Re: Bug#614061: rsyslog-mysql: You have an error in your SQL
  syntax; check the manual ...
 
  tags 6144061 confirmed
  thanks
 
  Hi Rainer,
 
  Here's another v5 specific problem.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614061
 
  Am 20.02.2011 09:06, schrieb Florian Ernst:
   On Sat, Feb 19, 2011 at 10:46:27PM +0100, Michael Biebl wrote:
   Am 19.02.2011 13:14, schrieb Florian Ernst:
   since updating to 5.7.3-1 rsyslog-mysql apparently fails to
   correctly parse / escape some strings.
  
   Could you please post such example strings?
  
   The type of string that led me to noticing this bevavior was
   included in my original report: the spamd line is the triggering
   line, the following line is the rsyslog db error message.
   So far this error only occured on my system with these spamd lines.
  
   Running rsyslog in debug mode might help to track this issue down,
too:
   Run
   rsyslogd -c5 -dn
   for this and attach the output to the bug report.
  
   Attached, but I replaced my DB password with ReplacedPassword.
  
 
 
 
  A debug log is at
  http://bugs.debian.org/cgi-
  bin/bugreport.cgi?msg=15;filename=rsyslog.log;att=1;bug=614061
 
  I can reproduce the problem here, so if you need more
  information/testing, just let me know.
  --
  Why is it that all of the instruments seeking intelligent life in the
 universe are
  pointed away from Earth?



Bug#614568: liblouis: FTBFS with Python 2.7: ImportError: cannot import name DistutilsOptionError

2011-02-22 Thread Jakub Wilk

Source: liblouis
Version: 2.0.0-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.7

When rebuilt against python-defaults from experimental, liblouis failed 
to build from source. Tail of the build log:


| cd python; \
| for py in python2.5 python2.6 python2.7; do \
| 
LD_LIBRARY_PATH=../liblouis/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH} $py 
setup.py build; \
| done
| running build
| running build_py
| creating build
| creating build/lib
| creating build/lib/louis
| copying louis/__init__.py - build/lib/louis
| running build
| running build_py
| creating build/lib.linux-i686-2.6
| creating build/lib.linux-i686-2.6/louis
| copying louis/__init__.py - build/lib.linux-i686-2.6/louis
| Traceback (most recent call last):
|   File setup.py, line 5, in module
| from distutils.core import setup, Command, DistutilsOptionError
| ImportError: cannot import name DistutilsOptionError
| make: *** [build-stamp] Error 1

It doesn't look like DistutilsOptionError is actually used, so removing 
it from the import list should fix the bug.


--
Jakub Wilk



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



Bug#614569: slapd: Dist-Upgrade Lenny-Squeeze: syncreplication w/ incomplete objects fails

2011-02-22 Thread Rainer Ruprechtsberger
Package: slapd
Version: 2.4.23-7
Severity: normal

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

Hallo again,

dist-upgrading ldap syncreplication slaves with incomplete object fails.
My setting uses 'schemachecking=off' and the replication user is not
allowed to read all attributes on the master server. The upgrade scripts
make a backup of the existing ldap database and tries to restore it with
slapadd. This fails and leave the the slapd package half configured.
For example:

Loading the database from the LDIF dump failed with the following
error while running slapadd:
Entry (uid=foobar,ou=people,dc=volkshilfe-ooe,dc=at): object class
'inetOrgPerson' requires attribute 'sn'
slapadd: dn=uid=foobar,ou=people,dc=volkshilfe-ooe,dc=at
(line=24): (65) object class 'inetOrgPerson' requires attribute 'sn'
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1

Exchanging the backup with a fake (only containing the top object) was
the fastest way to resolve this problem i was able to find.

/r


-- System Information:
Debian Release: 6.0
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-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 slapd depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  coreutils   8.5-1GNU core utilities
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration
management sy
ii  libc6   2.11.2-10Embedded GNU C Library:
Shared lib
ii  libdb4.84.8.30-2 Berkeley v4.8 Database
Libraries [
ii  libgnutls26 2.8.6-1  the GNU TLS library -
runtime libr
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libltdl72.2.6b-2 A system independent dlopen
wrappe
ii  libperl5.10 5.10.1-17shared Perl library
ii  libsasl2-2  2.1.23.dfsg1-7   Cyrus SASL - authentication
abstra
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP
wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2
init scrip
ii  perl [libmime-base64-pe 5.10.1-17Larry Wall's Practical
Extraction
ii  psmisc  22.11-1  utilities that use the proc
file s
ii  unixodbc2.2.14p2-1   ODBC tools libraries

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.23.dfsg1-7 Cyrus SASL - pluggable
authenticat

Versions of packages slapd suggests:
ii  ldap-utils2.4.23-7   OpenLDAP utilities

-- Configuration Files:
/etc/default/slapd changed [not included]

-- debconf information:
  slapd/password_mismatch:
  slapd/invalid_config: true
  shared/organization: test.vpn.volkshilfe-ooe.at
  slapd/upgrade_slapcat_failure:
  slapd/backend: HDB
  slapd/dump_database: when needed
  slapd/allow_ldap_v2: false
  slapd/no_configuration: false
  slapd/move_old_database: true
  slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/purge_database: false
  slapd/domain: test.vpn.volkshilfe-ooe.at

-- 
Rainer Ruprechtsberger
Volkshilfe Oberösterreich
EDV
Glimpfingerstrasse 48
4020 Linz
Tel.: 0732/3405-123
Mobil.: 0676/8734-1123

ZVR Zahl: 064371505



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



Bug#613593: xserver-xorg-video-radeon: [regression] X fails to start

2011-02-22 Thread Michel Dänzer
On Mon, 2011-02-21 at 22:03 +0100, Stephen Kitt wrote: 
 
 Investigating further, it turns out that X actually starts if it's
 started on its own (rather than via gnome-session). Starting xterm
 etc. works OK, it's after gnome-session starts that everything blows
 up. I started X under gdb and got the following backtrace when it
 segfaulted after gnome-session started:

Which window/compositing manager does your GNOME (3?) session use? If it
uses OpenGL, this might be one of the GLX/DRI2 drawable life cycle
issues about which there are a few reports upstream.


 Program received signal SIGSEGV, Segmentation fault.
 0xb7d4390c in _int_free (av=value optimized out, p=0x861c730) at 
 malloc.c:4957
 4957malloc.c: No such file or directory.
 in malloc.c
 (gdb) bt
 #0  0xb7d4390c in _int_free (av=value optimized out, p=0x861c730) at 
 malloc.c:4957
 #1  0xb7d46bbd in __libc_free (mem=0x861c738) at malloc.c:3739
 #2  0x0808cc24 in RegionDestroy (pReg=0x861c738) at ../../dix/region.c:256
 #3  0xb7a45f58 in exaHWCopyNtoN (pSrcDrawable=0x861b040, 
 pDstDrawable=0x861cd20, pGC=0x0, pbox=0xbfffd74c, nbox=1, dx=-16, dy=0,
 reverse=0, upsidedown=0) at ../../exa/exa_accel.c:555

I fail to see what can go wrong with that region in exaHWCopyNtoN(), so
presumably this is an after-effect of a problem that occurred earlier,
e.g. memory corruption. If you can get the X server running in valgrind,
that might give a hint.


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



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



Bug#614563: chromium-browser: Fails to render http://www.gda.bayern.de/findmittel/ead/index.php?fb=102

2011-02-22 Thread Jonathan Nieder
Hi,

Daniel Skorka wrote:

 1. Visit address
 2. Click one of the numbered entries in the left frame, e.g.
05.1.2.1.1. Von Sidon bis Jaffa
 3. Click one of the entries in the middle frame, e.g.
Sidon: Stadt-Mitte
 4. Click the small image that appears

 A window will open and commence resizing itself in small steps until it
 fills the whole screen. At this point resizing stops, and the window
 becomes usable.

 What *should* happen:

 A small to medium sized window should open, not resize itself and be usable
 right away; Firefox shows this behaviour.

Thanks for reporting.  What window manager do you use?  What is your
screen size (in pixels)?

That page does a few strange things:

 - body onresize=window.location.href = window.location.href;
   so when the window resizes, the page reloads

 - move top-left corner to recenter on reload

 - calls the resetSize(90) function to determine 90% of screen size
   on reload, using the following script:

   http://www.gda.bayern.de/bestaende/viewer/sizeViewerToPage.js

 - writes a table and embedded flash object with that width and height
   using document.write().

That first part seems very questionable to me.  Based on
https://developer.mozilla.org/en/DOM/window.open#Best_practices
I am guessing it would be better to use the width= and height=
parameters when opening the window instead of trying to second-guess
the user who resizes it later.

Hope that helps,
Jonathan



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



Bug#614567: cron: recurrent error appears in syslog

2011-02-22 Thread Javier Fernandez-Sanguino
tags 614567 moreinfo
thanks

On 22 February 2011 11:05, kubrick quemandocr...@gmail.com wrote:
 Package: cron
 Version: 3.0pl1-116
 Severity: normal

 This error appears in the syslog file:

We need more information if you want us to proceed with this bug:

- how frequent is this message
- do you have tasks configured for any user in the system
- what tasks do you have defined in the /etc/crontab and
/etc/cron.{hourly,monthly,yearly}/

Without this additional information we cannot even start reviewing this report.

Regards

Javier



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



Bug#612971: libpcsclite1: pcscd depends on hal

2011-02-22 Thread Aleksey V Zapparov
Package: libpcsclite1
Severity: normal


New version of libpcsclite1 depends on pcscd (it is not suggested anymore
as it was before. I'm not against pcscd, but it depends on hal. And I
don't want to install HAL just because of one pcscd, which I'm not using
at all. But I need libpcsclite1 because wpasupplicant depends on it.


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

Kernel: Linux 2.6.32-5-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 libpcsclite1 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib

libpcsclite1 recommends no packages.

Versions of packages libpcsclite1 suggests:
pn  pcscd 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#614428: win32-loader: [l10n] Updated Finnish translation

2011-02-22 Thread Didier 'OdyX' Raboud
Le Monday 21 February 2011 23:25:38 Tommi Vainikainen, vous avez écrit :
 Package: win32-loader
 Severity: wishlist
 
 Here is an updated version of Finnish translation.

Hi Tommi, and thanks for your translation,

unfortunately, your file seems to be encoded in ISO-8859-1 (where it claims to 
be; and uses caracters from; UTF-8). Hence produces an error at build time.

I converted your file to UTF-8 using the following command: 

$ iconv -f ISO-8859-1 -t UTF-8 win32-loader.fi.po  win32-loader.fi_utf8.po

I attached the *.fi_utf8.po to this mail; can you please check that the file is 
correct ?

Thanks in advance, cheers, 

OdyX
-- 
Didier Raboud, proud Debian Developer.
CH-1020 Renens
o...@debian.org
# Finnish translation for win32-loader d-i
# Copyright © 2007-2011 Tommi Vainikainen
# This file is distributed under the same license as the package.
# Tommi Vainikainen tvain...@debian.org, 2007-2011.
#
msgid 
msgstr 
Project-Id-Version: win32-loader\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-02-21 17:01+\n
PO-Revision-Date: 2011-02-22 00:18+0200\n
Last-Translator: Tommi Vainikainen tvain...@debian.org\n
Language-Team: Finnish debian-l10n-finn...@lists.debian.org\n
Language: fi\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. translate:
#. This must be a valid string recognised by Nsis.  If your
#. language is not yet supported by Nsis, please translate the
#. missing Nsis part first.
#.
#: win32-loader.sh:36 win32-loader.c:39
msgid LANG_ENGLISH
msgstr LANG_FINNISH

#. translate:
#. This must be the string used by GNU iconv to represent the charset used
#. by Windows for your language.  If you don't know, check
#. [wine]/tools/wmc/lang.c, or http://www.microsoft.com/globaldev/reference/WinCP.mspx
#.
#. IMPORTANT: In the rest of this file, only the subset of UTF-8 that can be
#. converted to this charset should be used.
#: win32-loader.sh:52
msgid windows-1252
msgstr windows-1252

#. translate:
#. Charset used by NTLDR in your localised version of Windows XP.  If you
#. don't know, maybe http://en.wikipedia.org/wiki/Code_page helps.
#: win32-loader.sh:57
msgid cp437
msgstr cp850

#. translate:
#. The name of your language _in English_ (must be restricted to ascii)
#: win32-loader.sh:67
msgid English
msgstr Finnish

#. translate:
#. IMPORTANT: only the subset of UTF-8 that can be converted to NTLDR charset
#. (e.g. cp437) should be used in this string.  If you don't know which charset
#. applies, limit yourself to ascii. $target_distro; will be Debian and $kernel_name;
#. will be either GNU/Linux or GNU/kFreeBSD (in ASCII)
#: win32-loader.sh:82
#, sh-format
msgid $target_distro $kernel_name - Continue with install process
msgstr $target_distro $kernel_name - Jatka asennusta

#. translate:
#. IMPORTANT: only the subset of UTF-8 that can be converted to NTLDR charset
#. (e.g. cp437) should be used in this string.  If you don't know which charset
#. applies, limit yourself to ascii.
#: win32-loader.sh:88
msgid PXE - Network boot
msgstr PXE - verkkokäynnistys

#. translate:
#. The nlf file for your language should be found in
#. /usr/share/nsis/Contrib/Language files/
#.
#: win32-loader.c:68
msgid English.nlf
msgstr Finnish.nlf

#. translate:
#. This is the program name, that appears in the installer windows captions and in the Windows Uninstaller dialog.
#. Ampersands () are _forbidden_ in that string.
#.
#: win32-loader.c:75
msgid Debian-Installer loader
msgstr Debian-asentimen latain

#: win32-loader.c:76
msgid Cannot find win32-loader.ini.
msgstr Ei löydy win32-loader.iniä.

#: win32-loader.c:77
msgid win32-loader.ini is incomplete.  Contact the provider of this medium.
msgstr 
win32-loader.ini on epätäydellinen. Ota yhteyttä tämän median toimittajaan.

#: win32-loader.c:78
msgid 
This program has detected that your keyboard type is \$0\.  Is this 
correct?
msgstr Näppäimistötyypiksi on tunnistettu \$0\. Onko tämä oikein?

#: win32-loader.c:79
msgid 
Please send a bug report with the following information:\n
\n
 - Version of Windows.\n
 - Country settings.\n
 - Real keyboard type.\n
 - Detected keyboard type.\n
\n
Thank you.
msgstr 
Ole hyvä ja lähetä vikailmoitus seuraavilla tiedoilla:\n
\n
 - Windows-versio\n
 - Maa-asetukset\n
 - Todellinen näppäimistön tyyppi\n
 - Tunnistettu näppäimistön tyyppi\n
\n
Kiitos avustasi.

#: win32-loader.c:80
msgid 
There doesn't seem to be enough free disk space in drive $c.  For a complete 
desktop install, it is recommended to have at least 3 GB.  If there is 
already a separate disk or partition for this install, or if you plan to 
replace Windows completely, you can safely ignore this warning.
msgstr 
Levyllä $c ei ole riittävästi tilaa. Täydelliselle työpöytäasennukselle 
suositellaan vähintään 3 Gt vapaata levytilaa. Tämän viestin voi ohittaa 
mikäli asennukselle on erillinen levy taikka osio taikka suunnitelmana on 
korvata Windows kokonaan.

#: win32-loader.c:81
msgid Error: not enough free disk space.  

Bug#613663: [Pkg-openldap-devel] Bug#613663: slapd: Upgrade Lenny - Squeeze: failed to migrate tls_cacert

2011-02-22 Thread Rainer Ruprechtsberger
Hi,

sorry i shared the wrong link in my last mail. In
http://www.openldap.org/doc/admin24/slapdconf2.html section 5.2.5.8.
olcSyncrepl.

quote
Note that the main slapd TLS settings are not used by the syncrepl
engine; by default the TLS parameters from a ldap.conf(5) configuration
file will be used. TLS settings may be specified here, in which case any
ldap.conf(5) settings will be completely ignored.
/quote

The slapd in Debian Squeeze doesn't seem to honor this anymore. After
resolving the issues with Bug#614569 i get the following error:

slap_client_connect: URI=ldaps://ldap-test.test.vpn.volkshilfe-ooe.at
DN=cn=samba-test2,ou=replication,dc=volkshilfe-ooe,dc=at
ldap_sasl_bind_s failed (-1)

Adding a 'tls_cacert=copy statement from ldap.conf' statement to the
syncreplication configuration the error disapears and replication works
again. I replicated my test setting twice was able to reproduce this
behaviour.

/r

-- 
Rainer Ruprechtsberger
Volkshilfe Oberösterreich
EDV
Glimpfingerstrasse 48
4020 Linz
Tel.: 0732/3405-123
Mobil.: 0676/8734-1123

ZVR Zahl: 064371505



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



Bug#614570: python-epydoc: LaTeX documentation with epydoc fails because of missing fontenc package

2011-02-22 Thread Mike Gabriel
Package: python-epydoc
Version: 3.0.1-8
Severity: minor


The following patch allows usage of special latex entities, in my case I 
received this error (when using ,,»'' and ,,«'' in 
python __doc__ strings):

quote
  Error: latex failed: Command \guillemotright unavailable in encoding OT1.

 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ...  
   
 l.48   user) config file(s) »
   settings«
 ?
/quote


mike@minobo:/usr/share/pyshared/epydoc/docwriter$ diff -ur latex.py.orig 
latex.py
--- latex.py.orig   2011-02-22 11:57:33.0 +0100
+++ latex.py2011-02-22 11:55:00.0 +0100
@@ -29,6 +29,7 @@
 \\documentclass{article},
 \\usepackage{alltt, parskip, fancyhdr, boxedminipage},
 \\usepackage{makeidx, multirow, longtable, tocbibind, amssymb},
+\\usepackage[T1]{fontenc},
 \\usepackage{fullpage},
 \\usepackage[usenames]{color},
 # Fix the heading position -- without this, the headings generated



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

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

Versions of packages python-epydoc depends on:
ii  python  2.6.6-3+squeeze5 interactive high-level object-
orie
ii  python-support  1.0.10   automated rebuilding support for 
P

Versions of packages python-epydoc recommends:
ii  ghostscript [gs-common] 8.71~dfsg2-9 The GPL Ghostscript 
PostScript/PDF
ii  graphviz2.26.3-5 rich set of graph drawing tools
ii  python-docutils 0.7-2utilities for the documentation 
of
ii  python-tk   2.6.6-1  Tkinter - Writing Tk applications 
ii  texlive-fonts-recommended   2009-11  TeX Live: Recommended fonts
ii  texlive-latex-base  2009-11  TeX Live: Basic LaTeX packages
ii  texlive-latex-extra 2009-10  TeX Live: LaTeX supplementary 
pack
ii  texlive-latex-recommended   2009-11  TeX Live: LaTeX recommended 
packag

Versions of packages python-epydoc suggests:
pn  epydoc-docnone (no description available)
pn  python-profiler   none (no description available)

-- no debconf information


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


Bug#614563: chromium-browser: Fails to render http://www.gda.bayern.de/findmittel/ead/index.php?fb=102

2011-02-22 Thread Jonathan Nieder
Daniel Skorka wrote:

 my window manager is fvwm 2.5.30, screen size is 1024x768. I've got a
 dock running that shaves a few pixels of the EWMH usable screen size or
 what ever it's called. That is ignored by the resizing.
 By the way, I failed to mention that for me, using Firefox, the window
 first gets mapped for a split second before it is moved to different
 spot and becomes usable.
 I agreee that code looks strange; at any rate, the window never gets
 resized to 90% of screen size. I'm not resizing it manually at all, and
 neither did I tell fvwm to do so. Firefox just gives a window of maybe
 30% to 40% of the screen size, Chromium takes 100% when it's done.

Thanks, forwarding to the bug log.

I'll try installing fvwm to reproduce this tomorrow.

Good night,
Jonathan



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



Bug#614557: debian-cd: Businesscard images spit Invalid Release File

2011-02-22 Thread Steve McIntyre
reassign 614557 debootstrap
thanks

On Tue, Feb 22, 2011 at 01:15:31PM +0400, George Stephanos wrote:
Package: debian-cd
Severity: grave
Justification: renders package unusable

I'm trying to install wheezy (testing) through USB + businesscard image.
I got the flash drive image from
http://d-i.debian.org/daily-images/amd64/daily/hd-media/boot.img.gz.
DDed to my USB stick. Copied over the businesscard image from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-businesscard.iso
.
All steps are done successfully until Install the base system where it
fails with Debootstrap Error: Invalid Release File: no entry for
main/binary-amd64/Packages.
I have only tried amd64/testing.

Reassigning to debootstrap; the Release files in the archive have
changed, and debootstrap needs updating to cope. :-(

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
The problem with defending the purity of the English language is that
 English is about as pure as a cribhouse whore. We don't just borrow words; on
 occasion, English has pursued other languages down alleyways to beat them
 unconscious and rifle their pockets for new vocabulary.  -- James D. Nicoll




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



Bug#614552: win32-loader: [INTL:sk] Slovak po-debconf translation

2011-02-22 Thread Didier 'OdyX' Raboud
tags 614552 +pending
thanks

Le Tuesday 22 February 2011 09:21:37, vous avez écrit :
 Package: win32-loader
 Version: 0.6.90
 Priority: wishlist
 Tags: l10n patch
 
 .po attached
 
 ~~helix84

Hi Ivan, and thanks for your translation, 

I have committed your translation to the win32-loader git repository and it 
will 
be part of the next win32-loader upload.

Thanks again, cheers,

OdyX

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


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


Bug#572289: gkrellm-cpufreq: changing back from ITP to RFP

2011-02-22 Thread Adrian Glaubitz

On Feb 22, 2011, at 7:32 AM, Lucas Nussbaum wrote:

 On 21/02/11 at 14:15 +0100, Adrian Glaubitz wrote:
 
 I'm still intend to package gkrellm-cpufreq myself, it's been on
 mentors for almost a year now. See the mentors page for the
 appropriate package [1]. As I said earlier, when we talked shortly
 after FOSDEM, some packages on Mentors simply seemed to be ignored
 forever :(. The same applies to qhimdtransfer which you changed from
 ITP to RFP.
 
 Have you contacted debian-mentors@ (the list mailing list) ? It is not
 enough to upload the package to mentors.d.o

Yes, I indeed filed two RFS on the mentors list, they're still in the archive 
[1], [2].

Maybe I should have been more persisting and come back with my RFS
several times. Hmm.

Adrian

[1] http://lists.debian.org/debian-mentors/2010/03/msg00052.html
[2] http://lists.debian.org/debian-mentors/2010/09/msg00143.html


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



Bug#614571: SBCL goes into repl after stumpwm exits

2011-02-22 Thread Desmond O. Chang
Package: stumpwm
Version: 1:20100709.gitf6262b0-1
Severity: normal

This causes that X cannot exit after stumpwm exits.  The command
should have --eval '(quit)' at the end.


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

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

Versions of packages stumpwm depends on:
ii  cl-ppcre  2.0.1-2Portable Regular Express Library f
ii  clisp 1:2.49-2   GNU CLISP, a Common Lisp implement
ii  common-lisp-controller7.6Common Lisp source and compiler ma
ii  dpkg  1.15.8.10  Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 

stumpwm recommends no packages.

Versions of packages stumpwm suggests:
ii   0.9.3+git110221-~nightlybuild1298243221 keyboard focused web browser with 
ii   1:20110210-1The GNU Emacs editor (development 
ii   3.5.16-4Web browser based on Firefox
ii   4.13a.dfsg.1-6  Standalone GNU Info documentation 
ii   2.1.44  generates programs menu for all me
ii   0.37-2  readline feature command line wrap
ii   9.09-5  RXVT-like terminal emulator with U
ii   1:20100722-1Superior LISP Interaction Mode for
ii   0.5.3-1 WWW browsable pager with excellent
ii   7.6+1   X11 utilities

-- 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#614572: nmap: fails with --script-updatedb

2011-02-22 Thread brand
Package: nmap
Version: 5.21-1
Severity: normal
Tags: patch

Starting Nmap 5.21 ( http://nmap.org ) at 2011-02-22 12:08 CET
NSE: Updating rule database.
NSE: error while updating Script Database:
[string local nse = ..]:17: /usr/share/nmap/scripts//citrix-brute-
xml.nse:35: module 'citrixxml' not found:
no field package.preload['citrixxml']
no file './citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml/init.lua'
no file '/usr/local/lib/lua/5.1/citrixxml.lua'
no file '/usr/local/lib/lua/5.1/citrixxml/init.lua'
no file '/usr/share/lua/5.1/citrixxml.lua'
no file '/usr/share/lua/5.1/citrixxml/init.lua'
no file '/usr/share/nmap/nselib/citrixxml.lua'
no file './citrixxml.so'
no file '/usr/local/lib/lua/5.1/citrixxml.so'
no file '/usr/lib/lua/5.1/citrixxml.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'assert'
[string local nse = ..]:17: in main chunk


[debian rules]:: nmap.files doesn't install properly all lua file.



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

Kernel: Linux 2.6.37-1-686 (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 nmap depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-12 GCC support library
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpcap0.81.1.1-2system interface for user-level pa
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libssl0.9.8   0.9.8o-5   SSL shared libraries
ii  libstdc++64.4.5-12   The GNU Standard C++ Library v3

nmap recommends no packages.

nmap suggests no packages.

-- no debconf information
--- nmap.files  2011-02-22 12:15:00.0 +0100
+++ /home/brand/dati_locali/packages/nmap/nmap-5.21/debian/nmap.files   
2011-02-20 18:01:29.0 +0100
@@ -13,94 +13,7 @@
 usr/share/nmap/nmap-service-probes
 usr/share/nmap/nmap-services
 usr/share/nmap/nmap.xsl
-usr/share/nmap/nselib/base64.lua
-usr/share/nmap/nselib/comm.lua
-usr/share/nmap/nselib/datafiles.lua
-usr/share/nmap/nselib/dns.lua
-usr/share/nmap/nselib/http.lua
-usr/share/nmap/nselib/imap.lua
-usr/share/nmap/nselib/ipOps.lua
-usr/share/nmap/nselib/listop.lua
-usr/share/nmap/nselib/match.lua
-usr/share/nmap/nselib/msrpc.lua
-usr/share/nmap/nselib/msrpcperformance.lua
-usr/share/nmap/nselib/msrpctypes.lua
-usr/share/nmap/nselib/netbios.lua
-usr/share/nmap/nselib/nsedebug.lua
-usr/share/nmap/nselib/packet.lua
-usr/share/nmap/nselib/pop3.lua
-usr/share/nmap/nselib/proxy.lua
-usr/share/nmap/nselib/shortport.lua
-usr/share/nmap/nselib/smbauth.lua
-usr/share/nmap/nselib/smb.lua
-usr/share/nmap/nselib/snmp.lua
-usr/share/nmap/nselib/ssh1.lua
-usr/share/nmap/nselib/ssh2.lua
-usr/share/nmap/nselib/stdnse.lua
-usr/share/nmap/nselib/strbuf.lua
-usr/share/nmap/nselib/strict.lua
-usr/share/nmap/nselib/tab.lua
-usr/share/nmap/nselib/unpwdb.lua
-usr/share/nmap/nselib/url.lua
+usr/share/nmap/nselib/*.lua
 usr/share/nmap/nse_main.lua
 usr/share/nmap/scripts
-usr/share/nmap/scripts/asn-query.nse
-usr/share/nmap/scripts/auth-owners.nse
-usr/share/nmap/scripts/auth-spoof.nse
-usr/share/nmap/scripts/banner.nse
-usr/share/nmap/scripts/daytime.nse
-usr/share/nmap/scripts/dns-random-srcport.nse
-usr/share/nmap/scripts/dns-random-txid.nse
-usr/share/nmap/scripts/dns-recursion.nse
-usr/share/nmap/scripts/dns-zone-transfer.nse
-usr/share/nmap/scripts/finger.nse
-usr/share/nmap/scripts/ftp-anon.nse
-usr/share/nmap/scripts/ftp-bounce.nse
-usr/share/nmap/scripts/ftp-brute.nse
-usr/share/nmap/scripts/html-title.nse
-usr/share/nmap/scripts/http-auth.nse
-usr/share/nmap/scripts/http-iis-webdav-vuln.nse
-usr/share/nmap/scripts/http-open-proxy.nse
-usr/share/nmap/scripts/http-passwd.nse
-usr/share/nmap/scripts/http-trace.nse
-usr/share/nmap/scripts/iax2-version.nse
-usr/share/nmap/scripts/imap-capabilities.nse
-usr/share/nmap/scripts/irc-info.nse
-usr/share/nmap/scripts/ms-sql-info.nse
-usr/share/nmap/scripts/mysql-info.nse
-usr/share/nmap/scripts/nbstat.nse
-usr/share/nmap/scripts/p2p-conficker.nse
-usr/share/nmap/scripts/pop3-brute.nse
-usr/share/nmap/scripts/pop3-capabilities.nse
-usr/share/nmap/scripts/pptp-version.nse
-usr/share/nmap/scripts/realvnc-auth-bypass.nse
-usr/share/nmap/scripts/robots.txt.nse
-usr/share/nmap/scripts/rpcinfo.nse
-usr/share/nmap/scripts/script.db
-usr/share/nmap/scripts/skypev2-version.nse
-usr/share/nmap/scripts/smb-brute.nse
-usr/share/nmap/scripts/smb-check-vulns.nse
-usr/share/nmap/scripts/smb-enum-domains.nse
-usr/share/nmap/scripts/smb-enum-processes.nse

Bug#614573: openoffice.org: oo.o seems to ignore SAL_ENABLE_FILE_LOCKING=0

2011-02-22 Thread John Hughes
Package: openoffice.org
Version: 1:3.2.1-11+squeeze2
Severity: normal


I'm running into a typical file locking problem: oo.o opens files on gnome-vfs
sftp shares read only.

So I try SAL_ENABLE_FILE_LOCKING=0 as suggested.

But it has no effect.


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
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/dash

Versions of packages openoffice.org depends on:
ii  liblucene2-java  2.9.2+ds1-1 Full-text search engine library fo
ii  openoffice.org-base  1:3.2.1-11+squeeze2 office productivity suite -- datab
ii  openoffice.org-calc  1:3.2.1-11+squeeze2 office productivity suite -- sprea
ii  openoffice.org-core  1:3.2.1-11+squeeze2 office productivity suite -- arch-
ii  openoffice.org-draw  1:3.2.1-11+squeeze2 office productivity suite -- drawi
ii  openoffice.org-filte 1:3.2.1-11+squeeze2 office productivity suite -- mobil
ii  openoffice.org-impre 1:3.2.1-11+squeeze2 office productivity suite -- prese
ii  openoffice.org-java- 1:3.2.1-11+squeeze2 office productivity suite -- arch-
ii  openoffice.org-math  1:3.2.1-11+squeeze2 office productivity suite -- equat
ii  openoffice.org-offic 1:3.2.1-11+squeeze2 office productivity suite -- Java 
ii  openoffice.org-repor 1:3.2.1-11+squeeze2 OpenOffice.org extension for build
ii  openoffice.org-write 1:3.2.1-11+squeeze2 office productivity suite -- word 
ii  ttf-dejavu   2.31-1  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basi 1.1-2   smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
ii  openoffice.org-filte 1:3.2.1-11+squeeze2 office productivity suite -- legac
ii  ttf-liberation   1.05.2.20091019-4   Fonts with the same metrics as Tim

Versions of packages openoffice.org suggests:
ii  cups-bsd   1.4.4-7   Common UNIX Printing System(tm) - 
ii  default-jre [java5 1:1.6-40  Standard Java or Java compatible R
ii  gcj-4.4-jre [java5 4.4.5-2   Java runtime environment using GIJ
ii  gcj-jre [java5-run 4:4.4.5-1 Java runtime environment using GIJ
ii  gstreamer0.10-ffmp 0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plug 0.10.19-2+b2  GStreamer plugins from the bad s
ii  gstreamer0.10-plug 0.10.30-1 GStreamer plugins from the base 
ii  gstreamer0.10-plug 0.10.24-1 GStreamer plugins from the good 
ii  gstreamer0.10-plug 0.10.15-1 GStreamer plugins from the ugly 
pn  hunspell-dictionar none(no description available)
ii  icedove3.0.11-1+b1   mail/news client with RSS and inte
ii  iceweasel  3.5.16-4  Web browser based on Firefox
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libldap-2.4-2  2.4.23-7  OpenLDAP libraries
ii  libpaper-utils 1.1.24library for handling paper charact
ii  libsane1.0.21-9  API library for scanners
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  menu   2.1.44generates programs menu for all me
ii  myspell-en-us [mys 1:3.2.1-2 English_american dictionary for my
ii  myspell-fr [myspel 1.4-25The French dictionary for myspell 
pn  openclipart-openof none(no description available)
ii  openjdk-6-jre [jav 6b18-1.8.3-2+squeeze1 OpenJDK Java runtime, using Hotspo
ii  openoffice.org-gno 1:3.2.1-11+squeeze2   office productivity suite -- GNOME
ii  openoffice.org-hel 1:3.2.1-11+squeeze2   office productivity suite -- Engli
ii  openoffice.org-hel 1:3.2.1-11+squeeze2   office productivity suite -- Frenc
pn  openoffice.org-hyp none(no description available)
ii  openoffice.org-l10 1:3.2.1-11+squeeze2   office productivity suite -- Frenc
ii  openoffice.org-the 1:3.2.1-2 English Thesaurus for OpenOffice.o
ii  openoffice.org-the 1:3.2.1-2 French Thesaurus for OpenOffice.or
ii  pstoedit   3.50-3+b1 PostScript and PDF files to editab
pn  unixodbc   none(no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libcurl3-gnut 7.21.0-1   Multi-protocol file transfer libra
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libfreetype6  2.4.2-2.1  FreeType 2 font 

Bug#614428: win32-loader: [l10n] Updated Finnish translation

2011-02-22 Thread Tommi Vainikainen
Didier 'OdyX' Raboud o...@debian.org writes:
 unfortunately, your file seems to be encoded in ISO-8859-1 (where it
 claims to be; and uses caracters from; UTF-8). Hence produces an error
 at build time.

Hi, the file you attached is correct. I guess it was mail client somehow
messing this, because on my disk the file is contains UTF-8 encoded data.

-- 
Tommi Vainikainen



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



Bug#614574: telepathy-gabble: incompatible with jabberd14/libjabberd2

2011-02-22 Thread Johannes Berg
Package: telepathy-gabble
Version: 0.9.15-2
Severity: normal

Since the latest version (-1 was fine I think), but might be due
to a gnutls change, I can no longer connect to my jabberd14 server.

The reason for this is that the two cannot agree on a common cipher.
telepathy-gabble/wobble insists on using SECURE, but jabberd14/
libjabberd2 doesn't have any ciphers for this.

The error message locally is (and this is probably a gnutls bug)
not very useful at all -- it just fails with network error. The
server side does print a proper error message when running the
server with full debugging ...

I suspect that jabberd14 won't be the only thing affected by this,
maybe a decent workaround would be to add the option to enable not
as secure ciphers in the settings.

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

Kernel: Linux 2.6.38-rc5-00048-g2a324ce-dirty (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages telepathy-gabble depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libglib2.0-02.28.0-1 The GLib library of C routines
ii  libgnutls26 2.10.4-2 the GNU TLS library - runtime libr
ii  libnice10   0.1.0-2  ICE library (shared library)
ii  libsoup2.4-12.33.6-1 an HTTP library implementation in 
ii  libsqlite3-03.7.4-2  SQLite 3 shared library
ii  libtelepathy-glib0  0.13.12-1Telepathy framework - GLib library
ii  libuuid12.17.2-9.1   Universally Unique ID library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library

telepathy-gabble recommends no packages.

telepathy-gabble 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#614575: request-tracker3.8: Back button attacks

2011-02-22 Thread Dominic Hargreaves
Package: request-tracker3.8
Version: 3.8.8-7
Severity: important
Tags: security

The following appears in the changelog of 3.8.9:

 * Redirect users to their desired pages after login.
This prevents possible back button attacks after a user logs out.

This may warrant an update in s-p-u.



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



Bug#613479: openbox: Segmentation fault on start up

2011-02-22 Thread Michael Prokop
* Chris McRaven cpmcra...@gmail.com [Wed Feb 16, 2011 at 12:50:15AM +]:

 As I said before, with all of the package versions listed in the bug report
 above, if I have libpcre3 (8.02-1.1) (testing) and libglib2.0-0 (2.28.0-1)
 (unstable) installed, openbox fails to start and segfaults with the error
 messages described above.  If I only upgrade libpcre3 to version (8.12-2)
 (unstable), openbox will start correctly.

 The package libglib2.0-0 (2.28.0-1) itself requires libpcre3 (7.7).  So, of
 course, this could be a dependency problem of libglib2.0-0.  As I have only
 experienced problems with openbox, I reported it here.  I have not tried
 downgrading libglib2.0-0, but I assume that would work as well.

 The problem comes from the g_regex_new() call in the function
 parse_expand_tilde() in parse.c. With libpcre3 (8.02-1.1) and libglib2.0-0
 (2.28.0-1) installed, the g_regex_new() call fails.  You're probably right.
  This appears to be a libglib2.0-0 problem.

I have had libpcre3 8.02-1.1 on my box as well and I can verify this
problem - Openbox died on my box (could be #567399) and I
couldn't restart it anymore.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#614576: request-tracker3.8: Scrip information leakage

2011-02-22 Thread Dominic Hargreaves
Package: request-tracker3.8
Version: 3.8.8-7
Severity: important
Tags: security

The following appears in the changelog of 3.8.9:

 * Clone Scrip's TicketObj since we change the CurrentUser and it can leak
information (Custom field values, etc)

This may warrant an update in s-p-u.



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



Bug#569778: is this still an issue?

2011-02-22 Thread Rémi Letot

Le 21/02/11 18:58, Cyril Brulebois a écrit :

Hi Rémi,

Rémi Letothob...@poukram.net  (15/04/2010):

Now I must say that I haven't tested this much further since the
focus seems to be on kms, which I always use nowadays.

I can of course temporarily switch back to non kms mode for testing
when needed, but since this is bound to impact my usage for quite
some time, please ask for that only when non kms testing is relevant
(which might be now, just say so)


if I got it right, you're mainly using KMS, but willing to test UMS if
we need that? In which case, I'd say we're done with this issue since
it's no longer affecting you, and I'm tempted to close this bug report.

If somebody *has* to use UMS for whatever reason, a new bug report is
welcome.

Does that look like a plan?

KiBi.


ok for me

Thanks,
--
Rémi



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



Bug#612945: Chromium browser not using system timezone

2011-02-22 Thread Jérémy Lal
On 22/02/2011 03:10, Felipe Sateler wrote:
 Package: libv8
 Severity: normal
 
 I'm not sure this is actually a bug in libv8 but in how node and
 chromium call it. Copying the v8 example code (attached) and running it
 produces the desired output.

Your test shows it works here too.
I'm not sure either, because now i can't reproduce it with those combinations :
nodejs-0.2.6-4 with libv8-2.5.9.15-1 or libv8-2.5.9.15-2
nodejs-0.4.0 with libv8-3.0.12.9 (unreleased)

i don't get how i reproduced it in the first place :[

but i can reproduce with both libv8-2.5.9.15-1 or libv8-2.5.9.15-2
and chromium-browser 9.0.597.98~r74359-1

Jérémy.





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



Bug#614572: nmap: fails with --script-updatedb

2011-02-22 Thread Francesco Cecconi
Hi,

with the new nmap 5.51 stable version, nmap developer have included many lua 
and nse script
and ihmo *.lua and *.nse on debian rules nmap.files is more suitable :)

Best Regard,
-- 
Francesco cecconi
nmapsi4 core developer
www.nmapsi4.org


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


Bug#614577: gnu-fdisk: fdisk partition boundaries clash with other partitioners

2011-02-22 Thread Rustom Mody
Package: gnu-fdisk
Version: 1.2.4-3
Severity: normal

I was trying to make partitions with parted.
Looking at the same partition table with fdisk gives

Warning: Partition 5 does not end on cylinder boundary.
and so on for all further partitions

When I tried gparted with cylinder alignment and cfdisk I still get the same
error with fdisk
Seems to be a problem with fdisk rather than all the others??...



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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnu-fdisk depends on:
ii  dpkg  1.15.8.10  Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libparted0debian1 2.3-5  The GNU Parted disk partitioning s
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libuuid1  2.17.2-9   Universally Unique ID library

gnu-fdisk recommends no packages.

gnu-fdisk suggests no packages.

-- no debconf information



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



Bug#614557:

2011-02-22 Thread George Stephanos
Just found that the bug has already been reported and fixed (but not
included in the images ?). Sorry for the noise.


Bug#614256: Add workaround for slow transitioning CPUs

2011-02-22 Thread Mattia Dongili
On Tue, Feb 22, 2011 at 12:49:42AM +0100, Fabien C. wrote:
 
  No, I meant that those numbers were really a power saving failure :)
 
 Why?

because the ondemand governor not keeping up with demand doesn't sound
like a big success to me.

cheers
-- 
mattia
:wq!



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



Bug#614512: FTBFS in version 8.0.1-2

2011-02-22 Thread Cyril Brulebois
Hi Dave,

Dave Witbrodt dawit...@sbcglobal.net (21/02/2011):
 I am getting a FTBFS when making a local build of mesa-demos using
 version 8.0.1-2.  I was able to build 8.0.1-1 from your git repo on
 Feb. 6 (before it was released), but my latest build attempt failed.

thanks to the last gcc-4.4 upload.

 I was able to resolve the problem after doing a bit of research.  I
 found that 'xeglgears.c' and 'xeglthreads.c' (in 'src/egl/opengl')
 both depend on libX11, and 'xeglthreads.c' also depends on
 libpthreads.

Thanks for the patch; it should be checked (not sure hardcoding
-lpthreads is the right thing to do) and then sent upstream.

KiBi.


signature.asc
Description: Digital signature


Bug#614578: fails to install when both emacs and git are installed in the same run (pre-depends needed?)

2011-02-22 Thread Christoph Egger
Package: git
Version: 1:1.7.4.1-1
Severity: important

Setting up git (1:1.7.4.1-1) ...
ERROR: emacsen-common being used before being configured.
ERROR: This is likely a bug in the git package, which needs to
ERROR: add one of the appropriate dependencies.
ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
ERROR: for details.
dpkg: error processing git (--configure):
 subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of autopoint:
 autopoint depends on git (= 1:1.7.0.5) | git-core; however:
  Package git is not configured yet.
  Package git-core is not installed.
  Package git which provides git-core is not configured yet.
dpkg: error processing autopoint (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports


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

Kernel: kFreeBSD 8.1-1-amd64
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 git depends on:
ii  git-man 1:1.7.4.1-1  fast, scalable, distributed revisi
ii  libc0.1 2.11.2-11Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.3-1+b1  Multi-protocol file transfer libra
ii  liberror-perl   0.17-1   Perl module for error/exception ha
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  perl-modules5.10.1-17Core Perl modules
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages git recommends:
ii  less  436-1  pager program similar to more
ii  openssh-client [ssh-client]   1:5.8p1-2  secure shell (SSH) client, for sec
ii  patch 2.6.1-1Apply a diff file to an original
ii  rsync 3.0.7-2fast remote file copy program (lik

Versions of packages git suggests:
pn  git-arch  none (no description available)
pn  git-cvs   none (no description available)
pn  git-daemon-runnone (no description available)
pn  git-doc   none (no description available)
pn  git-email none (no description available)
pn  git-gui   none (no description available)
pn  git-svn   none (no description available)
pn  gitk  none (no description available)
pn  gitwebnone (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#614579: i386: Network-Manager 0.8.2-5 requires HAL?

2011-02-22 Thread Paul McDonough
Package: Network-manager 0.8.2-5

After latest updates in Sid ; if you attempt to remove the Hal package it
will also remove Network-manager, network-manager-gnome and wpasupplicant if
hal is not installed.

This behaviour is only occuring on a i386 build and not on any x64 build I
am using.

Paul Michael McDonough
--
Aurora Webmaster / Developer  http://getaurora.com


Bug#614578: fails to install when both emacs and git are installed in the same run (pre-depends needed?)

2011-02-22 Thread Christoph Egger
Btw: fixing isn't that easy, the install script doesn't like being
called again it seems:

christoph@myron:~$ sudo aptitude install -f
[sudo] password for christoph: 
The following partially installed packages will be configured:
  autopoint git 
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up git (1:1.7.4.1-1) ...
install/git: Handling install of emacsen flavor emacs
install/git: Handling install of emacsen flavor emacs23
install/git: byte-compiling for emacs23
ln: creating symbolic link `git.el': File exists
emacs-package-install: /usr/lib/emacsen-common/packages/install/git emacs23 
emacs23 failed at /usr/lib/emacsen-common/emacs-package-install line 30, 
TSORT line 1.
dpkg: error processing git (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of autopoint:
 autopoint depends on git (= 1:1.7.0.5) | git-core; however:
  Package git is not configured yet.
  Package git-core is not installed.
  Package git which provides git-core is not configured yet.
dpkg: error processing autopoint (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  Errors were encountered while processing:
 git
 autopoint
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up git (1:1.7.4.1-1) ...
install/git: Handling install of emacsen flavor emacs
install/git: Handling install of emacsen flavor emacs23
install/git: byte-compiling for emacs23
ln: creating symbolic link `git.el': File exists
emacs-package-install: /usr/lib/emacsen-common/packages/install/git emacs23 
emacs23 failed at /usr/lib/emacsen-common/emacs-package-install line 30, 
TSORT line 1.
dpkg: error processing git (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of autopoint:
 autopoint depends on git (= 1:1.7.0.5) | git-core; however:
  Package git is not configured yet.
  Package git-core is not installed.
  Package git which provides git-core is not configured yet.
dpkg: error processing autopoint (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 git
 autopoint

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgpWn9aVHhu8C.pgp
Description: PGP signature


Bug#613952: ddskk: skk-study.el doesn't load apel/pces.el

2011-02-22 Thread Tatsuya Kinoshita
tags 613952 + patch upstream
forwarded 613952 http://mail.ring.gr.jp/skk/201102/msg2.html
thanks


pgpHtEyYSEryh.pgp
Description: PGP signature


Bug#356872: vdkxdb2: diff for NMU version 2.4.0-3.2

2011-02-22 Thread Michael Vogt
On Sun, Feb 20, 2011 at 04:07:43PM -0500, Scott Howard wrote:
 tags 327894 + patch
 tags 327894 + pending
 tags 356872 + patch
 tags 356872 + pending
 tags 601872 + patch
 tags 601872 + pending
 thanks
 
 Dear maintainer,
Hello Scott,
 
 I've prepared an NMU for vdkxdb2 (versioned as 2.4.0-3.2) and
 uploaded it to DELAYED/10. Please feel free to tell me if I
 should delay it longer.

Thanks a lot for your work on this! Much appreciated that you took the
time to fix those bugs. DELAYED/10 means 10 days I presume? I would
not mind getting it in earlier :) 

Cheers,
 Michael
 
 Below is an edited diff, I removed the sections updating
 config.{sub,guess}
 
 Regards.
 diff -Nru vdkxdb2-2.4.0/debian/changelog vdkxdb2-2.4.0/debian/changelog
 --- vdkxdb2-2.4.0/debian/changelog2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/changelog2011-02-20 10:26:08.0 -0500
 @@ -1,3 +1,26 @@
 +vdkxdb2 (2.4.0-3.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * dh 7 build system to use dh-autoreconf (Closes: #327894)
 +- Build system now finds cairo (Closes: #356872)
 +  * Lintian fixing:
 +- E: removed empty manpage
 +- W: Updated debian/copyright
 +- W: moved libvdkxdb2.so to -dev package
 +- W: Debian Policy 3.9.1
 +- W: added misc:Depends to debian/control
 +- W: dh 7 fixes clean errors
 +- W: dh 7 removes call to dh_undocumented
 +- W: added source section:libs to debian/control
 +- W: debian/compat changed for version 7
 +- W: use {binary:Version} in debian/control instead of {Source-version}
 +  * source format 3.0 (quilt)
 +  * Added Section: libs to source package (Closes: #601872)
 +  * Removed Debian maintainer changes to config.{guess,sub}, 
 +use autotools-dev to update (prevent further bitrot)
 +
 + -- Scott Howard show...@debian.org  Sun, 20 Feb 2011 10:25:57 -0500
 +
  vdkxdb2 (2.4.0-3.1) unstable; urgency=low
  
* Non-maintainer upload.
 diff -Nru vdkxdb2-2.4.0/debian/compat vdkxdb2-2.4.0/debian/compat
 --- vdkxdb2-2.4.0/debian/compat   2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/compat   2010-10-09 20:35:05.0 -0400
 @@ -1 +1 @@
 -4
 +7
 diff -Nru vdkxdb2-2.4.0/debian/control vdkxdb2-2.4.0/debian/control
 --- vdkxdb2-2.4.0/debian/control  2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/control  2011-02-19 20:30:37.0 -0500
 @@ -1,13 +1,16 @@
  Source: vdkxdb2
 +Section: libs
  Priority: optional
  Maintainer: Michael Vogt m...@debian.org
 -Standards-Version: 3.6.2.1
 -Build-Depends: debhelper ( 4.0), libgtk2.0-dev, libglib2.0-dev , 
 libvdk2-dev (= 2.4.0-3), libxbase2.0-dev, doxygen, autotools-dev, chrpath
 +Standards-Version: 3.9.1
 +Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libglib2.0-dev,
 + libvdk2-dev (= 2.4.0-3), libxbase2.0-dev, doxygen, autotools-dev,
 + dh-autoreconf, chrpath
  
  Package: libvdkxdb2-2c2
  Section: libs
  Architecture: any
 -Depends: ${shlibs:Depends}, libxbase2.0-0
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libxbase2.0-0
  Conflicts: libvdkxdb2c102, libvdkxdb2-2
  Replaces: libvdkxdb2c102, libvdkxdb2-2
  Description: VDK data-aware widgets
 @@ -20,7 +23,7 @@
  Package: libvdkxdb2-dev
  Section: libdevel
  Architecture: any
 -Depends: libvdkxdb2-2c2 (= ${Source-Version}), libxbase2.0-dev, libc6-dev
 +Depends: ${misc:Depends}, libvdkxdb2-2c2 (= ${binary:Version}), 
 libxbase2.0-dev, libc6-dev
  Description: development files for libvdkxdb
   VDKXdb is a set of data-aware widgets made to build
   lightweight database applications using the VDK library.
 diff -Nru vdkxdb2-2.4.0/debian/copyright vdkxdb2-2.4.0/debian/copyright
 --- vdkxdb2-2.4.0/debian/copyright2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/copyright2010-10-09 22:14:26.0 -0400
 @@ -8,5 +8,6 @@
  Upstream Authors:
  please see the original AUTHORS file.
   
 -Copyright:
 +Copyright 2000 Mario Motta mmo...@guest.net
 +License:
  LGPL (see /usr/share/common-licenses/LGPL)
 diff -Nru vdkxdb2-2.4.0/debian/dirs vdkxdb2-2.4.0/debian/dirs
 --- vdkxdb2-2.4.0/debian/dirs 2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/dirs 1969-12-31 19:00:00.0 -0500
 @@ -1,4 +0,0 @@
 -usr/bin
 -usr/lib
 -usr/include
 -usr/share/doc/libvdkxdb2-dev/html
 diff -Nru vdkxdb2-2.4.0/debian/docs vdkxdb2-2.4.0/debian/docs
 --- vdkxdb2-2.4.0/debian/docs 2011-02-20 16:07:42.0 -0500
 +++ vdkxdb2-2.4.0/debian/docs 1969-12-31 19:00:00.0 -0500
 @@ -1,3 +0,0 @@
 -AUTHORS
 -NEWS
 -README
 diff -Nru vdkxdb2-2.4.0/debian/libvdkxdb2-2c2.install 
 vdkxdb2-2.4.0/debian/libvdkxdb2-2c2.install
 --- vdkxdb2-2.4.0/debian/libvdkxdb2-2c2.install   1969-12-31 
 19:00:00.0 -0500
 +++ vdkxdb2-2.4.0/debian/libvdkxdb2-2c2.install   2010-10-09 
 22:40:29.0 -0400
 @@ -0,0 +1 @@
 +debian/tmp/usr/lib/*.so.* /usr/lib
 diff -Nru vdkxdb2-2.4.0/debian/libvdkxdb2-dev.docs 
 vdkxdb2-2.4.0/debian/libvdkxdb2-dev.docs
 --- 

Bug#614580: asterisk: AST-2011-002: Multiple array overflow and crash vulnerabilities in UDPTL code

2011-02-22 Thread Tzafrir Cohen
Package: asterisk
Version: 1:1.6.2.9-2+squeeze1
Justification: user security hole
Severity: grave
Tags: security patch upstream

The Asterisk project has reported security advisory ASA-2011-002
http://downloads.asterisk.org/pub/security/AST-2011-002.html
(No CVE ATM)

When decoding UDPTL packets, multiple stack and heap based arrays can
be made to overflow by specially crafted packets. Systems doing T.38
pass through or termination are vulnerable.

Patches were already submitted to the respective branches in the
pkg-voip SVN repo:
http://svn.debian.org/viewsvn/pkg-voip?view=revrevision=8797 - Squeeze
http://svn.debian.org/viewsvn/pkg-voip?view=revrevision=8800 - Lenny


Workaround:
As a workaround, in case the patch has not yet been applied, you can
disable the T.38 functionality (versions in Debian stable / oldstable
only have T.38 passthrough capabilities).

* In chan_sip this is only enabled if 't38pt_udptl' wasenabled for a any
  specific peer/user.
* chan_ooh323 (only in stable, not in oldstable. Only needed if you
  installed asterisk-ooh323) needs to be disabled altogether. e.g. set
  in modules.conf in the section [modules]:

noload = chan_ooh323.so

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend



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



Bug#584602: ksudoku is very easy, even on hard level

2011-02-22 Thread Lisandro Damián Nicanor Pérez Meyer
tags 584602 upstream
thanks

Hello,

the bug you reported is a KDE bug. Please report it via
Help - Report bug... menu item of the respective application
or by visiting https://bugs.kde.org/ and following instructions
to report a new bug.

Debian Qt/KDE maintainers do not have resources to deal with
non Debian-specific bugs and therefore it is unlikely that
your bug will be solved if you do not report it to KDE developers
directly (unless it is/has been reported by somebody else).

Whenever you open a bug report on the KDE bug tracking system, or 
you find that the bug has been already reported on it, you can couple 
both this Debian bug and the KDE bug together by sending the mail with 
the text below to cont...@bugs.debian.org (replace KDE-BUG-URL with 
the address of the bug report on https://bugs.kde.org/)

[ copy this ]
forwarded 584602 KDE-BUG-URL
thanks
[ copy this ]

If you need any help or have questions do not hesitate to contact me.

Thank you,


-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#614515: Same crash on two different laptop systems after resume with 2.6.37 from unstable

2011-02-22 Thread Frederik Himpe
I'm having exactly the same problem on two different systems with Intel
graphics (Samsung N210 with Atom N450 and Intel GMA3150 graphics and
Dell Latitude E6400 with Intel Mobile 4 Series Chipset Integrated
Graphics).

Last log messages after resume on Latitude E6400:

Feb 21 20:51:41 defected kernel: [46790.047145] kernel BUG at 
/build/buildd-linux-2.6_2.6.37-1-amd64-HBylAm/linux-2.6-2.6.37/debian/build/source_amd64_none/drivers/gpu/drm/i915/i915_gem.c:4190!
Feb 21 20:51:41 defected kernel: [46790.047149] invalid opcode:  [#1] SMP 
Feb 21 20:51:41 defected kernel: [46790.047152] last sysfs file: 
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/stat
Feb 21 20:51:41 defected kernel: [46790.047154] CPU 1 
Feb 21 20:51:41 defected kernel: [46790.047156] Modules linked in: uinput 
nls_utf8 nls_cp437 vfat fat cryptd aes_x86_64 aes_generic ip6table_filter 
ebtable_nat ebtables acpi_cpufreq mperf cpufreq_userspace cpufreq_conservative 
cpufreq_powersave cpufreq_stats parport_pc ppdev lp parport sco bnep rfcomm 
l2cap kvm_intel kvm microcode bridge stp xt_time xt_connlimit xt_realm 
iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REJECT ipt_REDIRECT 
ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype 
nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre 
nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda 
nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp 
nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink 
nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp 
xt_TPROXY nf_tproxy_core ip6_tables nf_defrag_ipv6 xt_tcpmss xt_pkttype 
xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_m
Feb 21 20:51:41 defected kernel: ark xt_mac xt_limit xt_length xt_iprange 
xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_connmark 
xt_CLASSIFY ipt_LOG xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables 
x_tables fuse xfs exportfs loop firewire_sbp2 arc4 ecb btusb bluetooth 
snd_hda_codec_hdmi snd_hda_codec_idt i915 iwlagn iwlcore snd_hda_intel 
drm_kms_helper snd_hda_codec snd_hwdep snd_pcm snd_seq mac80211 dell_laptop 
snd_timer drm snd_seq_device pcmcia joydev cfg80211 rfkill i2c_algo_bit 
yenta_socket snd dell_wmi tpm i2c_i801 i2c_core sparse_keymap tpm_bios 
soundcore dcdbas pcspkr shpchp video pcmcia_rsrc evdev battery pcmcia_core 
psmouse ac snd_page_alloc serio_raw pci_hotplug processor power_supply wmi 
output button ext4 mbcache jbd2 crc16 dm_mod sg usbhid sr_mod hid sd_mod 
crc_t10dif cdrom mmc_block uhci_hcd ahci libahci libata sdhci_pci sdhci 
firewire_ohci ehci_hcd scsi_mod e1000e usbcore firewire_core crc_itu_t mmc_c
Feb 21 20:51:41 defected kernel: ore thermal thermal_sys nls_base [last 
unloaded: uinput]
Feb 21 20:51:41 defected kernel: [46790.047260] 
Feb 21 20:51:41 defected kernel: [46790.047264] Pid: 1880, comm: Xorg Not 
tainted 2.6.37-1-amd64 #1 0RX493/Latitude E6400  
Feb 21 20:51:41 defected kernel: [46790.047267] RIP: 0010:[a04a0b4b]  
[a04a0b4b] i915_gem_object_pin+0x27/0x168 [i915]
Feb 21 20:51:41 defected kernel: [46790.047284] RSP: 0018:8801181cf8c8  
EFLAGS: 00010246
Feb 21 20:51:41 defected kernel: [46790.047287] RAX: 0003c000 RBX: 
8801180d4400 RCX: 88007f8418a0
Feb 21 20:51:41 defected kernel: [46790.047289] RDX:  RSI: 
1000 RDI: 8801180d4400
Feb 21 20:51:41 defected kernel: [46790.047292] RBP: 880117aba000 R08: 
a04d0d80 R09: a043cd10
Feb 21 20:51:41 defected kernel: [46790.047294] R10:  R11: 
88011797c4d8 R12: 1000
Feb 21 20:51:41 defected kernel: [46790.047297] R13: 8801180e8820 R14: 
0004 R15: 
Feb 21 20:51:41 defected kernel: [46790.047301] FS:  7f413d998880() 
GS:8800dcd0() knlGS:
Feb 21 20:51:41 defected kernel: [46790.047304] CS:  0010 DS:  ES:  
CR0: 8005003b
Feb 21 20:51:41 defected kernel: [46790.047306] CR2: 7fb7ebe2a000 CR3: 
00011714 CR4: 06e0
Feb 21 20:51:41 defected kernel: [46790.047309] DR0:  DR1: 
 DR2: 
Feb 21 20:51:41 defected kernel: [46790.047312] DR3:  DR6: 
0ff0 DR7: 0400
Feb 21 20:51:41 defected kernel: [46790.047315] Process Xorg (pid: 1880, 
threadinfo 8801181ce000, task 88011b04af40)
Feb 21 20:51:41 defected kernel: [46790.047317] Stack:
Feb 21 20:51:41 defected kernel: [46790.047318]  8801180d4400 
8801180e8800 88007f8418a0 a04ac6c6
Feb 21 20:51:41 defected kernel: [46790.047323]  ff0a0210 
8131dfe0  8801180ea000
Feb 21 20:51:41 defected kernel: [46790.047327]  8801180e8800 
a04ac793 

Bug#568413: [autoconf-archive]

2011-02-22 Thread Bastien ROUCARIES
retitle  568413 New version 2011.01.02.8-3d38 is available
thanks

New version 2011.01.02.8-3d38 is available

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


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.37-trunk-amd64

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

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

Recommends  (Version) | Installed
=-+-===
autoconf  | 2.67-2


Package's Suggests field is empty.






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



Bug#613937: Please provide dummy-package for transition to alpine

2011-02-22 Thread Santiago Vila
reassign 613937 alpine
thanks

Hello Asheesh. I received this report against pine, but pine no longer
exists so this would be better handled (if at all) in alpine.

On Fri, 18 Feb 2011, Patrik Schindler wrote:

 Package: pine
 Version: 4.64
 Severity: wishlist
 
 Pine is long dead and perhaps still installed on many systems. I think it 
 would
 be a good idea to create a dummy-package with alpine as dependency, so pine
 would be replaced.

After the release of squeeze, it is probably too late for that.

Also, bear in mind that alpine does not have Maildir support, so this
dummy package is not necessarily a good thing for everybody.

In either case, we are not going to resurrect the pine source
package just for that. If this is going to be done at all, it would
make more sense to generate such dummy package from alpine source,
hence the reassign.

Thanks.



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



Bug#614581: O: denyhosts

2011-02-22 Thread Marco Bertorello
Package: wnpp
Severity: normal



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



Bug#533450: GMA500 driver submitted on LKML

2011-02-22 Thread Mattia Dongili
And here comes another one:

https://lkml.org/lkml/2011/2/22/183

Let's see how it goes.
-- 
mattia
:wq!



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



Bug#614383: broken by Release file changes

2011-02-22 Thread Ralf Groß
Hello,

any plans to backport debmirror 2.6 to lenny? I installed 2.6 on my local
mirror and got an errror afterwards.


 Can't locate object method show_progress via package LWP::UserAgent at
/usr/bin/debmirror line 817.


I was able to solve this problem by uncommenting line 817 

 #$ua-show_progress($progress);

This seems to fixed the problem. But I'm a bit worried that there may other
places in the code that are incompatible and do not directly throw an error.

Ralf


-- 

Steinbeis Transferzentrum Softwaretechnik

Ralf Groß

Fon ++49-(0)711-305111-0
Fax ++49-(0)711-305111-12
www.stz-softwaretechnik.de
Im Gaugenmaier 20
73730 Esslingen

STZ-Leiter: Prof. Dr. Joachim Goll
Zentrale: Steinbeis GmbH + Co. KG für Technologietransfer
Geschäftsführer: Prof. Dr. Heinz Trasch (Vorsitz), Prof. Dr. Michael Auer
Registergericht Stuttgart, HRA 12 480
Komplementär: Steinbeis-Verwaltungs-GmbH, Registergericht Stuttgart HRB 18
715
USt-IdNr. DE 190606404





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



Bug#614512: FTBFS in version 8.0.1-2

2011-02-22 Thread David Witbrodt


 From: Cyril Brulebois k...@debian.org

 Sent: Tue, February 22, 2011 7:02:55 AM
 Subject: Re: Bug#614512: FTBFS in version 8.0.1-2
 
 Dave Witbrodt dawit...@sbcglobal.net  (21/02/2011):
[...]
  I was able  to resolve the problem after doing a bit of research.  I
  found that  'xeglgears.c' and 'xeglthreads.c' (in 'src/egl/opengl')
  both depend on  libX11, and 'xeglthreads.c' also depends on
  libpthreads.
 
 Thanks  for the patch; it should be checked (not sure hardcoding
 -lpthreads is the  right thing to do) and then sent upstream.

I was not sure about that either.  I got the idea from my Google search
and from looking around at the 'git log' in 'mesa-demos' around the
time frame of March 2010:


dawitbro@fileserver:~/sandbox/git/mesa-demos-git$ git show 
83580b776832d22d0039d820c637fe0be0855467
commit 83580b776832d22d0039d820c637fe0be0855467
Author: Chia-I Wu o...@lunarg.com
Date:   Wed Mar 24 08:34:39 2010 +0800

progs/egl: Link xeglthreads to libpthread.

This should hopefully fix a build failure reported by Chris Ball when
binutils-gold is used.

diff --git a/src/egl/Makefile b/src/egl/Makefile
index 8dfcb4e..890240f 100644
--- a/src/egl/Makefile
+++ b/src/egl/Makefile
@@ -60,7 +60,7 @@ xeglgears: xeglgears.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $ $(LIBS) -lm $(X11_LIBS)
 
 xeglthreads: xeglthreads.o $(HEADERS) $(LIB_DEP)
-   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $ $(LIBS) -lm $(X11_LIBS)
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $ $(LIBS) -lpthread -lm $(X11_LIBS)
 
 xegl_tri: xegl_tri.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $ $(LIBS) -lm $(X11_LIBS)


Apparently, the build system for 'mesa-demos' was reworked when they
ripped it out of 'mesa', and it had been working fine until now.  I see
this in the 'gcc-4.4' changelog (Feb. 15):

  * Pass --no-add-needed by default to the linker. See
http://wiki.debian.org/ToolChain/DSOLinking, section Not resolving symbols
in indirect dependent shared libraries for more information.

Is that the culprit?

By checked and sent upstream, did you mean one of you XSF folks will
do that, or were you asking me to do that?


Thanks for your rapid response,
Dave W.



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



Bug#614353: multipath-tools-boot: upgrade to squeeze breaks machines with root on iscsi

2011-02-22 Thread Ritesh Raj Sarraf
Hello,

On 02/22/2011 05:16 PM, Hanspeter Kunz wrote:
 Persistence is not available for devices everywhere in the kernel.

 /dev/sd[??]
 Not persistent. They can change of reboots based on which one gets
 discovered first

 /dev/dm-*
 Not persistent. These are device mapper devices with the same caveat I
 mentioned above.

 /dev/disk/by*
 I don't know the history behind why it was started. But these entries
 are symlinks to block devices. Now when block devices are locked (like
 in your case), you can't use any of these entries.
 
 well, I guess the main idea of having /dev/disk/by-uuid is to have
 persistence ;)


Yes, indeed. But that is not to guarantee that the device is not locked.

 I agree, during boot, when first the iscsi- and afterwards the
 multipath-devices become available, these symlinks have to be changed.
 This worked fine in lenny. If this really doesn't work anymore in sueeze
 in principle (which I doubt) then this should at least be mentioned in
 the NEWS such that people using it are informed.
 
 On the other hand, I still think that having the disk/by-uuid links for
 the multipath devices would be nice, for various reasons. Most
 importantly, because using the uuid *guarantees* that the system boots
 the intended filesystem. Devices can change (e.g. in the case of iSCSI a
 wrong device could be mapped to the machine, because of a configuration
 error or whatever). Using uuid I would instantly realize that (because
 the machine would not find the root fs).
 
 This worked on lenny and I would really like to have this feature again
 in squeeze.
 

I have taken up the multipath-tools maintenance very recently. I can't
really comment on what was in Lenny. But I can talk on multipath best
practices.

In multipath, you can disable user_friendly_names, which will then
give you access to the unique lun serial id based device names. The
user_friendly_names was a [mis]feature IMO.
So in simple, you can get the same guarantee with multipath also.

 /dev/mapper/* is the recommended way of using any Device Mapper
 solution. Be it linear, crypt, multipath, snapshot or anything else.
 
 I do not agree. All my debian systems (laptops with crypt, servers with
 raid/lvm) boot with /dev/disk/by-uuid root devices. As far as I am
 informed, this is also the debian default (when using grub).
 
by-uuid does not take care of block devices with no file systems.

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



signature.asc
Description: OpenPGP digital signature


Bug#614582: Complains about system.posix_acl_access xattrs (btrfs).

2011-02-22 Thread Trent W. Buck
Package: squashfs-tools
Version: 1:4.1-3
Severity: minor

I get lots (hundreds/thousands) of these when I do something like
mksquashfs $HOME $HOME.sq:

Unrecognised xattr prefix system.posix_acl_default
Unrecognised xattr prefix system.posix_acl_access

I don't know why... I haven't knowingly used ANY xattrs.

I haven't noticed this before, I guess because I was using and older
squashfs-tools that didn't support xattrs at all.

I'm running this on a netbook where / is a btrfs filesystem and /home
and /srv are btrfs subvolumes.  I suppose that might be significant.

This issue also occurs with a mksquashfs built from upstream's git
HEAD as at about a week ago.

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

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

Versions of packages squashfs-tools depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  liblzma25.0.0-2  XZ-format compression library
ii  liblzo2-2   2.03-2   data compression library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

squashfs-tools recommends no packages.

squashfs-tools suggests no packages.

-- no debconf information



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



Bug#614583: Keyboard fails to respond while starting Debian-Installer on Debian 6 Squeeze for PowerPC on a G5

2011-02-22 Thread Leandro Doctors
Package: installation-reports

Hi,

We've just tried to install Debian 6 Squeeze for PowerPC on a G5 and
got the same error as reported in #420027.

(It boots fine from the CD.)
-Yaboot 1.3.13 shows the initial text screen (with black background)
asking to select the installation method.
-We select install mode (either install or expert).
(The kernel starts loading...)
-The system shows the next text screen (with white background), asking
to write mac-install. From that point, the keyboard does not
respond anymore.

Thanks,
L



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



Bug#521624: Patch

2011-02-22 Thread Bastien ROUCARIES
tags 521624 + patch
thanks

please include this patch it will help to reconfigure with odd upstream

from https://lists.ubuntu.com/archives/ubuntu-devel/2008-December/026954.html

diff -Nru cdbs-0.4.52ubuntu7/1/class/autotools-files.mk.in 
cdbs-0.4.52ubuntu8/1/class/autotools-files.mk.in
--- cdbs-0.4.52ubuntu7/1/class/autotools-files.mk.in2008-08-29 
15:07:49.0 +0200
+++ cdbs-0.4.52ubuntu8/1/class/autotools-files.mk.in2008-12-03 
13:30:10.0 +0100
@@ -44,6 +44,24 @@
 endif
 endif
 
+ifneq ($(DEB_AUTO_UPDATE_AUTORECONF), )
+ifneq ($(DEB_AUTO_UPDATE_ACLOCAL), )
+$(warning WARNING: DEB_AUTO_UPDATE_AUTORECONF conflicts with 
DEB_AUTO_UPDATE_ACLOCAL)
+endif
+ifneq ($(DEB_AUTO_UPDATE_AUTOCONF), )
+$(warning WARNING: DEB_AUTO_UPDATE_AUTORECONF conflicts with 
DEB_AUTO_UPDATE_AUTOCONF)
+endif
+ifneq ($(DEB_AUTO_UPDATE_AUTOHEADERS), )
+$(warning WARNING: DEB_AUTO_UPDATE_AUTORECONF conflicts with 
DEB_AUTO_UPDATE_AUTOHEADERS)
+endif
+ifneq ($(DEB_AUTO_UPDATE_AUTOMAKE), )
+$(warning WARNING: DEB_AUTO_UPDATE_AUTORECONF conflicts with 
DEB_AUTO_UPDATE_LIBTOOL)
+endif
+ifneq ($(DEB_AUTO_UPDATE_LIBTOOL), )
+$(warning WARNING: DEB_AUTO_UPDATE_AUTORECONF conflicts with 
DEB_AUTO_UPDATE_LIBTOOL)
+endif
+endif
+
 common-configure-arch common-configure-indep:: debian/stamp-autotools-files
 debian/stamp-autotools-files:
$(if $(filter pre,$(DEB_AUTO_UPDATE_LIBTOOL)),cd $(DEB_SRCDIR)  
libtoolize -c -f -i)
@@ -51,6 +69,7 @@
$(if $(DEB_AUTO_UPDATE_AUTOCONF),if [ -e $(DEB_SRCDIR)/configure.ac ] 
|| [ -e $(DEB_SRCDIR)/configure.in ]; then cd 
$(DEB_SRCDIR)  `which autoconf$(DEB_AUTO_UPDATE_AUTOCONF) || which autoconf`; 
fi)
$(if $(DEB_AUTO_UPDATE_AUTOHEADER),if [ -e $(DEB_SRCDIR)/configure.ac ] 
|| [ -e $(DEB_SRCDIR)/configure.in ]; then cd 
$(DEB_SRCDIR)  `which autoheader$(DEB_AUTO_UPDATE_AUTOHEADER) || which 
autoheader` ; fi)
$(if $(DEB_AUTO_UPDATE_AUTOMAKE),if [ -e $(DEB_SRCDIR)/Makefile.am ]; 
then cd $(DEB_SRCDIR)  
automake-$(DEB_AUTO_UPDATE_AUTOMAKE) $(DEB_AUTOMAKE_ARGS) ; fi)
+   $(if $(DEB_AUTO_UPDATE_AUTORECONF),cd $(DEB_SRCDIR)  autoreconf -f 
-i; fi)
touch debian/stamp-autotools-files
 
 clean::
diff -Nru cdbs-0.4.52ubuntu7/1/class/autotools-vars.mk.in 
cdbs-0.4.52ubuntu8/1/class/autotools-vars.mk.in
--- cdbs-0.4.52ubuntu7/1/class/autotools-vars.mk.in 2008-08-29 
15:07:49.0 +0200
+++ cdbs-0.4.52ubuntu8/1/class/autotools-vars.mk.in 2008-12-03 
13:32:31.0 +0100
@@ -80,7 +80,7 @@
 endif
 endif
 
-ifneq (:, $(DEB_AUTO_UPDATE_AUTOCONF):$(DEB_AUTO_UPDATE_AUTOHEADER))
+ifneq (::, 
$(DEB_AUTO_UPDATE_AUTOCONF):$(DEB_AUTO_UPDATE_AUTOHEADER):$(DEB_AUTO_UPDATE_AUTORECONF))
 ifeq ($(DEB_AUTO_UPDATE_AUTOCONF), $(DEB_AUTO_UPDATE_AUTOHEADER))
 # avoid duped build-dependencies
 ifeq ($(DEB_AUTO_UPDATE_AUTOCONF), 2.13)
@@ -104,6 +104,13 @@
 CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), autoconf
 endif
 endif
+ifneq (, $(DEB_AUTO_UPDATE_AUTORECONF))
+ifeq ($(DEB_AUTO_UPDATE_AUTORECONF), 2.13)
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), autoconf2.13
+else
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), autoconf
+endif
+endif
 endif
 endif
 
diff -Nru cdbs-0.4.52ubuntu7/debian/changelog 
cdbs-0.4.52ubuntu8/debian/changelog
--- cdbs-0.4.52ubuntu7/debian/changelog 2008-08-29 15:07:49.0 +0200
+++ cdbs-0.4.52ubuntu8/debian/changelog 2008-12-03 13:36:35.0 +0100
@@ -1,3 +1,10 @@
+cdbs (0.4.52ubuntu8) UNRELEASED; urgency=low
+
+  * 1/class/autotools-files.mk.in, 1/class/autotools-vars.mk.in:
+first attempt on _AUTORECONF support
+
+ -- Alexander Sack asac at ubuntu.com  Wed, 03 Dec 2008 12:30:28 +0100
+
 cdbs (0.4.52ubuntu7) intrepid; urgency=low
 
   * Remove need for THIS_SHOULD_GO_TO_UNSTABLE from kde4.m

 - Alexander



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



Bug#608017: clisp: error with no xlib, when start stumpwm

2011-02-22 Thread Wang Lei
Peter Van Eynde pvane...@mailworks.org writes:

 Hello,

Hi, Peter.


 On 20/02/11 02:53, Wang Lei wrote:
 Today after upgrading clisp, stumpwm can't startup. Report no xlib. 

 This is a problem of stumpwm I fear.

 With the new version of clisp clx is no longer build in, you need to
 also depend on the module clisp-module-clx. After installing this you
 can load clx dynamically:


I check what you have suggested, it's right. I install clisp-module-clx
now. I think it will work. Thanks!

 3/pvaneynd@frost:~/fakeroot/clean/git/clisp :) $ clisp
   i i i i i i i   ooooo   o   o
   I I I I I I I  8 8   8   8 8 o  88
   I  \ `+' /  I  8 8   8 888
\  `-+-'  /   8 8   8  o   8
 `-__|__-'8 8   8   8  8
 |8 o   8   8 o 8  8
   --+--   o8oo  ooo8ooo   o   8
 
 Welcome to GNU CLISP 2.49 (2010-07-07) http://clisp.cons.org/
 
 Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
 Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
 Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
 Copyright (c) Bruno Haible, Sam Steingold 1999-2000
 Copyright (c) Sam Steingold, Bruno Haible 2001-2010
 
 Type :h and hit Enter for context help.
 
 [1] (load /usr/lib/clisp-2.49/dynmod/clx.lisp)
 ;; Loading file /usr/lib/clisp-2.49/dynmod/clx.lisp ...
 ;;  Loading file /usr/lib/clisp-2.49/clx/new-clx/clx-preload.lisp ...
 ;;  Loaded file /usr/lib/clisp-2.49/clx/new-clx/clx-preload.lisp
 ;;  Loading module clx from /usr/lib/clisp-2.49/dynmod/lib-clx.so
 ;;  Loaded module clx from /usr/lib/clisp-2.49/dynmod/lib-clx.so
 ;;  Loading file /usr/lib/clisp-2.49/clx/new-clx/clx.fas ...
 ;;  Loaded file /usr/lib/clisp-2.49/clx/new-clx/clx.fas
 ;;  Loading file /usr/lib/clisp-2.49/clx/new-clx/image.fas ...
 ;;  Loaded file /usr/lib/clisp-2.49/clx/new-clx/image.fas
 ;;  Loading file /usr/lib/clisp-2.49/clx/new-clx/resource.fas ...
 ;;  Loaded file /usr/lib/clisp-2.49/clx/new-clx/resource.fas
 ;; Loaded file /usr/lib/clisp-2.49/dynmod/clx.lisp
 T
 [2] (find-package :XLIB)
 #PACKAGE XLIB
 [3] (describe *)
 
 #PACKAGE XLIB is the package named XLIB.
 It imports the external symbols of 1 package COMMON-LISP and exports 580 
 symbols
 ...

-- 
Regards
Lei



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



Bug#614584: fdisk: cannot handle sector numbers of 2^31 and above

2011-02-22 Thread Uwe Storbeck
Package: util-linux
Version: 2.17.2-9
Severity: normal

fdisk recommends to switch display units to sectors. But it
cannot handle sector numbers of 2^31 and above. Even worse it
silently fails to set such sector numbers (see example below).

So you cannot align partitions exactly for harddisks with more
than 1 TB capacity.

Regards

Uwe


Example:

# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF 
disklabel
Building a new DOS disklabel with disk identifier 0x5653f3d0.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.

Warning: invalid flag 0x of partition table 4 will be corrected by w(rite)

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): c
DOS Compatibility flag is not set

Command (m for help): u
Changing display/entry units to sectors

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 1
First sector (2048-3907029167, default 2048): 
Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-3907029167, default 3907029167): 
30

Command (m for help): p

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5653f3d0

   Device Boot  Start End  Blocks   Id  System
/dev/sdb12048  2147483647  1073740800   83  Linux

Command (m for help): q


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (850, 'stable'), (650, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (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 util-linux depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  dpkg1.15.8.10Debian package management system
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libblkid1   2.17.2-9 block device id library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libslang2   2.2.2-4  The S-Lang programming library - r
ii  libuuid12.17.2-9 Universally Unique ID library
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  tzdata  2010o-1  time zone and daylight-saving time
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  console-tools1:0.2.3dbs-69.1 Linux console and font utilities
ii  dosfstools   3.0.9-1 utilities for making and checking 
pn  util-linux-locales   none  (no description available)

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



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



Bug#614585: choqok: application crashes on exit

2011-02-22 Thread Michael Prokop
Package: choqok
Version: 1.0~rc1-1
Severity: important


Whenever I start choqok, update my timeline and exit choqok the
application crashes itself:

, [ choqok-20110222.kcrash ]
| Application: Choqok (choqok), signal: Segmentation fault
| [KCrash Handler]
| #5  0x in ?? ()
| #6  0x7f20b4157b43 in ?? () from /usr/lib/libQtCore.so.4
| #7  0x7f20b4151875 in QPluginLoader::unload() () from 
/usr/lib/libQtCore.so.4
| #8  0x7f20a3dea705 in QCA::ProviderManager::unloadAll() () from 
/usr/lib/libqca.so.2
| #9  0x7f20a3dea9a0 in QCA::ProviderManager::~ProviderManager() () from 
/usr/lib/libqca.so.2
| #10 0x7f20a3de5b06 in QCA::Global::~Global() () from /usr/lib/libqca.so.2
| #11 0x7f20a3ddc203 in QCA::deinit() () from /usr/lib/libqca.so.2
| #12 0x7f20a429cb5f in QOAuth::Interface::~Interface() () from 
/usr/lib/libqoauth.so.1
| #13 0x7f20b417ab3c in QObjectPrivate::deleteChildren() () from 
/usr/lib/libQtCore.so.4
| #14 0x7f20b4181c1f in QObject::~QObject() () from /usr/lib/libQtCore.so.4
| #15 0x7f20b4e22c43 in Choqok::Account::~Account() () from 
/usr/lib/libchoqok.so.0
| #16 0x7f20a310a7cf in ?? () from /usr/lib/kde4/choqok_twitter.so
| #17 0x7f20b417ab3c in QObjectPrivate::deleteChildren() () from 
/usr/lib/libQtCore.so.4
| #18 0x7f20b4181c1f in QObject::~QObject() () from /usr/lib/libQtCore.so.4
| #19 0x7f20b4e238cb in Choqok::MicroBlog::~MicroBlog() () from 
/usr/lib/libchoqok.so.0
| #20 0x7f20a44d28d5 in TwitterApiMicroBlog::~TwitterApiMicroBlog() () from 
/usr/lib/libtwitterapihelper.so.0
| #21 0x7f20a310baeb in ?? () from /usr/lib/kde4/choqok_twitter.so
| #22 0x7f20b4e2b83b in ?? () from /usr/lib/libchoqok.so.0
| #23 0x7f20b4e24fd7 in ?? () from /usr/lib/libchoqok.so.0
| #24 0x7f20b22c05e2 in ?? () from /lib/libc.so.6
| #25 0x7f20b22c0635 in exit () from /lib/libc.so.6
| #26 0x7f20b22a8c54 in __libc_start_main () from /lib/libc.so.6
| #27 0x004097e9 in _start ()
`

I've 5 configured twitter accounts and 1 identi.ca account, the
problem is reproducable since several weeks.

All involved libs are up2date packages from current Debian/unstable:

, [ dpkg --list choqok libc6 libqca2 libqoauth1 libqtcore4 | grep '^ii' ]
| ii  choqok1.0~rc1-1KDE 
micro-blogging client
| ii  libc6 2.11.2-11
Embedded GNU C Library: Shared libraries
| ii  libqca2   2.0.2-1  
libraries for the Qt Cryptographic Architecture
| ii  libqoauth11.0.1-1  
Qt-based client implementation of the OAuth authorization scheme
| ii  libqtcore44:4.6.3-4Qt 4 
core module
`

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011-02-22t14-10...@devnull.michael-prokop.at



Bug#614586: el-get: depends Emacs

2011-02-22 Thread Hironori OKAMOTO
Package: el-get
Version: 1.1-1
Severity: normal

Hello.

The dependency of this package is wrong. el-get depends Emacs.

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

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

-- 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#614587: amd64 binary depends on python2.4 (= 2.3.90), which is not available in sid

2011-02-22 Thread Stefan Lippers-Hollmann
Package: virtualbox-ose
Version: 4.0.4-dfsg-1
Severity: serious

Hi

Trying to update/ install virtualbox-ose 4.0.4 on unstable/ amd64 leads
to this results

# LANG= apt-get install virtualbox-ose-qt virtualbox-ose
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 virtualbox-ose : Depends: python2.4 (= 2.3.90) but it is not installable
E: Broken packages

Interestingly it appears to depends on python2.4  python2.5, while 
python2.4 is not part of testing/ unstable.

Package: virtualbox-ose
Priority: optional
Section: misc
Installed-Size: 42288
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Architecture: amd64
Version: 4.0.4-dfsg-1
Depends: libc6 (= 2.6), libcurl3 (= 7.16.2-1), libgcc1 (= 1:4.1.1), 
libpng12-0 (= 1.2.13-4), libpython2.6 (= 2.6), libqtcore4 (= 4:4.6.1), 
libqtgui4 (= 4:4.5.3), libsdl1.2debian (= 1.2.10-1), libssl0.9.8 (= 
0.9.8m-1), libstdc++6 (= 4.2.1), libvncserver0, libx11-6, libxcursor1 ( 
1.1.2), libxext6, libxml2 (= 2.7.4), libxmu6, libxt6, python2.4 (= 2.3.90), 
python2.5 (= 2.5), zlib1g (= 1:1.1.4), python (= 2.4), python-central (= 
0.6.11), adduser
Recommends: virtualbox-ose-dkms (= 4.0.4-dfsg-1) | virtualbox-ose-source (= 
4.0.4-dfsg-1), virtualbox-ose-qt (= 4.0.4-dfsg-1), libgl1-mesa-glx | libgl1, 
libqt4-opengl (= 4:4.5.3)
Suggests: virtualbox-guest-additions, libasound2, libpulse0, vde2
Conflicts: virtualbox, virtualbox-2.0, virtualbox-2.1, virtualbox-2.2, 
virtualbox-3.0
Filename: pool/main/v/virtualbox-ose/virtualbox-ose_4.0.4-dfsg-1_amd64.deb
Size: 15049532
MD5sum: 5e46a05b64659f736626c6ea241dd1f8
SHA1: 2eef66ae90897754044f6eacc5f7ce0c940c0f4d
SHA256: a537b75e6c934fba88cf5973dc738853685705997c353173616f478eb301508e
Description: x86 virtualization solution - base binaries
 VirtualBox is a free x86 virtualization solution allowing a wide range
 of x86 operating systems such as Windows, DOS, BSD or Linux to run on a
 Linux system.
 .
 This package provides the binaries for the Open Source Edition of
 VirtualBox. Either the virtualbox-ose-dkms or the virtualbox-ose-source
 package is also required in order to compile the kernel modules needed for
 virtualbox-ose. A graphical user interface for VirtualBox is provided by the
 package virtualbox-ose-qt.
Homepage: http://www.virtualbox.org/
Python-Version: = 2.4
Tag: hardware::emulation, implemented-in::c++, interface::x11, role::program, 
x11::application

This doesn't seem to be a problem with the i386 binaries, built on a 
Debian buildd.

Regards
Stefan Lippers-Hollmann

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

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

Versions of packages virtualbox-ose depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcurl37.21.3-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-12   GCC support library
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libssl0.9.8 0.9.8o-5 SSL shared libraries
ii  libstdc++6  4.4.5-12 The GNU Standard C++ Library v3
ii  libvncserver0   0.9.7-2+b1   API to write one's own vnc server
ii  libx11-62:1.4.1-5X11 client-side library
ii  libxcursor1 1:1.1.11-1   X cursor management library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxmu6 2:1.1.0-1X11 miscellaneous utility library
ii  libxt6  1:1.0.9-2X11 toolkit intrinsics library
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-glx [libgl1] 7.10-4  A free implementation of the OpenG
ii  libqt4-opengl4:4.6.3-4   Qt 4 

Bug#614588: virtualbox-ose: Version 4.0.4-dfsg-1 not installable on AMD64

2011-02-22 Thread Ernesto Domato
Package: virtualbox-ose
Version: 4.0.2-dfsg-1+b1
Severity: normal


The packages is not installable on AMD64 because it depends on python2.4 (= 
2.3.90)
which is not available on the repositories.

Thanks.
Ernesto

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

Kernel: Linux 2.6.37-1-amd64 (SMP w/1 CPU core)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages virtualbox-ose depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libc6   2.13-0exp1   Embedded GNU C Library: Shared lib
ii  libcurl37.21.3-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-12   GCC support library
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libssl0.9.8 0.9.8o-5 SSL shared libraries
ii  libstdc++6  4.4.5-12 The GNU Standard C++ Library v3
ii  libvncserver0   0.9.7-2+b1   API to write one's own vnc server
ii  libx11-62:1.4.1-4X11 client-side library
ii  libxcursor1 1:1.1.11-1   X cursor management library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxmu6 2:1.1.0-1X11 miscellaneous utility library
ii  libxt6  1:1.0.9-2X11 toolkit intrinsics library
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-glx [libgl1] 7.10-4  A free implementation of the OpenG
ii  libqt4-opengl4:4.6.3-4   Qt 4 OpenGL module
ii  virtualbox-ose-dkms  4.0.2-dfsg-1x86 virtualization solution - kern
ii  virtualbox-ose-qt4.0.2-dfsg-1+b1 x86 virtualization solution - Qt b
ii  virtualbox-ose-source4.0.2-dfsg-1x86 virtualization solution - kern

Versions of packages virtualbox-ose suggests:
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libpulse0 0.9.21-4   PulseAudio client libraries
ii  vde2  2.2.3-3Virtual Distributed Ethernet
ii  virtualbox-guest-additions4.0.2-1guest additions iso image for Virt

-- 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#614386: Fwd: Bug#614386: [espeak] mbrola voice path incorrect

2011-02-22 Thread Maurizio Avogadro
Il 21/02/2011 17:48, Samuel Thibault ha scritto:
 [...]
 
 There is an mbrola path issue: I can see that espeak
 looks for mbrola voices in /usr/share/mbrola/voice and
 /usr/share/mbrola/voices/voice, while the Debian/Ubuntu packages
 provide them in /usr/share/mbrola/voice/voice, since that is where
 speech-dispatcher looks for it. Could you add apply the attached patch
 to also look in /usr/share/mbrola/voice/voice too?
 
 Thanks,
 Samuel

Your patch fixes the issue perfectly. Thank you.

Maurizio



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



Bug#614546: libvdpau1 cause segfault of vlc 1.1.7 and vainfo

2011-02-22 Thread Andreas Beckmann
reassign 614546 vdpau-va-driver
forcemerge 611974 614546
thanks

On 2011-02-22 08:19, ag wrote:
 Package: libvdpau1

Looking at the backtrace, this problem seems to be in another library:

 libva: libva version 0.31.1
 Xlib:  extension XFree86-DRI missing on display :0.0.
 libva: va_getDriverName() returns 0
 libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb6021b70 (LWP 10438)]
 0xb71095e7 in XDisplayString () from /usr/lib/libX11.so.6
 
 (gdb) bt
 #0  0xb71095e7 in XDisplayString () from /usr/lib/libX11.so.6
 #1  0xb5f10cf7 in __vaDriverInit_0_31 () from /usr/lib/dri/nvidia_drv_video.so
 #2  0xb63a932c in vaInitialize () from /usr/lib/libva.so.1
 #3  0xb63d6af9 in Open (i_codec_id=28) at vaapi.c:144
 #4  vlc_va_NewVaapi (i_codec_id=28) at vaapi.c:490
 #5  0xb63d2880 in ffmpeg_GetFormat (p_codec=0xb783c270, pi_fmt=0xb327145c) at
 video.c:1177
 #6  0xb2f605ec in ?? () from /usr/lib/i686/cmov/libavcodec.so.52

Andres, is /usr/lib/dri/nvidia_drv_video.so supposed to work with the
non-free binary nvidia drivers? If not, why is it named that way?

Andreas



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



Bug#614589: bsdmainutils: Make weekstart dependant on locale in cal (as in ncal)?

2011-02-22 Thread Alexander Mikhailian
Package: bsdmainutils
Version: 8.2.2
Severity: wishlist
Tags: l10n

A few months ago, I got an angry reply to my feature request for making -M
work for cal. [1]. After looking throug bsdmainutils' bugs, I see the reason.
The issue of the first weekday for cal has been raised more than once and in
different ways.

My understanding is that traditional cal used horizontal layout and ncal
introduced a more efficient vertical layout.

There is another important difference for an occasional user, such as myself:
cal always displays weeks starting with Sunday while ncal displays weeks
starting with the current locale's first weekday, by default. To complicate
the matter, ncal now has the option to use horizontal layout with current
locale's first weekday, unlike cal.

What if we kept only one main distinction between cal and ncal: the layout
and let both use the current locale's first weekday by default?

This breaks the compatibility with earlier versions of ncal, but the
distinction between cal and ncal becomes more clear and the usability of cal
greatly improves.

See the patch in attachment.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590592#30
--- freebsd/usr.bin/ncal/ncal.c	2011-02-22 13:04:51.0 +0100
+++ bsdmainutils/usr.bin/ncal/ncal.c	2011-02-22 13:05:37.0 +0100
@@ -257,20 +257,17 @@
 
 	/* Determine on what day the week starts. */
 #ifdef __GLIBC__
-	if (!flag_backward) 
-	{
-		int first_week_i;
-		date first_week_d;
-		date sunday = { .y = 1997, .m = 11, .d = 30 };
+	int first_week_i;
+	date first_week_d;
+	date sunday = { .y = 1997, .m = 11, .d = 30 };
 
-		first_week_i = (intptr_t) nl_langinfo(_NL_TIME_WEEK_1STDAY);
-		first_week_d.d = first_week_i % 100;
-		first_week_i /= 100;
-		first_week_d.m = first_week_i % 100;
-		first_week_i /= 100;
-		first_week_d.y = first_week_i;
-		weekstart = *nl_langinfo(_NL_TIME_FIRST_WEEKDAY) + (ndaysj(first_week_d) - ndaysj(sunday)) % 7 - 1;
-	}
+	first_week_i = (intptr_t) nl_langinfo(_NL_TIME_WEEK_1STDAY);
+	first_week_d.d = first_week_i % 100;
+	first_week_i /= 100;
+	first_week_d.m = first_week_i % 100;
+	first_week_i /= 100;
+	first_week_d.y = first_week_i;
+	weekstart = *nl_langinfo(_NL_TIME_FIRST_WEEKDAY) + (ndaysj(first_week_d) - ndaysj(sunday)) % 7 - 1;
 #endif
 	before = after = -1;
 


Bug#601886: [pkg-cryptsetup-devel] Bug#601886: cryptsetup: luksformat leaves the Luks device open

2011-02-22 Thread Jonas Meurer
Hey Milan,

On 19/02/2011 Milan Broz wrote:
 On 02/19/2011 04:48 PM, Jonas Meurer wrote:
  but i guess that the race condition is between libdevmapper and udev.
  maybe this is related to the outdated devmapper (+udev rules) in debian?
  
  on irc someone said that cryptsetup (luksClose) should wait for the
  device to become free in case that udev sync is enabled.
 
 device-mapper udev rules are constructed such way that after cryptsetup
 operation udev links processing should be finished.
 (iow dmsetup udevcomplete must be the last udev rule which manipulates
 with these links. Debian breaks it by reordering udev rules.)

first the good news: Bastian finally uploaded latest lvm2 and
device-mapper upstream to debian unstable. the udev rules are still
slightly different from upstream, but I believe that they're at least
more common than in the past.

 (There is still race with watch udev rule but AFAIK only udisks
 using that - but this is not the case here.)
 
 Sorry but I cannot help here until Debian maintaner wakes up and updates
 lvm/device-mapper udev rules. The changed Debian udev device-mapper rules
 are not supported by upstream.

now the bad news: i'm still able to reproduce the bug with recent
versions of lvm2 and device-mapper. I even replaced the debian udev
rules by the upstream ones (LVM2.2.02.84/udev) restarted udev, and
unfortunately still was able to reproduce the bugreport. It seems like
now the luksClose error device is busy occurs less often than before,
but i'm still able to reproduce it something like 3 out of 10 tries.

 (You can add udevadm settle instead of sleep 1, but all these hacks are
 workarounds which are not needed with upstream.)

i fear that workarounds like this are still needed.

do you have any suggestion what to do about it? i'm really not enough
into udev magic to work on race conditions like this, but i'd at least
like to forward this to the right adress to increase the chance that it
will be fixed once.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#614590: [doceblocks-contrib] Lack of dependency on valgrind

2011-02-22 Thread Patryk Cisek
Source: codeblocks
Tags: patch
Severity: normal
Version: 10.05-1

codeblocks-contrib contains Valgrind plugin, but does not depend on
valgrind package. If you install codeblocks-contrib and try to use
Valgrind plugin, but you'll only get an error message.

-- 
Patryk Cisek
diff --git a/debian/control b/debian/control
index e239acf..9604604 100644
--- a/debian/control
+++ b/debian/control
@@ -118,6 +118,7 @@ Depends: ${shlibs:Depends}
  , ${misc:Depends}
  , codeblocks (= ${binary:Version})
  , libwxsmithlib0 (= ${binary:Version})
+ , valgrind
 Description: contrib plugins for Code::Blocks IDE
  This package extends Code::Blocks functionality a great deal with the included
  plugins. These are:


Bug#613601: Wikipedia #anchor links don't work anymore.

2011-02-22 Thread Tatsuya Kinoshita
tags 613601 + fixed-upstream
close 613601 1.4.433+0.20110201-1
thanks

On February 16, 2011 at 12:34PM +1100,
trentbuck (at gmail.com) wrote:

 Package: w3m-el-snapshot
 Version: 1.4.400+0.20100725-1
 Severity: minor

 For some reason anchors within a page (e.g. from the table of
 contents) don't work on wikipedia anymore.  For example,

 http://en.wikipedia.org/wiki/example.net#Subdomains

This bug has been fixed in 1.4.433+0.20110201-1.

Thanks,
--
Tatsuya Kinoshita


pgpdvQmLAyvGF.pgp
Description: PGP signature


  1   2   3   4   5   6   >