Bug#631048: FTBFS against iceweasel 4.0 or 5.0

2011-07-07 Thread أحمد المحمودي
Hello,

On Mon, Jul 04, 2011 at 11:51:33AM +0200, Mike Hommey wrote:
> I'm planning on a push to unstable of iceweasel/xulrunner 5.0 on the
> 15th of July. Please update your packages by then.
---end quoted text---

  If upstream of SWT didn't fix the FTBFS against xulrunner2 by 15th of 
  July, then I will upload swt-gtk with the mozilla build disabled.

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature


Bug#632560: phpmyadmin: Designer tool broken in Iceweasel (CSP)

2011-07-07 Thread Michal Čihař
Hi

Dne Sun, 03 Jul 2011 15:50:52 +0100
"George B."  napsal(a):

> The Javascript buttons in the Designer tool do not work. Messages like this 
> show up in Iceweasel error console:
> ---
> Warning: CSP: Directive "allow http://localhost"; violated by 
> javascript:Save2();
> Warning: CSP: Directive "allow http://localhost"; violated by 
> javascript:PDF_save();
> ---
> 
> This problem has been reported elsewhere, also workaround suggested:

It is also reported in upstream bug tracker:
https://sourceforge.net/tracker/?func=detail&aid=3324161&group_id=23067&atid=377408

> http://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4581207
> ---
> Everything was setup correctly, and seemed to work. When attempting to use 
> designer, the javascript buttons would not operate. No visible errors, thye 
> jsut did nothing. Checking the firefox error console showed : Warning: CSP: 
> Directive "allow  t" violated by 
> javascript:Start_relation(); A little searching about what CSP was led me to: 
> https://developer.mozilla.org/en/Security/CSP/Using_Content_Security_Policy.
> 
> Reading that page i found info about this header entry 
> X-Content-Security-Policy. Searching phpmyadmin pages for that i found it in 
> \libraries\header_http.inc.php.
> 
> Commenting out that line made everything work.
> ---

It does indeed work, but removes security features added by CSP.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#632931: Please provide a proper default location for socket file

2011-07-07 Thread Sandro Tosi
Package: redis-server
Version: 2:2.2.11-1
Severity: minor

Hello,
currently in the conf file shipped with redis-server the socket location (even
if commented) is /tmp/redis.sock . This is not exactly the best place for a sock
file :) I think we should default to store it in /var/run/ so that the user
willing to activate the socket is not left with an incorrect location and/or to
guess what's the best place to store it.

Thanks for considering,
Sandro

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

Kernel: Linux 2.6.37-trunk-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 redis-server depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-8   Embedded GNU C Library: Shared lib

redis-server recommends no packages.

redis-server 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#632932: ITP: xnoise -- Media Player for Gtk+

2011-07-07 Thread shuerhaaken
Package: xnoise
Severity: wishlist


* Package name: xnoise
  Version : 0.1.25
  Upstream Author : Jörn Magens 
* URL : http://code.google.com/p/xnoise/
* License : GPLv2+
  Programming Lang: Vala
  Description : Media Player for Gtk+


Xnoise Media Player is a media player for Gtk+.
Build upon a sqlite database and the gstreamer framework, it is capable
to handle large amounts of audio and video files very efficiently and it
can play most media formats around (through gstreamer).
Media is presented via it's metadata, which also can be adjusted. 
Xnoise is extendable through plugins and a lot of new features are on
the way.
The GUI layout is similar to amarok3 or exaile, but (in my opinion) much
cleaner.
It was created using vala and the releases distribute generated C code
for GObject. This makes xnoise fast and memory efficient (at least
compared to media players done in interpreted languages). 

I would like to maintain a package for xnoise.

Regards,
Jörn





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



Bug#632933: kupfer: Kupfer doesn't work with Evolution Plugin active

2011-07-07 Thread Domenico Cufalo
Package: kupfer
Version: 0+v201-2+squeeze1
Severity: grave
Justification: renders package unusable

I remember that I had noticed this problem in the past, but now it is back.

Simply, if the plugin for Evolution is active, you can not write inside the
launcher.

Here is the error:

Error [kupfer.core.pluginload]: Loading Rubrica indirizzi di Evolution raised
an exception:
Traceback (most recent call last):
  File "/usr/share/kupfer/kupfer/core/pluginload.py", line 60, in
exception_guard
yield
  File "/usr/share/kupfer/kupfer/core/sources.py", line 573, in _cache_sources
self.rescanner.rescan_now(src, force_update=False)
  File "/usr/share/kupfer/kupfer/core/sources.py", line 65, in rescan_now
self.rescan_source(source, force_update=force_update)
  File "/usr/share/kupfer/kupfer/core/sources.py", line 75, in rescan_source
list(source.get_leaves(force_update=force_update))
  File "/usr/share/kupfer/kupfer/obj/grouping.py", line 76, in get_leaves
leaves = Source.get_leaves(src, force_update)
  File "/usr/share/kupfer/kupfer/obj/base.py", line 413, in get_leaves
datatools.SavedIterable(sort_func(self.get_items()))
  File "/usr/share/kupfer/kupfer/utils.py", line 70, in locale_sort
seq = seq if isinstance(seq, list) else list(seq)
  File "/usr/share/kupfer/kupfer/plugin/evolution.py", line 104, in get_items
for contact in ebook_.get_all_contacts():
AttributeError: 'NoneType' object has no attribute 'get_all_contacts'
Error [kupfer.core.pluginload]: This error is probably a bug in Rubrica
indirizzi di Evolution
Error [kupfer.core.pluginload]: Please file a bug report


P.S.: Even if my question is foreign to the bug, I would ask if you plan to do
a backport for this program. I have seen that build and install the newest
versions is very easy.

Ciao and thanks,
Domenico



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

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

Versions of packages kupfer depends on:
ii  dbus  1.2.24-4+squeeze1  simple interprocess messaging syst
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-keybinder  0.2.2-2registers global key bindings for 
ii  python-keyring0.2-3  store and access your passwords sa
ii  python-support1.0.10 automated rebuilding support for P
ii  python-xdg0.19-2 Python library to access freedeskt

Versions of packages kupfer recommends:
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-keyring-gnome  0.2-3+b2   store and access your passwords sa
ii  python-wnck   2.30.0-4   Python bindings for the WNCK libra

Versions of packages kupfer suggests:
pn  python-cjson   (no description available)
pn  python-nautilus(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#632934: texlive-latex-extra: The achemso class (American Chemical Society) is outdated.

2011-07-07 Thread Filippo Rusconi
Package: texlive-latex-extra
Version: 2009-10
Severity: wishlist


Greetings, 

the achemso package (upstream
http://pubs.acs.org/paragonplus/submission/general/achemso.tds.zip) is
outdated.

Present version in testing : [2009/09/01 v3.3a Submission to ACS journals]
Present version at ACS : [2011/03/11 v3.5g Submission to ACS journals]

Thank you.

Filippo


-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. 

Please run your example with
(pdf)latex -recorder ...
(or any other program that supports -recorder) and send us the generated
file with the extension .fls, it lists all the files loaded during
the run and can easily explain problems induced by outdated files in
your home directory.

Don't forget to also include minimal examples of other files that are 
needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1661 Jun 21 23:16 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Jun 21 23:16 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Mar 23 01:50 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Sep 25  2010 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Sep 25  2010 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Mar 23 01:50 /usr/share/texmf/web2c/texmf.cnf -> 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 9836 Apr 25 18:36 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 23533 Apr 25 18:36 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 15119 Apr 25 18:36 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 Mar 23 01:50 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
402d5adb3864c09ed3cd80c0f2131361  /etc/texmf/texmf.d/95NonPath.cnf

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

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

Versions of packages texlive-latex-extra depends on:
ii  dpkg  1.16.0.3   Debian package management system
ii  preview-latex-style   11.86-2.1  extraction of elements from LaTeX 
ii  tex-common2.09   common infrastructure for building
ii  texlive-binaries  2009-8 Binaries for TeX Live
ii  texlive-common2009-11TeX Live: Base component
ii  texlive-latex-base2009-11TeX Live: Basic LaTeX packages
ii  texlive-pictures  2009-11TeX Live: Graphics packages and pr

Versions of packages texlive-latex-extra recommends:
ii  texlive-latex-extra-doc   2009-10TeX Live: Documentation files for 
ii  texlive-latex-recommended 2009-11TeX Live: LaTeX recommended packag
ii  texpower  0.2-7  Macros for creating professional p

texlive-latex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]1.5.40  Debian configuration management sy
ii  dpkg 1.16.0.3Debian package management system
ii  ucf  3.0025+nmu2 Update Configuration File: preserv

Versions of packages tex-common suggests:
ii  debhelper 8.9.0  helper programs for debian/rules

Versions of packages texlive-late

Bug#591791: Bug#602511: Fwd: Re: upstart support for nodm

2011-07-07 Thread Joachim Breitner
Hi,

Am Donnerstag, den 07.07.2011, 01:35 +0200 schrieb Enrico Zini:
> On Tue, Feb 08, 2011 at 11:31:40PM +0530, Joachim Breitner wrote:
> 
> > But then I find that dh_installinit would not install the regular init
> > script if an upstart job is present, uses a compatibility link
> > in /etc/init.d and adds a dependency on upstart-job, which seems to be
> > only provided by upstart. I’m not sure if we want to force all users of
> > nodm to switch to upstart – or is there an alternative?
> > 
> > Enrico, what is your level of caring about nodm ATM?
> 
> It goes in bursts, mainly depending on when I have customers who would
> like me to work on it.
> 
> I've just finished a rewrite so that nodm is now a real package manager,
> tomorrow I'll do some real world testing and if all goes well, an upload
> of the new version to unstable.

Great, I always found nodm a far better approach than dpkg!

(Sorry, CNR ;-))

> On Mon, Feb 14, 2011 at 10:06:45AM -0800, Steve Langasek wrote:
> 
> > Also, I strongly counsel *against* shipping this, or any, upstart job in a
> > Debian package until this policy bug is *fixed*.  The conversation is
> > ongoing, and deploying such upstart jobs now realistically just runs the
> > (very high) risk that you'll have more work to do on your package later once
> > the policy interfaces are refined and implemented.
> 
> That is fine with me, I'll do that.
> 
> I must admit that I've just found myself in a rather intense WTF moment,
> after finding out that the nodm package from the master branch was
> depending on upstart and not shipping an init.d file.
> 
> I'm now going to move the upstart work that has been committed (thank
> you for it, though!) to a separate "upstart" branch, and I'll upload
> without it for now.

Sounds good to me, and thanks for the ongoing maintenance.

BTW, since I stopped using the Freerunner and, after your rewrite (which
I appreciate!), don’t really know any of the nodm code, would you mind
taking over maintenance completely? I doubt that I add much value here
any more.

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#631048: FTBFS against iceweasel 4.0 or 5.0

2011-07-07 Thread Mike Hommey
On Thu, Jul 07, 2011 at 09:03:17AM +0200, أحمد المحمودي wrote:
> Hello,
> 
> On Mon, Jul 04, 2011 at 11:51:33AM +0200, Mike Hommey wrote:
> > I'm planning on a push to unstable of iceweasel/xulrunner 5.0 on the
> > 15th of July. Please update your packages by then.
> ---end quoted text---
> 
>   If upstream of SWT didn't fix the FTBFS against xulrunner2 by 15th of 
>   July, then I will upload swt-gtk with the mozilla build disabled.

As I understand it, swt-gtk uses webkit by default, now, so you should
probably switch to webkit.

Mike



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



Bug#613509: claws-mail: Claws mail crashes with "reply to all" command

2011-07-07 Thread Ricardo Mones
  Hi Jon,

On Wed, Jul 06, 2011 at 08:54:43PM +0200, Jon Bonilla wrote:
> El Wed, 1 Jun 2011 12:11:41 +0200
> Ricardo Mones  escribió:
> 
> > On Tue, May 31, 2011 at 01:16:49PM +0200, Jon Bonilla wrote:
> > > Back to my old config it still crashes with some mail and not with other
> > > mails. The "no crashing" was too premature from my side :(
> > > 
> > > I'll have to make more tests with a clean config too.
> > > 
> > > Sorry for reporting too soon without proper testing.
> > 
> >   No problem :)
> >   Can you check if your old config crashes with the default GTK+ theme?
> > 
> >   regards,
> 
> 
> I have no themes installed in claws. I'm using the default one.
> 
> Or do you mean that this might be related to using kde and setting the gtk 
> apps
> to the kde look?

  Yes, I meant the GTK+ theme, not the icon theme used by claws.

  Try to switch the look of GTK+ apps to the system default, without any theme
or engine and see if it still crashes.

  And, please, don't remove the bug address from Cc, it makes it easier to me
to track them.

  thanks,
-- 
  Ricardo Mones 
  ~
  Don't take the name of root in vain.  /usr/src/linux/README



signature.asc
Description: Digital signature


Bug#632935: RM: photo-uploader -- ROM; package does not work, no upstream progress

2011-07-07 Thread Michal Čihař
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi

please remove photo-uploader from the archive. It has no progress in
upstream (I was actually upstream) and currently does not work. It also
fails to build (reported only in Ubuntu for now -
https://bugs.launchpad.net/ubuntu/+source/photo-uploader/+bug/756168).

Thanks
- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

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

iQIcBAEBCAAGBQJOFV+UAAoJEGo39bHX+xdNqpAQAKUDkTRnrkWf5QA6AgBgWK3V
OvDPHMAvs6wKgw9k5km103+FCpln53suft+t5s0Ygf0ZpD9zUvTr+OWyHhHsrWpr
XVFHLZB37zjFP0OFsv3TWw7Twsagwe8AjJ3fgMaqY6LYB9fvnOgtm4GbS1dM1ARm
FrNCM08dlfa0iRO7UcmBnO/Qr5b0LgKj6r8052Z0iIms+0PX7iO7p9DPD5TyqGmw
x3v+gakzgzhJ9nzQ2JpapuCAap5PE5TVayyGI3lngd4MOJw4IdFQvygW3Z31rfvZ
2CGMnYWFVLnICLI2BTGyhGUetLNiDKmI0FyJwhfQcV02S2XPm06iMs2XGtJD2Tvj
cZRWk0UjVe2XY7AadjMFRGs8TMQ4Y2LXZhp4zFhihCIDoZu6495p5D6lNf5HsCfY
TMCct0f5JvATt2knyHGDQhPy7Bts7pHA66ontSNxSe4DSN014bWVT58nkJjSg/eA
Frn49wPzpn8gwZ7abTvEa6a4be4S4blnTy0vY6qMfdIjC0SLk86vXM9C2Yzxbh5q
E3vUJYdUQ++QgNeBrJupubhoHNZsZUL0DIOzCgQFIrgTNSJdeex8b27qhX/Hnjxh
ZBum7JBZ+mG02Ey81B1zV62h/Mtc64L1Q+ZdhLU6Wh9tC8+tPLd1f7K47pkaxNd1
9KRmX58NJLuOaXSKndDX
=BcvL
-END PGP SIGNATURE-



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



Bug#631048: FTBFS against iceweasel 4.0 or 5.0

2011-07-07 Thread Niels Thykier
On 2011-07-07 09:18, Mike Hommey wrote:
> On Thu, Jul 07, 2011 at 09:03:17AM +0200, أحمد المحمودي wrote:
>> Hello,
>>
>> On Mon, Jul 04, 2011 at 11:51:33AM +0200, Mike Hommey wrote:
>>> I'm planning on a push to unstable of iceweasel/xulrunner 5.0 on the
>>> 15th of July. Please update your packages by then.
>> ---end quoted text---
>>
>>   If upstream of SWT didn't fix the FTBFS against xulrunner2 by 15th of 
>>   July, then I will upload swt-gtk with the mozilla build disabled.
> 
> As I understand it, swt-gtk uses webkit by default, now, so you should
> probably switch to webkit.
> 
> Mike
> 
> 


>From what I have heard, it does use webkit by default, but in 3.6 the
webkit setup had some issues (not sure here though).  I heard the 3.7
support should be better.

As for xulrunner 2.0 support, then I heard that is very unlikely.  For
the eclipse package I am definitely not expecting anything, especially
after I had a chat with a Fedora developer, who tried to do the actual
porting for Fedora.

~Niels




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



Bug#632936: disk plugin, use "vg0-lv0" not "dm-1"

2011-07-07 Thread Trent W. Buck
Package: collectd-core
Severity: wishlist

The disks plugin uses the same names as are in /proc/partitions,
e.g. "sda", "md0", "dm-1".  The third of these uses a number that
isn't very intuitive.  My dm-N devices are LVM LVs; I would like it to
use the names from /dev/mapper/, like "vg0-lv1" or "omega-var".

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

Kernel: Linux 2.6.38-2-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



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



Bug#632937: minor man page typo

2011-07-07 Thread Barak A. Pearlmutter
Package: dpkg
Version: 1.16.0.3

Minor man page typo:

  man/dpkg-source.1
  -it could be anything.) Any other branches will be available, under as
  +it could be anything.) Any other branches will be available as

Git send-email (in two patches: one for typo itself, the other for
corresponding match text in translation files) follows under separate
cover.

--Barak.
--
Barak A. Pearlmutter
 Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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



Bug#632938: g++-4.6: 4.6.1-2 broke boost::multi_array when compiling with -std=c++0x

2011-07-07 Thread Matthias Berndt
Package: g++-4.6
Version: 4.6.1-2
Severity: normal

Hi,

with g++-4.6.1-1, the following program compiled fine with the -std=c++0x
command line switch:

#include 
int main() {
  boost::multi_array x(boost::extents[1][2][3]);
}

Since g++-4.6.1-2, it doesn't compile any longer (it does compile with
-std=c++03).
The error message looks like this:


In file included from /usr/include/boost/multi_array/range_list.hpp:19:0,
 from /usr/include/boost/multi_array/extent_gen.hpp:17,
 from /usr/include/boost/multi_array/base.hpp:22,
 from /usr/include/boost/multi_array.hpp:21,
 from test.cc:1:
/usr/include/boost/array.hpp: In constructor
‘boost::array,
2u>::array(boost::array, 2u>&&)’:
/usr/include/boost/array.hpp:58:11:   instantiated from
‘boost::detail::multi_array::extent_gen<(NumRanges + 1)>
boost::detail::multi_array::extent_gen::operator[](boost::detail::multi_array::extent_gen::index)
[with unsigned int NumRanges = 1u,
boost::detail::multi_array::extent_gen::index = int]’
test.cc:4:51:   instantiated from here
/usr/include/boost/array.hpp:58:11: error: temporary of non-literal type
‘boost::detail::multi_array::extent_range [2]’ in a
constant expression
In file included from /usr/include/boost/multi_array/base.hpp:22:0,
 from /usr/include/boost/multi_array.hpp:21,
 from test.cc:1:
/usr/include/boost/multi_array/extent_gen.hpp: In constructor ‘constexpr
boost::detail::multi_array::extent_gen<2u>::extent_gen(boost::detail::multi_array::extent_gen<2u>&&)’:
/usr/include/boost/multi_array/extent_gen.hpp:28:7: note: synthesized method
‘boost::array,
2u>::array(boost::array, 2u>&&)’ first required here
/usr/include/boost/multi_array/extent_gen.hpp:28:7: error:
‘boost::array,
2u>::array(boost::array, 2u>&&)’ is not ‘constexpr’
/usr/include/boost/multi_array/extent_gen.hpp: In member function
‘boost::detail::multi_array::extent_gen<(NumRanges + 1)>
boost::detail::multi_array::extent_gen::operator[](boost::detail::multi_array::extent_gen::index)
[with unsigned int NumRanges = 1u,
boost::detail::multi_array::extent_gen::index = int]’:
/usr/include/boost/multi_array/extent_gen.hpp:62:54: note: synthesized method
‘boost::detail::multi_array::extent_gen<2u>::extent_gen(boost::detail::multi_array::extent_gen<2u>&&)’
first required here
In file included from /usr/include/boost/multi_array/range_list.hpp:19:0,
 from /usr/include/boost/multi_array/extent_gen.hpp:17,
 from /usr/include/boost/multi_array/base.hpp:22,
 from /usr/include/boost/multi_array.hpp:21,
 from test.cc:1:
/usr/include/boost/array.hpp: In constructor
‘boost::array,
3u>::array(boost::array, 3u>&&)’:
/usr/include/boost/array.hpp:58:11:   instantiated from
‘boost::detail::multi_array::extent_gen<(NumRanges + 1)>
boost::detail::multi_array::extent_gen::operator[](boost::detail::multi_array::extent_gen::index)
[with unsigned int NumRanges = 2u,
boost::detail::multi_array::extent_gen::index = int]’
test.cc:4:54:   instantiated from here
/usr/include/boost/array.hpp:58:11: error: temporary of non-literal type
‘boost::detail::multi_array::extent_range [3]’ in a
constant expression
In file included from /usr/include/boost/multi_array/base.hpp:22:0,
 from /usr/include/boost/multi_array.hpp:21,
 from test.cc:1:
/usr/include/boost/multi_array/extent_gen.hpp: In constructor ‘constexpr
boost::detail::multi_array::extent_gen<3u>::extent_gen(boost::detail::multi_array::extent_gen<3u>&&)’:
/usr/include/boost/multi_array/extent_gen.hpp:28:7: note: synthesized method
‘boost::array,
3u>::array(boost::array, 3u>&&)’ first required here
/usr/include/boost/multi_array/extent_gen.hpp:28:7: error:
‘boost::array,
3u>::array(boost::array, 3u>&&)’ is not ‘constexpr’
/usr/include/boost/multi_array/extent_gen.hpp: In member function
‘boost::detail::multi_array::extent_gen<(NumRanges + 1)>
boost::detail::multi_array::extent_gen::operator[](boost::detail::multi_array::extent_gen::index)
[with unsigned int NumRanges = 2u,
boost::detail::multi_array::extent_gen::index = int]’:
/usr/include/boost/multi_array/extent_gen.hpp:62:54: note: synthesized method
‘boost::detail::multi_array::extent_gen<3u>::extent_gen(boost::detail::multi_array::extent_gen<3u>&&)’
first required here



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

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

Versions of packages g++-4.6 depends on:
ii  gcc-4.6 4.6.1-2  GNU C compiler
ii  gcc-4.6-base4.6.1-2  GCC, the GNU Compiler Collection (
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libcloog-ppl0   0.15.9-3 the Chunky Loop Generator (runtime
ii  libgmp10 

Bug#632939: vpnc: Route to VPN gateway duplicated on wrong interface

2011-07-07 Thread Hans Streibel
Package: vpnc
Version: 0.5.3r449-2.1
Severity: normal

I am connected simultaneously to 2 networks:
- eth0
- wlan0

The default route goes via eth0, the VPN gateway 213.23.124.179
is reachable via wlan0. Here is the output of "route -n":

root@hstreibel:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
213.23.124.179  192.168.1.1 255.255.255.255 UGH   0  00 wlan0
192.168.1.0 0.0.0.0 255.255.255.0   U 2  00 wlan0
192.168.168.0   0.0.0.0 255.255.254.0   U 1  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 eth0
0.0.0.0 192.168.168.1   0.0.0.0 UG0  00 eth0

Then I connect to the VPN using the NetworkManger.
"NAT Traversal" is set to "Cisco UDP".
The connection will be established however there are 2 entries
for the VPN host now in the routing table:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
213.23.124.179  192.168.168.1   255.255.255.255 UGH   0  00 eth0
213.23.124.179  192.168.1.1 255.255.255.255 UGH   0  00 wlan0
192.168.214.128 0.0.0.0 255.255.255.224 U 0  00 tun0
192.168.1.0 0.0.0.0 255.255.255.0   U 2  00 wlan0
192.168.168.0   0.0.0.0 255.255.254.0   U 1  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0  00 tun0

Nothing within the VPN network is reachable.
Deleting the wrong entry 213.23.124.179/eth0 does not help.


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

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

Versions of packages vpnc depends on:
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libgcrypt11  1.4.6-5 LGPL Crypto library - runtime libr
ii  libgnutls26  2.10.5-1+b1 the GNU TLS library - runtime libr

Versions of packages vpnc recommends:
ii  iproute   20100519-3 networking and traffic control too

Versions of packages vpnc suggests:
pn  resolvconf (no description available)

-- Configuration Files:
/etc/vpnc/example.conf [Errno 13] Permission denied: u'/etc/vpnc/example.conf'
/etc/vpnc/vpnc-script [Errno 13] Permission denied: u'/etc/vpnc/vpnc-script'

-- 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#632937: [PATCH 1/2] typo: "under as" to "as" in dpkg-source.1

2011-07-07 Thread Barak A. Pearlmutter
From: Barak A. Pearlmutter 

---
 man/dpkg-source.1 |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/dpkg-source.1 b/man/dpkg-source.1
index 2d83146..19eef03 100644
--- a/man/dpkg-source.1
+++ b/man/dpkg-source.1
@@ -564,7 +564,7 @@ the cloned git repository.
 .PP
 Note that by default the new repository will have the same branch checked
 out that was checked out in the original source. (Typically "master", but
-it could be anything.) Any other branches will be available, under as
+it could be anything.) Any other branches will be available as
 `remotes/origin/`
 .PP
 .B Building
-- 
1.7.2.5




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



Bug#632937: [PATCH 2/2] tweak translations for typo fix: "under as" to "as" in dpkg-source.1

2011-07-07 Thread Barak A. Pearlmutter
From: Barak A. Pearlmutter 

---
 man/po/de.po|4 ++--
 man/po/dpkg-man.pot |4 ++--
 man/po/es.po|4 ++--
 man/po/fr.po|4 ++--
 man/po/hu.po|4 ++--
 man/po/ja.po|4 ++--
 man/po/pl.po|4 ++--
 man/po/pt_BR.po |4 ++--
 man/po/ru.po|4 ++--
 man/po/sv.po|4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/man/po/de.po b/man/po/de.po
index 220a8d1..e552275 100644
--- a/man/po/de.po
+++ b/man/po/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "POT-Creation-Date: 2011-06-12 12:02+\n"
-"PO-Revision-Date: 2011-06-12 14:18+0200\n"
+"PO-Revision-Date: 2011-07-07 09:00+0100\n"
 "Last-Translator: Helge Kreutzmann \n"
 "Language-Team: de \n"
 "Language: \n"
@@ -14243,7 +14243,7 @@ msgstr ""
 msgid ""
 "Note that by default the new repository will have the same branch checked "
 "out that was checked out in the original source. (Typically \"master\", but "
-"it could be anything.) Any other branches will be available, under as "
+"it could be anything.) Any other branches will be available as "
 "`remotes/origin/`"
 msgstr ""
 "Beachten Sie, dass standardmäßig im neuen Depot der gleiche Zweig "
diff --git a/man/po/dpkg-man.pot b/man/po/dpkg-man.pot
index 65f4730..2fa1c27 100644
--- a/man/po/dpkg-man.pot
+++ b/man/po/dpkg-man.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2011-04-01 22:11+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-07-07 09:00+0100\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
 "Language: \n"
@@ -10998,7 +10998,7 @@ msgstr ""
 msgid ""
 "Note that by default the new repository will have the same branch checked "
 "out that was checked out in the original source. (Typically \"master\", but "
-"it could be anything.) Any other branches will be available, under as "
+"it could be anything.) Any other branches will be available as "
 "`remotes/origin/`"
 msgstr ""
 
diff --git a/man/po/es.po b/man/po/es.po
index 502cce9..64473b4 100644
--- a/man/po/es.po
+++ b/man/po/es.po
@@ -39,7 +39,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: dpkg 1.18.8.5\n"
 "POT-Creation-Date: 2011-04-01 22:07+0300\n"
-"PO-Revision-Date: 2010-12-15 20:18+0100\n"
+"PO-Revision-Date: 2011-07-07 09:01+0100\n"
 "Last-Translator: Omar Campagne \n"
 "Language-Team: Debian l10n Spanish \n"
 "Language: es\n"
@@ -14069,7 +14069,7 @@ msgstr ""
 msgid ""
 "Note that by default the new repository will have the same branch checked "
 "out that was checked out in the original source. (Typically \"master\", but "
-"it could be anything.) Any other branches will be available, under as "
+"it could be anything.) Any other branches will be available as "
 "`remotes/origin/`"
 msgstr ""
 "Tenga en cuenta que, por omisión, el nuevo repositorio tendrá un «checkout» "
diff --git a/man/po/fr.po b/man/po/fr.po
index 4e73bb9..b236d17 100644
--- a/man/po/fr.po
+++ b/man/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "POT-Creation-Date: 2011-04-01 22:07+0300\n"
-"PO-Revision-Date: 2010-11-26 07:15+0100\n"
+"PO-Revision-Date: 2011-07-07 09:01+0100\n"
 "Last-Translator: Christian Perrier \n"
 "Language-Team: French \n"
 "Language: fr\n"
@@ -14088,7 +14088,7 @@ msgstr ""
 msgid ""
 "Note that by default the new repository will have the same branch checked "
 "out that was checked out in the original source. (Typically \"master\", but "
-"it could be anything.) Any other branches will be available, under as "
+"it could be anything.) Any other branches will be available as "
 "`remotes/origin/`"
 msgstr ""
 "Veuillez noter que, par défaut, le nouveau dépôt aura la même branche "
diff --git a/man/po/hu.po b/man/po/hu.po
index 16eb0ad..c33f029 100644
--- a/man/po/hu.po
+++ b/man/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "POT-Creation-Date: 2011-04-01 22:07+0300\n"
-"PO-Revision-Date: 2010-03-07 22:17+0100\n"
+"PO-Revision-Date: 2011-07-07 09:01+0100\n"
 "Last-Translator: SZERVÁC Attila \n"
 "Language-Team: Hungarian\n"
 "Language: \n"
@@ -11458,7 +11458,7 @@ msgstr ""
 msgid ""
 "Note that by default the new repository will have the same branch checked "
 "out that was checked out in the original source. (Typically \"master\", but "
-"it could be anything.) Any other branches will be available, under as "
+"it could be anything.) Any other branches will be available as "
 "`remotes/origin/`"
 msgstr ""
 
diff --git a/man/po/ja.po b/man/po/ja.po
index ca940cd..3b0d1eb 100644
--- a/man/po/ja.po
+++ b/man/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "POT-Creation-Date: 2011-04-01 22:07+0300\n"
-"PO-Revision-Date: 2010-03-07 22:17+0100\n"
+"PO-Revision-Date: 2011-07-07 09:01+0100\n"
 "Last-Translator: KISE Hiroshi \n"
 "Language-Team: Debian Japanese List \n"
 "Language: \n"
@@ -12193,7 +1219

Bug#632827: [Pkg-xfce-devel] Bug#632827: Bug#632827: Bug#632827: Bug#632827: Bug#632827: xfce4-power-manager: settings window fails to show correct option values

2011-07-07 Thread Yves-Alexis Perez
forwarded 632827 https://bugzilla.xfce.org/show_bug.cgi?id=7791
retitle 632827 some parameters not loaded correctly in 
xfce4-power-manager-settings
thanks
On mer., 2011-07-06 at 16:41 +0200, Yves-Alexis Perez wrote:
> On mer., 2011-07-06 at 16:26 +0200, Yves-Alexis Perez wrote:
> > Ok, the spin down is fixed in git master. For the brightness values I
> > have to admit the code looks right so I'm not sure what happens yet. 
> 
> Nevermind, found it, that's because it's stored as int and loaded as
> uint. Will wait for upstream to comment on which way to fix it.

Reported upstream.

Regards,
-- 
Yves-Alexis




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



Bug#632940: Wish for notify_syslog plugin

2011-07-07 Thread Trent W. Buck
Package: collectd-core
Severity: wishlist

collectd generates "notifications" internally, and its notify_email
plugin provides a notification handler that will send an email for
each one.

I prefer notifications to turn into syslog entries, so that even if
there are a hundred notifications all at once, I'll only get one email
from logcheck at the end of the hour.

This can be done by hand using NotificationExec, but I think this
functionality would be useful to be built-in as a C plugin.

FYI, here's what I'm doing now:


  
DataSource "used"
WarningMax 80
FailureMax 90
Percentage true
  


LoadPlugin exec

  NotificationExec "nobody:nogroup" "/etc/collectd/notify-syslog.sh"


where the wrapper script exists mainly to discard the "headers" and
log only the "message" part:

#!/bin/sh
while read x y
do  case "$x$y" in
'') exec logger -t collectd${severity+" $severity" -p 
user."$severity"};;
Severity:WARNING) severity=warning;;
Severity:OKAY)severity=notice;;
Severity:FAILURE) severity=err;;
esac
done

The result is servicable, if suboptimal:

2011-07-07T17:41:33.555808+10:00 hugin collectd warning: Host 
omega.cyber.com.au, plugin df type df (instance srv-lxc-alamo): Data source 
"used" is currently 852054016.00. That is above the warning threshold of 
80.00%.
2011-07-07T17:41:33.557689+10:00 hugin collectd warning: Host 
omega.cyber.com.au, plugin df type df (instance srv-apt): Data source "used" is 
currently 232933896192.00. That is above the warning threshold of 
80.00%.

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

Kernel: Linux 2.6.38-2-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



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



Bug#632927: More diagnostics

2011-07-07 Thread Kingsley G. Morse Jr.
The post-installation script which reports the
error is

/var/lib/dpkg/info/dokuwiki.postinst

It seems to me that the relevant code in it is a
function named "write_htaccess()", which starts
as...

# Create a .htaccess sample file for dokuwiki
write_htaccess()
{
# Restore the backup of the .htaccess that used to be part of the
# package and would have been lost. See preinst.
if [ -f /usr/share/dokuwiki/.htaccess.upgrade ]
then
mv /usr/share/dokuwiki/.htaccess.upgrade /etc/dokuwiki/htaccess
fi

# A previous versions of this script, 0.0.20091225c-4, used to restore 
the
# backup *after* ucf. As this erased the followin official modification
# after ucf, let us make it back before ucf.
if [ -e /etc/dokuwiki/local.php ]; then
sed -i -e '/^php_value auto_prepend_file 
"\/usr\/share\/dokuwiki\/prepend.php"$/,+1d' /etc/dokuwiki/htaccess
fi

As you can see, /etc/dokuwiki/htaccess is only
created if /usr/share/dokuwiki/.htaccess.upgrade
exists.

At least on my computer, it doesn't exist.

It's not a crisis in my case, but I should
probably also mention that I can no longer access
dokuwiki content at 

http://localhost:/dokuwiki/doku.php

Thanks,
Kingsley




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



Bug#632941: Wish for tcpconss plugin ListeningPorts=privileged

2011-07-07 Thread Trent W. Buck
Package: collectd-core
Severity: wishlist

I'm using tcpconns to look at e.g. the number of open SSH and HTTP
connections.

It's really useful that it auto-detects which ports are in use, rather
than me having to list them.  It means if a new service is added to a
machine (especially a customer machine which I monitor, but don't
directly control), collectd will automatically pick up on it.

Unfortunately, my users are in the habit of also running ssh -L and -X
and NFS, and these basically get random ports, which leads to an
explosion of annoying extra graphs.

It would be nice if I could set ListeningPorts to "privileged", which
would make it work as "true" for ports 1024 and below, and like
"false" for ports 1025 and above.

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

Kernel: Linux 2.6.38-2-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



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



Bug#632827: [Pkg-xfce-devel] Bug#632827: xfce4-power-manager: settings window fails to show correct option values

2011-07-07 Thread Julien Valroff
Le jeudi 07 juil. 2011 à 10:16:12 (+0200 CEST), Yves-Alexis Perez a écrit :
> forwarded 632827 https://bugzilla.xfce.org/show_bug.cgi?id=7791
> retitle 632827 some parameters not loaded correctly in 
> xfce4-power-manager-settings
> thanks
> On mer., 2011-07-06 at 16:41 +0200, Yves-Alexis Perez wrote:
> > On mer., 2011-07-06 at 16:26 +0200, Yves-Alexis Perez wrote:
> > > Ok, the spin down is fixed in git master. For the brightness values I
> > > have to admit the code looks right so I'm not sure what happens yet. 
> > 
> > Nevermind, found it, that's because it's stored as int and loaded as
> > uint. Will wait for upstream to comment on which way to fix it.
> 
> Reported upstream.

Thanks for you help on this.

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~  ~ 
 : :'  :  Debian Developer & Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1



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



Bug#632942: libpoppler-cil: depends on non-existent libpoppler-glib4

2011-07-07 Thread Philipp Kern
Package: libpoppler-cil
Version: 0.0.1-1
Severity: serious

libpoppler-cli depends on libpoppler-glib4 which goes away with the ongoing
poppler transition (i.e. it's soon to be decrufted and then non-existant).
poppler-sharp needs a sourceful upload ASAP.



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



Bug#528843: Bug #528843: Is the Russian translation still out of date?

2011-07-07 Thread Benoît Knecht
tag 528843 moreinfo
severity 528843 minor
thanks

Is the Russian translation still outdated? It seems in pretty good shape
on translationproject.org [1].

[1] http://translationproject.org/domain/coreutils.html

Cheers,

-- 
Benoît Knecht



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



Bug#624005: SSL certificate authentication fails

2011-07-07 Thread Michael Mende
simply build esniper against gnutls instead of openssl.


-- 
Mit freundlichen Gruessen,

Michael Mende

* Linux Cluster Consulting
* http://www.failover.de/
*
* m.me...@failover.de



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



Bug#632772: Wheezy: KDE hangs on logout

2011-07-07 Thread Michel Dänzer
On Mit, 2011-07-06 at 18:38 -0700, T Elcor wrote: 
> --- On Wed, 7/6/11, Michel Dänzer  wrote:
> 
> > For some reason, reportbug didn't include all the information it should
> 
> I'm not using reportbug, all info was supplied manually.

Please consider using it in the future. It'll save time for everyone.


> [12.864] (II) RADEON(0): GPU accel disabled or not working, using 
> shadowfb for KMS

Looks like there's a problem in the kernel. Please provide the relevant
(at least agp/drm/radeon related) dmesg output.


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



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



Bug#632943: pixman: Please allow easier backports

2011-07-07 Thread Mike Hommey
Package: pixman
Version: 0.22.0-1
Severity: wishlist

Since the switch to multi-arch, the pixman package doesn't build out of the
box in a squeeze-backports environment.

The attached patch allows that.

Mike

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

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pixman-0.22.0/debian/rules pixman-0.22.0/debian/rules
--- pixman-0.22.0/debian/rules
+++ pixman-0.22.0/debian/rules
@@ -5,6 +5,16 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+PREPROCESS_FILES := $(wildcard debian/*.in)
+
+$(PREPROCESS_FILES:.in=): %: %.in
+	sed 's,@DEB_HOST_MULTIARCH@/,$(DEB_HOST_MULTIARCH:=/),g' $< > $@
+
+ifneq (,$(DEB_HOST_MULTIARCH))
+override_dh_gencontrol:
+	dh_gencontrol -- -Vmisc:Multi-Arch=same
+endif
+
 # Disable Gtk+ autodetection:
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-gtk \
@@ -15,7 +25,7 @@
 	dh_auto_install --destdir=debian/tmp
 
 # Kill *.la files, and forget no-one:
-override_dh_install:
+override_dh_install: $(PREPROCESS_FILES:.in=)
 	find debian/tmp -name '*.la' -delete
 	dh_install --fail-missing
 
diff -u pixman-0.22.0/debian/control pixman-0.22.0/debian/control
--- pixman-0.22.0/debian/control
+++ pixman-0.22.0/debian/control
@@ -19,7 +19,7 @@
  ${shlibs:Depends},
  ${misc:Depends},
 Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
+Multi-Arch: ${misc:Multi-Arch}
 Description: pixel-manipulation library for X and cairo
  A library for manipulating pixel regions -- a set of Y-X banded
  rectangles, image compositing using the Porter/Duff model
@@ -44,7 +44,7 @@
 Depends:
  libpixman-1-0 (= ${binary:Version}),
  ${misc:Depends},
-Multi-Arch: same
+Multi-Arch: ${misc:Multi-Arch}
 Description: pixel-manipulation library for X and cairo (debugging symbols)
  Debugging symbols for the Cairo/X pixel manipulation library.  This is
  needed to debug programs linked against libpixman0.
reverted:
--- pixman-0.22.0/debian/libpixman-1-0-udeb.install
+++ pixman-0.22.0.orig/debian/libpixman-1-0-udeb.install
@@ -1 +0,0 @@
-usr/lib/*/libpixman-1.so.* /usr/lib
reverted:
--- pixman-0.22.0/debian/libpixman-1-dev.install
+++ pixman-0.22.0.orig/debian/libpixman-1-dev.install
@@ -1,4 +0,0 @@
-usr/lib/*/libpixman-1.so
-usr/lib/*/libpixman-1.a
-usr/lib/*/pkgconfig
-usr/include/pixman-1
reverted:
--- pixman-0.22.0/debian/libpixman-1-0.install
+++ pixman-0.22.0.orig/debian/libpixman-1-0.install
@@ -1 +0,0 @@
-usr/lib/*/libpixman-1.so.*
diff -u pixman-0.22.0/debian/changelog pixman-0.22.0/debian/changelog
--- pixman-0.22.0/debian/changelog
+++ pixman-0.22.0/debian/changelog
@@ -1,3 +1,10 @@
+pixman (0.22.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules, debian/control, debian/*.install: Allow easy backport.
+
+ -- Mike Hommey   Thu, 07 Jul 2011 10:35:46 +0200
+
 pixman (0.22.0-1) unstable; urgency=low
 
   * Team upload.
only in patch2:
unchanged:
--- pixman-0.22.0.orig/debian/libpixman-1-dev.install.in
+++ pixman-0.22.0/debian/libpixman-1-dev.install.in
@@ -0,0 +1,4 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libpixman-1.so
+usr/lib/@DEB_HOST_MULTIARCH@/libpixman-1.a
+usr/lib/@DEB_HOST_MULTIARCH@/pkgconfig
+usr/include/pixman-1
only in patch2:
unchanged:
--- pixman-0.22.0.orig/debian/libpixman-1-0-udeb.install.in
+++ pixman-0.22.0/debian/libpixman-1-0-udeb.install.in
@@ -0,0 +1 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libpixman-1.so.* /usr/lib
only in patch2:
unchanged:
--- pixman-0.22.0.orig/debian/libpixman-1-0.install.in
+++ pixman-0.22.0/debian/libpixman-1-0.install.in
@@ -0,0 +1 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libpixman-1.so.*


Bug#554162: fail2ban bug 554162, trainwrecks on updating iptables

2011-07-07 Thread Jesse Molina
Package: fail2ban
Version: 0.8.4+svn20110323-1
Followup-For: Bug #554162


Meetoo.  Same issue.  I've been getting hits on my smtp and IMAP ports lately, 
so added some couriermta/imap rules.  Unfortunately, fail2ban trainwrecks about 
half the time when starting.

Hoping this get fixed, or there is an alternative to fail2ban



-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)

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

Versions of packages fail2ban depends on:
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  python2.6.6-14   interactive high-level object-orie
ii  python-central0.6.17 register and build utility for Pyt

Versions of packages fail2ban recommends:
ii  iptables  1.4.11.1-2 administration tools for packet fi
ii  whois 5.0.11 an intelligent whois client

Versions of packages fail2ban suggests:
ii  heirloom-mailx [mailx]12.5-1 feature-rich BSD mail(1)
pn  python-gamin   (no description available)

-- Configuration Files:
/etc/logrotate.d/fail2ban changed [not included]

-- 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#115833: [PATCH] date: document that %k and %l are space padded

2011-07-07 Thread Jim Meyering
Benoît Knecht wrote:
> The help output and man page mention that "by default, date pads numeric
> fields with zeroes," yet the description of %k and %l didn't specify
> that these values were space padded, whereas the description of %e did.
>
> Fixes .
> ---
>
> Hi,
>
> If anyone is still interested in fixing this bug, here's a trivial patch
> that amends the documentation of date accordingly. Otherwise, feel free
> to close this bug as won't fix.

Thanks for the patch.
I've turned that into something I can use upstream.
If you send more patches, please follow this model (note the form of
the commit log and credit the reporter in the log and add mention in
THANKS.in; details in HACKING).

>From 4d6f5ba0477c086fb3258d8bfc638393a16087ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Knecht?= 
Date: Thu, 7 Jul 2011 10:55:47 +0200
Subject: [PATCH] date: note %k and %l are space-padded and equivalent to %_H
 and %_I

* src/date.c (usage): As above, for --help.
* doc/coreutils.texi (Time conversion specifiers): Likewise.
Reported by Britton Leo Kerin in http://bugs.debian.org/115833.
---
 THANKS.in  |1 +
 doc/coreutils.texi |4 ++--
 src/date.c |4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/THANKS.in b/THANKS.in
index 2979d52..87c5b19 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -92,6 +92,7 @@ Brian Kimball   b...@footbag.org
 Brian M. Carlsonsand...@crustytoothpaste.ath.cx
 Brian Silverman bsilver...@conceptxdesign.com
 Brian Youmans   3d...@gnu.org
+Britton Leo Kerin   fs...@aurora.uaf.edu
 Bruce Robertson bru...@theodolite.dyndns.org
 Carl Johnsonca...@cjlinux.home.org
 Carl Lowenstein c...@mpl.ucsd.edu
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index c59af2f..11ac7fd 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -13921,10 +13921,10 @@ Time conversion specifiers
 @item %I
 hour (@samp{01}@dots{}@samp{12})
 @item %k
-hour (@samp{ 0}@dots{}@samp{23}).
+hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}.
 This is a @acronym{GNU} extension.
 @item %l
-hour (@samp{ 1}@dots{}@samp{12}).
+hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}.
 This is a @acronym{GNU} extension.
 @item %M
 minute (@samp{00}@dots{}@samp{59})
diff --git a/src/date.c b/src/date.c
index 6439d16..755736a 100644
--- a/src/date.c
+++ b/src/date.c
@@ -179,8 +179,8 @@ FORMAT controls the output.  Interpreted sequences are:\n\
   %j   day of year (001..366)\n\
 "), stdout);
   fputs (_("\
-  %k   hour ( 0..23)\n\
-  %l   hour ( 1..12)\n\
+  %k   hour, space padded ( 0..23); same as %_H\n\
+  %l   hour, space padded ( 1..12); same as %_I\n\
   %m   month (01..12)\n\
   %M   minute (00..59)\n\
 "), stdout);
--
1.7.6.430.g34be2



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



Bug#545347: Typo in coreutil's Hungarian translation

2011-07-07 Thread Benoît Knecht
Hi Gabor,

A bug report was submitted in Debian [1] about a typo in the Hungarian
translation where sha1sum's '-b' option became '-B'. This was for
version 6.10 of coreutils, but it is still present in 8.12. Please find
below a patch that applies to [2] and fixes the issue.

[1] http://bugs.debian.org/545347
[2] http://translationproject.org/PO-files/hu/coreutils-8.12.hu.po

Cheers,

-- 
Benoît Knecht

--- coreutils-8.12.hu.po.orig   2011-04-27 12:06:06.0 +0200
+++ coreutils-8.12.hu.po2011-07-07 10:59:54.496035759 +0200
@@ -5680,7 +5680,7 @@
 #: src/md5sum.c:168
 #, fuzzy
 msgid "  -b, --binary read in binary mode\n"
-msgstr "  -B, --binarybináris módú olvasás\n"
+msgstr "  -b, --binarybináris módú olvasás\n"
 
 #: src/md5sum.c:171
 #, fuzzy, c-format



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



Bug#632913: IMHO Is better to remove it

2011-07-07 Thread Marco Nenciarini
retitle 632913 RM: xtradius -- ROM; FTBFS; RC-buggy; dead upstream; low
popcon
reassign 632913 ftp.debian.org
thanks

I think it doesn't worth the effort of fixing it.

If you need external authentication you should look at freeradius
rml_exec module.

http://wiki.freeradius.org/Rlm_exec

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#632791: xserver-xorg: Segmentation fault (with intel_drv in the backtrace)

2011-07-07 Thread Cyril Brulebois
Cyril Brulebois  (06/07/2011):
> it would be helpful to have a full backtrace. Please install
> xserver-xorg-core-dbg as well as xserver-xorg-video-intel-dbg,
> and check this page:
>   http://pkg-xorg.alioth.debian.org/howto/triage-bugs.html

That should have been:
  http://pkg-xorg.alioth.debian.org/howto/use-gdb.html

Sorry for the trouble…

I'll look at Julien's mail later.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#632499: redis: FTBFS (kfreebsd): needs small adjustment

2011-07-07 Thread Robert Millan
2011/7/6 Christoph Egger :
> -#ifdef __linux__
> +#if defined(__linux__) || defined(__FreeBSD_kernel__)
>  #define _XOPEN_SOURCE 700
>  #else
>  #define _XOPEN_SOURCE

Please don't use __FreeBSD_kernel__ for userland checks, it can break
things when other systems based on kernel of FreeBSD (such as FreeBSD
itself) decide to define this macro.

The following should work just fine:

#if defined(__linux__) || defined(__GLIBC__)
// glibc code
#else
// 

-- 
Robert Millan



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



Bug#632903: chromium: FTBFS on armel: make[1]: *** No rule to make target `chrome_sandbox'. Stop.)

2011-07-07 Thread Timo Juhani Lindfors
Hi,


this was solved by just adding armel to the list of architectures in
debian/control.

However, after that the build fails with

  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/debug-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/deoptimizer-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/disasm-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/frames-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/full-codegen-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/ic-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/lithium-arm.o
In file included from v8/src/v8utils.h:32:0,
 from v8/src/v8.h:59,
 from v8/src/arm/lithium-arm.cc:28:
v8/src/platform.h:187:15: note: the mangling of ‘va_list’ has changed in GCC 4.4
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/lithium-codegen-arm.o
In file included from v8/src/v8utils.h:32:0,
 from v8/src/v8.h:59,
 from v8/src/arm/lithium-codegen-arm.cc:28:
v8/src/platform.h:187:15: note: the mangling of ‘va_list’ has changed in GCC 4.4
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/lithium-gap-resolver-arm.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/arm/macro-assembler-arm.o
v8/src/arm/macro-assembler-arm.cc:64:3: error: #error "For thumb inter-working 
we require an architecture which supports blx"
make[1]: *** [out/Release/obj.host/v8_base/v8/src/arm/macro-assembler-arm.o] 
Error 1
make[1]: Leaving directory 
`/build/debian/debian-chromium-browser/chromium-browser-12.0.742.112~r90304/src'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-Timo



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



Bug#620958: Add all missing Architecture: lines?

2011-07-07 Thread Kingsley G. Morse Jr.
dpkg has been an enormous time saver for me over
the years.

Thank you very much for maintaining it.

Unfortunately, I ran into this bug too.

At least for me, the above ruby script only fixed
a small fraction of /var/lib/dpkg/status.

I'm considering various fixes.

Would it be OK if every entry in
/var/lib/dpkg/status ended up having an
"Architecture: " line?

Thanks,
Kingsley




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



Bug#632499: redis: FTBFS (kfreebsd): needs small adjustment

2011-07-07 Thread Chris Lamb
Robert Millan wrote:

> 2011/7/6 Christoph Egger :
> > -#ifdef __linux__
> > +#if defined(__linux__) || defined(__FreeBSD_kernel__)
> >  #define _XOPEN_SOURCE 700
> >  #else
> >  #define _XOPEN_SOURCE
> 
> Please don't use __FreeBSD_kernel__ for userland checks, it can break
> things when other systems based on kernel of FreeBSD (such as FreeBSD
> itself) decide to define this macro.
> 
> The following should work just fine:
> 
> #if defined(__linux__) || defined(__GLIBC__)
> // glibc code
> #else
> // 
> 

As I mentioned in the grandparent to this mail, __GLIBC__ is not defined
here.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-



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



Bug#632945: explicitly link with needed libm

2011-07-07 Thread Julian Taylor
Package: powermanga
Version: 0.90-dfsg-2
Severity: wishlist
Tags: patch
Forwarded: 
https://sourceforge.net/tracker/?func=detail&aid=3357639&group_id=20416&atid=120416
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch


libm is used directly by powermanga so one must link with it
It currently relies on indirect linkage by its dependencies.
If these are built with ld --as-needed --no-copy-dt-needed
the indirect linkage is missing

See the log in the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/powermanga/+bug/771039

Attached patch fixes this issue by patching Makefile.in as it is not regenerated
by the package.
A patch patching Makefile.am has been forwarded upstream.

Description: link against needed libm
 libm is used directly by powermanga so one must link with it
 previously it relied on indirect linkage by its dependencies.
 If these are built with ld --as-needed --no-copy-dt-needed
 the indirect linkage is missing
Author: Julian Taylor 
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/powermanga/+bug/771039
Index: powermanga-0.90-dfsg/src/Makefile.in
===
--- powermanga-0.90-dfsg.orig/src/Makefile.in	2011-07-07 11:17:04.733971865 +0200
+++ powermanga-0.90-dfsg/src/Makefile.in	2011-07-07 11:17:02.483971863 +0200
@@ -226,7 +226,7 @@
 powermanga_SOURCES = $(SOURCES_MAIN) $(SOURCES_EXTRA)
 #powermanga_CXXFLAGS = -DPREFIX=\"$(prefix)\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@
 powermanga_CFLAGS = -DPREFIX=\"$(prefix)\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@
-powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@
+powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -lm
 @ASSEMBLY_FALSE@SOURCES_EXTRA = gfxroutines.c gfxroutines.h
 @ASSEMBLY_TRUE@SOURCES_EXTRA = assembler.S assembler_opt.S assembler.h
 SOURCES_MAIN = \


signature.asc
Description: OpenPGP digital signature


Bug#576630: brain-party

2011-07-07 Thread Johannes Storm
some party of this game are non-free:
- some sounds (CC-BY-ND and soundsnap's)
- some fonts
- font sources of freesans are missing

upstream author (Paul Hudson ) likes to change
this but didn't do it yet, so i look for other projects.

-- 
email:   johannesst...@gmx.de
PGP key-id:  892199AD
fingerprint: 8143 5253 588E 2812 D6A6 E802 7ABB 3087 8921 99AD


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


Bug#576630: brain-party

2011-07-07 Thread Johannes Storm
some party of this game are non-free:
- some sounds (CC-BY-ND and soundsnap's)
- some fonts
- font sources of freesans are missing

upstream author (Paul Hudson ) likes to change
this but didn't do it yet, so i look for other projects.


-- 
email:   jo-mas...@gmx.de
PGP key-id:  2AE94C30
fingerprint: CB17 E5C2 F8AB EC66 552E C858 E8D9 6ADF 2AE9 4C30


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


Bug#632499: redis: FTBFS (kfreebsd): needs small adjustment

2011-07-07 Thread Robert Millan
2011/7/7 Chris Lamb :
> As I mentioned in the grandparent to this mail, __GLIBC__ is not defined
> here.

It is, but only after  has been included.

-- 
Robert Millan



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



Bug#632499: redis: FTBFS (kfreebsd): needs small adjustment

2011-07-07 Thread Chris Lamb
Robert Millan wrote:

> 2011/7/7 Chris Lamb :
> > As I mentioned in the grandparent to this mail, __GLIBC__ is not
> > defined here.
> 
> It is, but only after  has been included.

Please read the mail I referred to - including  does not
work.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-



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



Bug#620958: Add Architecture: "all" or (in my case) "i386"?

2011-07-07 Thread Kingsley G. Morse Jr.
If it's OK for every entry in /var/lib/dpkg/status
to end up having an "Architecture: " line, then
how would one know whether to specify an
architecture of 

"all" 

or (in my case) 

"i386"?

Thanks,
Kingsley




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



Bug#631112: [Pkg-lyx-devel] Bug#631112: "Save as ..." crashes lyx

2011-07-07 Thread Sven Hoexter
severity 631112 normal
tags 631112 unreproducible
thanks

On Mon, Jun 20, 2011 at 03:11:16PM +0200, lee wrote:

Hi,
sorry for the delay, holidays and the understaffed team etc. came in between
answering here.

> To reproduce:
> 
> + start lxy
> + select from the menu to create a New File
> + type "test" into the newly created document
> + select "Save as ..." from the File menu

Running an up to date unstable system it doesn't crash here.


> There doesn´t seem to be a package with a debugging version available?

Right, that's a space constrain. It would cost a lot of space (and time to
upload it) to provide a -dbg package.

Patching the source package to build a -dbg package shouldn't be that hard
(thanks to debhelper). As far as I remember you just have to add a binary
package and override dh_strip to not strip the contents of the -dbg package.

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#115833: [PATCH] date: document that %k and %l are space padded

2011-07-07 Thread Benoît Knecht
tag 115833 fixed-upstream
thanks

Jim Meyering wrote:
> Thanks for the patch.
> I've turned that into something I can use upstream.
> If you send more patches, please follow this model (note the form of
> the commit log and credit the reporter in the log and add mention in
> THANKS.in; details in HACKING).

Okay, noted, I'll use that format next time. Thanks for reworking the
patch for me, and sorry for the extra work.

Cheers,

-- 
Benoît Knecht



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



Bug#601803: wireless anyone?

2011-07-07 Thread Robert Millan
found 601803 8.2+ds2-2
tags 601803 help
thanks

It seems that disabled code wasn't the only problem.  Tagging bug as found.

2011/7/7 Zac Slade :
>> # ifconfig wlan0 create wlandev ath0
>
> So here's what I get running the above:
> root@pleco:~# ifconfig ath0
> ath0: flags=8802 metric 0 mtu 2290
>        ether 0:40:96:a3:24:dd
>        media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
>        status: no carrier
> root@pleco:~# ifconfig wlan0 create wlandev ath0
> ifconfig: SIOCIFCREATE2: Bad address
>
> Need more info?  It looks like the wireless support is still... not quite 
> there?

I'm not sure right now.  The other trace was abandoned when we
discovered that ifieee80211.c was being disabled.  I'd have to
investigate but it doesn't seem easy to do without suitable hardware.

-- 
Robert Millan



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



Bug#632903: chromium: FTBFS on armel: make[1]: *** No rule to make target `chrome_sandbox'. Stop.

2011-07-07 Thread Timo Juhani Lindfors
Hi,

>   CXX(host) out/Release/obj.host/v8_base/v8/src/arm/lithium-gap-resolver-arm.o
>   CXX(host) out/Release/obj.host/v8_base/v8/src/arm/macro-assembler-arm.o
> v8/src/arm/macro-assembler-arm.cc:64:3: error: #error "For thumb 
> inter-working we require an architecture which supports blx"

I looked at the i386 build log at


https://buildd.debian.org/status/fetch.php?pkg=chromium-browser&arch=i386&ver=12.0.742.112~r90304-1&stamp=1309376319

and it too seems to be compiling v8:

...
 CXX(host) out/Release/obj.host/v8_base/v8/src/assembler.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/ast.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/atomicops_internals_x86_gcc.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/bignum.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/bignum-dtoa.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/bootstrapper.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/builtins.o
  CXX(host) out/Release/obj.host/v8_base/v8/src/cached-powers.o
...

Does this mean that the USE_SYSTEM_V8=1 in debian/rules somehow gets ignored?

-Timo



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



Bug#632946: [skrooge] Import failed

2011-07-07 Thread Jerome Bagattin
Package: skrooge

Version: 0.9.92-1

Severity: important

Since last update, all imports failed with message :

[ERR-5] : L'importation du fichier
"/home/jerome/telechargements/Marjory.qif" a echoue

(english version)

[ERR-5] : L'importation du fichier
"/home/jerome/telechargements/Marjory.qif" failed

The same error with all format

Thanks

 --- System information. ---

Architecture: i386

Kernel: Linux 2.6.39-2-686-pae

Debian Release: wheezy/sid

500 unstable ftp.debian.org

500 unstable ftp.debian-multimedia.org

--- Package information. ---

Depends (Version) | Installed

==-+-===

kdebase-runtime | 4:4.6.4-1

libc6 (>= 2.1.3) | 2.13-10

libgcc1 (>= 1:4.1.1) | 1:4.6.1-2

libkdecore5 (>= 4:4.5.85) | 4:4.6.4-1

libkdeui5 (>= 4:4.4.4) | 4:4.6.4-1

libkio5 (>= 4:4.4.4) | 4:4.6.4-1

libkparts4 (>= 4:4.4.4) | 4:4.6.4-1

libkrosscore4 (>= 4:4.4.4) | 4:4.6.4-1

libnepomuk4 (>= 4:4.4.4) | 4:4.6.4-1

libnepomukutils4 (>= 4:4.5.85) | 4:4.6.4-1

libofx4 | 1:0.9.4-1

libqca2 (>= 2.0.2) | 2.0.3-2

libqt4-dbus (>= 4:4.5.3) | 4:4.7.3-5

libqt4-network (>= 4:4.5.3) | 4:4.7.3-5

libqt4-script (>= 4:4.5.3) | 4:4.7.3-5

libqt4-sql (>= 4:4.5.3) | 4:4.7.3-5

libqt4-svg (>= 4:4.5.3) | 4:4.7.3-5

libqt4-xml (>= 4:4.5.3) | 4:4.7.3-5

libqtcore4 (>= 4:4.7.0~beta1) | 4:4.7.3-5

libqtgui4 (>= 4:4.7.0~beta1) | 4:4.7.3-5

libqtwebkit4 | 2.1.0~2011week13-2

libsoprano4 (>= 2.1.1) | 2.6.0+dfsg.1-4

libstdc++6 (>= 4.1.1) | 4.6.1-2

libqca2-plugin-ossl | 2.0.0~beta3-1

libqt4-sql-sqlite | 4:4.7.3-5

skrooge-common (>= 0.9.92-1) | 0.9.92-1

 Package's Recommends field is empty.

Package's Suggests field is empty.


Bug#632499: redis: FTBFS (kfreebsd): needs small adjustment

2011-07-07 Thread Robert Millan
2011/7/7 Chris Lamb :
>> 2011/7/7 Chris Lamb :
>> > As I mentioned in the grandparent to this mail, __GLIBC__ is not
>> > defined here.
>>
>> It is, but only after  has been included.
>
> Please read the mail I referred to - including  does not
> work.

Sorry I wasn't clear enough, there's no need to #include .
 __GLIBC__ is a pre-processor macro on GNU/kFreeBSD and __linux__ is a
pre-processor macro on GNU/Linux.  So the following:

#if defined(__linux__) || defined(__GLIBC__)

will work on (at least) these two platforms.

-- 
Robert Millan



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



Bug#630346: Please include minissdp support

2011-07-07 Thread Joerg Dorchain
On Fri, Jul 01, 2011 at 12:31:13AM +0200, Benoît Knecht wrote:
> Joerg Dorchain wrote:
> > On Thu, Jun 30, 2011 at 03:15:26PM +0200, Benoît Knecht wrote:
> > > So should I send you a .deb, or you'll build it on your own and report
> > > back here? I have one built already, based on minidlna 1.0.20 with an
> > > updated version of the patch applied on top.
> > 
> > Just provide the .deb (i386, please)
> 
> Okay, so here it is. Let me know how it goes (and please don't forget to
> CC the BTS again, I just didn't want to send the attachement there).

So far, it works quiet well. As I did not see special issues, I
think it is ok.

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#630864: rheolef and freefem++: error when trying to install together

2011-07-07 Thread Pierre Saramito
Hi, dear maintainers of Freefem++ !

As maintainer of the rheolef package I also use the bamg mesh generator.
Instead of renamming it as ffbamg, coud your consider to separately package 
bamg ?
By this way, both rheolef & ff could share the same bamg package dependency.

Pierre
-- 
pierre.saram...@imag.fr
Directeur de Recherche CNRS
Laboratoire Jean Kuntzmann, Grenoble, France
http://www-ljk.imag.fr/membres/Pierre.Saramito



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



Bug#613297: Issue in packaging twitter4j: json is not free

2011-07-07 Thread Martin Quinson
Hello, 

I progressed a bit on the packaging of twitter4j in debian, and I'm
stuck on a problem: it includes some code of Json, which licence
states that it shall not be used to do evil, only good. According to
#585468 for example, this is considered non-free in debian, and cannot
be uploaded as is.

For that reason, the json code of twitter4j should be removed and
replaced by a free implementation, such as 

libjson-simple-java - Simple, lightweight and efficient JSON toolkit
  for Java 
libjackson-json-java - streaming fast powerful standard conformant
  json processor in java
libjettison-java - collection of StAX parsers and writers for JSON
libjson-java - library for transforming Java objects and XML to JSON
  and back again
libxstream-java - Java library to serialize objects to XML and back
  again


This is however probably too much work for me considered the use I
planned for the library. Since I'm also upstream of JLM that currently
depends on twitter4j, I'll probably modify JLM so that it uses
status.net instead of twitter.

Anyway. I just pushed into the git the current state of the packaging,
in the hope that the next one wanting to package this software will
find it useful.

git+ssh://git.debian.org/git/pkg-java/twitter4j.git

Thanks for the fish,
Mt.

-- 
Si vous pensez que l'éducation coûte cher, essayez l'ignorance.
If you think that education is expensive, try ignorance.
  -- Albert Einstein



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



Bug#632947: vorbisgain: double fclose()

2011-07-07 Thread Jonathan Neuschäfer
Package: vorbisgain
Version: 0.36-3.1
Severity: minor
Tags: upstream patch

In vorbis.c there's a double fclose().
The patch below (which I've also sent upsteam) should fix it.

--

commit 2b3c3a8b80f2d28a86f5f4443623bdbed501a215
Author: Jonathan Neuschäfer 
Date:   Thu Jul 7 00:52:52 2011 +0200

remove double fclose()

diff --git a/vorbis.c b/vorbis.c
index 5ec7622..50ec178 100644
--- a/vorbis.c
+++ b/vorbis.c
@@ -798,11 +798,6 @@ exit:
 fclose(infile);
 }
 
-if (infile != NULL)
-{
-fclose(infile);
-}
-
 if (delete_temp)
 {
 if (remove(TEMP_NAME) != 0)

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

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

Versions of packages vorbisgain depends on:
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libogg0 1.2.2~dfsg-1 Ogg bitstream library
ii  libvorbis0a 1.3.2-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.3.2-1  The Vorbis General Audio Compressi

vorbisgain recommends no packages.

vorbisgain 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#613509: claws-mail: Claws mail crashes with "reply to all" command

2011-07-07 Thread Manwe
El Thu, 7 Jul 2011 09:46:10 +0200
Ricardo Mones  escribió:

>   Yes, I meant the GTK+ theme, not the icon theme used by claws.
> 
>   Try to switch the look of GTK+ apps to the system default, without any theme
> or engine and see if it still crashes.
> 

I removed the package "gtk-qt-theme" that was the only engine present in my
installation. Once I restarted claws-mail I haven't been able to reproduce the
crash.

After that, as that package is no longer installable, looks like it's
obsoleted, I've installed "gtk2-engines-oxygen" to give claws-mail a better kde
4.6 look. I haven't been able to reproduce the crash neither.

In fact, I'm "replying to all" this email :)




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



Bug#632948: qtemu 2.0~alpha1-1 FTBS in experimental

2011-07-07 Thread Julian Taylor
Package: qtemu
Version: 2.0~alpha1-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

qtemu 2.0~alpha1-1 in experimental fails to build from source.
It is missing a libqtwebkit-dev build dependency and needs to link
against libQtNetwork.

Relevant part of the build logs:

missing libqtwebkit-dev b-d
In file included from /tmp/buildd/qtemu-2.0~alpha1/settingstab.h:27:0,
 from /tmp/buildd/qtemu-2.0~alpha1/machinetab.cpp:33:
/tmp/buildd/qtemu-2.0~alpha1/obj-x86_64-linux-gnu/ui_settingstab.h:39:29: fatal
error: QtWebKit/QWebView: No such file or directory
compilation terminated

full log attached

missing linkage (fixed by attached patch):
/usr/bin/ld: CMakeFiles/qtemu.dir/machineprocess.o: undefined reference
to symbol 'QLocalSocket::QLocalSocket(QObject*)'
 /usr/bin/ld: note: 'QLocalSocket::QLocalSocket(QObject*)' is defined in
DSO /usr/lib/libQtNetwork.so.4 so try adding it to the linker command line
 /usr/lib/libQtNetwork.so.4: could not read symbols: Invalid operation
 collect2: ld returned 1 exit status

full log: https://bugs.launchpad.net/ubuntu/+source/qtemu/+bug/756221
Description: add missing link against libQtNetwork
 required when building with ld --no-add-needed
Author: Julian Taylor 
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/qtemu/+bug/756221
Index: qtemu/CMakeLists.txt
===
--- qtemu.orig/CMakeLists.txt	2011-07-07 11:50:21.893973111 +0200
+++ qtemu/CMakeLists.txt	2011-07-07 11:50:20.273973109 +0200
@@ -212,6 +212,7 @@
 ${QT_QTDBUS_LIBRARY}
 ${QT_QTWEBKIT_LIBRARY}
 ${QT_QTDBUS_LIBRARY}
+${QT_QTNETWORK_LIBRARY}
 ${LIBVNCCLIENT_LIBRARIES}
 )
 
I: Running in no-targz mode
I: using fakeroot in build.
I: Current time: Thu Jul  7 12:08:05 CEST 2011
I: pbuilder-time-stamp: 1310033285
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Setting up ccache
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 7.3), cmake, libqt4-dev, libvncserver-dev (>= 0.9.7)
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 14684 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of 
pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 7.3); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on cmake; however:
  Package cmake is not installed.
 pbuilder-satisfydepends-dummy depends on libqt4-dev; however:
  Package libqt4-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libvncserver-dev (>= 0.9.7); however:
  Package libvncserver-dev is not installed.
dpkg: error processing pbuilder-satisfydepends-dummy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pbuilder-satisfydepends-dummy
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  ca-certificates{a} cmake{a} cmake-data{a} debhelper{a} emacsen-common{a} 
  file{a} fontconfig{a} gettext{a} gettext-base{a} html2text{a} 
  intltool-debian{a} libarchive1{a} libaudio2{a} libcroco3{a} libcurl3{a} 
  libcurl3-gnutls{a} libdbus-1-3{a} libgcrypt11{a} libgnutls26{a} 
  libgpg-error0{a} libgssapi-krb5-2{a} libice6{a} libidn11{a} 
  libjpeg62-dev{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} 
  libkrb5support0{a} liblcms1{a} libldap-2.4-2{a} libmagic1{a} libmng1{a} 
  libqt4-dbus{a} libqt4-declarative{a} libqt4-designer{a} libqt4-dev{a} 
  libqt4-help{a} libqt4-network{a} libqt4-qt3support{a} libqt4-script{a} 
  libqt4-scripttools{a} libqt4-sql{a} libqt4-svg{a} libqt4-test{a} 
  libqt4-xml{a} libqt4-xmlpatterns{a} libqtcore4{a} libqtgui4{a} 
  librtmp0{a} libsasl2-2{a} libsm6{a} libssh2-1{a} libtasn1-3{a} 
  libunistring0{a} libvncserver-dev{a} libvncserver0{a} libxext6{a} 
  libxml2{a} libxmlrpc-core-c3{a} libxt6{a} openssl{a} po-debconf{a} 
  procps{a} qt4-linguist-tools{a} qt4-qmake{a} x11-common{a} zlib1g-dev{a} 
The following partially installed packages will be configured:
  pbuilder-s

Bug#632949: libjpeg6b: libjpeg-turbo

2011-07-07 Thread David Morgado
Package: libjpeg6b
Severity: wishlist

Hello, could you please provide libjpeg-turbo. It is much faster than
libjpeg on x86 and x64 arch at least.

  http://libjpeg-turbo.virtualgl.org/
  http://sourceforge.net/projects/libjpeg-turbo/

On Fedora it has replaced libjpeg.

  http://fedoraproject.org/wiki/Features/libjpeg-turbo

Thanks



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

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=pt_PT.utf8, LC_CTYPE=pt_PT.utf8 (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#632950: [INTL:es] Spanish debconf template translation for tango

2011-07-07 Thread Camaleón
Package: tango
Version: 7.2.6+dfsg-4
Severity: wishlist
Tags: l10n patch

Greetings,

-- 
Camaleón 
# tango po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the tango package.
#
# Changes:
# - Initial translation
# Camaleón , 2011
#
# - Updates
#
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid ""
msgstr ""
"Project-Id-Version: tango 7.2.6+dfsg-4\n"
"Report-Msgid-Bugs-To: ta...@packages.debian.org\n"
"POT-Creation-Date: 2009-08-12 11:20+0200\n"
"PO-Revision-Date: 2011-07-03 18:05+0200\n"
"Last-Translator: Camaleón \n"
"Language-Team: Debian Spanish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: string
#. Description
#: ../tango-common.templates:1001
msgid "TANGO host:"
msgstr "Equipo TANGO:"

#. Type: string
#. Description
#: ../tango-common.templates:1001
msgid ""
"Please specify the name of the host where the TANGO database server is "
"running."
msgstr "Especifique el nombre del equipo donde se ejecuta el servidor de base 
de datos de TANGO."



Bug#632951: cron: complains about missing lost+found on bind mounts

2011-07-07 Thread Johannes Berg
Package: cron
Version: 3.0pl1-118
Severity: normal

This is related to, but not the same as, #579640.

I see that new versions let me disable the check, but maybe
I want the lost+found checking. However, it's completely
useless to check on bind-mounted filesystems. I have:

/data/home  /home   nonebind0   0

in /etc/fstab,
and /data/lost+found exists, but /data/home/lost+found
doesn't exist and cron warns about it even though this
is of course the same filesystem.

Thx,
Johannes

-- Package-specific info:
--- EDITOR:

--- usr/bin/editor:
/usr/bin/joe

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 33984 Jun  5 11:27 /usr/bin/crontab

--- /var/spool/cron
drwxr-xr-x 5 root root 4096 Mar 17  2009 /var/spool/cron

--- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 4096 Sep 28  2008 /var/spool/cron/crontabs


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

Kernel: Linux 3.0.0-rc6-wl-66085-g0ce7a55-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 cron depends on:
ii  adduser   3.113  add and remove users and groups
ii  debianutils   4.0.2  Miscellaneous utilities specific t
ii  dpkg  1.16.0.3   Debian package management system
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  libpam-runtime1.1.3-2Runtime support for the PAM librar
ii  libpam0g  1.1.3-2Pluggable Authentication Modules l
ii  libselinux1   2.0.98-1.1 SELinux runtime shared libraries
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.76-2 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.76-2 lightweight Exim MTA (v4) daemon

Versions of packages cron suggests:
pn  anacron(no description available)
pn  checksecurity  (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap(no description available)
pn  libnss-ldapd   (no description available)
pn  libpam-ldap(no description available)
ii  libpam-mount  2.10-2 PAM module that can mount volumes 
pn  nis(no description available)
pn  nscd   (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#632952: [INTL:es] Spanish debconf template translation for biomaj

2011-07-07 Thread Camaleón
Package: biomaj
Version: 1.1.0.2
Severity: wishlist
Tags: l10n patch

Greetings,

-- 
Camaleón 
# biomaj po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the biomaj package.
#
# Changes:
# - Initial translation
# Camaleón , 2011
#
# - Updates
#
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid ""
msgstr ""
"Project-Id-Version: biomaj 1.1.0.2\n"
"Report-Msgid-Bugs-To: debian-med-packag...@lists.alioth.debian.org\n"
"POT-Creation-Date: 2011-04-29 10:28+0200\n"
"PO-Revision-Date: 2011-06-26 15:27+0200\n"
"Last-Translator: Camaleón \n"
"Language-Team: Debian Spanish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: string
#. Description
#: ../templates:1001
msgid "The JDK home directory:"
msgstr "Directorio raíz de JDK:"

#. Type: boolean
#. Description
#: ../templates:2001
msgid "Want to configure MySQL connection now ?"
msgstr "¿Desea configurar la conexión MySQL ahora?"

#. Type: string
#. Description
#: ../templates:3001
msgid "Enter MySQL server address:"
msgstr "Introduzca la dirección del servidor MySQL:"

#. Type: string
#. Description
#: ../templates:4001
msgid "User login for biomaj database:"
msgstr "Nombre del usuario de la base de datos biomaj:"

#. Type: password
#. Description
#: ../templates:5001
msgid "User password for biomaj database:"
msgstr "Contraseña del usuario de la base de datos biomaj:"



Bug#632953: [INTL:es] Spanish debconf template translation for pnp4nagios

2011-07-07 Thread Camaleón
Package: pnp4nagios
Version: 0.6.13-1
Severity: wishlist
Tags: l10n patch

Greetings,

-- 
Camaleón 
# pnp4nagios po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the pnp4nagios package.
#
# Changes:
# - Initial translation
# Camaleón , 2011
#
# - Updates
#
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid ""
msgstr ""
"Project-Id-Version: pnp4nagios 0.6.13-1\n"
"Report-Msgid-Bugs-To: pnp4nag...@packages.debian.org\n"
"POT-Creation-Date: 2011-02-10 12:58+0100\n"
"PO-Revision-Date: 2011-06-27 13:30+0200\n"
"Last-Translator: Camaleón \n"
"Language-Team: Debian Spanish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid "Web servers to configure for PNP4Nagios:"
msgstr "Servidores web a configurar para PNP4Nagios:"

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid "Please select which web servers should be configured for PNP4Nagios."
msgstr "Seleccione los servidores web que se deberían configurar para 
PNP4Nagios."

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid ""
"If you would prefer to perform configuration manually, leave all servers "
"unselected."
msgstr "Si prefiere llevar a cabo una configuración manual, no seleccione 
ningún servidor."



Bug#632954: make fakechroot multiarch

2011-07-07 Thread Johannes Schauer
Package: fakechroot
Version: 2.14-1
Severity: normal
Tags: patch

Hi,

I prepared a patch that enables multiarch for fakechroot. Please have a
look at it and see that everything is okay.

cheers, josch
diff -Nru fakechroot-2.14/debian/changelog fakechroot-2.14/debian/changelog
--- fakechroot-2.14/debian/changelog	2010-12-18 02:00:44.0 +0100
+++ fakechroot-2.14/debian/changelog	2011-07-07 12:35:19.0 +0200
@@ -1,3 +1,11 @@
+fakechroot (2.14-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * splitting package into fakechroot and libfakechroot
+  * multiarch support
+
+ -- Johannes Schauer   Thu, 07 Jul 2011 12:33:58 +0200
+
 fakechroot (2.14-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru fakechroot-2.14/debian/clean fakechroot-2.14/debian/clean
--- fakechroot-2.14/debian/clean	2010-12-18 01:56:38.0 +0100
+++ fakechroot-2.14/debian/clean	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-config*.cache
diff -Nru fakechroot-2.14/debian/compat fakechroot-2.14/debian/compat
--- fakechroot-2.14/debian/compat	2010-12-18 01:56:38.0 +0100
+++ fakechroot-2.14/debian/compat	2011-07-07 10:46:57.0 +0200
@@ -1 +1 @@
-7
+9
diff -Nru fakechroot-2.14/debian/control fakechroot-2.14/debian/control
--- fakechroot-2.14/debian/control	2010-12-18 01:56:38.0 +0100
+++ fakechroot-2.14/debian/control	2011-07-07 12:39:27.0 +0200
@@ -2,24 +2,17 @@
 Maintainer: Piotr Roszatycki 
 Section: utils
 Priority: optional
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends:
- libc6-dev-i386 [amd64],
- libc6-dev-amd64 [i386],
- libc6-dev-powerpc [ppc64],
- libc6-dev-s390x [s390],
- libc6-dev-sparc64 [sparc],
- libc0.1-dev-i386 [kfreebsd-amd64],
- gcc-multilib [amd64 i386 powerpc s390 sparc kfreebsd-amd64],
- debhelper (>= 7.0.50~)
+ autotools-dev,
+ debhelper (>= 8.1.3)
 Homepage: http://fakechroot.alioth.debian.org/
-Vcs-Browser: http://bazaar.launchpad.net/~dexter/fakechroot/sid/files
-Vcs-Bzr: lp:fakechroot
+Vcs-Browser: https://github.com/fakechroot/fakechroot
+Vcs-Git: git://github.com/fakechroot/fakechroot.git
 
 Package: fakechroot
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: ${shlibs-biarch:Suggests}
 Description: gives a fake chroot environment
  This package provides a library which overrides libc functions, so
  it is possible to use root-specific tools without root privileges.
@@ -27,3 +20,20 @@
  In fake chroot you can install i.e. Debian bootstrap, create developer's
  environment and build packages inside chroot'ed system using standard
  non-root user account.
+ .
+ fakechroot executable wrapper script
+
+Package: libfakechroot
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: gives a fake chroot environment
+ This package provides a library which overrides libc functions, so
+ it is possible to use root-specific tools without root privileges.
+ .
+ In fake chroot you can install i.e. Debian bootstrap, create developer's
+ environment and build packages inside chroot'ed system using standard
+ non-root user account.
+ .
+ fakechroot library
diff -Nru fakechroot-2.14/debian/fakechroot.install fakechroot-2.14/debian/fakechroot.install
--- fakechroot-2.14/debian/fakechroot.install	2010-12-18 01:56:38.0 +0100
+++ fakechroot-2.14/debian/fakechroot.install	2011-07-07 11:04:05.0 +0200
@@ -1,3 +1,2 @@
 usr/bin/*
-usr/lib*/fakechroot/*.so
 usr/share/man/man*/*
diff -Nru fakechroot-2.14/debian/libfakechroot.install fakechroot-2.14/debian/libfakechroot.install
--- fakechroot-2.14/debian/libfakechroot.install	1970-01-01 01:00:00.0 +0100
+++ fakechroot-2.14/debian/libfakechroot.install	2011-07-07 11:04:19.0 +0200
@@ -0,0 +1 @@
+usr/lib/*/fakechroot/*.so
diff -Nru fakechroot-2.14/debian/patches/series fakechroot-2.14/debian/patches/series
--- fakechroot-2.14/debian/patches/series	2010-12-18 01:56:38.0 +0100
+++ fakechroot-2.14/debian/patches/series	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-# series file
diff -Nru fakechroot-2.14/debian/rules fakechroot-2.14/debian/rules
--- fakechroot-2.14/debian/rules	2010-12-18 02:12:23.0 +0100
+++ fakechroot-2.14/debian/rules	2011-07-07 12:09:15.0 +0200
@@ -1,97 +1,4 @@
 #!/usr/bin/make -f
 
-CC = gcc
-
-DEB_HOST_ARCH  := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
-DEB_HOST_GNU_TYPE  := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE 2>/dev/null)
-DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE 2>/dev/null)
-
-ifneq (,$(findstring :$(DEB_HOST_ARCH):,:amd64:i386:ppc64:s390:sparc:kfreebsd-amd64:))
-ifeq ($(DEB_HOST_ARCH),amd64)
-BIARCH_LIBDIR:= /usr/lib32
-BIARCH_HOST_GNU_TYPE := i486-linux-gnu
-BIARCH_CC:= $(CC) -m32
-endif
-ifeq ($(DEB_HOST_ARCH),i386)
-BIARCH_LIBDIR:= /usr/lib64
-BIARCH_HOST_GNU_TYPE := x86_64-linux-gnu
-BIARCH_CC:= $(CC) -m64
-endif
-ifeq ($(DEB_H

Bug#632921: xserver-xorg-video-intel: delayed video updates after resume

2011-07-07 Thread Cyril Brulebois
Hi Rob,

Rob Browning  (06/07/2011):
> Package: xserver-xorg-video-intel
> Version: 2:2.15.0-3
> 
> After a resume from suspend, windows suffer "delayed updates".  For
> example, if I type or run a command, often nothing will happen for a
> while.  Moving the mouse to change the window focus, or changing
> workspaces (in xmonad) seems to help.
> 
> This is on a reasonably up-to-date unstable system with kernel
> 2.6.39-2-amd64, and this is the video chipset (according to lspci):
> 
> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
> Processor Family Integrated Graphics Controller (rev 09)
> 
> Thanks, and let me know if I can provide any further information

please use reportbug next time. In the meanwhile, please send the bug
script output:
  http://pkg-xorg.alioth.debian.org/howto/report-bugs.html

Trying with 3.0-rclatest would be nice, too.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#632955: mini-buildd-bld: fails to install

2011-07-07 Thread Holger Levsen
Package: mini-buildd-bld
Version: 0.8.19
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

From the attached log (scroll to the bottom...):

  Selecting previously deselected package mini-buildd-bld.
  (Reading database ... 13005 files and directories currently installed.)
  Unpacking mini-buildd-bld (from .../mini-buildd-bld_0.8.19_all.deb) ...
  Setting up mini-buildd-bld (0.8.19) ...
  dpkg: error processing mini-buildd-bld (--configure):
   subprocess installed post-installation script was killed by signal 
(Terminated)
  configured to not write apport reports
  Errors were encountered while processing:
   mini-buildd-bld
  E: Sub-process /usr/bin/dpkg returned an error code (1)


postinst was hanging for hours and I killed it manually.


cheers,
Holger
Start: 2011-07-06 10:27:18 UTC

Package: mini-buildd-bld
Source: mini-buildd
Version: 0.8.19
Installed-Size: 132
Maintainer: Stephan Sürken 
Architecture: all
Depends: debconf (>= 0.5) | debconf-2.0, mini-buildd-common (= 0.8.19), lvm2, debootstrap (>= 1.0.24~), schroot (>= 1.2.2), dput, dpkg-dev, fakeroot, debhelper, cdbs, devscripts (>= 2.10.15)
Recommends: logrotate
Description: minimal Debian build daemon - builder
 Mini-buildd is an easy-to-configure Debian autobuilder and
 repository. Its general notion is that of add-ons for a Debian
 base distribution (like etch, lenny, or sid) with an emphasis
 on clean builds and package checking.
 .
 This package equips a machine to act as a builder for a specific
 architecture. Before builders can be set up a repository host
 must be fully configured (see the package mini-buildd-rep).
Section: devel
Priority: extra
Filename: pool/main/m/mini-buildd/mini-buildd-bld_0.8.19_all.deb
Size: 28828
MD5sum: 81ad6abe9c0fbae44fb95bf496a0043e
SHA1: 03309903aa8494e50e42a43b4e8f2d6e263fb20d
SHA256: 8c1a44ba5def92bb6b064632f3a72d1fb3717c80e51c49fb8f273df1cbb078c8

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad wheezy -b wheezy.tar.gz --mirror http://piatti.debian.org/debian/  mini-buildd-bld
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.41~201106270718 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad wheezy -b wheezy.tar.gz --mirror http://piatti.debian.org/debian/ mini-buildd-bld
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmp3LSFeq
0m0.0s DEBUG: Unpacking wheezy.tar.gz into /org/piuparts.debian.org/tmp/tmp3LSFeq
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp3LSFeq', '-zxf', 'wheezy.tar.gz']
0m2.5s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp3LSFeq', '-zxf', 'wheezy.tar.gz']
0m2.5s DEBUG: Created policy-rc.d and chmodded it.
0m2.5s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp3LSFeq', 'apt-get', 'update']
0m11.1s DUMP: 
  Get:1 http://piatti.debian.org wheezy InRelease [135 kB]
  Ign http://piatti.debian.org wheezy/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/contrib TranslationIndex
  Ign http://piatti.debian.org wheezy/main TranslationIndex
  Ign http://piatti.debian.org wheezy/non-free TranslationIndex
  Get:2 http://piatti.debian.org wheezy/main amd64 Packages [9354 kB]
  Get:3 http://piatti.debian.org wheezy/contrib amd64 Packages [74.2 kB]
  Get:4 http://piatti.debian.org wheezy/non-free amd64 Packages [133 kB]
  Ign http://piatti.debian.org wheezy/contrib Translation-en
  Ign http://piatti.debian.org wheezy/main Translation-en
  Ign http://piatti.debian.org wheezy/non-free Translation-en
  Fetched 9696 kB in 1s (7255 kB/s)
  Reading package lists...
0m11.1s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp3LSFeq', 'apt-get', 'update']
0m11.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp3LSFeq', 'mount', '-t', 'proc', 'proc', '/proc']
0m11.1s DEBUG: Command ok: ['chroot', '/org/

Bug#632956: ftbs with ld --as-needed

2011-07-07 Thread Julian Taylor
Package: buzztard
Version: 0.5.0-4
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

when building with ld --as-needed libraries must be placed after object
files needing them on the command line so the symbols of the libraries
are registered as needed.
If they are placed before the symbols are dropped.

See the log in the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/buzztard/+bug/803173

Attached patch fixes this issue by patching the Makefile.in
If the packaging changes to regenerate the autotools files the patch
should be applied in the same way to the Makefile.am files.

Description: fix build with ld --as-needed
 when building with ld --as-needed libraries must be placed
 after object files needing them on the command line so the symbols
 of the libraries are registered as needed.
Author: Julian Taylor 
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/buzztard/+bug/803173
Index: buzztard-0.5.0/docs/reference/bt-cmd/Makefile.in
===
--- buzztard-0.5.0.orig/docs/reference/bt-cmd/Makefile.in	2009-07-31 09:47:38.0 +0200
+++ buzztard-0.5.0/docs/reference/bt-cmd/Makefile.in	2011-07-07 13:34:50.473977021 +0200
@@ -332,9 +332,9 @@
 	$(BT_CFLAGS)
 
 GTKDOC_LIBS = \
+	$(top_builddir)/src/ui/cmd/libbtcmd.la \
 	$(top_builddir)/src/lib/core/libbuzztard-core.la \
 	$(top_builddir)/src/lib/ic/libbuzztard-ic.la \
-	$(top_builddir)/src/ui/cmd/libbtcmd.la \
 	$(BASE_DEPS_LIBS) \
 	$(BT_LIBS)
 
Index: buzztard-0.5.0/docs/reference/bt-edit/Makefile.in
===
--- buzztard-0.5.0.orig/docs/reference/bt-edit/Makefile.in	2009-07-31 09:47:38.0 +0200
+++ buzztard-0.5.0/docs/reference/bt-edit/Makefile.in	2011-07-07 13:34:50.483977021 +0200
@@ -337,9 +337,9 @@
 	$(BT_CFLAGS)
 
 GTKDOC_LIBS = \
+	$(top_builddir)/src/ui/edit/libbtedit.la \
 	$(top_builddir)/src/lib/core/libbuzztard-core.la \
 	$(top_builddir)/src/lib/ic/libbuzztard-ic.la \
-	$(top_builddir)/src/ui/edit/libbtedit.la \
 	$(BASE_DEPS_LIBS) \
 	$(GUI_DEPS_LIBS) \
 	$(BT_LIBS)
Index: buzztard-0.5.0/src/ui/edit/Makefile.in
===
--- buzztard-0.5.0.orig/src/ui/edit/Makefile.in	2009-07-31 09:47:41.0 +0200
+++ buzztard-0.5.0/src/ui/edit/Makefile.in	2011-07-07 13:34:50.483977021 +0200
@@ -324,10 +324,11 @@
 top_srcdir = @top_srcdir@
 with_desktop_dir = @with_desktop_dir@
 xvfb_path = @xvfb_path@
-buzztard_edit_LDADD = $(BASE_DEPS_LIBS) $(GUI_DEPS_LIBS) $(BT_LIBS) $(LIBINTL) \
+buzztard_edit_LDADD =  \
 	$(top_builddir)/src/lib/core/libbuzztard-core.la \
 	$(top_builddir)/src/lib/ic/libbuzztard-ic.la \
-	libbtedit.la
+	libbtedit.la \
+	$(BASE_DEPS_LIBS) $(GUI_DEPS_LIBS) $(BT_LIBS) $(LIBINTL)
 
 buzztard_edit_SOURCES = \
 	bt-edit.c bt-edit.h
Index: buzztard-0.5.0/src/ui/cmd/Makefile.in
===
--- buzztard-0.5.0.orig/src/ui/cmd/Makefile.in	2011-07-07 13:35:37.383977049 +0200
+++ buzztard-0.5.0/src/ui/cmd/Makefile.in	2011-07-07 13:35:48.613977057 +0200
@@ -288,9 +288,10 @@
 top_srcdir = @top_srcdir@
 with_desktop_dir = @with_desktop_dir@
 xvfb_path = @xvfb_path@
-buzztard_cmd_LDADD = $(BASE_DEPS_LIBS) $(BT_LIBS) $(LIBINTL) \
+buzztard_cmd_LDADD =  \
 	$(top_builddir)/src/lib/core/libbuzztard-core.la \
-	libbtcmd.la
+	libbtcmd.la \
+	$(BASE_DEPS_LIBS) $(BT_LIBS) $(LIBINTL)
 
 buzztard_cmd_SOURCES = \
 	bt-cmd.c bt-cmd.h


signature.asc
Description: OpenPGP digital signature


Bug#632949: libjpeg6b: libjpeg-turbo

2011-07-07 Thread Bill Allombert
On Thu, Jul 07, 2011 at 11:33:22AM +0100, David Morgado wrote:
> Package: libjpeg6b
> Severity: wishlist
> 
> Hello, could you please provide libjpeg-turbo. It is much faster than
> libjpeg on x86 and x64 arch at least.
> 
>   http://libjpeg-turbo.virtualgl.org/
>   http://sourceforge.net/projects/libjpeg-turbo/
> 
> On Fedora it has replaced libjpeg.
> 
>   http://fedoraproject.org/wiki/Features/libjpeg-turbo

Hello David,

I am not sure how many bug report you are planning to report, but we are moving
to libjpeg8, not libjpeg-turbo. libjpeg-turbo is a technological dead-end.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



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



Bug#632958: xscanimage: please remove ~/.sane/preview-*.ppm at exit

2011-07-07 Thread Nicolas Boulenguez
Package: sane
Version: 1.0.14-9
Severity: wishlist

These files are never removed or reused by the software.
They may be huge since the ppm format is not compressed.
As the directory is hidden, normal user won't notice.

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

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

Versions of packages sane depends on:
ii  libatk1.0-0   2.0.1-1ATK accessibility toolkit
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.2  generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libgimp2.02.6.11-3   Libraries for the GNU Image Manipu
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libsane   1.0.22-4   API library for scanners



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



Bug#632959: Adding support for RedHat Enterprise Linux 5

2011-07-07 Thread Stephan Adig
Package: rinse
Version: 1.8.1-1

Dear Colleagues,

please find attached a source patch against rinse version 1.8.1 for
adding support of Redhat Enterprise Linux 5.

Please be aware, there are afaik no public yum repositories for RHEL5
right now, so you have to adjust the repository urls
in /etc/rinse/rinse.conf to match your needs.

Regards,

\sh


diff -ruN rinse-1.8.1/etc/rhel-5.packages rinse-1.8.2/etc/rhel-5.packages
--- rinse-1.8.1/etc/rhel-5.packages	1970-01-01 00:00:00.0 +
+++ rinse-1.8.2/etc/rhel-5.packages	2011-07-07 11:40:15.847256708 +
@@ -0,0 +1,86 @@
+#
+#  Packages which we'll need to download for a minimal installation
+#  RHEL 5
+#
+
+
+MAKEDEV
+SysVinit
+audit-libs
+basesystem
+bash
+beecrypt
+bzip2-libs
+redhat-release
+coreutils
+cracklib
+cracklib-dicts
+db4
+device-mapper
+e2fsprogs
+elfutils-libelf
+e2fsprogs-libs
+ethtool
+expat
+filesystem
+findutils
+gawk
+gdbm
+glib2
+glibc
+glibc-common
+grep
+info
+initscripts
+iproute
+iputils
+krb5-libs
+libacl
+libattr
+libcap
+libgcc
+libidn
+libselinux
+libsepol
+libstdc++
+libsysfs
+libtermcap
+libxml2
+libxml2-python
+mcstrans
+mingetty
+mktemp
+module-init-tools
+ncurses
+neon
+net-tools
+nss
+nspr
+openssl
+pam
+pcre
+popt
+procps
+psmisc
+python
+python-libs
+python-elementtree
+python-sqlite
+python-urlgrabber
+python-iniparse
+readline
+rpm
+rpm-libs
+rpm-python
+sed
+setup
+shadow-utils
+sqlite
+sysklogd
+termcap
+tzdata
+udev
+util-linux
+yum
+yum-metadata-parser
+zlib
diff -ruN rinse-1.8.1/etc/rinse.conf rinse-1.8.2/etc/rinse.conf
--- rinse-1.8.1/etc/rinse.conf	2011-06-06 08:10:54.0 +
+++ rinse-1.8.2/etc/rinse.conf	2011-07-07 11:30:15.0 +
@@ -19,6 +19,11 @@
 mirror   = http://mirror.bytemark.co.uk/centos/5/os/i386/CentOS/
 mirror.amd64 = http://mirror.bytemark.co.uk/centos/5/os/x86_64/CentOS/
 
+# RedHat Enterprise Linux 5 (RHEL-5)
+[rhel-5]
+mirror   = http://your.mirror.to.rhel5.repository.here/rhel/5/i386/Server/
+mirror.amd64 = http://your.mirror.to.rhel5.repository.here/rhel/5/x86_64/Server/
+
 
 # Scientific Linux CERN 5 (SLC-5)
 [slc-5]
diff -ruN rinse-1.8.1/scripts/rhel-5/post-install.sh rinse-1.8.2/scripts/rhel-5/post-install.sh
--- rinse-1.8.1/scripts/rhel-5/post-install.sh	1970-01-01 00:00:00.0 +
+++ rinse-1.8.2/scripts/rhel-5/post-install.sh	2011-07-07 11:37:46.0 +
@@ -0,0 +1,69 @@
+#!/bin/sh
+#
+#
+
+
+prefix=$1
+
+if [ ! -d "${prefix}" ]; then
+  echo "Serious error - the named directory doesn't exist."
+  exit
+fi
+
+#
+#  1.  Make sure there is a resolv.conf file present, such that
+# DNS lookups succeed.
+#
+echo "  Creating resolv.conf"
+if [ ! -d "${prefix}/etc/" ]; then
+mkdir -p "${prefix}/etc/"
+fi
+cp /etc/resolv.conf "${prefix}/etc/"
+
+
+#
+#  3.5 BUGFIX:
+echo "BUGFIX"
+mkdir -p ${prefix}/usr/lib/python2.4/site-packages/urlgrabber.skx
+for i in ${prefix}/usr/lib/python2.4/site-packages/urlgrabber/keepalive.*; do
+mv $i ${prefix}/usr/lib/python2.4/site-packages/urlgrabber.skx/
+done
+
+#
+#  4.  Run "yum install yum".
+#
+echo "  Mounting /proc"
+if [ ! -d "${prefix}/proc" ]; then
+mkdir -p "${prefix}/proc"
+fi
+mount -o bind /proc ${prefix}/proc
+
+echo "  Bootstrapping yum"
+chroot ${prefix} /usr/bin/yum -y install yum 2>/dev/null
+chroot ${prefix} /usr/bin/yum -y install vim-minimal 2>/dev/null
+chroot ${prefix} /usr/bin/yum -y install dhclient2>/dev/null
+
+#
+#  4.5 make 'passwd' work.
+#
+echo "  Authfix"
+chroot ${prefix} /usr/bin/yum -y install authconfig
+chroot ${prefix} /usr/bin/authconfig --enableshadow --update
+
+#
+#  5.  Clean up
+#
+echo "  Cleaning up"
+chroot ${prefix} /usr/bin/yum clean all
+umount ${prefix}/proc
+
+
+#
+#  6.  Remove the .rpm files from the prefix root.
+#
+echo "  Final tidy..."
+for i in ${prefix}/*.rpm; do
+rm -f $i
+done
+find ${prefix} -name '*.rpmorig' -delete
+find ${prefix} -name '*.rpmnew' -delete


Bug#632937: minor man page typo

2011-07-07 Thread Raphael Hertzog
On Thu, 07 Jul 2011, Barak A. Pearlmutter wrote:
> Package: dpkg
> Version: 1.16.0.3
> 
> Minor man page typo:
> 
>   man/dpkg-source.1
>   -it could be anything.) Any other branches will be available, under as
>   +it could be anything.) Any other branches will be available as

You picked "as" but I think it's "under" that we should pick.

Because what follows (remotes/origin/) is the name of a hierarchy and not
a template for the expected name...

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#632958: typo

2011-07-07 Thread Nicolas Boulenguez
For the file format, please read pnm instead of ppm.



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



Bug#632960: bluetooth: Bluetoothd dies after restoring from hibernate PM

2011-07-07 Thread newbeewan

Package: bluetooth
Version: 4.94-2
Severity: important

Hi,

I'm experimenting sometime trouble with bluetoothd...

As I'm using a bluetooth mouse, I need it most of the time !

I'm using hibernation feature to turn my computer off.

After restarting, the bluetooth doesn't work anymore unless I restart
bluetoothd manually ! It does not happen every time, but 1-2 time for 3 
restarts...

There are no significant log as you can see or I missed something :
[17123.943571] wlan0: deauthenticating from 00:21:29:ec:72:b1 by local choice
(reason=3)
[17123.968150] cfg80211: Calling CRDA to update world regulatory domain
[17127.316422] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[17137.486305] sky2 :04:00.0: eth0: disabling interface
[17138.762071] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro,commit=0
[17139.098872] EXT4-fs (sda6): re-mounted. Opts: acl,commit=0
[17139.260058] EXT4-fs (sda5): re-mounted. Opts: commit=0
[17140.974547] PM: Marking nosave pages: 0009e000 - 0010
[17140.974551] PM: Marking nosave pages: cee7a000 - 0001
[17140.975567] PM: Basic memory bitmaps created
[17140.975569] PM: Syncing filesystems ... done.
[17141.091426] Freezing user space processes ... (elapsed 0.01 seconds) done.
[17141.108069] Freezing remaining freezable tasks ... (elapsed 0.01 seconds)
done.
[17141.124188] PM: Preallocating image memory... done (allocated 1378208 pages)
[17141.817556] PM: Allocated 5512832 kbytes in 0.69 seconds (7989.61 MB/s)
[17141.817558] Suspending console(s) (use no_console_suspend to debug)
[17141.818222] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[17141.818577] sdhci-pci :03:00.4: PCI INT C disabled
[17141.818654] sdhci-pci :03:00.0: PCI INT A disabled
[17141.820340] pci :00:1f.6: PCI INT C disabled
[17141.822975] ACPI handle has no context!
[17141.922753] HDA Intel :00:1b.0: PCI INT A disabled
[17142.150276] HDA Intel :01:00.1: PCI INT A disabled
[17142.150336] ACPI handle has no context!
[17142.166241] PM: freeze of devices complete after 349.078 msecs
[17142.166773] PM: late freeze of devices complete after 0.530 msecs
[17142.166913] ACPI: Preparing to enter system sleep state S4
[17142.167366] PM: Saving platform NVS memory
[17142.168099] Disabling non-boot CPUs ...
[17142.270070] CPU 1 is now offline
[17142.425774] CPU 2 is now offline
[17142.561540] CPU 3 is now offline
[17142.562124] Extended CMOS year: 2000
[17142.562233] PM: Creating hibernation image:
[17142.662767] PM: Need to copy 605529 pages
[17142.662769] PM: Normal pages needed: 605529 + 1024, available pages: 1486880
[17142.562266] PM: Restoring platform NVS memory
[17142.562784] CPU0: Thermal monitoring handled by SMI
[17142.562842] Extended CMOS year: 2000
[17142.562885] Enabling non-boot CPUs ...
[17142.563054] Booting Node 0 Processor 1 APIC 0x4
[17142.563055] smpboot cpu 1: start_ip = 99000
[17142.650127] CPU1: Thermal monitoring handled by SMI
[17142.670321] NMI watchdog enabled, takes one hw-pmu counter.
[17142.670625] CPU1 is up
[17142.670768] Booting Node 0 Processor 2 APIC 0x1
[17142.670770] smpboot cpu 2: start_ip = 99000
[17142.674068] Switched to NOHz mode on CPU #1
[17142.757941] CPU2: Thermal monitoring handled by SMI
[17142.778370] NMI watchdog enabled, takes one hw-pmu counter.
[17142.778746] CPU2 is up
[17142.778921] Booting Node 0 Processor 3 APIC 0x5
[17142.778923] smpboot cpu 3: start_ip = 99000
[17142.781884] Switched to NOHz mode on CPU #2
[17142.869753] CPU3: Thermal monitoring handled by SMI
[17142.893692] Switched to NOHz mode on CPU #3
[17142.898172] NMI watchdog enabled, takes one hw-pmu counter.
[17142.898542] CPU3 is up
[17142.900296] ACPI: Waking up from system sleep state S4
[17143.305595] HDA Intel :00:1b.0: restoring config space at offset 0x1
(was 0x16, writing 0x12)
[17143.305969] ahci :00:1f.2: restoring config space at offset 0x1 (was
0x2b00403, writing 0x2b00407)
[17143.306057] pci :00:1f.6: restoring config space at offset 0x1 (was
0x16, writing 0x12)
[17143.306087] nvidia :01:00.0: restoring config space at offset 0xc (was
0xe300, writing 0x0)
[17143.306097] nvidia :01:00.0: restoring config space at offset 0x3 (was
0x800010, writing 0x80)
[17143.306140] HDA Intel :01:00.1: restoring config space at offset 0x1
(was 0x16, writing 0x12)
[17143.320971] sdhci-pci :03:00.0: BAR 0: set to [mem
0xe6603000-0xe66030ff] (PCI address [0xe6603000-0xe66030ff])
[17143.321027] sdhci-pci :03:00.0: restoring config space at offset 0x1
(was 0x12, writing 0x16)
[17143.336940] firewire_ohci :03:00.3: BAR 0: set to [mem
0xe6601000-0xe66017ff] (PCI address [0xe6601000-0xe66017ff])
[17143.352909] sdhci-pci :03:00.4: BAR 0: set to [mem
0xe660-0xe66000ff] (PCI address [0xe660-0xe66000ff])
[17143.352965] sdhci-pci :03:00.4: restoring config space at offset 0x1
(was 0x12, writing 0x16)
[17143.353194] PM: early restore of devices complete after 47.85

Bug#439033: Bug #439033: Suggest closing

2011-07-07 Thread Vincent Lefevre
On 2011-07-06 21:07:09 +0200, Benoît Knecht wrote:
> It seems to me that the non-POSIX concern was actually due to a
> misinterpretation of the sentence "do not write any diagnostic messages
> concerning this condition" (_concerning this condition_ being the
> important part). So that part of the bug should be considered resolved.

Well, the main problem concerning the behavior is that the Coreutils
touch differs from the BSD one: this makes writing portable scripts
more difficult (in particular when one isn't aware of this difference
in the behavior). This means that either POSIX is under-specified or
one of Coreutils and BSD has an incorrect interpretation. I now agree
with your remark and would say that the Coreutils touch is correct
and the BSD touch would be incorrect.

> As for the insufficient documentation, coreutils man pages tend to be a
> bit short on words, because they are generated from the command's help
> output. But they always point to the Texinfo manual for details, which
> in this case states: "Do not warn about or create files that do not
> exist." So the "no warning about non-existing files" behavior _is_
> documented.

I think it would be better to have more complete man pages (couldn't
they be generated from the .texinfo file instead?), in particular
because they are historically seen as the standard documentation of
commands.

Now, since the info manual is provided together with the man pages
and is referenced in the man page, I think that the user has all the
information available, and the bug can be closed.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#632961: inputattach: attaching X201 tablet prevents it from working with xserver-xorg-input-wacom

2011-07-07 Thread Cédric Boutillier
Package: inputattach
Version: 1:1.4.1-1
Severity: normal

Hi!

My laptop is a X201 Tablet. Since the upgrade to 1.4-1, the udev rule
present in the package detects the serial Wacom tablet (id: WACf00c) of
the laptop and attaches it with inputattach. A consequence of that is
the fact that the tablet does not respond in X11 with the
xserver-xorg-input-wacom driver.  Attached is the Xorg.0.log when the
tablet is not responding.

killing the inputattach process and restarting X makes it work again.

I do not know what is the right thing to do. I have found a blog post
http://www.murraytwins.com/blog/?p=103
where it seems that the tablet could work with inputattach and the x11
evdev driver together with the wacom_w8001 module. I have tried to
follow the instructions there but evdev was saying that it does not know
what to do with the tablet.

Is inputattach the preferred way to establish a connection with the
tablet for X11? Should inputattach conflict with
xserver-xorg-input-wacom? 

I am willing to give any further information and to test possible
solutions.


Thank you!

Best regards,

Cédric


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

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

Versions of packages inputattach depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib

inputattach recommends no packages.

inputattach suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#585442: not reproducible with 1.01

2011-07-07 Thread Julian Taylor
fixed 585442 1.0.1-2
thanks

This problem seems to be fixed with 1.0.1 currently in testing.



signature.asc
Description: OpenPGP digital signature


Bug#632937: minor man page typo

2011-07-07 Thread Raphael Hertzog
On Thu, 07 Jul 2011, Barak A. Pearlmutter wrote:
> Well, I would say that technically each BRANCH is available as
> origin/BRANCH, with no refs/ prefix.  The refs/ prefix, and the
> implementation of references as a tiny directory tree below .git, are
> implementation details which should not be visible to the general user
> who should be accessing these things using only appropriate git
> commands.

You would be right if it was "refs/origin" but I see "remotes/origin/".
And a remote branch is something significant in git usage since it doesn't
appear in "git branch".

Anyway, there's two correct formulations for me:
1/ Any other branches will be available under `remotes/origin/`
2/ Any other branches will be available as `remotes/origin/`

I was suggesting you to pick the one you prefer and to update your patch.
TIA for your help.

> It's lucky we're not writing a book together: it would take us years
> to finish each page!

Please, there's no reason to be unpleasant with me. I did not attack you.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#632937: minor man page typo

2011-07-07 Thread Barak A. Pearlmutter
Um, that was a (self-deprecating) joke about us both spending time
worrying about the precise way something should be worded, when we are
both well aware that it doesn't really matter!  After all, the number
of people who would understand it if phrased one way but not the other
seems very unlikely to be anything other than zero.

--Barak.



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



Bug#632962: python-imaging needs to be multiarch-aware

2011-07-07 Thread Barry Warsaw
Package: python-imaging
Version: 1.1.7-3
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


This adds multiarch directory path discovery to PIL's setup.py.  Without this,
on Oneiric -- and presumably also on Debian multiarch -- libraries such as
zlib, jpeg and others can't be found, and thus support for them is missing.

https://bugs.launchpad.net/ubuntu/+source/python-imaging/+bug/806661

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

  * debian/patches/01_multiarch_support.patch
- Add multiarch search directories as given by dpkg-architecture.
  This re-enables support for: tkinter, jpeg, zlib, freetype2, and
  littlecms.  Problem found and patch inspired by Marc Tardif (cr3).
  (LP: #806661)


Thanks for considering the patch.


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

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

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

iQIcBAEBCAAGBQJOFaNvAAoJEBJutWOnSwa/GhAP/jJTQxBrYnuKbNocakcCDSSc
Sg+OIcQmSKzsgEqf+tyGLA4idwWEDyP7oCMXPPooc0AMzLjoypx+wwXHdVGprkLv
/yFJOLKrTKquwHgkB1Ure9/Z20Dz7Ypg/jDcXJpwHimhq2w3juhyRXepU7lh/0ts
JCj55U+DU6DJM7UJY7qXZ8AJ4rLqQKj5HqejTuffhPN0UFvL4Dc1rLuKfD/yPMoh
l3vzM5WgL1f+nQqfVC4ojCeGwpXJbLLfILFKS7oxEh42ETRlkQ0CgbuobuP2BHio
js7rlpBJvu9zdGuW7MCoTxzbl9N1cMC4cgQn+kZWO3hbN4RWfDsMN0hN55Mh+Z1f
aDYB8EF9yH+OaX9Gcox8OliSGnD9j7Y1O2dvn9wIpmqdohlJ9NxQXV3a7NO7x9jC
VWOb0fLxCYVnz5YeQalyJjw37RkvuyqJGrMM9oLkA9aWLPzRF8NfLR1H2aSAt6vz
2GQyK6WlACPZ8hV0UXBH5Zc4wLyfPklC9ckgy8bceOOgDGCStQ0k7abp1PbVydoe
669ikqG2hFIKWgDKB2loHXETaM+jIiLA1HFa++WxFPa/5gfRV4XZVPnTiEzGwNEY
OFWHVMopT42u4AAUV8GD+WCkAN2ja4rpqQkntwzfHCx060mxek89jWGYuOsVzRHs
Ov37rloRJ6qc1gKjc8bJ
=PhKB
-END PGP SIGNATURE-
=== added file '.bzrignore'
--- .bzrignore  1970-01-01 00:00:00 +
+++ .bzrignore  2011-07-06 22:42:27 +
@@ -0,0 +1 @@
+.pc

=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2011-06-28 18:54:43 +
+++ debian/control  2011-07-06 22:47:42 +
@@ -1,7 +1,8 @@
 Source: python-imaging
 Section: python
 Priority: optional
-Maintainer: Matthias Klose 
+Maintainer: Ubuntu Developers 
+XSBC-Original-Maintainer: Matthias Klose 
 Build-Depends: tk8.5-dev, python-all-dev (>= 2.6.5-9~), python-all-dbg, 
python-tk-dbg (>= 2.5.2-1.1), libsane-dev, libfreetype6-dev, libjpeg62-dev, 
zlib1g-dev, liblcms1-dev, debhelper (>= 5.0.37.1)
 Build-Conflicts: python-numarray
 XS-Python-Version: all

=== added directory 'debian/patches'
=== added file 'debian/patches/01_multiarch_support.patch'
--- debian/patches/01_multiarch_support.patch   1970-01-01 00:00:00 +
+++ debian/patches/01_multiarch_support.patch   2011-07-07 11:54:07 +
@@ -0,0 +1,35 @@
+Description: Add multiarch search directory as given by dpkg-architecture so
+ that the zlib library can be found.  Without this, zip_decoder and
+ zip_encoder are not included in the _imaging module.  Problem found and patch
+ inspired by Marc Tardif (cr3).
+Author: Barry Warsaw 
+Bug-Ubuntu: http://pad.lv/806661
+
+--- a/setup.py
 b/setup.py
+@@ -6,6 +6,8 @@
+ #
+ 
+ import glob, os, re, struct, string, sys
++import subprocess
++from distutils.spawn import find_executable
+ 
+ # make it possible to run the setup script from another directory
+ try:
+@@ -147,6 +149,16 @@
+ add_directory(library_dirs, "/opt/local/lib")
+ add_directory(include_dirs, "/opt/local/include")
+ 
++elif find_executable('dpkg-architecture'):
++# Debian/Ubuntu multiarch support.
++proc = subprocess.Popen(
++'dpkg-architecture -qDEB_HOST_MULTIARCH'.split(),
++stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
++stdout, stderr = proc.communicate()
++multiarch_path = stdout.strip()
++add_directory(include_dirs, '/usr/include/' + multiarch_path)
++add_directory(library_dirs, '/usr/lib/' + multiarch_path)
++
+ add_directory(library_dirs, "/usr/local/lib")
+ # FIXME: check /opt/stuff directories here?
+ 

=== added file 'debian/patches/series'
--- debian/patches/series   1970-01-01 00:00:00 +
+++ debian/patches/series   2011-07-06 22:31:30 +
@@ -0,0 +1 @@
+01_multiarch_support.patch

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format1970-01-01 00:00:00 +
+++ debian/source/format2011-07-06 22:12:10 +
@@ -0,0 +1 @@
+3.0 (quilt)



Bug#628586: I found the problem

2011-07-07 Thread Ritesh Raj Sarraf
Closing this bug for now. I do not see any other cause for the problem.



On 06/30/2011 06:59 PM, Ritesh Raj Sarraf wrote:
> On 06/29/2011 08:48 PM, Ritesh Raj Sarraf wrote:
>> On 06/02/2011 10:44 PM, Ritesh Raj Sarraf wrote:
>>> > On 06/02/2011 10:28 PM, Simon CORSIN wrote:
> >> > I finally found the problem : The system was installed using
> >> > debootstrap, but the system I used for installing was using a 2.6.35
> >> > kernel. So maybe open-iscsi or update-initramfs were configured for
> >> > the wrong kernel.
>>> > Without any error log/screenshot, it is very difficult to predict what
>>> > could be the problem.
>> I have reproduced the issue. Will look into it.
> You must be hitting debian bug #502845
>
> As documented in README.Debian
>
> 64 bit kernel with 32 bit userspace
> ---
> open-iscsi running with a 64 bit kernel and 32 bit userspace
> can run into a hang during the iSCSI login phase. This is a known
> issue upstream. For details, please see Debian BTS #502845
>
>
> Can you please verify and update this bug report ?
> -- 
> Ritesh Raj Sarraf | http://people.debian.org/~rrs
> Debian - The Universal Operating System


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



signature.asc
Description: OpenPGP digital signature


Bug#620958: Add Architecture: "all" or (in my case) "i386"?

2011-07-07 Thread Raphael Hertzog
On Thu, 07 Jul 2011, Kingsley G. Morse Jr. wrote:
> If it's OK for every entry in /var/lib/dpkg/status
> to end up having an "Architecture: " line, then
> how would one know whether to specify an
> architecture of 
> 
> "all" 
> 
> or (in my case) 
> 
> "i386"?

The easiest solution for now is to purge the packages in config-files
status.

sudo aptitude purge ~c

Make sure you don't need to keep the configuration of the affected
packages though. And for the other affected packages you should just
reinstall them.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#632794: Fails to find libnss3.so after multi-arch change in version 3.12.10-2 of libnss3-1d

2011-07-07 Thread Tshepang Lekhonkhobe
Package: openjdk-6-jre-headless
Version: 6b18-1.8.7-5
Followup-For: Bug #632794

I'm getting the same issue. Does making a symlink work? It didn't for me, but 
it could
be unrelated. Here's what I get instead:

Exception stack is:
1. NSS initialization failed (java.io.IOException)
  sun.security.pkcs11.Secmod:216 (null)
2. Could not initialize NSS (java.security.ProviderException)
  sun.security.pkcs11.SunPKCS11:201 (null)
3. Error creating bean with name 'SslConnector': Invocation of init method 
failed; nested exception is java.security.ProviderException: Could not 
initialize NSS (org.springframework.beans.factory.BeanCreationException)
  
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory:1338
 (null)
4. Initialisation Failure: Error creating bean with name 'SslConnector': 
Invocation of init method failed; nested exception is 
java.security.ProviderException: Could not initialize NSS 
(org.mule.api.lifecycle.InitialisationException)
  org.mule.registry.AbstractRegistry:76 
(http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/lifecycle/InitialisationException.html)

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

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

Versions of packages openjdk-6-jre-headless depends on:
ii  ca-certificates-java20110531 Common CA certificates (JKS keysto
ii  java-common 0.40 Base of all Java packages
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libcups21.4.6-11+b1  Common UNIX Printing System(tm) - 
ii  libfreetype62.4.4-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-2GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b4 Color management library
ii  libnss3-1d  3.12.10-2Network Security Service libraries
ii  openjdk-6-jre-lib   6b18-1.8.7-5 OpenJDK Java runtime (architecture
ii  tzdata-java 2011h-3  time zone and daylight-saving time
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jre-headless recommends:
pn  icedtea-6-jre-cacao(no description available)

Versions of packages openjdk-6-jre-headless suggests:
ii  libnss-mdns   0.10-3.1   NSS module for Multicast DNS name 
pn  sun-java6-fonts(no description available)
ii  ttf-dejavu-extra  2.33-1 Vera font family derivate with add
pn  ttf-indic-fonts(no description available)
pn  ttf-sazanami-gothic | ttf  (no description available)
ii  ttf-sazanami-mincho   20040629-8 Sazanami Mincho Japanese TrueType 
ii  ttf-unfonts-core  1.0.2-080608-3 Un series Korean TrueType fonts
pn  ttf-wqy-microhei | ttf-wq  (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#632954: make fakechroot multiarch

2011-07-07 Thread Geert Stappers
On Thu, Jul 07, 2011 at 12:50:54PM +0200, Johannes Schauer wrote:
> Hi,
> 
> I prepared a patch that enables multiarch for fakechroot. Please have a
> look at it and see that everything is okay.

To me does look this NMU as a complete rewrite of the debian directory.
At least is it hard to see what the actual multiarch enabling is.


Cheers
Stappers
who could resist to remove the patch tag

> +++ fakechroot-2.14/debian/control2011-07-07 12:39:27.0 +0200
> -Standards-Version: 3.9.1
> +Standards-Version: 3.9.2
>  Build-Depends:
> - libc6-dev-i386 [amd64],
> - libc6-dev-amd64 [i386],
> - libc6-dev-powerpc [ppc64],
> - libc6-dev-s390x [s390],
> - libc6-dev-sparc64 [sparc],
> - libc0.1-dev-i386 [kfreebsd-amd64],
> - gcc-multilib [amd64 i386 powerpc s390 sparc kfreebsd-amd64],
> - debhelper (>= 7.0.50~)
> + autotools-dev,
> + debhelper (>= 8.1.3)
>  Homepage: http://fakechroot.alioth.debian.org/
> -Vcs-Browser: http://bazaar.launchpad.net/~dexter/fakechroot/sid/files
> -Vcs-Bzr: lp:fakechroot
> +Vcs-Browser: https://github.com/fakechroot/fakechroot
> +Vcs-Git: git://github.com/fakechroot/fakechroot.git

> diff -Nru fakechroot-2.14/debian/rules fakechroot-2.14/debian/rules
> --- fakechroot-2.14/debian/rules  2010-12-18 02:12:23.0 +0100
> +++ fakechroot-2.14/debian/rules  2011-07-07 12:09:15.0 +0200
> @@ -1,97 +1,4 @@

ninety-seven lines deleted, four lines inserted.




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



Bug#632963: matplotlib: ftbs due to tkinter api change

2011-07-07 Thread Julian Taylor
Package: matplotlib
Version: 1.0.1-2
Severity: serious
Tags: patch
Justification: FTBS

matplotlib fails to build from source as tkinter.__version__ in python 2.7.2
does not contain the svn revision anymore (the repository has changed to hg)

setupext.py relies on __version__ having the revision number
See the attached buildlog

A patch is available here:
https://github.com/matplotlib/matplotlib/commit/04b4e5091978

for python 3 you additionally need this commit:
https://github.com/matplotlib/matplotlib/commit/e4a34df93f6



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

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


matplotlib_1.0.1-2.buildlog.gz
Description: GNU Zip compressed data


Bug#632964: golang-go: Missing man pages

2011-07-07 Thread Matias D'Ambrosio
Package: golang-go
Version: 1:57.1-4
Severity: normal

6a, 6c, etc lack man pages. This is a policy violation. Some of them have
information if executed with --help, others don't.



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

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

Versions of packages golang-go depends on:
ii  libc62.13-7  Embedded GNU C Library: Shared lib
ii  perl 5.12.3-7+b1 Larry Wall's Practical Extraction 

Versions of packages golang-go recommends:
ii  golang-tools  1:57.1-4   Tools for Google's Go programming 

golang-go 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#632965: vlc: No audio when playing .3g2 files

2011-07-07 Thread David Lee Lambert
Package: vlc
Version: 1.1.3-1squeeze5
Severity: normal


My wife's cell-phone records ".3g2" files.  "file" identifies these
as "ISO media".  VLC displays the video fine,  but does not play
any audio.  The following line from the output of "vlc -vvv ..." may
be relevant:

[0x927db8c] mp4 demux debug: unrecognized major file specification 
(3g2a).

I know there is audio on these videos because when I upload one to
YouTube and then view them there's an audio track ... but I'd rather 
have a chance to edit/evaluate the audio locally first!


-- System Information:
Debian Release: 6.0.1
  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/bash

Versions of packages vlc depends on:
ii  libaa1  1.4p5-37+b1  ascii art library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
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-8GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsdl-image1.2 1.2.10-2+b2  image loading library for Simple D
ii  libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libtar  1.2.11-6 C library for manipulating tar arc
ii  libvlccore4 1.1.3-1squeeze5  base library for VLC and its modul
ii  libx11-62:1.3.3-4X11 client-side library
ii  libx11-xcb1 2:1.3.3-4Xlib/XCB interface library
ii  libxcb-keysyms1 0.3.6-1  utility libraries for X C Binding 
ii  libxcb-randr0   1.6-1X C Binding, randr extension
ii  libxcb-shm0 1.6-1X C Binding, shm extension
ii  libxcb-xv0  1.6-1X C Binding, xv extension
ii  libxcb1 1.6-1X C Binding
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  vlc-nox 1.1.3-1squeeze5  multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages vlc recommends:
ii  vlc-plugin-notify1.1.3-1squeeze5 LibNotify plugin for VLC
ii  vlc-plugin-pulse 1.1.3-1squeeze5 PulseAudio plugin for VLC

Versions of packages vlc suggests:
ii  mozilla-plugin-vlc   1.1.3-1squeeze5 multimedia plugin for web browsers
pn  videolan-doc   (no description available)

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4  0.7.4-11   library for decoding ATSC A/52 str
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libass4   0.9.9-1library for SSA/ASS subtitles rend
ii  libavahi-client3  0.6.27-2+squeeze1  Avahi client library
ii  libavahi-common3  0.6.27-2+squeeze1  Avahi common library
ii  libavc1394-0  0.5.3-1+b1 control IEEE 1394 audio/video devi
ii  libavcodec52  4:0.5.2-6  ffmpeg codec library
ii  libavformat52 4:0.5.2-6  ffmpeg file format library
ii  libavutil49   4:0.5.2-6  ffmpeg utility library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcaca0  0.99.beta17-1  colour ASCII art library
ii  libcddb2  1.3.2-2library to access CDDB data - runt
ii  libcdio10 0.81-4 library to read and control CD-ROM
ii  libdbus-1-3   1.2.24-4   simple interprocess messaging syst
ii  libdc1394-22  2.1.2-3high level programming interface f
ii  libdca0   0.0.5-3decoding library for DTS Coherent 
ii  libdirac-encoder0 1.0.2-3open and royalty free high quality
ii  libdvbpsi60.1.7-1library for MPEG TS and DVB PSI ta
ii  libdvdnav44.1.3-7DVD navigation library
ii  libdvdread4   4.1.3-10   library for reading DVDs
ii  libebml0  0.7.7-3.1  access library for the EBML format
ii  libfaad2  2.7-6  freeware Advanced Audio Decoder - 
ii  libflac8  1.2.1-1.2  Free Lossless Audio Codec - runtim
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libfribidi0   0.19.2-1   Free Implementation of the U

Bug#632937: minor man page typo

2011-07-07 Thread Barak A. Pearlmutter
Well, I would say that technically each BRANCH is available as
origin/BRANCH, with no refs/ prefix.  The refs/ prefix, and the
implementation of references as a tiny directory tree below .git, are
implementation details which should not be visible to the general user
who should be accessing these things using only appropriate git
commands.

It's lucky we're not writing a book together: it would take us years
to finish each page!

Cheers,

--Barak.



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



Bug#625457: [approx]

2011-07-07 Thread Marek Straka
Package: approx

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

I have the same problem. By update is System looking for 
/var/cache/approx/debian/dists/wheezy/main/binary-amd64/Packages
which is not on my system and I get the error 404.
But there is another package:
/var/cache/approx/debian/dists/wheezy/main/binary-amd64/Packages.gz

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.39-2-686-pae



signature.asc
Description: PGP signature


Bug#632966: mirror submission for debian.ec.as6453.net

2011-07-07 Thread Alex
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: debian.ec.as6453.net
Type: leaf
Archive-architecture: ALL amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
IPv6: yes
Archive-upstream: ftp.us.debian.org
Updates: twice
Maintainer: Alex 
Country: US United States
Comment: 1Gbit link



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



Bug#583164: socat: *-listen options middle ip/hostname param to restrict to one address

2011-07-07 Thread Teodor MICU
> I would be cool to be able to do:
> client:  socat -v -d -d udp4-listen:localhost:53,reuseaddr,fork 
> tcp:localhost:
> server:  socat tcp4-listen:localhost:,reuseaddr,fork UDP:127.0.0.3:53

For this purpose you have "bind" option.
   bind=
  Binds  the  socket  to the given socket address using the bind()
  system call. The form of  is socket domain  dependent:
  IP4   and   IP6  allow  the  form  [hostname|hostaddress][:(ser‐
  vice|port)] (example), UNIX domain sockets require .

I've tested for TCP4 sockets, but theoretically it works for all
sockets. Isn't this enough?

Cheers



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



Bug#439033: Bug #439033: Suggest closing

2011-07-07 Thread Vincent Lefevre
On 2011-07-06 21:07:09 +0200, Benoît Knecht wrote:
> As for the insufficient documentation, coreutils man pages tend to be a
> bit short on words, because they are generated from the command's help
> output. But they always point to the Texinfo manual for details, which
> in this case states: "Do not warn about or create files that do not
> exist." So the "no warning about non-existing files" behavior _is_
> documented.

The lack of documentation was actually fixed in the Texinfo manual
(this was part of my bug report):

In Debian/lenny:

`-c'
`--no-create'
 Do not create files that do not exist.

In Debian/squeeze:

`-c'
`--no-create'
 Do not warn about or create files that do not exist.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#528843: Bug #528843: Is the Russian translation still out of date?

2011-07-07 Thread Benoît Knecht
reassign 528843 manpages-ru
retitle 528843 manpages-ru: du man page is outdated
tag 528843 - moreinfo
thanks

Hi Mihail,

(Please do not drop CC to bugs.debian.org)

Mihail Kotelnikov wrote:
> 07.07.2011 14:44, Benoît Knecht пишет:
> > Is the Russian translation still outdated?
> Yep. I'm using current testing now.
> 
> > It seems in pretty good shape
> > on translationproject.org [1].
> Haven't found man pages there.

There's no man page there because coreutils' man pages are actually
generated from the output of 'du --help', which is translated in .po
files. The relevant part of that file in coreutils-8.12 (not in Debian
yet) is:

  #: src/du.c:279
  msgid ""
  "  -B, --block-size=SIZE  scale sizes by SIZE before printing them.  E.g.,\n"
  "   `-BM' prints sizes in units of 1,048,576 bytes.\n"
  "   See SIZE format below.\n"
  "  -b, --bytes   equivalent to `--apparent-size --block-size=1'\n"
  "  -c, --total   produce a grand total\n"
  "  -D, --dereference-args  dereference only symlinks that are listed on the\n"
  "  command line\n"
  msgstr ""
  "  -B, --block-size=РАЗМЕР  использовать блоки указанного РАЗМЕРА. 
Например,\n"
  "   «-BM» выводит размеры в единицах, равных 
1,048,576 байтам.\n"
  "   См. формат РАЗМЕРА далее.\n"
  "  -b, --bytes  эквивалентно --apparent-size --block-size=1\n"
  "  -c, --total  выводить общий итог\n"
  "  -D, --dereference-args   следовать только по символьным ссылкам,\n"
  "  которые перечислены в командной строке\n"

However, it appears that translated man pages are not shipped with
coreutils, but in the case of Russian, with manpages-ru, which is
severely outdated.

So I'm going to reassign this bug to manpages-ru, although it probably
means it won't be fixed anytime soon. You could check if the output of
'du --help' is up to date (it should be); this is all we can change in
coreutils.

Cheers,

-- 
Benoît Knecht



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



Bug#632046: [Piuparts-devel] Bug#632046: Bug#632046: Bug#632046: piuparts: Use HTTP_PROXY

2011-07-07 Thread Holger Levsen
tags 632046 + pending
thanks

On Mittwoch, 6. Juli 2011, Scott Schaefer wrote:
> Revised patch attached.  Should apply cleanly against SVN r 907.
> Uses env HTTP_PROXY in preference to apt_config value, if present.

thanks, commited to svn.


cheers,
Holger



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



Bug#629967: libgs-dev: Please Depends/Build-Depends on libjpeg-dev, not libjpeg62-dev

2011-07-07 Thread Bill Allombert
On Fri, Jun 10, 2011 at 01:47:30AM +0200, Jonas Smedegaard wrote:
> On 11-06-09 at 11:51pm, Bill Allombert wrote:
> > There is an upcoming libjpeg transition from libjpeg62 to libjpeg8.
> > As mentionned on debian-devel-announce[1], please update libgs-dev to
> > Depends and/or Build-Depends on libjpeg-dev instead of libjpeg62-dev.
> 
> Ok.  Will have a look at that immediately.

Did you ? libgs-dev still depends on libjpeg62-dev

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



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



Bug#632961: forgotten Xorg.0.log

2011-07-07 Thread Cédric Boutillier
Hi again,

Here is the Xorg.0.log.

Best regards,

Cédric
[21.906] 
X.Org X Server 1.10.2.902 (1.10.3 RC 2)
Release Date: 2011-07-01
[21.923] X Protocol Version 11, Revision 0
[21.923] Build Operating System: Linux 2.6.39-2-amd64 x86_64 Debian
[21.923] Current Operating System: Linux spin 3.0.0-rc5-amd64 #1 SMP Tue 
Jun 28 10:21:15 UTC 2011 x86_64
[21.923] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc5-amd64 
root=/dev/mapper/spin-root ro resume=/dev/mapper/spin-swap quiet splash
[21.923] Build Date: 02 July 2011  10:05:17AM
[21.923] xorg-server 2:1.10.2.902-1 (Cyril Brulebois ) 
[21.923] Current version of pixman: 0.22.2
[21.923]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[21.923] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[21.923] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul  7 05:15:45 
2011
[22.030] (==) Using config file: "/etc/X11/xorg.conf"
[22.030] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[22.150] (==) No Layout section.  Using the first Screen section.
[22.150] (==) No screen section available. Using defaults.
[22.150] (**) |-->Screen "Default Screen Section" (0)
[22.150] (**) |   |-->Monitor ""
[22.150] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[22.150] (==) Automatically adding devices
[22.150] (==) Automatically enabling devices
[22.228] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[22.228]Entry deleted from font path.
[22.439] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[22.439] (==) ModulePath set to "/usr/lib/xorg/modules"
[22.439] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[22.439] (II) Loader magic: 0x7d7f40
[22.439] (II) Module ABI versions:
[22.439]X.Org ANSI C Emulation: 0.4
[22.439]X.Org Video Driver: 10.0
[22.439]X.Org XInput driver : 12.2
[22.439]X.Org Server Extension : 5.0
[22.440] (--) PCI:*(0:0:2:0) 8086:0046:17aa:215a rev 2, Mem @ 
0xf200/4194304, 0xd000/268435456, I/O @ 0x1800/8
[22.440] (II) Open ACPI successful (/var/run/acpid.socket)
[22.440] (II) LoadModule: "extmod"
[22.504] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[22.569] (II) Module extmod: vendor="X.Org Foundation"
[22.569]compiled for 1.10.2.902, module version = 1.0.0
[22.569]Module class: X.Org Server Extension
[22.569]ABI class: X.Org Server Extension, version 5.0
[22.569] (II) Loading extension SELinux
[22.569] (II) Loading extension MIT-SCREEN-SAVER
[22.569] (II) Loading extension XFree86-VidModeExtension
[22.569] (II) Loading extension XFree86-DGA
[22.569] (II) Loading extension DPMS
[22.569] (II) Loading extension XVideo
[22.570] (II) Loading extension XVideo-MotionCompensation
[22.570] (II) Loading extension X-Resource
[22.570] (II) LoadModule: "dbe"
[22.570] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[22.593] (II) Module dbe: vendor="X.Org Foundation"
[22.593]compiled for 1.10.2.902, module version = 1.0.0
[22.593]Module class: X.Org Server Extension
[22.593]ABI class: X.Org Server Extension, version 5.0
[22.593] (II) Loading extension DOUBLE-BUFFER
[22.593] (II) LoadModule: "glx"
[22.593] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[22.616] (II) Module glx: vendor="X.Org Foundation"
[22.616]compiled for 1.10.2.902, module version = 1.0.0
[22.616]ABI class: X.Org Server Extension, version 5.0
[22.616] (==) AIGLX enabled
[22.616] (II) Loading extension GLX
[22.616] (II) LoadModule: "record"
[22.616] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[22.626] (II) Module record: vendor="X.Org Foundation"
[22.626]compiled for 1.10.2.902, module version = 1.13.0
[22.626]Module class: X.Org Server Extension
[22.626]ABI class: X.Org Server Extension, version 5.0
[22.626] (II) Loading extension RECORD
[22.626] (II) LoadModule: "dri"
[22.626] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[22.658] (II) Module dri: vendor="X.Org Foundation"
[22.658]compiled for 1.10.2.902, module version = 1.0.0
[22.658]ABI class: X.Org Server Extension, ve

Bug#632929: linux-image-2.6.32-5-amd64: missing aha152x module in amd64 architecture

2011-07-07 Thread Ben Hutchings
On Thu, 2011-07-07 at 08:07 +0200, Denis Prost wrote:
> Package: linux-2.6
> Version: 2.6.32-34squeeze1
> Severity: important
> 
> 
> the aha152x module exists for 686 architecture, but not for amd64.
> I need it to use my APA-1460A Adaptec PCMCIA SCSI card.
> I set the severity as important because it keeps me from using  my SCSI 
> scanner.
[...]

This driver is not portable to 64-bit systems.

Ben.

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.


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


Bug#594762: miscalculates window size, keeping free space at right and bottom

2011-07-07 Thread 魏銘廷
Package: lxterminal
Followup-For: Bug #594762

I can reproduce this bug in 0.1.9-1, and I am going to provide a bugfix
into both debian and upstream.


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

Kernel: Linux 2.6.39-2-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 lxterminal depends on:
ii  libatk1.0-0   2.0.1-1ATK accessibility toolkit
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.3-3.1 GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libvte9   1:0.28.1-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.4.3-2  X11 client-side library

lxterminal recommends no packages.

lxterminal 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#625082: llvm-2.7: diff for NMU version 2.7-6.1

2011-07-07 Thread Stephane Glondu
tags 625082 + patch
tags 625082 + pending
thanks

Dear maintainer,

This bug will block the transition to OCaml 3.12.1, so it should be
fixed soon (or llvm-2.7 should be removed).

I've prepared an NMU for llvm-2.7 (versioned as 2.7-6.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u llvm-2.7-2.7/debian/changelog llvm-2.7-2.7/debian/changelog
--- llvm-2.7-2.7/debian/changelog
+++ llvm-2.7-2.7/debian/changelog
@@ -1,3 +1,10 @@
+llvm-2.7 (2.7-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.6 (Closes: #625082)
+
+ -- Stéphane Glondu   Thu, 07 Jul 2011 10:19:52 +0200
+
 llvm-2.7 (2.7-6) unstable; urgency=low
 
   * Upload as 2.7-6, the version mangling code breaks with the previous upload.
diff -u llvm-2.7-2.7/debian/control llvm-2.7-2.7/debian/control
--- llvm-2.7-2.7/debian/control
+++ llvm-2.7-2.7/debian/control
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 6.0.0), flex, bison, dejagnu, tcl8.5, expect,
 autoconf, automake1.9, perl, libtool, doxygen, chrpath, texinfo,
 sharutils, autotools-dev (>= 20060702.1), libffi-dev (>= 3.0.9),
-lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (>= 2.7-5) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (>= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (>= 0.9.1)
+lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (>= 2.7-) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (>= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (>= 0.9.1)
 Build-Conflicts: oprofile
 Standards-Version: 3.9.1
 Homepage: http://www.llvm.org/
only in patch2:
unchanged:
--- llvm-2.7-2.7.orig/debian/patches/0050-Fix-build-with-gcc-4.6.patch
+++ llvm-2.7-2.7/debian/patches/0050-Fix-build-with-gcc-4.6.patch
@@ -0,0 +1,58 @@
+---
+ include/llvm/ADT/DenseMap.h   |1 +
+ include/llvm/ADT/SmallVector.h|1 +
+ include/llvm/ADT/ilist.h  |1 +
+ include/llvm/Use.h|1 +
+ lib/Target/ARM/ARMConstantPoolValue.h |1 +
+ 5 files changed, 5 insertions(+)
+
+--- llvm-2.7-2.7.orig/lib/Target/ARM/ARMConstantPoolValue.h
 llvm-2.7-2.7/lib/Target/ARM/ARMConstantPoolValue.h
+@@ -15,6 +15,7 @@
+ #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
+ 
+ #include "llvm/CodeGen/MachineConstantPool.h"
++#include 
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/Use.h
 llvm-2.7-2.7/include/llvm/Use.h
+@@ -28,6 +28,7 @@
+ #include "llvm/Support/Casting.h"
+ #include "llvm/ADT/PointerIntPair.h"
+ #include 
++#include 
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/ilist.h
 llvm-2.7-2.7/include/llvm/ADT/ilist.h
+@@ -40,6 +40,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/DenseMap.h
 llvm-2.7-2.7/include/llvm/ADT/DenseMap.h
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/SmallVector.h
 llvm-2.7-2.7/include/llvm/ADT/SmallVector.h
+@@ -19,6 +19,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef _MSC_VER
+ namespace std {



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



Bug#632929: linux-image-2.6.32-5-amd64: missing aha152x module in amd64 architecture

2011-07-07 Thread Denis Prost

is that related to the kernel version number ?
Mageia 1 pour x86_64 architecture has an aha152x module, but it uses a 
2.6.38.7 kernel.


Denis

Le 07/07/2011 15:24, Ben Hutchings a écrit :

On Thu, 2011-07-07 at 08:07 +0200, Denis Prost wrote:

Package: linux-2.6
Version: 2.6.32-34squeeze1
Severity: important


the aha152x module exists for 686 architecture, but not for amd64.
I need it to use my APA-1460A Adaptec PCMCIA SCSI card.
I set the severity as important because it keeps me from using  my SCSI scanner.

[...]

This driver is not portable to 64-bit systems.

Ben.





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



Bug#547393: libjpeg8 transition.

2011-07-07 Thread Bill Allombert
On Thu, Jun 09, 2011 at 11:43:40PM +0200, Julien Cristau wrote:
> On Thu, Jun  9, 2011 at 23:13:03 +0200, Bill Allombert wrote:
> 
> > Given the large legacy of libjpeg62, it is probably safer to keep it.
> > Also having libjpeg62-dev an alias for libjpeg8-dev is going to be
> > confusing. I will report bug to packages that Depends on libjpeg62-dev
> > as a first step.
> > 
> Alright, thank you.

I have prepared the new packages. They are at


There still remain 15 packages dependending on libjpeg62-dev, however I am not 
sure it
is worth delaying the transition more. Maybe I should just upload the new 
packages.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



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



Bug#625457: [approx]

2011-07-07 Thread Eric Cooper
On Thu, Jul 07, 2011 at 02:01:01PM +0200, Marek Straka wrote:
> Package: approx
> 
> --- Please enter the report below this line. ---
> 
> I have the same problem. By update is System looking for 
> /var/cache/approx/debian/dists/wheezy/main/binary-amd64/Packages
> which is not on my system and I get the error 404.
> But there is another package:
> /var/cache/approx/debian/dists/wheezy/main/binary-amd64/Packages.gz
> 
> --- System information. ---
> Architecture: i386
> Kernel:   Linux 2.6.39-2-686-pae

Please enable debugging on the approx server ($debug true in
/etc/approx/approx.conf) and send the relevant part of the server's
log when this problem occurs.  Thanks.

-- 
Eric Cooper e c c @ c m u . e d u



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



Bug#632969: valgrind: unhandled opcodes in DWARF header

2011-07-07 Thread Carlos Martín Nieto
Package: valgrind
Version: 3.6.1-5

Hello,

valgrind fails to execute newly-compiled programs. I believe the issue
is a libc update. The patch at [0] fixes the issue, and the upstream
bug is reported at [1].

Cheers,
   cmn

[0] http://bugsfiles.kde.org/attachment.cgi?id=61618
[1] https://bugs.kde.org/show_bug.cgi?id=277045


signature.asc
Description: Digital signature


Bug#632970: cannot set keyboard layout for vserver

2011-07-07 Thread Harald Dunkel
Package: keyboard-configuration
Version: 1.68+squeeze2


If I try to define a German keyboard layout for a vserver,
then this setting is ignored. I still get qwerty for the
XWindow session running on the vserver, even though all
real or virtual hosts involved have been configured for a
German layout. All are running Squeeze (6.0.2).


Regards

Harri



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



Bug#632419: closed by Ben Hutchings (Re: Bug#632419: linux-image-2.6-686: Provides no support for serial pointer device)

2011-07-07 Thread axst

Hi, Ben,

Unfortunately things are not as easy as they might seem.

On Mon, 4 Jul 2011, Debian Bug Tracking System wrote:


Your old X configuration shows that you used the serial mouse driver in
the X server, not the kernel (which is why you did not need to use
inputattach).  You can use the same configuration now, if you like.


X works differently in this distribution. I needed a configuration file in 
Lenny to get
the two separate screens to work. It was not a perfect setup as one screen was 
distorted
but I found a workaround for that.

In Squeeze, this is no longer necessary, both screens can be configured using 
the Monitors
menu item, and there is no distortion.

Moreover, the configuration does not work anymore as it is; it causes errors.

But even if I make it work or create a barebones X configuration file just with 
the
Pointer Device set to /dev/ttyS0, the pointer is not functional.

I can set the pointer device for GPM easily; if you have any hints on how to 
this for X,
they would be much appreciated.

This takes me back to my original point: If it was possible to use a serial 
mouse in the
past without installing separate software which is not available at 
installation time, why
was this functionality removed? If it is not possible to recognize serial 
pointer devices,
the installation process should include a question if no other pointer device is
discovered.

Regards,

Axel Stammler



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



  1   2   3   4   >